WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Covenant abilty frame (https://www.wowinterface.com/forums/showthread.php?t=58513)

gmarco 01-02-21 06:46 AM

Covenant abilty frame
 
Hi all,

while levelling in SL you got a (cute) frame for the spell/abilities of the covenant, until you move them in your action bars. And they go back there if you remove from the bars.



A couple of questions:

1) Is there an addon that can move this ? Like BlizzMove I presume even if I not tested yet.
2) Is possible that this frame not appears anymore when you finish the levelling even if I dont have the covenant's spells in bars ?

Thanks and Happy New Year. :)

SDPhantom 01-02-21 05:48 PM

From what I can tell, that's ZoneAbilityFrame and it's attached to ExtraAbilityContainer. The position is managed by UIParent.

Code:

["ExtraAbilityContainer"] = {baseY = true, yOffset = 0, bottomEither = actionBarOffset, overrideActionBar = overrideActionBarTop, petBattleFrame = petBattleTop, bonusActionBar = 1, pet = 1, watchBar = 1, tutorialAlert = 1, powerBarWidgets = 1};
FrameXML\UIParent.lua:2482

gmarco 01-03-21 02:13 PM

Thanks SDPhantom,

I think this shows automagically only when levelling and in the specified zone :)
Not appears anymore after you learn the spell because you are supposed to put them in your bars :)

Thanks so much for your kind reply.

SDPhantom 01-05-21 04:25 PM

Quote:

Originally Posted by gmarco (Post 338181)
I think this shows automagically only when levelling and in the specified zone :)
Not appears anymore after you learn the spell because you are supposed to put them in your bars :)

It's more because of a limit in the system they use. The ZoneAbility system attaches abilities to the zone you're in. This works in the storyline when you get the abilities to try out when you're in the zone they're attached to. After you join a covenant, these abilities become permanent. They can't be handled by the ZoneAbility system because they're no longer bound to the zone.

gmarco 12-09-22 02:28 AM

Hi,

I reopen this request/search ...

It should be cute to have a custom frame that can hold the 2 spell of the covenant (and they change dinamically based on the covenant you are) now that they are removed (probably) from our actionbars ... but if we go in shadowland they can be used again I think ... :)


All times are GMT -6. The time now is 10:33 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI