ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Removing Default HP/Magika Bar and other questions (https://www.esoui.com/forums/showthread.php?t=1263)

Nekky 04/29/14 12:07 PM

Removing Default HP/Magika Bar and other questions
 
I am running FTC and Wykkids so I want to remove some of the default things on my screen. Is there a way to get rid of the default HP, Magika, Stam box so I can just use the one that comes with Wykkid?

I would also like my skill bar to be displayed all the time but I didn't see an option for that.

And my final question, I have it checked to display my buffs but I never see them on my screen. I see the long term buffs but I am looking for something to display the temp buffs that are triggered by my skills. Also debuffs that are on me.

Thanks!

Zerorez 04/29/14 12:35 PM

lua code for this
 
Code:

    -- for player attribute bars
    ZO_PlayerAttributeHealth:SetHidden(true)
    ZO_PlayerAttributeStamina:SetHidden(true)
    ZO_PlayerAttributeMagicka:SetHidden(true)
    ZO_PlayerAttributeHealth:UnregisterForEvent(EVENT_POWER_UPDATE)
    ZO_PlayerAttributeStamina:UnregisterForEvent(EVENT_POWER_UPDATE)
    ZO_PlayerAttributeMagicka:UnregisterForEvent(EVENT_POWER_UPDATE)

    -- for target frame
    ZO_TargetUnitFramereticleover:SetHidden(true)
    ZO_UnitFrames:UnregisterForEvent(EVENT_RETICLE_TARGET_CHANGED)

That should do it. Without any OnUpdate functions too even.

Also there is an option to always show the action bar in the settings.

Nekky 04/29/14 12:40 PM

Excellent, thank you!

Any idea on why my buffs/debuffs aren't being displayed?

Nekky 04/30/14 08:12 AM

OK, where does that code go? Looked when I got home last night and couldn't figure it out.


All times are GMT -6. The time now is 08:42 PM.

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