• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

BetterEXP v2

  Download the Curse Client

Project Updated:
Files Updated: Sun, Feb 25 2007
Category: Action Bars
Tags:

, and [Edit Tags]

Project Manager: Zynna_EarthenRing
Current Version: Version 2.01
Downloads Today: 3
Downloads Total: 24,678
Favorites: 46
Comments: 15
  • About BetterEXP v2
  •  

An advanced experience bar by Zynna of Earthen Ring. Originally by Arronax and Sabar

Features:

- Top bar broken up into 20 bubbles, bottom bar shows experience progress through each bubble. This allows you to see your progress easier at high levels. - Calculates your average XP per kill and displays the number of kills you have before your next level. - Fully sizeable with changeable colors.

(Hint: Right-click on the BetterEXP bar to access the configuration menu)


Slash Commands

{{{ /bexp lock - lock exp bar /bexp unlock - unlock exp bar /bexp ncolor - change the color of the exp bar when not rested /bexp rcolor - change the color of the exp bar when rested /bexp bcolor - change the color of the "bubble" exp bar /bexp defaultcolors - revert the colors to default values /bexp size - change the size of the exp bar }}}


Changes

--New Version (BetterEXP)

{{{ v2.0 - Ported to work with WoW 2.0. - Added height slider to size window - Changed /bexp width # to be /bexp size which opens a GUI dialog - Set the default colors to match WoW's default colors - Fixed the grammar on non-plural "kills to level" message. - Fixed issue with initial values on bar }}}

  • Downloads (2)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  BetterEXP v2 Version 2.01 Release 2.0.6 129 2/25/2007
  BetterEXP v2 Version 2.0 Release 2.0.0 1 1/4/2007
  • 1 page(s)
Advertisement
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • holymans said 

    Hi all,

    here is the fix for this mod so it calculates the xp for each individual character.

    1. Find the BetterEXP folder in your Addons folder. 2. Open the above folder and find BetterEXP.toc in a text editor (Notepad [on Windows] or TextEdit [on Mac]). 3. Find line that starts with "## SavedVariables:" (without the quotation marks). 4. Change the "## SavedVariables:" to "## SavedVariablesPerCharacter:" (without the quotation marks) and close the file saving changes. 5. Restart game. 6. You may need to re-setup your BetterEXP bar.

    Patrick

  • zerox169 said 

    The only problem I have with the bar is that it doesn't acknowledge I'm on different characters; its calulating all exp instead of by exp by character.

  • Kerecha said 

    This mod been abandoned?

  • I have come up with a total fix to the problem of not being able to see your Current XP value while you have Rested XP so that it works exactly as it should.

    Since this mod appears to be abandoned I will post a new new version it and submit it. Should the original author come back, please feel free to get with me and I will remove my fixed version if desired.

    Please view the updated version here: http://wow-en.curse-gaming.com/downloads/addons/action-bars/betterexp-v2-1/

  • Kerecha said 

    Rusk1

    Now i can see my actuall progress, but instead i can't see how much rest i have...

    What im after is to simply have the xpbar divided into 3 layers.

    Bottom layer: Rested XP graphic Second layer: CurrentXP progress graphic Top Layer: BUbble/meter graphic.

    So if my rest is blue and my current xp is green and i have full rest, it would show the entire meter in blue, and the amount of % of xp i have shows in green.


    and if my rest is 50% it would show half the meter in blue, my current xp in green and the rest to be clear. (or a set bg color)

  • rusk1 said 

    Figured out how to make it not add your rested EXP to your normal EXP. 1. Go to your BetterEXP folder inside AddOns. 2. Open the BetterEXP.lua file with notepad. 3. Go down to the part with the event handlers. (should look something like this)


    --Event Handler


    4. In the first If Else ladder there should be a line that says : else

     BetterEXPRestedBar:SetValue(BEXP_restedXP + BEXP_currentXP); BetterEXPLevelBar:SetValue(0); 

    Simply change it to

    else

     BetterEXPRestedBar:SetValue(BEXP_currentXP); BetterEXPLevelBar:SetValue(0); 

    _________________________________________________________ Should work fine and display your bubble correctly. Hope this helped.

  • this is awesome thanks!

  • lumkin said 

    OMFG THNX SO MUCH!!!!!!!!!!!

  • holymans: Thanks for the fix for that issue. RL hasn't permitted me to work on this mod as of late so I'll go ahead and incorporate your fix.

    Kerecha: That was the way it was designed. I don't personally like that either so I'll look in to it.

    And no, this mod hasn't been abandoned.

  • Kerecha said