PDA

View Full Version : xpbar


Lechtansi
11-28-2004, 05:30 AM
hey, i was wondering if the guy who created XPBar is still around (i think his wow forums name was oneard). I really like his addon, but i was wondering if it is still being worked on.

thanks

sarf
11-28-2004, 12:32 PM
Hmm... what XP Bar AddOn did you mean? The one where you could relocate it to your portrait-thingy?

Sarf
---
I just like to say quark, quark, quark, quark, quark, quark...

Lechtansi
11-28-2004, 04:37 PM
yeah, it removes the xpbar from the main UI screen and adds a little bar to underneath your mana that shows your progress, and shows the number of xp and your rested xp when you mouseover. He recently added a toggle to show the numbers all the time, but that option does not stick when you quit the game. i was just wondering if he could make it an option so that you dont have to toggle it everytime you log on.

im pretty sure it was Onarned, the guy who created combat stats


thanks

sarf
11-28-2004, 04:59 PM
Ah. OK, I'll see if I can find him. :)

Sarf
---
"All you need in this life is ignorance and confidence; then success is sure." - Mark Twain

DmgInc
11-29-2004, 03:43 AM
I'm here :)
DmgInc on these forums.

Lechtansi
11-29-2004, 08:32 AM
excellent!

now, are you still working on xpbar? it works flawlessly right now, except for the fact that my choices for text visibility dont stick between sessions. its not that big of a deal, but its kind of annoying to type /xpb showtext on everytime.

Anonymous
11-29-2004, 07:32 PM
i had the same problem, i wanted it always to show the %.

i went into Interface\AddOns\PlayerFrameXPBar\ and looked inside PlayerFrameXPBar.lua

i found this at the top:

bShowText = 0;
bShowAsPct = 0;

and changed the 0s to 1s:

bShowText = 1;
bShowAsPct = 1;

now everytime i login text is on and showaspct is on.

Chasim
12-01-2004, 05:06 PM
Is this Add-On still available somewhere? It sounds nice... I think I've seen screenshots with it.

Chasim
12-02-2004, 03:04 PM
Shameless self-bump... I just would like to save the small amount of space used by the normal experience bar, plus it's one of the worst features of the default UI in my opinion - no need to stretch the experience bar across most/all of the screen.

DmgInc
12-03-2004, 01:11 AM
Check out the original thread.
http://www.cosmosui.org/forums/viewtopic.php?t=708

Just updated the version today!

Chasim
12-03-2004, 02:21 PM
Thanks!

Just two quick questions...

Is there still a bug with Hunters? My main is a Hunter. I guess if there is, you just click your Pet portrait to put that "over" the bottom part?

If you're using Cosmos Second Bar, do you still need to manually edit a file(s) in order to remove the space?

(Thanks again.)

DmgInc
12-03-2004, 07:31 PM
Yeah the hunter issue is still there, since it draws the pet frame after my mod.

And as far as I know the Cosmos guys still haven't changed the secondbar code for whatever reason :(

sarf
12-06-2004, 07:47 PM
What change do you wish done to the SecondBar code?

Sarf
---
Anybody can win, unless there happens to be a second entry.

Chasim
12-07-2004, 03:28 PM
Sarf - He wants to change the way the SecondBar is anchored:


Assuming whatever 2nd action bar AddOn you are using is using the correct anchor you will no longer have the annoying space between this new main bar and your 2nd action bar . PopBar will for sure be right, however the SecondActionBar that comes w/Cosmos will not and here is why..

They are using this code for the anchoring of the 2nd bar
Code:

<Anchors>
<Anchor point="BOTTOMLEFT" relativeTo="MainMenuBar" relativePoint="BOTTOMLEFT">
<Offset>
<AbsDimension x="0" y="53"/>
</Offset>
</Anchor>
</Anchors>


..which puts the 2nd action bar at the bottom of the mainbar and then raises it up the 53 pixel height of the (old) mainbar. Well my new main bar is only 48 pixels high so it gets raised too high.

The correct way to anchor the 2nd bar is...

Code:

<Anchors>
<Anchor point="BOTTOMLEFT" relativeTo="MainMenuBar" relativePoint="TOPLEFT">
</Anchor>
</Anchors>



..which will place it nicely at the TOPLEFT of the mainbar regardless of it's height.

Edit: With this change, the SecondBar is properly anchored (I know as I've edited the .xml file as suggested). However, I still can't figure out how to get rid of the space between the SecondBar and the Hunter Pet Bar (which still sits in the same place - it needs to be anchored to the SecondBar).

sarf
12-07-2004, 03:54 PM
The hunter pet bar is specified in PetActionBar<or something like it>.

Sarf
---
Don't make me get my flying monkeys.

wanderer
12-14-2004, 03:01 AM
Is there a way to turn off the XP bar completely so I have no visual representation of my XP?

Thanks

Anonymous
12-14-2004, 03:02 AM
Is there a way to turn off the XP bar completely so I have no visual representation of my XP?

Thanks

Anonymous
03-10-2005, 09:53 AM
i dont have an exp bar... i wanna get the on with the % representation under my hp... how do i pull this off.