Lucian
Member
In Runuo there was a method (which Xanthos Evo System used) called Damage(int amonut , mobile defender) like that:
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?
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?