View Single Post
  #4  
Old 06-30-2006, 09:30 AM
Runeblade
Sarnak
 
Join Date: Dec 2005
Posts: 46
Default npc buffage

Still can't get it to work.

I tried this in teh questeditor

sub EVENT_SAY
{
if($text=~/hail/i)
{
quest::selfcast($userid,2049);
}
}
#END of FILE Zone:qeynos2 ID:336104 -- #Boluen Areden

Can anyone tell me if something is wrong with this? He just looks in my direction when i hail him and nothing else :P.

think i need perl enabled or something, seen examples of a message that pops up when your loading up your world and i don't have it or think theres 2 of them.

Last edited by Runeblade; 06-30-2006 at 06:00 PM..
Reply With Quote