Chasx

Chas Scripts

Dec 22nd, 2020 (edited)
7,828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. You can do all of this with an addon called MoveAnything if you prefer that. If you choose to use scripts like these you need to press them every time you log in.
  2.  
  3. Paladin Holy Power Bar.
  4.  
  5. /run PaladinPowerBarFrame:SetPoint("TOPLEFT",263,-235)
  6. /run PaladinPowerBarFrame:SetScale(1.25)
  7.  
  8.  
  9. Shaman Totem Bar
  10.  
  11. /run function TFU() TotemFrame:ClearAllPoints(); TotemFrame:SetPoint("CENTER",PlayerFrame,"CENTER",45, 47); TotemFrame:SetScale(1.3) end TFU() hooksecurefunc("TotemFrame_Update", TFU)
Add Comment
Please, Sign In to add comment