Originally Posted by Hyperion
Thanks for the fix. Unfortunately, I'm a bit of a noob when it comes to addons; could you tell me which file needs this added?
|
SquawkAndAwe.lua, in function AddStatusBar(), between lines 945/946. It'll be added to the official version in the next couple days, though, if it's not a huge deal for you.
Figured I might as well add in the order option as well, while I've still got SAA in my neural cache. I'll also add some procs and debuffs, so if you've got ideas of
moonkin-specific things you want tracked, I'm open to suggestions. Good idea: Idol procs; Bad idea: Rejuvenation. Good idea: Languish (are the wrath and starfire languish debuffs separate?); Bad idea: Winter's Chill. They're easy, or should be, to add, so I can take suggestions up until just before the addon gets uploaded.
As for the order option, note that life gets a lot simpler if the bars are still grouped by category (abilities with abilities, procs with procs, etc.), so order will only apply within a category. I.E. you'll be able to put moonfire on top of IS, but you won't be able to put Starfall between them. For simplicity, order will be strictly priority based. You can have MF:3, IS:7, FF:1, and it will output FF-MF-IS with no gap in between. Setting two bars to the same priority will have the same effect as right now; SAA will pick one to be on top, and it should always be the same one.
[edit]
Order will also have a global enable, which will be
enabled by default. If you don't want to muck with it, click off the checkbox to return SAA back to the way it used to be.
[edit2] You should also be able to rearrange categories, though that may take a little more work.