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
|