File Details
ConsumableMacro_1.5.2.zip
- R
- May 27, 2026
- 126.84 KB
- 52
- 12.0.7+1
- Retail
File Name
ConsumableMacro_1.5.2.zip
Supported Versions
- 12.0.7
- 12.0.5
Changelog - 1.5.2
Sorry, I uploaded the wrong file.
New
- Post-instance reminder — after leaving a dungeon or raid, the reminder shows tabs that are at or below their configured minimum count.
- Tabs with
minCount = 0are excluded from the post-instance reminder — only the login/relog reminder shows them.
Fixed
- Reminder no longer appears when using the dungeon teleport from a city — only real
partyandraidinstances set the instance flag, not teleport transition zones. - Replaced
reminderShownThisLoginrace condition withisLoginPendingflag set byPLAYER_LOGIN— ensures the reminder timer only starts on a true login or relog, never on a dungeon teleport.
Improved
- Version number removed from the addon title bar — shows
ConsumableMacroonly. CM.ADDON_VERSIONremoved — was dead code after the title change.- Extracted shared
getTopCount()helper —BuildReminderContentandCheckMissingConsumablesPostInstanceno longer duplicate the item-loop logic.