ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   Moving the Potion bar (https://www.esoui.com/forums/showthread.php?t=10552)

cronoc0000 05/25/23 07:52 PM

Moving the Potion bar
 
1 Attachment(s)
Hi I was making this post to ask how I can move the potion bar closer to my skills, as there is a big gap between them. Azurah only helps me move the entire skill action bar and not the potion icon itself. I've seen a video with a similar setup to mine, and there action bar is next to their skills without that gap. I've sent a pic of what my skillbar looks like and the clear gap.

Baertram 05/26/23 06:08 AM

Install addon merTorchbug updated.
Move your mouse above the control and type /tbm to chat. The inspector of the control below mouse opens and shows you the name of the control and it child controls etc.

e.g. ZO_ActionButton08 or similar

You can then add this control to a lua file and clear the anchors and then anchor out new via function

ZO_ActionButton08:ClearAnchors()
ZO_ActionButton08:SetAnchor(...)

The parameters of the SetAnchor function is explained at the Wiki. Search for SetAnchor or anchor there please. Examples are shown including images.

You can use the merTorchbug inspector too to directly change the anchor at the anchor headline. Changing the values there should show the new placement directly at the screen.

cronoc0000 05/26/23 10:53 AM

Im new to this game and addons, I am very confused by a lot you said, although I appreciate the help, I dont know what a lua file is, but I installed the addon and opened up the menu by typing "tbm, however I cant delete any of the commands, and when searching up set anchors on the wiki it honestly just got me even more confused.

Baertram 05/26/23 11:23 PM

Okay, I'm not aware of any addon doing what you want already. As you were searching not in addon search I thought you know lua and ESO code and want to know how to achieve the goal yourself ;-)

You need to wait for someone to do this for you then and add it to an addon for you.


All times are GMT -6. The time now is 10:49 PM.

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