20-05-2007, 07:37 PM
Da Undead Wrote:Spodi Wrote:and spelling doesn't matter :p
Actually, it should...
Because you defined the spell in your server as:
Code:
Public Const SPELL_TYPE_SACRIFISE = 6
And in the CastSpell sub, you're looking for this:
Code:
Case SPELL_TYPE_SACRIFICE
Correct me if I'm wrong of course.