Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. 1: /run UFP = "UnitFramePortrait_Update"
  2. /run MainMenuBarLeftEndCap:Hide();MainMenuBarRightEndCap:Hide()
  3. /run ShapeshiftBarFrame:Hide();ShapeshiftBarFrame.Show = function() end
  4.  
  5. 2: /run UICC = "Interface\\TargetingFrame\\UI-Classes-Circles"
  6. /run FocusFrameSpellBar:SetScale(1.2)
  7. /run TargetFrameSpellBar:SetScale(1.2)
  8. /run CastingBarFrame:SetScale(1.2)
  9. /run UIErrorsFrame:Hide()
  10.  
  11. 3: /run CIT = CLASS_ICON_TCOORDS
  12. /run PlayerFrameGroupIndicator:Hide() ; PlayerFrameGroupIndicator.Show = function() end
  13.  
  14. 4: /run hooksecurefunc(UFP,function(self) if self.portrait then local t = CIT[select(2,UnitClass(self.unit))] if t then self.portrait:SetTexture(UICC) self.portrait:SetTexCoord(unpack(t)) end end end)
  15.  
  16. 5: /run MainMenuBar:SetScale(0.7)
  17. /run MultiBarRight:SetScale(0.7)
  18. /run MinimapCluster:SetScale(0.8)
  19. /run CastingBarFrame:ClearAllPoints() ; CastingBarFrame:SetPoint ("CENTER", UIParent, "CENTER",0, 200) ; CastingBarFrame.SetPoint = function() end
  20.  
  21. 6: /run BuffFrame:SetScale(1.0) ;BuffFrame:ClearAllPoints () ;BuffFrame:SetParent (MiniMapCluster) ;BuffFrame:SetPoint ("TOPRIGHT", -130, -5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement