Thread Tools Display Modes
01-02-21, 06:46 AM   #1
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
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.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote
01-02-21, 05:48 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
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
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
01-03-21, 02:13 PM   #3
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
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.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote
01-05-21, 04:25 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
Originally Posted by gmarco View Post
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.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
12-09-22, 02:28 AM   #5
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
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 ...
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Covenant abilty frame

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off