View Single Post
  #1  
Old 08-18-2008, 05:03 PM
Weldarr
Sarnak
 
Join Date: Oct 2005
Posts: 45
Default What's wrong with this quest...

sub EVENT_ITEM
{
if (plugin::check_handin(\%itemcount,1382=>1))
{
quest::say("These are exactly what I was looking for $name! Take this as a reward");
quest::summonitem("1386");
}
}


whenever i hand in item 1382, the mob doesnt do anything
Reply With Quote