WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   ExpBar (https://www.wowinterface.com/forums/showthread.php?t=58781)

Johanan 06-04-21 04:58 AM

ExpBar
 
Hello, I used to use this command in an addon to hide the experience/artifact/honor bar:
Code:

local b=MainMenuExpBar b:UnregisterAllEvents() b:Hide() b.Show=b.Hide
local b=ArtifactWatchBar b:UnregisterAllEvents() b:Hide() b.Show=b.Hide
local b=HonorWatchBar b:UnregisterAllEvents() b:Hide() b.Show=b.Hide

But it stopped working


Now I have found another command for the addon:
Code:

local b=StatusTrackingBarManager b:UnregisterAllEvents() b:Hide() b.Show=b.Hide
It works - removes all bars (experience, artifact, honor), but the action bar remains in place (should fall into the place of the exp bar), are there any other commands that remove the exp panel step by step, so that later the action bar will fall into the place of the exp bar?


All times are GMT -6. The time now is 03:29 PM.

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