WA发布 发表于 2023-6-11 17:44:21

C.Unit Buffs/Debuffs (Target and Focus)

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]
查看完整版本: C.Unit Buffs/Debuffs (Target and Focus)