Log in

View Full Version : Pet Weapons


jenco420
05-16-2008, 09:55 PM
I searched and could'nt find anything and it might just be my server.

But pets are not equiping weapons (using 1108 on a linux box) can anyone else comfirm this?

Tested on a mage and necro have'nt checked other pet classes

thepoetwarrior
05-16-2008, 10:08 PM
Depends on the weapon, or a global give back items NPC doesn't want affect pets too.

xxarthurxx
05-16-2008, 10:27 PM
what kind of weapons are you trying to give them? i know that they will not equip anything that is no drop

jenco420
05-17-2008, 10:58 AM
i was giving them mage summoned weapons ~.~ should work np

spider661
06-30-2008, 02:08 AM
does anyone have an answer for this i just found out today i am havening this same problem i even put code in the default file to make them say thanks for the item just to make sure they where taking it. the say the line but don't equip the items.

i even made 100% sure it was a item they could use with class and then i also tried pet weps.

spider661
06-30-2008, 04:01 AM
update on this.. i gave a item to a orc in cb and he took and equipped it. i did npcstats and he sayed 1 item pet says 0 items and dont take them.

spider661
06-30-2008, 04:16 AM
found the problem i just don't know y it was a problem but it was my default.pl


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);
}
}