Quote Originally Posted by 'bsdll',index.php?page=Thread&postID=150601#post15 0601
From memory group order is decided by the creation date of the accounts and can't be changed. I might be wrong though.
that's right.

but several addons can change sorting of the group order between increasing and decreasing based on creation date of the chars.
and several addons allow to fade out the whole group.

I'm not an addon developer - is it possible to create your own group and unit frames?


would be excellent to create 5 variables where you can put the character-names of your party in
and use them for you macros like:

%team01 = "TheTank"
%team02 = "TheHealer"
%team03 = "theddler"
%team04 = "theddlér"
%team05 = "theddlèr"

/cast [target=%team05] Lesser Healing Wave

So you can create static macros, for healing your group and simply change the names within the variables.
So you can easily add a random player to your group and heal him without getting problems which position
in your party-list he is.

Because my main problem is:

on the interface of my tank:
Tank
Healer
DD1
DD2
DD3

on the interface of my healer:
Healer
Tank
DD1
DD2
DD3

So I can't use party2 etc. in targeting because if a random player joins the position
within my party-list depends on the creation date of his char and I don't know which
key I need to press to heal him.