PDA

View Full Version : Interface Options



Morgand
12-31-2004, 08:10 PM
All I'm looking for in a custom UI is a standard set of 12 skill/spell buttons at the bottom-middle of the screen with no additional artwork, and the 5 bag slots in the lower right corner. It looks like the Nurfed UI more or less covers this but I still had a few questions.

Is there a way to move the row of 12 hotbar buttons? I'd like to move them closer to the middle of the bottom of the screen instead of the lower left where they are currently.

Also, is there any way to get rid of both the autobar and menu buttons? I tried deleting the autobar from the addons folder but when I did this the menu buttons popped back up in it's place. Is there a way to make it so that I don't have either?

Thanks in advance, Morgand.

Doodle
12-31-2004, 08:30 PM
search for telos bottom bar on the US ui forums, sounds like thats all you need =)

remove everything else and just use telos bottom bar

Dendriath
12-31-2004, 08:31 PM
TalentMicroButton:Hide();
CharacterMicroButton:Hide();
SpellbookMicroButton:Hide();
QuestLogMicroButton:Hide();
SocialsMicroButton:Hide();
WorldMapMicroButton:Hide();
MainMenuMicroButton:Hide();
HelpMicroButton:Hide();
UpdateTalentButton = function() return; end

Morgand
12-31-2004, 09:25 PM
Thanks for that bit of code Dendriath, I dropped that in and it seems to have done the trick. Also, while I was pasting it in I discovered some x,y values that seem to determine where the hotbar is located on the screen. I fiddled around with the values and 380, 8 seems to be just about mid screen which takes care of the other question I had about centering the bar.

Thanks for the help, Morg.

a67rhf7823jn8747==