DynamicMacros for PvP

DynamicMacros for PvP

4.6k Downloads

alt modifier seems not to work in single macro

Closed this issue ยท 2 comments

commented

When I want to use the macro that is specified in the Readme, but replace ctrl with alt the macro does not seem to work for the alt-Modifier.

Working:

#showtooltip
/cast [nomod,@krionel]Regrowth
/cast [mod:shift,@dynamicMacros,exists][mod:shift,@target]Regrowth
/cast [mod:ctrl,@dynamicMacros,exists][mod:ctrl,@Focus]Regrowth

Not working:

#showtooltip
/cast [nomod,@krionel]Regrowth
/cast [mod:shift,@dynamicMacros,exists][mod:shift,@target]Regrowth
/cast [mod:alt,@dynamicMacros,exists][mod:alt,@Focus]Regrowth

Do you have the same issue?

Thanks in advance.

Best regards

commented

ok the issue was that the Self Cast was set to "Auto" and needs to be set to "None". Then it's not an issue, but could be mentioned in the ReadMe in case you want to address this issue in the documentation.

self cast

commented

I have self cast set to Auto and alt modifier works. Only thing I can think of is you have "alt + your key" bound by default from blizzard and now it does not take your "alt + key".

Simply quick bind your alt + key via Edit Mode to any action bar, save it and unbind it. That will free that bind.

Either way this is not addon bug.