Thread: Quest trouble
View Single Post
  #1  
Old 02-05-2005, 09:19 AM
dclark
Fire Beetle
 
Join Date: Dec 2004
Posts: 21
Default Quest trouble

I am having a little trouble getting quest to work. I got the quest editer 1.6. When I run it and pick a npc in this case a translocator in east freeport and put this in the text area:
sub EVENT_SAY
{
if ($text=~/hail/i){ quest::say("Hail name where would you like to go ocean of tears or butcherblock."); }
}
it add a folder quest in the eqemu floder and a freeport folder in the quest. I am guessing that this is right, but I can't get the npc to responed to my hails.
Reply With Quote