View Single Post
  #1  
Old 04-25-2005, 03:46 PM
SiliconeClone
Sarnak
 
Join Date: Apr 2005
Posts: 42
Default Castspell($userid,num) not working

I can not implement this in anyquest I do. I took the nexus scion transporters and had to changed them all to a self cast translocate to work. I tried to implement a mob with death touch and castspell would still not work so I had to goto a selfcast. I am using 6.0 dr2 has anyone else experienced this problem?


Prince_Thirneg.pl
Code:
sub EVENT_SAY { 
if ($text=~/Hail/i){
quest::say("Hello $name .  What have you come to growth for?"); 
}
if ($text=~/phatty lewts/i)
{
quest::say("There are no Phatty Lewts for you here $name!");
quest::castspell($userid,982);
}
}
opinions? fixes?
Reply With Quote