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
|