Quote:
Originally Posted by Caryatis
Also if you dont want them to actually cast the spell, use CastSpell(xxx, blah, 10, 0, 0); the 10 is slot(not really important except its not a spell gem), then its cast time and mana usage or vice versa.
|
Not quite following you here. Are you saying
$ent->CastSpell(2570, $ent, 10, -1, -1)
or
$npc->CastSpell(2570, $ent, 10, -1, -1)
or
CastSpell(2570, $ent, 10, -1, -1)
Because the last does nothing for me.