ConsumableMacro

Automatically creates and manages Flask, Potion, Heal, Healthstone and Buff Food macros based on your current bag contents — with a priority list you control.

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 = 0 are 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 party and raid instances set the instance flag, not teleport transition zones.
  • Replaced reminderShownThisLogin race condition with isLoginPending flag set by PLAYER_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 ConsumableMacro only.
  • CM.ADDON_VERSION removed — was dead code after the title change.
  • Extracted shared getTopCount() helper — BuildReminderContent and CheckMissingConsumablesPostInstance no longer duplicate the item-loop logic.