WoWScrnShot_083116_202425.jpg

Here's how the UI is looking currently, and I'm pretty happy with it. It's clean and aside from a few minor hiccups I'm still figuring out as I get my team going, it's just about ready for public consumption.

@kalos72 - Here's the short answer, I do all of the UI setup on my main here.

I do all of the UI setup on a single character, then I delete the WTF folders for all other characters when I'm ready. I save the settings on an AddOn basis to something memorable, in my case SRS. Then I make a macro for the addons that use those settings.

/suf profiles
/bt profiles choose srs

All I have to do is select SRS on the Shadow Unit Frames profile dialog for each character. Everything else should be fixed, it's just a matter of moving spells/macros to where they go.

Speaking of, here's one such macro that's come in quite handy.

#showtooltip item:11122
/dismount [mounted]
/run SetMapToCurrentZone() local f,g,c,s="Pureblood Fire Hawk","Ironhoof Destroyer",GetCurrentMapContinent() s=(IsFlyableArea() and c>-1 and c<7) and f or g CastSpellByName(s) SetMacroSpell(GetRunningMacro(),s)

This macro when pressed uses the Pureblood Fire Hawk if in an area where you can fly, if not it will instead use the Ironhoof Destroyer. And, just so it doesn't constantly show a big black box with a red question mark I made it show the tooltip for Carrot on a Stick. Be aware, this macro is 254 characters long in it's current state. If you make any substitutions you'll need to either have an addon to extend macro length, or be careful about the length of the mount names you use.

This UI is made for 1080p res, I've still got to do a little tinkering with the scaling. It looks kinda stupid when you start boxing with it right now.