/run LoadAddOn("Blizzard_CompactRaidFrames") CRFSort_Group=function(t1, t2) if UnitIsUnit(t1,"player") then return false elseif UnitIsUnit(t2,"player") then return true else return t1
Sort raid frames like cata script
Started by Vsu, Dec 03 2012 04:01 PM
2 replies to this topic
#1
Posted 03 December 2012 - 04:01 PM
So there is a script I found on Kollektiv's stream to sort the raid frames like in cata. (Player on bottom). But for some reason it isn't working for me. I have the raid frames sorted by group and what not, but I dunno what I am doing wrong lols. Here it is if someone could tell me whats wrong or have something that works because I would love you long time.
#2
Posted 03 December 2012 - 06:55 PM
I smell a lot of taint.
Gooby pls
#3
Posted 03 December 2012 - 10:22 PM
I think that's missing a small bit at the end, but it causes taint and will bring you more problems than it solves anyway.
If you're still inclined to try it, here's what I *think* it should look like:
If you're still inclined to try it, here's what I *think* it should look like:
/run LoadAddOn("Blizzard_CompactRaidFrames") CRFSort_Group=function(t1, t2) if UnitIsUnit(t1,"player") then return false elseif UnitIsUnit(t2,"player") then return true else return t1 < t2 end end
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users

















