There is a way to get the party frame to show toons in an explicit order. If anyone has some time to modify a unitframe mod you basically do the following:
Code:
-- self.mPartyFrame would be the frame inheriting SecurePartyHeaderTemplate
self.mPartyFrame:SetAttribute("showPlayer", true)
self.mPartyFrame:SetAttribute("nameList", "Muddwhite,Muddblack,Muddred,Muddgreen,Muddblue")
This will show the party in that order for everyone. With click casting and mouse broadcast you could setup your party frame to allow for assist lag free healing and other things you would like to do on your party.
Connect With Us