View Single Post
  #2  
Old 07-15-2009, 05:06 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

usage:
Mob::CastSpell(spell_id, target_id, slot= 10, casttime= -1, mana_cost= -1)
so:
$npc->CastSpell(4607, $target->GetID());
Reply With Quote