Exemplo n.º 1
0
        public void IncreaseTirednessJob()
        {
            Tiredness++;
            m_mOwner.Map.BroadcastMessage(PacketCreator.UpdateMount(m_mOwner.Id, this, false));

            if (Tiredness > 100)
            {
                m_mOwner.DispelSkill(m_mOwner.JobType * 20000000 + 1004);
            }
        }