Thread Tools Display Modes
05/28/17, 03:09 PM   #1
iksaa
Join Date: Jun 2016
Posts: 21
Looking for Addon: Hide XP Bar

Hello.

Someone know if there is an addon to hide the XP bar, permanently? and if possible the effect when level up, you know the yellow aura.

thank you in advance.
  Reply With Quote
05/28/17, 03:55 PM   #2
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
None that I know of, but this hides it from view: ZO_PlayerProgress:SetHidden(true)

And these disable individual parts of it:
ZO_PlayerProgressBar:SetHidden(true)
ZO_PlayerProgressChampionIcon:SetHidden(true)
ZO_PlayerProgressChampionPoints:SetHidden(true)
ZO_PlayerProgressLevel:SetHidden(true)
ZO_PlayerProgressLevelType:SetHidden(true)
ZO_PlayerProgressLevelTypeIcon:SetHidden(true)
  Reply With Quote
05/28/17, 06:28 PM   #3
iksaa
Join Date: Jun 2016
Posts: 21
Originally Posted by Rhyono View Post
None that I know of, but this hides it from view: ZO_PlayerProgress:SetHidden(true)

And these disable individual parts of it:
ZO_PlayerProgressBar:SetHidden(true)
ZO_PlayerProgressChampionIcon:SetHidden(true)
ZO_PlayerProgressChampionPoints:SetHidden(true)
ZO_PlayerProgressLevel:SetHidden(true)
ZO_PlayerProgressLevelType:SetHidden(true)
ZO_PlayerProgressLevelTypeIcon:SetHidden(true)
Thank you Rhyono.

Now all i need to do is wait for a noble modder with free time to make the adddon request true

I dont have the brain to do it.
  Reply With Quote
05/28/17, 07:42 PM   #4
WidgitLabs
 
WidgitLabs's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2017
Posts: 6
All you want it to do is hide those things on demand? I'll write it.
  Reply With Quote
05/28/17, 08:35 PM   #5
iksaa
Join Date: Jun 2016
Posts: 21
Originally Posted by WidgetInteractive View Post
All you want it to do is hide those things on demand? I'll write it.
Yep, is all i want is all i need

Thank you WidgetInteractive.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Looking for Addon: Hide XP 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