Page 1 of 1

bot item slots

Posted: Tue Sep 06, 2011 3:12 pm
by Able
I am tring to give my bot an item that is neck/wrist wearable. No matter what I do he will only put it in his neck slot. I have tried taking doing this with with a neck item on and no wrist items at all on him and he still just swap out the neck item for it. Is there away to force him to put the item on his wrist or do I just need to move on and find a different item for him to wear.

Re: bot item slots

Posted: Tue Sep 06, 2011 3:22 pm
by Vaion
#bot Giveitem <Slot #>

Example:
#bot giveitem 13 would put the item in the bots primary hand

Use #bot inventory list to find the slot #s for whichever slot you are looking for if you don't know them.

Re: bot item slots

Posted: Wed Sep 07, 2011 12:04 am
by Nerva
If that doesn't work (I've had a few occasions where a bot will refuse to take an item entirely if you attempt to specify a slot like that), you can force him to auto-equip it.

Simply use #bot inventory remove <slot>, put the old item away, pick up the new one, then use #bot giveitem - if the item is valid for the slot you just emptied, your bot should automatically stick it there.

Re: bot item slots

Posted: Wed Sep 07, 2011 2:23 pm
by Able
thank you all for answering my question.