Change Log:
r1122 | shadowed.wow | 2009-02-18 10:44:10 -0800 (Wed, 18 Feb 2009) | 6 lines
* Fixed a single equip bug, if you try and equip an OH with a 2H in the MH it'll unequip the 2H first, if you try and equip a 2H with an OH (and you aren't TG/not a valid TG weapon) it'll unequip the OH
* Fixed an error with trying to equip a set with only weapons
* Set names are sorted by alphabetical order in the set list now
* Set names are now case-insensitive (Which if it isn't, is now a word), the display will show whatever you created it as, but /is equip/push/pull only care if the name is right not casting
* Updated some libraries
r1091 | shadowed.wow | 2009-01-20 18:42:00 -0800 (Tue, 20 Jan 2009) | 1 line
* Since Blizzard fixed swapping prismatic gems around when you already had 3 equipped and you tried to equip the same slot. Removed all of our weirdass fancy unequipping/moving code and changed it to equip all slots without prismatic gems first
r1086 | shadowed.wow | 2009-01-17 09:23:45 -0800 (Sat, 17 Jan 2009) | 4 lines
* Cleaned up configuration a bit
* Changed to auto select your last equipped set when you have one
* Added a small help description when no sets are created to run down quickly how to use ItemSets
r1085 | shadowed.wow | 2009-01-16 17:24:06 -0800 (Fri, 16 Jan 2009) | 1 line
* Fixed a stupid mistake with how the equip orders are removed, won't cause some slots not to be swapped, or errors about items missing when they aren't
r1083 | shadowed.wow | 2009-01-16 10:03:49 -0800 (Fri, 16 Jan 2009) | 5 lines
* Added the set that is currently equipped to the DB, as well as the currently queued set name
* Added IS_UPDATE_QUEUED so with that + UNIT_INVENTORY_CHANGED you can plug into all ItemSets stuff
* Fixed equip slots if you have a ring in slot #1 that is supposed to be in slot #2, and any other combo of that
* Fixed Push/Pull not calling the localization version
r1077 | shadowed.wow | 2009-01-15 09:33:42 -0800 (Thu, 15 Jan 2009) | 3 lines
* Fixed set configuration not properly saving something as supposed to be unequipped, deciding instead to set it to unmanaged
* Fixed equipping issues with going from 2H -> 1H/OH vica versa
* Fixed an queue error when equipping a set in combat
r1076 | shadowed.wow | 2009-01-14 19:22:57 -0800 (Wed, 14 Jan 2009) | 8 lines
* Fixed the set list moving a pixel over for every set listed
* Added a scroll bar to configuration, because everyone likes scroll bars
* Added a blue border for items that are listed in the item selecting thing but banked
* Added a red border to the options if an item is missing from a set
* Added a button to toggle all slots managed/unmanaged
* Changed how creating a set works. If you have no set locked it will create it based off your equipped items, if you create it with another set locked it creates it off that locked set
* Changed mouse timeout to 1 second, was 1.5 seconds
* Small clean ups
r1067 | shadowed.wow | 2009-01-13 13:56:06 -0800 (Tue, 13 Jan 2009) | 2 lines
* Equipping an item in the options will automatically "enable" the button
* Creating a new set will set it to defaulting everything to be unequipped, instead of unmanaged
r1066 | shadowed.wow | 2009-01-13 13:48:12 -0800 (Tue, 13 Jan 2009) | 10 lines
* Yay! Can release this as beta now!
* Added pushing and pulling sets into/from your bank
* Added all the slash commands in (/is for a list)
* Added verification to creating a new set, and made sure helm and cloak flags are set by default
* Added the configuration frame to UISpecialFrame, added a title bar + close button + mover
* Fixed menu creation not actually looking inside the bank for items
* Fixed tooltips not showing up in configuration
* Fixed helm and cloak check boxes not updating when selecting a profile
* Fixed IsContainer not doing a ContainerIDToInventoryID call (Fucking ids and there 40 different fucking types)
r1065 | shadowed.wow | 2009-01-12 21:24:20 -0800 (Mon, 12 Jan 2009) | 5 lines
* Cleaned up the mouse timeout for hiding the item select menu
* Added flag to put equipped items into the list
* Added columns so it's not one long line of items in the menu
* Added helm/cloak visibility
* Implemented most of the options GUI, still needs a scroll bar, some tooltip fixery, and cleaning up thought (/is to show and /is again to hide)
r1064 | shadowed.wow | 2009-01-12 10:26:47 -0800 (Mon, 12 Jan 2009) | 7 lines
* Added a single equip function
* Added a single equip menu to the character screen, lets you mouse over a slot and see all equippable items for it (Only includes items that are Soulbound, or Account Bound), needs some cleaning up with positioning still but works fine
* Cleaned up the equip queue icons updating if the paper doll wasn't shown
* Fixed the bank check not actually working
* Fixed an error when single equipping an item in combat
* Fixed an error when equipping a set with missing items
* Fixed equip unequipping items even if we didn't care about that slot
r1063 | shadowed.wow | 2009-01-11 11:39:58 -0800 (Sun, 11 Jan 2009) | 3 lines
* Added icons to the character frame showing what item is queued
* Added set queuing if you're dead or in combat
* Changed base data to item: instead of just so GetItemInfo works with it
r1059 | shadowed.wow | 2009-01-08 18:54:01 -0800 (Thu, 08 Jan 2009) | 2 lines
* Initial Import: ItemSets/
* Just can equip sets (and save sets that are already equipped) still more to do before it's easy to use.
Description:
Item profile mod, lets you choose a list of items that should be equipped for that profile that you can then equip quickly, for example you can build a tank set called "Tank" and then equip it using /itemsets equip Tank, or a DPS set that you can equip with /itemsets equip DPS. Handles unique and prismatic gems correctly, so if both sets have 3 Dragon's Eyes in them you won't get errors about too many gems. Also includes a push option (/itemsets push ) that pushes all items of that set from your inventory into your bank, and a pull option (/itemsets pull ) that pulls items from that set into your inventory.
This is meant as a basic item profile mod, if you want things like events for equipping then you should look at other mods like ItemRack, speaking of which thanks Gello for some of the ideas in ItemRack that I stole!
Slash command: /itemsets (/is)
Broker: For a broker widget, see http://wowinterface.com/downloads/info12234-BrokerItemSets.html |
|