Mysticall

Scripts

Nov 28th, 2017 (edited)
11,965
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. arena 123 script
  2.  
  3. /run local U=UnitIsUnit hooksecurefunc("CompactUnitFrame_UpdateName",function(F)if IsActiveBattlefieldArena()and F.unit:find("nameplate")then for i=1,5 do if U( F.unit ,"arena"..i)then F.name:SetText(i)F.name:SetTextColor(1,1,0)break end end end end)
  4.  
  5. Bottom of raid frame (make sure raid-style frames are enabled)
  6. /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 CompactRaidFrameContainer.flowSortFunc=CRFSort_Group
  7.  
  8. Weather Resolution
  9. /console SET weatherDensity 0
Add Comment
Please, Sign In to add comment