Poster: Kanrethad at 11/11/2005 2:00:25 PM PST Subject: Bug: EquipCursorItem not using the same slot#
EquipCursorItem is not using the same slot numbers as returned by GetInventorySlotInfo.
Minimal reproduction:
#1. Pickup one trinket
#2. /script EquipCursorItem(12);
* Equips to first slot.
#3. Pickup another trinket
#4. /script EquipCursorItem(13);
* Equips to the 2nd slot
#5. /script UseInventoryItem(13);
* Uses the 2nd trinket
#6. /script message(GetInventorySlotInfo("Trinket0Slot"));
* Prints 13
#6. /script message ( GetInventorySlotInfo("Trinket1Slot"));
* Prints 14
Cosmos Team Lead
http://www.cosmosui.org