R
(235Kb)
Download
Updated: 12-28-22 03:23 PM
C
(235kB)
Download
Updated: 12-28-22 03:23 PM
BC
(235kB)
Download
Updated: 12-28-22 03:23 PM
Pictures
File Info
Compatibility:
Dragonflight (10.0.2)
Updated:12-28-22 03:23 PM
Created:unknown
Downloads:43,308
Favorites:254
MD5:

XPBarNone  Popular! (More than 5000 hits)

Version: 100002-1, Classic: 100002-1
by: phyber [More]

XPBarNone
XPBarNone was formerly 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

AceXPBar Version History

XPBarNone
100002-1 (2022-12-03)
Full Changelog Previous Releases
  • Update luacheckrc
Archived Files (9)
File Name
Version
Size
Author
Date
100000-1
234kB
phyber
11-06-22 06:12 PM
100000-1
234kB
phyber
11-06-22 06:12 PM
100000-1
234kB
phyber
11-06-22 06:12 PM
90005-2
234kB
phyber
06-02-21 10:05 AM
90005-2
234kB
phyber
06-02-21 10:05 AM
90005-2
234kB
phyber
06-02-21 10:05 AM
90005-1
234kB
phyber
05-27-21 08:08 AM
90005-1
234kB
phyber
05-27-21 08:08 AM
90005-1
234kB
phyber
05-27-21 08:08 AM


Post A Reply Comment Options
Unread 12-15-12, 02:47 PM  
SmuvMoney
A Defias Bandit

Forum posts: 3
File comments: 83
Uploads: 0
Enhancement request: Data Broker functionality

I have been using XPBarNone for some time and enjoy it. However, I was wondering if it could include any Data Broker functionality, such as a menu launcher/option panel or even better, a way to attach to a Data Broker viewer (Bazooka, Chocolate Bar, etc.). I understand that this is not a simple request, but closed mouths don't get fed. Thank you for your time. Keep up the excellent work.
__________________
Peace & God Bless,

$muvMoney
John 14:27 & Numbers 6:24
Report comment to moderator  
Reply With Quote
Unread 11-26-10, 05:51 PM  
Kill0rBee
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I'm getting this error. I tried disabling all AddOns, except XPBN. Still got the error. Deleted Interface/WTF folder, still no luck. Any update on this?

