Hi,
So my problem with the game in this expansion that the special macro buttons of mine that was working as intended in the previous expansions are kind of not working.
TL:DR: Sepcial macro buttons with more than one spell, button modifier conditions (shift/ctrl/alt), @mouseover @focus, doesn’t work in Dragonflight expansion. The issue is that you introduced the option selfcast and mouseover functionality. No matter if I turn that off or on, use addons or not (trying to use the default interface right now, no bar addons, no rotation addons, etc.) mouseover with macros and self casting skills that should prioritise self in conditions stopped working
I have a unique playstile, meaning:
-I only use the main 12 buttons on my interface
-For that I specifically put ALL spell related spells/skills/talents on 12 buttons
-Separate buttons for separate type of skills. In general for all toons, all classes.
-This allows me to play the game almost “blind”, I always know how to push the buttons and get the result I want.
Example of a spell:
#showtooltip
/cleartarget [dead]
/use [mod:shift,@focus,nodead][mod:shift,@player][@mouseover,help,nodead][@mouseover,harm,nodead][exists]Living Flame
You can also replace [exists] with should work also.
This simple spell alone should prioritise target casting without modifier key required.
-If the current target is dead, clear target THEN
-If there is Focus set and not dead and pushing shift cast on it ELSE
-No focus set or dead, pushing shift cast on player ELSE
-If there is a living friendly target under the mouse cast on it ELSE
-If there is a living harmful target under the mouse cast on it ELSE
-Cast on target
This doesn’t work. If you turn on mouseover function or turn off, you turn on selfcast option or turn it off in options, makes no difference.
I’M not using any casting or rotation or bar addons! Built-in bar, with MOSTLY in limit of the 255 length macros. I do use Macrotoolkit that gives me on special macros chance to use longer macros, but the above example is a clean simple macro with no applications interfering with it.
This issue should have been fixed during beta, seems it didn’t unfortunately. But we need fixing, I see addon owners scratching their heads about this issue, so we definitely need a fix please Blizzard.