

Simply drop it on top of the icon and it will stay on the screen. So just drag the icon from your action bar back to where it originated (the zone ability will appear) when you hover over its destination (bottom center). After moving it to the action bar the button will disappear from the screen again. So run the script again and quickly grab the icon when it appears and drag it to action bar. The zone ability action button appears briefly in the lower center just above your action bars and then disappears again. Run the script "/run DraenorZoneAbilityFrame:Show()". This is for someone having a problem with the button being missing from both the screen and the action bar. Button will be back in the middle of the screen and stay this time.Ĭomment by TwoSpirit Special Action Button not visible. Remove the spell from the hidden bar, run " /run DraenorZoneAbilityFrame:Show()" again.

Your spell is on one of the "hidden bars". Install any bar addon like Bartender and search where you put the spell, you will need to active / unhide all bars and move them into the middle of the screen, so you can see all spells in them. This will put the icon on your cursor and you can place it onto another bar.Ĭomplete Fix (requires addon installation and some searching) Workaround (if you are too lazy and want the button on your normal bars anyway)

The game checks periodically if the button is on one of the bars and removes the special action button automatically. Then the spell is likely somewhere on one of your "hidden bars". If the Button is vanishing again after using " /run DraenorZoneAbilityFrame:Show()". Possible Solution: /run DraenorZoneAbilityFrame:Show() run if not InCombatLockdown() then local b = myZA or CreateFrame(“button”,“myZA”,nil,“SecureActionButtonTemplate”) b:SetAttribute(“type”,“click”) b:SetAttribute(“clickbutton”,ZoneAbilityFrame.Comment by dasbaum Problem: Special Action Button not visible After that, each click will trigger the orb or whatever other zone ability is active for the current zone. Maybe I’ll do that later.Īll you have to make sure you do is click this button once before you enter the vision to make sure it’s activated. Ideally, you would make a simple addon to automatically create the myZA button on login, then your macro would just be /click myZA, but that’s outside the scope of this post for now. It then performs the /click on the hidden myZA button to click the zone ability button. The idea behind this is that it checks to make sure you’re not in combat, then it creates a hidden button named myZA (the first time you click it), then assigns the ZoneAbilityFrame.SpellButton to it. I only tested it in Draenor, but it worked. Garrison Draenor Zone Ability Frame ButtonSpecial Action Button not visibleThis is how I fixed the problem:This is for someone having a problem with the butt. It took a bit of doing, but I think I have a better macro that will work for anything.
