Thread Tools Display Modes
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

WoWInterface » Developer Discussions » Lua/XML Help » Classic WoW- trying to move exp bar

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off