Thread Tools Display Modes
05-25-13, 09:03 AM   #1
Daveo77
Premium Member
 
Daveo77's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2010
Posts: 141
nui5: XP Bar Needs Updating for Patch 5.3

The XP required per level from 85 to 90 have been reduced by 33% per level, and so the XP bar is showing the incorrect info whilst levelling.

Quote from 5.3 Patch Notes...
Experience needed to increase from level 85 to level 90 has been reduced by 33%.
 
05-25-13, 04:31 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Darn, was hoping no one would notice that little oversight. But unless there is a list out there somewhere that tells you the new xp per level the change will have to wait until I get my last two 85s to 90 rofl.

edit1:
Of course the following functions would work :

local currXP = UnitXP("player");
local nextXP = UnitXPMax("player");

But not sure if nUI's xp bar is coded to work that way instead of the big table of values.

edit2:
However, looking at the xp bar code Scott is using those values above for the bar but is also using the hardcoded level values for some reason. Unfortunately Im not sure what that code is doing exactly to know if it needs to be there or not now.
__________________

Last edited by Xrystal : 05-25-13 at 04:51 PM.
 
05-28-13, 06:32 AM   #3
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Yeah... the hard coded values are used to "peek" past the current level to the next level in order to determine how your rested XP "wraps" around the next level.

I'll look this evening and see if I can find the current XP data. I should be able to dig it up and I'll get an update out.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
05-28-13, 06:45 PM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Does anyone have hard numbers for what the correct XP per level is now from 85 to 90? I'm seeing all kinds of debate, but not hard/confirmed numbers.

What I would like to ask is that anyone who has a character at level 84-89 type the command
/script print( "XP to level at " .. UnitLevel( "player" ) .. " = " .. UnitXPMax( "player" ) )
and tell me what is printed as a result
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
05-28-13, 08:06 PM   #5
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
XP to level at 87: 12650000
XP to level at 88: 15250000

Those are all I have.
 
05-29-13, 05:58 AM   #6
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Okay. Thank you Sir.

And I have 85. So... I need one for 84, 86 and 89, still, if anyone has a toon at those levels.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
05-29-13, 05:59 AM   #7
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I'm going to modify nUI6, too, so that it automatically detects errata in the level data and updates the tables internally, like I did for the MFWM map data. That way the app can quickly adapt to patches, etc. I'll fix it so folks can e-mail me the errata, as well. That should help make this problem more manageable going forward.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
05-29-13, 02:24 PM   #8
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
I have my DK still sitting at 89 lazing around until I feel like playing her again and an almost 86 mage and an 85 shammy. But not playing much at the moment so not sure when I can get figures from them.
__________________
 
05-31-13, 02:56 AM   #9
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
XP to level at 89: 18370000
 
06-03-13, 04:17 AM   #10
Daveo77
Premium Member
 
Daveo77's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2010
Posts: 141
XP to level at 84: Have no toons at level 84 atm, but from using a calculator, works out to be about 6140600
XP to level at 85: 8670000
XP to level at 86: 10050000
XP to level at 87: 12650000
XP to level at 88: 15250000
XP to level at 89: 18370000

Last edited by Daveo77 : 06-03-13 at 04:23 AM.
 
06-03-13, 06:44 AM   #11
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Awesome. Thank you all.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » nui5: XP Bar Needs Updating for Patch 5.3

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off