We put a
default.pl in the root quest directory to handle item turn in events. but strangle it seems like it does effect player's pets too, not just npcs.
putting
default.pl to a specific zone folder or templates folder wont work at all.
the code is simple:
Code:
sub EVENT_ITEM {
quest::emote(" looks at you strangely.");
plugin::return_items(\%itemcount);
}
what do we miss? any help would be appreciated.