Weldarr
08-18-2008, 05:03 PM
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
{
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