Code:
Message: Interface\AddOns\XPBarNone\Core.lua:2: Usage: EmbedLibrary(addon, libname, silent, offset): 'libname' - Cannot find a library instance of "AceEvent-3.0".
Time: 11/27/10 00:49:33
Count: 1
Stack: [C]: ?
...\AddOns\XPBarNone\Libs\AceAddon-3.0\AceAddon-3.0.lua:210: in function `EmbedLibrary'
...\AddOns\XPBarNone\Libs\AceAddon-3.0\AceAddon-3.0.lua:192: in function `EmbedLibraries'
...\AddOns\XPBarNone\Libs\AceAddon-3.0\AceAddon-3.0.lua:159: in function `NewAddon'
Interface\AddOns\XPBarNone\Core.lua:2: in main chunk

Locals: (*temporary) = "Usage: EmbedLibrary(addon, libname, silent, offset): 'libname' - Cannot find a library instance of "AceEvent-3.0"."
Report comment to moderator  
Reply With Quote
Unread 10-28-10, 09:39 PM  
ImpalerCore
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 7
Uploads: 1
font tweak

For those that need to tweak the fonts in the UI, I made a small change to the Core.lua file to set the bar font to what my UI uses. You can hardcode your font to force XPBarNone to better fit the font theme.

-- Set the font for the bar text
function XPBarNone:SetFontOptions()
local font, size, flags = GameFontNormal:GetFont()
if db.general.fontoutline then
flags = "OUTLINE"
end
--self.frame.bartext:SetFont(font, db.general.fontsize, flags)
self.frame.bartext:SetFont("Fonts\\MORPHEUS.ttf", db.general.fontsize, flags)
end

And for the really picky, I moved the text in the bar down a pixel since the font I'm using seemed a little off center in the bar.

-- Position of text along the XP Bar
function XPBarNone:SetTextPosition(percent)
local width = db.general.width
local posx = math_floor(((width / 100) * percent) - (width / 2))
self.frame.bartext:ClearAllPoints()
--self.frame.bartext:SetPoint("CENTER", self.frame, "CENTER", posx or 0, 0)
self.frame.bartext:SetPoint("CENTER", self.frame, "CENTER", posx or 0, -1)
end

Cheers
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 12:54 PM  
asdf
A Deviate Faerie Dragon

Forum posts: 18
File comments: 60
Uploads: 0
Originally posted by lokyst
It appears that it's only being updated on CurseGaming these days:
http://wow.curse.com/downloads/wow-a...xpbarnone.aspx
That's sad. I like WoWI so much better.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 07:46 AM  
lokyst
A Deviate Faerie Dragon
 
lokyst's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 95
Uploads: 6
It appears that it's only being updated on CurseGaming these days:
http://wow.curse.com/downloads/wow-a...xpbarnone.aspx
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 04:39 PM  
xromania™
A Frostmaul Preserver
 
xromania™'s Avatar

Forum posts: 284
File comments: 136
Uploads: 0
Re: Hope you're gonna update for 401

This is a needed addon i hope too a upgrade, thanks you the best
__________________
*sry my english
http://eu.battle.net/wow/en/characte...romania/simple
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 05:26 PM  
TrotskyIcepick
A Warpwood Thunder Caller

Forum posts: 92
File comments: 14
Uploads: 0
Hope you're gonna update for 401

Though this is a simple little addon, it is an important and much loved part of my UI which uses kgpanels to replace the Blizz UI and therefore rep/xp bars.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 12:39 PM  
Dragonir
A Kobold Labourer
 
Dragonir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 25
Uploads: 1
Cant klick on the bar to bring up a menu or so... patch 4.0.1
Report comment to moderator  
Reply With Quote
Unread 09-29-10, 02:53 AM  
FantaPants
A Kobold Labourer

Forum posts: 1
File comments: 10
Uploads: 0
Works in Cataclysm Beta... but

I installed this in the cataclysm beta and i got no errors at all. Everything appears to be working fine but the frame strata option doesnt seem to work, i set it to background and it still appears in front of everything in my UI. Also could you add an option for the bars transparency please. Thanks.
Report comment to moderator  
Reply With Quote
Unread 09-19-10, 03:17 AM  
keplerk
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Some update for Cataclysm ? i love this bar and i dont want lose it :C
Report comment to moderator  
Reply With Quote
Unread 09-17-10, 03:55 PM  
Krragg's Boss
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Reputation Text Coding

I've been looking for a rune that would be analogous to [nLvl] but for reputation. So for example, the text would read:

Revered with Kirin Tor - 10,746 to Honored

The rune [standing] is used to get the current standing, so perhaps something like [nstanding] to get the text of the next rep level.

If there's already something to do this, could someone please share?

If there isn't already a way to do this, I'd be most pleased if it could be incorporated into a future revision.

I'm very pleased with his addon over all.

Thanks!

Mke
Report comment to moderator  
Reply With Quote
Unread 06-18-10, 01:07 AM  
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar

Forum posts: 341
File comments: 80
Uploads: 0
Was wondering if you could/would be willing to add keybindings/option to hide until I hold down a button say Shift or CTRL or Alt as I don't really need it up all the time, Just an idea, anyhow thanks for the great addon, my sister's been using it for a long while now and I just grabbed it for my ui and that hiding based on conditionals is the only thing missing that I feel would make this addon just Perfect! Thanks again!
__________________
Never hold discussions with the monkey when the organ grinder is in the room.

- Winston Churchill
Report comment to moderator  
Reply With Quote
Unread 04-26-10, 09:34 AM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Re: Still being updated?

Thank you for this XP bar, I appreciate you keeping it updated, as this is the only XP Bar out there, that has the customizability that you allowed it to have and I thank you

-Ferous
Report comment to moderator  
Reply With Quote
Unread 03-24-10, 08:59 AM  
Corbeau
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Still being updated?

Just curious if this addon is still being supported\updated. I love this XP bar, it's one of my favorites, and since 3.3.3 hit, I've noticed a couple little things wrong, mostly cosmetic. I was wondering if there was going to be an update. Thanks!!
Report comment to moderator  
Reply With Quote
Unread 10-26-09, 11:39 AM  
Wisprunner
A Defias Bandit

Forum posts: 2
File comments: 49
Uploads: 0
I was wondering if you'd be willing to add a feature that allows the bar to hide in combat?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: