WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   Classic WoW- trying to move exp bar (https://www.wowinterface.com/forums/showthread.php?t=57611)

PinkOgreMayRoam 10-16-19 07:04 PM

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


All times are GMT -6. The time now is 01:22 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI