Thread
:
Spell question
View Single Post
#
7
06-30-2009, 07:02 AM
Dibalamin
Hill Giant
Join Date: Dec 2007
Posts: 182
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
Dibalamin
View Public Profile
Send a private message to Dibalamin
Find all posts by Dibalamin