This is meant to replace the blizzard default buffs/debuffs from the target and focus unitframes (or that of another UI addon). Part of my Unit Frames WeakAura https://wago.io/z9hex1UoU
The blizzard buffs/debuffs should be removed when you load the addon, a /reload might be required.
With some base WeakAura knowledge you can easily change everything up. Feel free to ask in the comments and i'll try to help.
Changing order of groups:
You can move the aura's inside the dymanic groups to change the order, just make sure to copy and paste the triggers to the corresponding margin aura after moving aura's around. (Row1 and Margin1 should have the same triggers)
Dispellable school types:
In the 'DebuffsCleanse' group go to Triggers and select which schools you want shown. Then in the 'Debuffs' group do the opposite to avoid showing debuffs in 2 places.
Default is:
- Cleanse group: magic, poison, disease
- Debuff group: curse, enrage, none
This weakaura doesnt move your castbars, you can move the static castbars with a addon (like Quartz) or with the following script:
TargetFrameSpellBar:ClearAllPoints()
TargetFrameSpellBar:SetPoint("CENTER",0,0)
TargetFrameSpellBar.SetPoint = function() end
FocusFrameSpellBar:ClearAllPoints()
FocusFrameSpellBar:SetPoint("CENTER",0,0)
FocusFrameSpellBar.SetPoint = function() end |
1、在门户里发表的文章仅代表作者本人的观点,与本网站立场无关。
2、门户的所有内容都不保证其准确性,有效性,时间性。阅读本站内容因误导等因素而造成的损失本站不承担连带责任。
3、当政府机关依照法定程序要求披露信息时,论坛均得免责。
4、若因线路及非本站所能控制范围的故障导致暂停服务期间造成的一切不便与损失,论坛不负任何责任。
5、注册会员通过任何手段和方法针对论坛进行破坏,我们有权对其行为作出处理。并保留进步追究其责任的权利。
|