Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Nostale
You last visited: Today at 09:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Max EXP Points of 50 C.Lvl (Aw Lvl)

Discussion on Max EXP Points of 50 C.Lvl (Aw Lvl) within the Nostale forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2015
Posts: 32
Received Thanks: 24
Max EXP Points of 50 C.Lvl (Aw Lvl)

Hello!

I need "lev" packet from someone who have 50 C.Lvl to get MAX Exp of this level

Code:
lev 98 747883536 99 0 1990719000 5991794 11072428 4 593427 25 7132200 0
krychu132 is offline  
Old 09/12/2017, 18:36   #2
 
elite*gold: 0
Join Date: Dec 2015
Posts: 32
Received Thanks: 24
As always they have wrong formula...

I need that number one before last from person who have 50 c.lvl on global servers.
(In my example of lev packet this is: 713220)
krychu132 is offline  
Thanks
1 User
Old 09/12/2017, 19:07   #3
 
0Lucifer0's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,005
Received Thanks: 1,019
opennos doesn't have the formula for that. The only sure formula is XP/JXP/SPXP but it seems this one is quite easy if all your result on top are ok

this is how to get the 6 6 6 6 collumn :
=(((A5-A4)/60-(A4-A3)/60))-((A4-A3)/60 - (A3-A2)/60)

Where A5 = xp lvl 4
A4 = xp lvl 3 and so one

if this can help someone could be nice if someone get me the oposite fonction from this should
0Lucifer0 is offline  
Old 09/12/2017, 19:35   #4
 
elite*gold: 0
Join Date: Dec 2015
Posts: 32
Received Thanks: 24
My results are ok.

Formula OpenNos:
Code:
}

        private static void LoadHeroXpData()
        {
            // Load SpData
            _heroXpData = new double[256];
            _heroXpData[0] = 949560;
            for (var i = 1; i < _heroXpData.Length; i++)
            {
                _heroXpData[i] = Convert.ToInt64(_heroXpData[i - 1] * 1.08);
            }
        }
So if it's easy tell me what is Max EXP on 40 and 50 C.Lvl.
I will tell you it's ok or not when somone send me truly packet.
krychu132 is offline  
Old 09/12/2017, 20:20   #5



 
Asuramaru's Avatar
 
elite*gold: 20
The Black Market: 110/0/0
Join Date: Nov 2009
Posts: 2,256
Received Thanks: 1,570
Quote:
Originally Posted by 0Lucifer0 View Post
opennos doesn't have the formula for that. The only sure formula is XP/JXP/SPXP but it seems this one is quite easy if all your result on top are ok

this is how to get the 6 6 6 6 collumn :
=(((A5-A4)/60-(A4-A3)/60))-((A4-A3)/60 - (A3-A2)/60)

Where A5 = xp lvl 4
A4 = xp lvl 3 and so one

if this can help someone could be nice if someone get me the oposite fonction from this should
Gotta admit, I dont quite get that chart :/


This is what I currently got:

xp = 839700
a = 101100

a = a + 8400 + (lv * 360)
xp += a

with every level, the required xp for the next level gets increased by 8400 + lv * 360.

However, the growth seems to gets reduced after champion lv12 by a small amount, which again increases with level gain.

Same thing happens at lv22 again, I didnt go further than this though.
Asuramaru is offline  
Old 09/12/2017, 20:27   #6
 
elite*gold: 0
Join Date: Dec 2015
Posts: 32
Received Thanks: 24
But we don't know when it increase :/
krychu132 is offline  
Old 09/12/2017, 22:23   #7
 
0Lucifer0's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,005
Received Thanks: 1,019
every 10 the growth rate seems to decrease from 0.5
when i tell this is easy i talk about find the formula for the 30 first number it still will need to be verified...
OpenNos has a fake formula for everything else than JXP/XP/SPXP

this is what i found
0Lucifer0 is offline  
Old 09/12/2017, 22:49   #8



 
Asuramaru's Avatar
 
elite*gold: 20
The Black Market: 110/0/0
Join Date: Nov 2009
Posts: 2,256
Received Thanks: 1,570
If the rate after clv32 doesnt fall out of line one of the following tables should be correct. (linear & exponential growth rate decrease)


Asuramaru is offline  
Old 09/12/2017, 23:36   #9
 
0Lucifer0's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,005
Received Thanks: 1,019
my algo works 100% for the first 30 lvl. just need someone to check if it's still ok after
0Lucifer0 is offline  
Old 09/13/2017, 00:00   #10
 
elite*gold: 0
Join Date: Dec 2015
Posts: 32
Received Thanks: 24
I don't want algorytm :s
I do this the same way from 20 aw to 30 aw xD
Just need Max EXP on high aw lvl
krychu132 is offline  
Old 09/13/2017, 00:05   #11
 
0Lucifer0's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,005
Received Thanks: 1,019
There is on the right of the screen lvl xp... just need to be verified but if it works for the 30 first it should work for the 50
0Lucifer0 is offline  
Old 09/13/2017, 06:33   #12
 
elite*gold: 0
Join Date: Dec 2015
Posts: 32
Received Thanks: 24
So we go back to the beginning question. We need someone with 50 c.lvl

It increase maybe in all X2 (12, 22, 32, 42) lvl but 44 lvl don't have 18692400
krychu132 is offline  
Old 09/13/2017, 08:25   #13
 
0Lucifer0's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,005
Received Thanks: 1,019
Quote:
Originally Posted by krychu132 View Post
So we go back to the beginning question. We need someone with 50 c.lvl

It increase maybe in all X2 (12, 22, 32, 42) lvl but 44 lvl don't have 18692400
How much is lvl 44 ?
0Lucifer0 is offline  
Old 09/13/2017, 10:39   #14
 
elite*gold: 0
Join Date: Dec 2015
Posts: 32
Received Thanks: 24
Code:
1	949560
2	1068540
3	1197000
4	1335300
5	1483800
6	1642860
7	1812840
8	1994100
9	2187000
10	2391900
11	2609160
12	2839110
13	3082080
14	3338400
15	3608400
16	3892410
17	4190760
18	4503780
19	4831800
20	5175150
21	5534160
22	5909100
23	6300240
24	6707850
25	7132200
26	7573560
27	8032200
28	8508390
29	9002400
30	9514500
31	10044960
32	10594020
33	11161920
34	11748900
35	12355200
36	12981060
37	13626720
38	14292420
39	14978400
40	15684900
41	16412160
42	17160390
43	17929800
44	18720600
45	19533000
46	20367210
47	21223440
48	22101900
49	23002800
50	23926350
31-43 and 45-50 is calculated.

np
krychu132 is offline  
Old 09/13/2017, 16:19   #15
 
elite*gold: 0
Join Date: Dec 2015
Posts: 32
Received Thanks: 24
Quote:
Originally Posted by Pumba98 View Post
lev 50 1648258 37 160493 11469080 176500 86166 29 0 0 3 0

Nice try...
krychu132 is offline  
Reply




All times are GMT +2. The time now is 09:35.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.