Thread: Spell question
View Single Post
  #7  
Old 06-30-2009, 07:02 AM
Dibalamin
Hill Giant
 
Join Date: Dec 2007
Posts: 182
Default

Code:
$npc->CastSpell(1653,userid);
Instead use

Code:
$npc->CastSpell(1653,$client);
If you will post the full script we can help you get it working.
__________________
Retired EMarr
Project1999 Developer
Reply With Quote