PDA

View Full Version : Move Auto Bar



sad_story
12-10-2004, 10:45 AM
The main and only function I really use is the autobar ad on, without the nurfed ui (which is awesome BTW).

I would like to know how I would change the position of the autobar, or, and prefereably, how i would place them direclty into one of my hotkey bars reserved for autobar quesired items.

sad_story
12-10-2004, 10:58 AM
Never Mind Figured it out:

Right at the bgining of the AutoBar.xml file youl find the section

<Anchors>
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" relativeTo="MainMenuBarBackpackButton">
<Offset>
<AbsDimension x="-5" y="50"/>
</Offset>
</Anchor>

the highlighted numbers are the one to play with to adjust

Tivoli
12-10-2004, 12:37 PM
You can also change the

relativeTo="MainMenuBarBackpackButton"

to like

relativeTo="UIParent"

That will bind it to wherever you want on the screen, just be careful where you place it, the FrameStrata=LOW means that it will be below most other items in the UI, that's why when you open your bags they come up above the autobar ;). If you move it to a place that you need to have it on top, then just change the FrameStrata=HIGH

a67rhf7823jn8747==