Fork of the Dominos action bar addon for WoW 3.3.5 (Wrath of the Lich King).
The existing Show States settings panel was extended with checkboxes:
- Modifiers — show bar when Shift / Alt / Ctrl are held (keys are combined with
ANDlogic) - Targeting — show bar when the target is hostile / friendly / no target
- In combat — show bar in combat
- Forms — show bar when in a specific class form or stance (per class)
- Checkbox conditions are combined with the standard free-form input field
- All checkboxes work in
show modeby default, but can be switched tohide modeif you putshowas the last argument in the free-form input
- Form / stance conditions were extended — they are now combined with "hostile / friendly / no target" logic
- For druids, only combat forms are kept, as they make sense
- Other classes — the code is written but not tested yet
- Default settings for bonus panels are temporarily removed (they complicate things)
- Show States panel with checkboxes (same as action bars)
All action bars are now forced visible while in key binding mode, regardless of show/hide conditions.
First I downgraded this repo to 1.18.6 version (for WoW 3.3.5).
My changes starts with this commit.