In Runuo there was a method (which Xanthos Evo System used) called Damage(int amonut , mobile defender) like that:
Code:
public virtual void Damage( int amount, Mobile defender )
        {
            content
        }

But I couldn't find it in ServUO there is only 4 damage functions which is returning damage amount as integers.
Which function should I use for calling it when the creature hits in game?
 
Back