mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
- /stopmacro [conditions] halts remaining macro commands; supports all existing macro conditionals ([combat], [nocombat], [mod:shift], etc.) via the sentinel action trick on evaluateMacroConditionals - macroStopped_ flag in GameScreen; executeMacroText resets and checks it after each command so /stopmacro mid-macro skips all subsequent lines - Emit a "X is about to break!" UI error + system chat when an equipped item's durability drops below 20% via SMSG_UPDATE_OBJECT field delta; warning fires once per threshold crossing (prevDur >= maxDur/5, newDur < maxDur/5) |
||
|---|---|---|
| .. | ||
| auth_screen.hpp | ||
| character_create_screen.hpp | ||
| character_screen.hpp | ||
| game_screen.hpp | ||
| inventory_screen.hpp | ||
| keybinding_manager.hpp | ||
| quest_log_screen.hpp | ||
| realm_screen.hpp | ||
| spellbook_screen.hpp | ||
| talent_screen.hpp | ||
| ui_manager.hpp | ||