FrameSort
A simple WoW addon that sorts party/raid/arena frames and places you at the top/middle/bottom.
Features
- Place your raid frame at the top, middle, or bottom.
- Sort the remaining frames by group/role/alphabetical.
- Works with Blizzard, Gladius, GladiusEx, sArena, ElvUI, and Cell.
- Automatically promote healers to leader in solo shuffle.
- Keybindings to target frames based on their visual position rather than their party number.
- Macro variables for @Healer, @EnemyHealer, @Frame, and more.
- Add spacing between frames.
Sorting
Order raid frames the way you like with your frame on top:
Or on bottom:
The middle position is also supported.
Spacing
Add spacing between frames:
Targeting
Target frames based on their visual position:
Example Macros
Are you a ret paladin and your healer is feared/stunned?
#showtooltip
#FrameSort Healer
/cast [@healer] Blessing of Sanctuary
Cast power infusion on your other DPS
#showtooltip
#FrameSort OtherDps
/cast [@otherdps,exists][] Power Infusion
Death grip the healer without having to set focus
#FrameSort EnemyHealer
/cast [@enemyhealer] Death Grip
Target whatever the tank is targeting
#FrameSort Tank
/assist [@tank]
Reaching the 255 macro limit? Use abbreviations
#FS F1 F2 F3
/cast [mod:ctrl,@a][mod:shift,@b][@c] Spell
Variables
Refer to the Macro page FrameSort's settings page for a full list of supported variables.
Xaryu Explains
Install
The addon can be installed via:
Support