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