View Single Post
  #1  
Old 05-29-2007, 06:27 PM
dispair
Fire Beetle
 
Join Date: May 2007
Posts: 11
Default Quest not working

I have created an npc in poknowledge, I created a npcname.pl file and tried hailing the npc and get nothing am i missing something. BTW i also tried sutting down and reloading server, #reloadpl, #reloadqst, #reloadquest, Zoneing, and also renaming the pl from npcname to npcid

Here is the pl file i made just a simple test one to get it working.

sub EVENT_SAY {
if ($text=~/hail/i) {
quest::say("test");
}
}

#End of File, Zone:poknowledge NPC:202365 -- Dnetpa
Reply With Quote