Get an Epic Experience with Premium

XPBarNone

Miscellaneous Login to Add Favorites
  • 6 Likes
  • World of Warcraft
  • 2,543 Monthly Downloads
  • Supports: 5.3.0
  • 213,922 Total Downloads
  • Updated 05/24/2013
  • Created 07/02/2008
  • 337 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: All Rights Reserved
  • Newest File: 50300-1
or
Support development! **
Donate

About XPBarNone

XPBarNone
XPBarNone was formerly AceXPBar. This is the Ace2 rewrite of AceXPBar.

Description
Lightweight XP bar with a nice set of features, the text display is customisable, the default setting resembles the following:
Exp: 1234/56789 (7586) :: 12.5% through level 34 :: 1234 XP left :: 12 kills to level

Menus
You can access two different menus to configure XPBarNone.
Shift + Right Click: This accesses the main configuration menu. It's the same menu you could get through the slash commands, but in a nice graphical form.
Control + Right Click: This menu allows you to select which faction you would like to watch on your XP Bar.

Slash Commands
/xpbarnone or /xpbn

tag 50300-1
6ebf83e41ef79c322740acc45d1c838c02ff89ef
phyber <phyber@wowace>
2013-05-24 10:15:48 +0100

Tagged as 50300-1

--------------------

phyber:
    - Update TOC to 50300

Comments

First Previous Page 2 of 4 Next Last
  • #42

    That did it, thanks a lot.  You are awesome.  I have tried so many different addons the last few days to replace this one and I couldn't find one that satisfied me.  

    Thanks again.

  • #38

    Is there any way you could make the xp and rep bars separate from one another instead of all in one bar? I like to have both showing in separate locations.

  • #36
    Feature request: command line profile loading (others use /[Addon] profile choose [ProfileName]

    I love the customization options of xpbarnone and hate to play without it, but recently had to re-do all my settings due to a reformat. It would be nice to use a command line option to load a saved profile instead of having to click 6 times to load a profile. When you have to do that for 15 addons, its amazing how long it takes.

    A few addons support the /addon profile choose [Profile] format and it makes it easy to make a macro to copy the settings, but for those that don't, it takes me 15 mins per toon to configure to have a same interface.

    Thanks for all the work you've done.
  • #37
    go for addon called 'reflux' and you can change all addons' profiles with a single command;
  • #34
    I love this mod. In the next update is there any way you could give the option to display Total Xp or rep? for example an option to have the bar show Xp From lvl's 1 to 85 ? or 37 to 85 or whatever your current lvl is? I would like to be able to see my rep in a single bar also say from neutral to exalted or whatever my current amount of rep is.
  • #32
    Probably stupid question, but how can I switch the view from XP to Reputation without going to the menu and select it there?? I don't like the mouseover thing, what I'd like and had in all other xp bar mods so far is the possibility to simply click on the xp bar to show reputation, click on reputation bar to show xp again.
    Is this not possible?
  • #30
    With version 1.5.2, there is an issue with the KTL value being incorrectly calculated. This is because the first value of lastXPValues is being set to the current XP. Line 996 is the issue, here. There is no check to see if prevXP == 0. To fix this, change line 996 to this:

    self.diffXP = (prevXP ~= 0) and (self.cXP - prevXP) or 0

    A better approach to estimating the KTL would be to only use the last X amount of XP gains instead of all of them. If you use all of them, then you're also taking into account minimal XP gains and XP gained from quests. I personally think flushing lastXPValues after it reaches an array size of 24 would give a more accurate result, although you may wish to increase or decrease this value. Anyways, after the suggested changes, UpdateXPData() should look like this:

    function XPBarNone:UpdateXPData()
    local prevXP = self.cXP or 0
    self.cXP = UnitXP("player")
    self.nXP = UnitXPMax("player")
    self.remXP = self.nXP - self.cXP
    self.diffXP = (prevXP ~= 0) and (self.cXP - prevXP) or 0

    -- Flush lastXPValues if it contains more than X amount of values. This will give a more accurate result.
    if #lastXPValues == 24 then
    lastXPValues = {}
    sessionkills = 0
    end

    0 then
    lastXPValues[math_mod(sessionkills, 10) + 1] = self.diffXP
    sessionkills = sessionkills + 1
    end

    self:UpdateXPBar()
    end
  • #31
    This issue still persists in 1.5.4.
  • #35
    And in 1.5.5... I get the feeling that you don't check comments. I've been using a custom version of this for far too long, now.
  • #29
    this has been updated on wow interface
  • #28
    Could you add an option so we can show rep and xp bar at the same time?
  • #33
    This would indeed be very useful.
  • #25
    is there any way to abbreviate the exp number? I want a quick "100k xp to go" instead of the long number. also an ability to change font :\
  • #27
    I would imagine the GUP addon would work...Aside from that, I have no earthly idea.
  • #24
    Must have Mod! I really love how you can customize everything, even the text description. This was exactly what I was looking for, thanks!
  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Maingear

ENTER NOW