Releases: Rottenbeer/ItemRack
4.21
__ New in 4.21 - By Rottenbeer __
- Fixes the cata bank slots
__ New in 4.2 - By Rottenbeer __
- Fix SoD runes by romracer
- Fix "calling 'GetName' on bad self" by romracer
- Fixed item stuck on cursor when unequipping set by romracer
- Fix itemrack set matching in tooltips by romracer
__ New in 4.11 - By Rottenbeer __
- Fix versioning
__ New in 4.10 - By mikinho __
- Fixes for SOD
__ New in 4.00 - By Rottenbeer __
- Add Cata CI release
__ New in 3.78 - By Roadblock __
- Release Cata version
- Maybe fix for missing keybinds
__ New in 3.77 - By Rottenbeer __
- Fix curseforge release, don't commit before 10am
__ New in 3.76 - By Roadblock __
- Support for SoD
- Fix for missing keybinds
__ New in 3.75 - By Roadblock __
- WOTLK 3.4.1 compatibility
- Fix a flyout menu tooltip error
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in s...
4.2
__ New in 4.2 - By Rottenbeer __
- Fix SoD runes by romracer
- Fix "calling 'GetName' on bad self" by romracer
- Fixed item stuck on cursor when unequipping set by romracer
- Fix itemrack set matching in tooltips by romracer
__ New in 4.11 - By Rottenbeer __
- Fix versioning
__ New in 4.10 - By mikinho __
- Fixes for SOD
__ New in 4.00 - By Rottenbeer __
- Add Cata CI release
__ New in 3.78 - By Roadblock __
- Release Cata version
- Maybe fix for missing keybinds
__ New in 3.77 - By Rottenbeer __
- Fix curseforge release, don't commit before 10am
__ New in 3.76 - By Roadblock __
- Support for SoD
- Fix for missing keybinds
__ New in 3.75 - By Roadblock __
- WOTLK 3.4.1 compatibility
- Fix a flyout menu tooltip error
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in saved sets will actually show their stats for your CURRENT level (th...
4.11
__ New in 4.11 - By Rottenbeer __
- Fix versioning
__ New in 4.10 - By mikinho __
- Fixes for SOD
__ New in 4.00 - By Rottenbeer __
- Add Cata CI release
__ New in 3.78 - By Roadblock __
- Release Cata version
- Maybe fix for missing keybinds
__ New in 3.77 - By Rottenbeer __
- Fix curseforge release, don't commit before 10am
__ New in 3.76 - By Roadblock __
- Support for SoD
- Fix for missing keybinds
__ New in 3.75 - By Roadblock __
- WOTLK 3.4.1 compatibility
- Fix a flyout menu tooltip error
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in saved sets will actually show their stats for your CURRENT level (the old code set all levels to 0 which made it so the stats were shown incorrectly as level 1)
- Improved the two functions that actually LOCATE the stored equipment set items inside the player's inventory/equipment/bank (whether it's...
4.10
__ New in 4.10 - By mikinho __
- Fixes for SOD
__ New in 4.00 - By Rottenbeer __
- Add Cata CI release
__ New in 3.78 - By Roadblock __
- Release Cata version
- Maybe fix for missing keybinds
__ New in 3.77 - By Rottenbeer __
- Fix curseforge release, don't commit before 10am
__ New in 3.76 - By Roadblock __
- Support for SoD
- Fix for missing keybinds
__ New in 3.75 - By Roadblock __
- WOTLK 3.4.1 compatibility
- Fix a flyout menu tooltip error
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in saved sets will actually show their stats for your CURRENT level (the old code set all levels to 0 which made it so the stats were shown incorrectly as level 1)
- Improved the two functions that actually LOCATE the stored equipment set items inside the player's inventory/equipment/bank (whether it's for equipping, or simply displaying a tooltip), by maki...
4.00
__ New in 4.00 - By Rottenbeer __
- Add Cata CI release
__ New in 3.78 - By Roadblock __
- Release Cata version
- Maybe fix for missing keybinds
__ New in 3.77 - By Rottenbeer __
- Fix curseforge release, don't commit before 10am
__ New in 3.76 - By Roadblock __
- Support for SoD
- Fix for missing keybinds
__ New in 3.75 - By Roadblock __
- WOTLK 3.4.1 compatibility
- Fix a flyout menu tooltip error
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in saved sets will actually show their stats for your CURRENT level (the old code set all levels to 0 which made it so the stats were shown incorrectly as level 1)
- Improved the two functions that actually LOCATE the stored equipment set items inside the player's inventory/equipment/bank (whether it's for equipping, or simply displaying a tooltip), by making sure those functions pass the INCOMING ID throug...
3.78
__ New in 3.78 - By Roadblock __
- Release Cata version
- Maybe fix for missing keybinds
__ New in 3.77 - By Rottenbeer __
- Fix curseforge release, don't commit before 10am
__ New in 3.76 - By Roadblock __
- Support for SoD
- Fix for missing keybinds
__ New in 3.75 - By Roadblock __
- WOTLK 3.4.1 compatibility
- Fix a flyout menu tooltip error
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in saved sets will actually show their stats for your CURRENT level (the old code set all levels to 0 which made it so the stats were shown incorrectly as level 1)
- Improved the two functions that actually LOCATE the stored equipment set items inside the player's inventory/equipment/bank (whether it's for equipping, or simply displaying a tooltip), by making sure those functions pass the INCOMING ID through the new level updater (UpdateIRString) to ensure all old It...
3.78c
__ New in 3.78 - By Roadblock __
- Release Cata version
- Maybe fix for missing keybinds
__ New in 3.77 - By Rottenbeer __
- Fix curseforge release, don't commit before 10am
__ New in 3.76 - By Roadblock __
- Support for SoD
- Fix for missing keybinds
__ New in 3.75 - By Roadblock __
- WOTLK 3.4.1 compatibility
- Fix a flyout menu tooltip error
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in saved sets will actually show their stats for your CURRENT level (the old code set all levels to 0 which made it so the stats were shown incorrectly as level 1)
- Improved the two functions that actually LOCATE the stored equipment set items inside the player's inventory/equipment/bank (whether it's for equipping, or simply displaying a tooltip), by making sure those functions pass the INCOMING ID through the new level updater (UpdateIRString) to ensure all old It...
3.77
__ New in 3.77 - By Rottenbeer __
- Fix curseforge release, don't commit before 10am
__ New in 3.76 - By Roadblock __
- Support for SoD
- Fix for missing keybinds
__ New in 3.75 - By Roadblock __
- WOTLK 3.4.1 compatibility
- Fix a flyout menu tooltip error
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in saved sets will actually show their stats for your CURRENT level (the old code set all levels to 0 which made it so the stats were shown incorrectly as level 1)
- Improved the two functions that actually LOCATE the stored equipment set items inside the player's inventory/equipment/bank (whether it's for equipping, or simply displaying a tooltip), by making sure those functions pass the INCOMING ID through the new level updater (UpdateIRString) to ensure all old Item IDs are up to date, thus fixing the bug where leveling up would cause ItemRack to fail stri...
3.76
__ New in 3.75 - By Roadblock __
- Support for SoD
- Fix for missing keybinds
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in saved sets will actually show their stats for your CURRENT level (the old code set all levels to 0 which made it so the stats were shown incorrectly as level 1)
- Improved the two functions that actually LOCATE the stored equipment set items inside the player's inventory/equipment/bank (whether it's for equipping, or simply displaying a tooltip), by making sure those functions pass the INCOMING ID through the new level updater (UpdateIRString) to ensure all old Item IDs are up to date, thus fixing the bug where leveling up would cause ItemRack to fail strict item search on all saved sets and resort to any-item-with-the-same-baseID; this injection point was chosen because it fixes the problem completely throughout the board, since everything ...
3.75
__ New in 3.75 - By Roadblock __
- WOTLK 3.4.1 compatibility
- Fix a flyout menu tooltip error
__ New in 3.74 - By Roadblock __
- WOTLK fix for Polearms + Titan's Grip.
- Fix for ammo slot not equipping the set ammo.
- Fix for JC (and possibly other) unique-equipped gems in gear.
__ New in 3.73 - By Rottenbeer __
- Classic toc update again. Thanks to @jelmerj!
__ New in 3.72 - By Rottenbeer __
- Classic toc update. Thanks to @jelmerj!
__ New in 3.71 - By Rottenbeer __
- WOTLK fixes for Titen's Grip. Thanks to @ThisIsMakena and @jelmerj!
- Classic fixes. Thanks to @jelmerj!
__ New in 3.70 - By Rottenbeer __
- WOTLK release! Thanks to @ThisIsMakena and @jelmerj!
__ New in 3.69 - By Rottenbeer __
- Fix backgrop and bindings error for wow classic 1.14, thanks minigwen
__ New in 3.68 - By Rottenbeer __
- Fix lua error on login regarding bindings
- Add tree of life event
__ New in 3.67 - By Rottenbeer __
- Add another bank slot for tbc
__ New in 3.66 - By Rottenbeer __
- Fix set display in libbroker, thanks mrbuds
__ New in 3.65 - By Rottenbeer __
- Show current set in libbroker, thanks mrbuds
__ New in 3.64 - By Rottenbeer __
- Fixed missing backdrop for tbc release, thanks to tobbi007 for the hint
- Changed library for the minimap icon, so it should integrate better with
other addons, thanks to mrbuds - Updated toc
__ New in 3.63 - By Rottenbeer __
- Version bump for github releases
__ New in 3.62 - By Rottenbeer __
- Fix luacheck errors
__ New in 3.61 - By Rottenbeer __
- Test for github actions
__ New in 3.60 - By Rottenbeer __
- Package for bcc and classic
__ New in 3.54 - By Rottenbeer __
- Workaround for a startup race in AdiBags
__ New in 3.53 - By Rottenbeer __
- ItemRack should no longer initiate while in combat
- Updated TOC version
Thanks to wardz for the PR
__ New in 3.52 - By Rottenbeer __
- Provide LibStub which is needed for Masque support
__ New in 3.51 - By Rottenbeer __
- Masque support
Thanks to pshurgal for implementing it!
__ New in 3.50 - By Rottenbeer __
- Prevent toggle set change when player change subzone but not in raid instance.
Thanks to Cyanokaze for implementing it!
__ New in 3.49 - By Rottenbeer __
- Version bump to sync with the shown ingame version
__ New in 3.48 - By Rottenbeer __
- Add PVE instance disable flag for events to prevent mounted events to
trigger in AQ
Thanks to root and lindleywhite for the pull request
__ New in 3.47 - By Rottenbeer __
- Fix lua error when saving hotkey bindings in combat
__ New in 3.46 - By Rottenbeer __
- Add option to use different auto-queues depending on the active set
Thanks to brzGatsu for the pull request!
__ New in 3.45 - By Rottenbeer __
- Updated TOC version to 11305
__ New in 3.44 - By Rottenbeer __
- Add option for per-set cloak/helm visibility
- Added the spell fail event for casting events
Thanks to blastehh and btnmasher!
__ New in 3.43 - By Rottenbeer __
- Fixed item swap failure during casting
Attempting to item swap during casting will now wait for an end-combat, or cancel-casting event before swapping instead of failing.
A known bug is it won't finish the swap if you complete a cast but do not enter combat (e.g. autoqueue item comes off cd while you are mounting)
Thanks to blastehh!
__ New in 3.42 - By Rottenbeer __
- Fix for alt+click queue toggle
Auto queue wasn't working due to mismatching usage of 'true' and '1'
Thanks to blastehh!
__ New in 3.41 - By Rottenbeer __
- Fix individual slot queue toggle
The addon currently tries to queue all slots and ignores the checkbox "Auto queue this slot"
This will make it check the table to see if the box was actually ticked before queuing a slot.
Thanks to blastehh
__ New in 3.40 - By Rottenbeer __
- version bump for curseforge
__ New in 3.39 - By Rottenbeer __
- ZoneEvents: check for subzones and indoor area changes
__ New in 3.38 - By Rottenbeer __
- Prevent unequipping sets that are not marked to unequip for buff events
Thanks to davismj for the pull request
__ New in 3.37 - By Rottenbeer __
- Incremented release version to fix cyclic updates on curseforge
__ New in 3.36 - By Rottenbeer __
- Manual changelog on curseforge
__ New in 3.35 - By Rottenbeer __
- Automatic packaging for curseforge
__ New in 3.32 - By Mikinho/Iblis/Sut/Reddsiq __
- Added new default event "Nefarian's Lair" so players can auto swap Onyxia Scale Cloak easily.
__ New in 3.31 - By Mikinho/Iblis/Sut/Reddsiq __
- Bug fix for Hunter trinket swap when feign death.
Note: Requires below Hunter macro
/petpassive
/cast Feign Death
__ New in 3.30 __
- Fixed queue icon not disappearing after combat
- Update UI Version
Thanks to blastehh for the PR
__ New in 3.29 __
- Decrease delay until gear is swapped for buff and zone
Suggested by ysaliens
__ New in 3.28 __
- Enabling events also starts the mounted event timer and vice versa
- Moved all logic of the mounted event timer to ItemRackEvents.lua
Thanks to seidhrhealz for the PR
__ New in 3.27 __
- Check if events are enabled before switching mounted gear
__ New in 3.26 - By Cactus __
- Added Events parameters to scripts
- Integrate itemrackautoridinggear to make mounting events more reliable. Thanks
- to seidhrhealz for the PR
- Fixed a problem with scripts not receiving event parameters. Thanks to
- plchampigny for the PR
__ New in 3.25 __
- Revert Raised minimap button strata, so it is visible with SpartanUI (or other
overhauls), since it breaks broker functionality
__ New in 3.24 __
- Raised minimap button strate, so it is visible with SpartanUI (or other
overhauls).
Thanks to poptix for the PR
__ New in 3.23 __
- Added possibility for AdiBags to create rules.
Thanks to Andrew Potter for the PR
__ New in 3.22 __
- Add option to disable set info in toolstips
- Add combat swap for sets with hotkeys
- EquipSet events triggered by hotkeys will now be able to swap weapons in
combat.
__ New in 3.20 __
- Display set info in tooltip
- Remove leftover retail functions
__ New in 3.08 - By Kharthus __
- Bug fixes for event and queue errors
- Fixed error due to UIPanelButtonTemplate2
__ New in 3.07 - By Kharthus __
- TOC update for 8.2 patch
__ New in 3.06 - By Kharthus __
- Fixes for 8.0 patch
__ New in 3.05 - By Kharthus __
- Fixes for off-hand artifact weapons (Thanks oscarucb)
__ New in 3.04 - By Kharthus __
- More fixes for PlaySound (missed the xml files)
__ New in 3.03 - By Kharthus __
- Updates for 7.3 patch
__ New in 3.02 - By Kharthus __
- TOC update for 7.2 patch
__ New in 3.01 - By Kharthus __
- TOC update for 7.1 patch
__ New in 3.00 - By Kharthus __
- Updates for 7.0.3 patch
- Removed helm/cloak hiding options
__ New in 2.98 - By Kharthus __
- Fixed items with different enchants
__ New in 2.97 - By Kharthus __
- TOC update for 6.2 patch
__ New in 2.96 - By Kharthus __
- Fixed green icons in Sets screen
__ New in 2.95 - By Kharthus __
- TOC update for 6.1 patch
__ New in 2.94 - By Kharthus __
- Properly remove disabled events
__ New in 2.93 - By Kharthus __
- Added support for bonus stats in WoD (Thanks Gello)
__ New in 2.92 - By Kharthus __
- Fixed black and white buttons and gear icons
__ New in 2.91 - By Kharthus __
- Code cleanup for 6.0.2
__ New in 2.90 - By Kharthus __
- Fixed helm/cloak hiding
__ New in 2.89 - By Kharthus __
- TOC update for 6.0.2 patch
__ New in 2.88 - By Kharthus __
- TOC update for 5.4 patch
__ New in 2.87 - By Kharthus __
- New option for Hide the ItemRack buttons during pet battles
__ New in 2.86 - By Kharthus __
- Hide the ItemRack buttons during pet battles
__ New in 2.85 - By Kharthus __
- TOC update for 5.2 patch
__ New in 2.84 - By Kharthus __
- Fixed Monk off-hands
__ New in 2.83 - By Kharthus __
- TOC update for 5.1 patch
__ New in 2.82 - By Kharthus __
- Fixed dual spec events
__ New in 2.81 - By Kharthus __
- Attempt to fix GlyphUI problem
__ New in 2.8 - By Kharthus __
- Updates for MoP
__ New in 2.73 - By Kharthus __
- TOC update for WoW 4.3.0
- Fixed GetNumMacroIcons error in 4.3
__ New in 2.72 - By Kharthus __
- TOC update for WoW 4.2.0
__ New in 2.71 - By Kharthus __
- TOC update for WoW 4.1.0
__ New in 2.7 - By Yewbacca __
- Created new consolidated patterns for ItemLink/ItemString-to-ItemRackStyleID, ItemRackStyleID-to-BaseID, ItemLink/ItemString-to-BaseID
- Created new functions that use those patterns, and various other new helper functions, in order to consolidate all ItemString-handling in one place
- Replaced all old-style handling of itemIDs (string.gsub/find/match) and made everything use the new functions instead, for more robust handling as well as easy updates in the future
- Replaced GUI drawing code with references to new functions, to get icons and tooltips to work in the GUI
- Updated the GUI code so that it always draws item tooltips using the player's current level, which ensures that mousing over heirlooms in saved sets will actually show their stats for your CURRENT level (the old code set all levels to 0 which made it so the stats were shown incorrectly as level 1)
- Improved the two functions that actually LOCATE the stored equipment set items inside the player's inventory/equipment/bank (whether it's for equipping, or simply displaying a tooltip), by making sure those functions pass the INCOMING ID through the new level updater (UpdateIRString) to ensure all old Item IDs are up to date, thus fixing the bug where leveling up would cause ItemRack to fail strict item search on all saved sets and resort to any-item-with-the-same-baseID; this injection point was chosen because it fixes the problem completely throughout the board, ...