Move Kalecgos' Fury Button

Note that these are only related to World of Warcraft! Posts regarding different games or software will be removed.
Kloze
Posts: 5
Joined: Tue Sep 13, 2016 4:17 pm

Move Kalecgos' Fury Button

Unread postby Kloze Sun Oct 16, 2016 10:08 pm

I'm using ElvUI - does anyone know how to move the Kalecgos' Fury Button? I tried dragging it onto my bars but I couldn't "pick it up" from the follower section. When I toggle ElvUI anchors, it doesn't light up. Any solutions?
User avatar
Chiv
Posts: 95
Joined: Mon Mar 30, 2015 9:09 pm

Re: Move Kalecgos' Fury Button

Unread postby Chiv Tue Oct 18, 2016 12:16 am

I believe it should be the zone ability anchor.
Kloze
Posts: 5
Joined: Tue Sep 13, 2016 4:17 pm

Re: Move Kalecgos' Fury Button

Unread postby Kloze Sun Oct 30, 2016 6:47 pm

Thanks, it was the zone ability anchor frame. I found a few scripts on the wowhead to hide/show/move things and modified for this this button (below). To move the frame, paste the 3rd script into your chat box then click the gold frame around the button to move.

Code: Select all

/run ZoneAbilityFrame:Hide()

Code: Select all

/run ZoneAbilityFrame:Show()

Code: Select all

/run local f=ZoneAbilityFrame; f:SetMovable(true); f:EnableMouse(true); f:SetUserPlaced(true); f:SetScript("OnMouseDown", f.StartMoving); f:SetScript("OnMouseUp", f.StopMovingOrSizing);

Return to “Addons, Macros, UI and technical issues”

Who is online

Users browsing this forum: No registered users and 6 guests