Neuron

Neuron

98.2k Downloads

Flyout Macro Help

Sifuedition opened this issue · 4 comments

commented

I used to be able to make flyout macros in older versions, but I can't seem to figure out the problem with my syntax now. As an example, I want to make one for Paladin Aura's.

#showtooltip Retribution Aura()
/cast [nobtn:2] Retribution Aura()
/stopmacro [nobtn:2]
/flyout spell:Retribution Aura(), Devotion Aura(), Concentration Aura():LINEAR:LEFT:RIGHT:3:CLICK

I feel like this is right, but it doesn't work. The flyout does not happen at all when I right click. If I left click, it does toggle cast/cancel of Retribution Aura.

I am attempting to copy/modify a Blizz flyout from my warlock:

#showtooltip Summon Felguard()
/cast [nobtn:2] Summon Felguard()
/stopmacro [nobtn:2]
/flyout blizz:10:l:l:r:5:c

This one works just fine. I'm not understanding why mine would not work.

commented
commented

Might be related to #216

commented
commented

I have an idea, try the macro the following way.. I've found that I often have to use the ~ tag a lot to get many of my flyouts to work right (scans the tooltip). /flyout s:~retribution aura,~devotion aura,concentration aura:l:l:r:3:c I tried this on my pally alt and it works as it should. And, while I was at it, I tried the first version as well (/flyout spell:Retribution Aura(), Devotion Aura(), Concentration Aura():LINEAR:LEFT:RIGHT:3:CLICK). What I found was that if you added the tilda () in front of the spell name the flyout works.

On Sat, Dec 19, 2020 at 10:48 PM Dejay Rezme @.***> wrote: Might be related to #216 <#216> — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#399 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOU37BKTGUZHEEJKGC4UFLSVV625ANCNFSM4VCTDJ6Q .

Thank you. This worked without having to change the spacing.