Thread: default.pl
View Single Post
  #1  
Old 03-13-2010, 01:39 PM
Lillu
Hill Giant
 
Join Date: Sep 2008
Posts: 204
Default default.pl

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.
__________________
Reply With Quote