Hey guys,
is it possible to equip a ring or an earring on a specific slot? - if yes, how? :O
Because when i'm using a ring, it will be equipt on slot 2 everytime :/
Equip ring or earring on specific slot
Re: Equip ring or earring on specific slot
Code: Select all
ring = inventory:findItem("ring name")
ring:moveTo("left ring") -- or
ring:moveTo("right ring")- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Equip ring or earring on specific slot
Is this possible to do with an ingame macro too? I would need something to switch to my pvp equip 
Re: Equip ring or earring on specific slot
Code: Select all
/script PickupBagItem(GetBagItemInfo(1)) PickupEquipmentItem(11) -- left ring
/script PickupBagItem(GetBagItemInfo(1)) PickupEquipmentItem(12) -- right ring- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan