Thread: Question
View Single Post
  #12  
Old 03-28-2004, 07:38 AM
ryder911
Hill Giant
 
Join Date: Jun 2002
Posts: 212
Default

Well I got perl Enabled bins, but npcs still arent responde

Code:
sub EVENT_Say 
{
if($text=~ /Hail/i){quest::say("Hail $name. I need your help recovering some [ingredients].");}
if($text=~/ingrededients/i){quest::say("I need two wolf pets and two bone chips. If you bring me these I will reward you.");}
}
sub EVENT_ITEM
{
if ($item1{31792} == 2)($item2{13073}== 2){quest::say("Thank you, $name, take this as a reward.");
quest::exp(200);
quest::spawnitem(6351);}
}
Is that wrong or something? I say hail and they just stare at me lol.
Yes im using 5.5 bins, and perl enabled
__________________
Chris---
Reply With Quote