Historical Issues
- Fix the bug with
/petdefensive
not putting pets into defensive stance - Change
[flyable]
to check whether the character can fly in a given zone, not whether the given zone is flight-enabled
New Shadowlands Issues
-
Fix the multi-key modifier issues introduced in 9.0.2 (35854)- Confirmed Fixed on Live in 9.0.1 (36322) & Beta 9.0.2 (36401)
- Fix the left/right modifier key issues introduced in 9.0
-
The Action Bar eats mouse interactions as of 9.0. This introduces a number of issues for people who are clickers and rely on their mousewheel for various functions, some of which may be accessibility related.- Reported resolved in 9.0.2 (36665)
- Make the Signature Ability (326526) and Covenant Ability (313347) placeholder spells retain their spell substitutions after you’ve chosen your Covenant.
Macro API/UI Improvements
- Additional Character Specific Macro Slots - with all the additional spells in Shadowlands we’re going to need them.
- Macro conditions for identifying…
- when warmode is active
- when pvp talents are active
- if a given pvp talent is selected
- Consolidation/Morphing of Cleansing spells so they don’t need to be coded separately
- Druid: Remove Corruption and Nature’s Cure
- Paladin: Cleanse Toxins and Cleanse
- Priest: Purify Disease and Purify
- Shaman: Cleanse Spirit and Purify Spirit
- Morphable base spells for hunter pet family abilities so they don’t need to be explicitly coded for each pet family - similar to Command Demon
- Reticle condition support (
[@cursor]
[@player]
) for items and commands eg./petmoveto
- Make
/castrandom
and/userandom
follow the same priority logic as/cast
and/use
.- Currently
/cast
prioritizes spells and/use
prioritizes items while/userandom
is simply an alias of/castrandom
- Horn of Winter (Spell: 57330) and Horn of Winter (Item:140749) can be used to test
- Currently
-
/castsequence
,/castrandom
etc. support for items/spells with commas in their names (eg Yu’lei, Daughter of Jade)
Proposed Aliases for Commonly Used Conditions
-
#showtooltip - #st
- and/or have #showtooltip be implied for all macros unless explicitly disabled or modified by #show
- talent - tal
- @mouseover - @mo