Hi everyone,
I’m having trouble setting up some macros, specifically to better manage the new G-99.
I’ve always used Clicked to configure my macros and keybinds, and it’s always worked quite well. As an example, I’ve set it up so that the ability for Surge Forward is assigned to key 1 when I’m Skyriding, and Judgment in other cases (I’m a Ret Paladin).
Now I want to add that the Boost ability of the G-99, located on the first action bar button, gets clicked as well. I use ElvUI, and to find the correct button to include in the macro, I used /fstack
, which returned the value ElvUI_Bar1Button1
.
In fact, if I type /click ElvUI_Bar1Button1
in chat, Boost casts correctly as expected.
The macro generated by Clicked looks like this:
/stopspelltarget
/click [vehicleui][possessbar][overridebar] ElvUI_Bar1Button1
/cast [flying,bonusbar:5] Surge Forward; Judgment
I added other /click
conditions to consider different vehicles as well (i.e. battelground).
And here’s the problem. I’ve noticed that any macro executed while in a vehicle is ignored. I even tried a simple /target Sonofapo
on Clicked to see if I made any mistakes. I also tried copying and pasting the macro into WoW’s macro manager, saving it, and dragging it to the action bar. If I try to click the macro manually, it works as expected.
I want to emphasize that this problem only occurs when I’m in a vehicle. I can still use all my other macros, including the previous one, which continues to work when not in a vehicle.
Does anyone know how to help?
Thanks!