PDA

View Full Version : saveset loadset problem with rings.


Prisma
03-01-2005, 04:43 PM
I'm using the cosmos release version (r654 according to the cosmos.txt), and I'm trying to utilize cosmos' saveset & loadset functionality, however I encountered a problem.
It seems to have problems with rings. It always equips rings in the first slot, rings in the second slot don't get changed.
The same might go for trinkets, I didn't try.

Well, if there's a workaround I'd like to know. I just started with macros, so don't really know much about it.

Oh, and I've tried to search the forum, but I coudn't find anything.

bwh
03-01-2005, 06:06 PM
this may be a temporary solution but you can equip your "not working" ring with these commands.

UseContainerItem(index,slot)
UseInventoryItem(12)

(index,slot) index is bag number from right to left and slot is your rings position from left to right top to bottom, if i remember correct.
These lines will first pickup your ring from beforementioned bag,slot and swap it with your second equipped ring, since 12 is the second ring slot on character screen.

If you add these to your macro, chances are it'll work :)



powered by: http://www.wowwiki.com/InventorySlots

Prisma
03-02-2005, 12:42 PM
Thank you for your quick answer.
I found another solution until this (hopefully) gets fixed:
EquipManager (http://ui.worldofwar.net/ui.php?id=179). Still has a few probllems, but for the meantime it will do.