• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[GS-Edition] 20 : Exp Calculation Fomula and MaxLevel

Status
Not open for further replies.
Experienced Elementalist
Joined
Nov 15, 2004
Messages
201
Reaction score
7
1] Exp Calculation Fomula

004F58F8 . 8B55 F0 mov edx, [local.n]
004F58FB . 83C2 09 add edx, 9 ---> 9
004F58FE . 0FAF55 F0 imul edx, [local.n]
004F5902 . 0FAF55 F0 imul edx, [local.n]
004F5906 . 6BD2 0A imul edx, edx, 0A ----> 10
004F5909 . 8B45 F0 mov eax, [local.n]
004F590C . 891485 B45E4B09 mov dword ptr ds:[eax*4+gLevelExperience], edx

Level <= 255
Exp = (Level+9)*Level*Level*10

004F5913 . 817D F0 FF000000 cmp [local.n], 0FF ---> 255

004F591A . 7E 33 jle short GameServ.004F594F
004F591C . 8B4D E4 mov ecx, [local.LevelOver_N]
004F591F . 83C1 09 add ecx, 9 ---> 9
004F5922 . 0FAF4D E4 imul ecx, [local.LevelOver_N]
004F5926 . 0FAF4D E4 imul ecx, [local.LevelOver_N]
004F592A . 69C9 E8030000 imul ecx, ecx, 3E8 ---> 1000
004F5930 . 8B55 F0 mov edx, [local.n]
004F5933 . 8B0495 B45E4B09 mov eax, dword ptr ds:[edx*4+gLevelExperience]

Level > 255
Exp = [(Level-255)+9]*(Level-255)*(Level-255)*1000+(Level+9)*Level*Level*10


2] MaxLevel

004A4202 |. 817D 08 90010000 cmp [arg.level], 190

004F58EF > \817D F0 91010000 cmp [local.n], 191

004BCEFB . 81FA 90010000 cmp edx, 190

005058E0 |. 81FA 90010000 cmp edx, 190

00511990 |. 81FA 90010000 cmp edx, 190

004DCCFF |. C745 10 90010000 mov [arg.endLevel], 190

3] my promise ^^

I will add new command about Exp Calculation Fomula and MaxLevel
 
Last edited:
Newbie Spellweaver
Joined
Jan 15, 2005
Messages
66
Reaction score
21
Great work!!

You are going to be able to create a very config GS and COMMONSERVER.CFG.

Thanks.
 
Newbie Spellweaver
Joined
May 21, 2006
Messages
18
Reaction score
0
Sorry, but i cant understand it..
Can make an other guide??
I can change max level to 1000 in 1.0n ??
 
Newbie Spellweaver
Joined
Aug 30, 2005
Messages
94
Reaction score
0
Great ;-]

but, what happend with Ur release?
i have 2 problems ;]

how swith Warehouse?
how command to global chat? ;]
sorry for ot.
 
Newbie Spellweaver
Joined
Aug 30, 2005
Messages
94
Reaction score
0
Hey ;-]

What happend with ur release?
i have a 1 problem;]
how showich a warehouse?
 
Newbie Spellweaver
Joined
Aug 30, 2005
Messages
94
Reaction score
0
Hay,
What happend with Ur release?

i have a 1 problem ;]
how swith a warehouse? ;]
 
Experienced Elementalist
Joined
Sep 14, 2006
Messages
229
Reaction score
0
where i have to put that all things?
 
Experienced Elementalist
Joined
Sep 14, 2006
Messages
229
Reaction score
0
But this don't work in 1.02K :\.
goeh, can u post guide for 1.02K pls:)
 
Initiate Mage
Joined
Jun 21, 2007
Messages
1
Reaction score
0
Re: [Guide] [GS-Edition] 20 : Exp Calculation Fomula and MaxLevel

can I use it in 1.02n?
and... can u be more specific?
I'm a noob so...
where do I put it?
what do I have to substitute?

thx anyway
:)
 
Newbie Spellweaver
Joined
Aug 29, 2006
Messages
11
Reaction score
0
Re: [Guide] [GS-Edition] 20 : Exp Calculation Fomula and MaxLevel

who can explain how the formula works??

exp depends on character's and mob's level, but there is only one "Level" variable

who can help??
 
Newbie Spellweaver
Joined
Apr 14, 2007
Messages
77
Reaction score
0
Re: [Guide] [GS-Edition] 20 : Exp Calculation Fomula and MaxLevel

Goe, I would say thank you and your my great stepping stone to learn hexing strategies, so far I'm getting well with your release. Keep going on for your GREAT job well done as always.
 
Banned
Banned
Joined
Sep 1, 2004
Messages
43
Reaction score
1
Re: [Guide] [GS-Edition] 20 : Exp Calculation Fomula and MaxLevel

some one know how to edit it direct on hex? what's the offsets or how to find them?
 
Newbie Spellweaver
Joined
Sep 21, 2007
Messages
35
Reaction score
0
Re: [Guide] [GS-Edition] 20 : Exp Calculation Fomula and MaxLevel

can anyone tell me how to connect to global using my global ip...i have no-ip program here and alredy install and update but still cant connect to the global using my global ip
pls tell me how to connect pls...this is my last problem...thx
 
Status
Not open for further replies.
Back
Top