Thread: Pet Weapons
View Single Post
  #7  
Old 06-30-2008, 04:16 AM
spider661
Discordant
 
Join Date: Oct 2005
Location: michigain
Posts: 260
Default

found the problem i just don't know y it was a problem but it was my default.pl

Code:
sub EVENT_ITEM {
my $owner = $npc->GetOwnerID();
if ($owner > 0) {
quest::say ("Thanks $name, ill put this to good use");
}
else {
plugin::return_items(\%itemcount);
}
 }
Reply With Quote