Any way to force <item>:Equip to a particular slot?

mistahmikey

Active Member
Something like <item>:Equip[<slot>]?

If not, it would be nice to have it added. Need this for things that can be equipped in more than one slot - the default placement is not always desirable. As a workaround, I first UnEquip the item in the desired slot, then Equip the new item. That's fine, but UnEquip puts the item in your first bag, which means it gets mixed in with all the stuff you farm. Would be safer to just have it swap to the same inventory position it comes from (like it does if you just use Equip without first unequipping).
 

uiyice

Active Member
Something like <item>:Equip[<slot>]?

If not, it would be nice to have it added. Need this for things that can be equipped in more than one slot - the default placement is not always desirable. As a workaround, I first UnEquip the item in the desired slot, then Equip the new item. That's fine, but UnEquip puts the item in your first bag, which means it gets mixed in with all the stuff you farm. Would be safer to just have it swap to the same inventory position it comes from (like it does if you just use Equip without first unequipping).
If you want to /command it:

eq2execute "inventory equip <ItemIndex> <SlotNumber>"
 
Top Bottom