Thread Tools Display Modes
12-07-18, 12:48 PM   #1
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 51
How to make my frame always at the bottom of party frames?

Hey guys
I know party frame order can be set like this
Lua Code:
  1. 'groupingOrder', 'TANK,HEALER,DAMAGER'
but how can I set myself always at the bottom, any idea?

  Reply With Quote
12-09-18, 03:49 PM   #2
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
You may try using the following attributes on the party header:
Code:
'showPlayer', true,
'showParty', true,
'sortDir', 'DESC',
I'm not sure if this will work with the 'groupingOrder' attribute the way you want it, as the player may be ordered by their role first.
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » How to make my frame always at the bottom of party frames?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off