View Single Post
10-16-19, 07:04 PM   #1
PinkOgreMayRoam
A Kobold Labourer
Join Date: Oct 2019
Posts: 1
Classic WoW- trying to move exp bar

Has anyone manged to move it? My script works if i use it as a in-game /script macro, but once i include it in my .Lua file it wont work properly. Any ideas how to fix this? I only need to move the bar to right a little bit from its current position.

This is my main menu bar script

MainMenuBar:ClearAllPoints()
MainMenuBar:SetPoint("BOTTOM", 156,11) MainMenuBar.SetPoint = function() end

And heres the one im using to move the exp bar

MainMenuExpBar:ClearAllPoints()
MainMenuExpBar:SetPoint("CENTER",-110,-31) MainMenuExpBar.SetPoint = function() end


Thanks

Last edited by PinkOgreMayRoam : 10-16-19 at 07:07 PM.
  Reply With Quote