I was using Raven to make custom buff/debuff bars and move/split the normal buff/debuff bar location. Sadly it no longer work with WOTLK patch and hasn’t been updated since. Anyone know of a good customizable alternative?
What raven could do.
Move the original buff/debuff bar. Split them so they can be moved individually. Resize and change the vertical and/or horizontal direction.
Create new custom buff/debuff bar group that track or blaclist specific buff/debuff.
Have you found a replacement for raven yet? i mean i can mimic it with Weak Auras and Elkano’s(but it’s definitely not ideal for how i like set my ui up)
I submitted a fix to the author’s repo - but if you update line 1514 and 1515 of Main.lua to this: for i = 1, C_Minimap.GetNumTrackingTypes() do local tracking, trackingIcon, active = C_Minimap.GetTrackingInfo(i)
Then it’ll work again.