I have a problem, I wanna set highest lvl 150, but ever I try to modify formula.xml in my mathch server, the lvlup stops!
pls help me how to change lvl limit to 150?
Printable View
I have a problem, I wanna set highest lvl 150, but ever I try to modify formula.xml in my mathch server, the lvlup stops!
pls help me how to change lvl limit to 150?
I don't think it's possible =O
I think it's both runnable and server work. You should find out in the server where it levels, then see if there's a block on it so you can only level up to 99. If so, remove it or make it 150. It can be in the runnable as well, I've never looked into it.
Eele sayd: ''Of course its possible, but im not sure''
LOL xD
--
Well may i ask WHY do you want it?
lol can some1 tell how :D
ya I wanna get lvl 150 :D
u can go up to level 125 , u need to chaneg a value in gunz client to show levels pass 125 in lobby
its db and matchserver
I do not know what needs edited.
Anythign passed level 99 gets set as * in exp so that needs to be edited - (might be a result to havign no exp rate value set), the exp table needs to be added to, the amount of chars allowed in teh db need to be changed, and a client edit for char sizeing so it wont show as a -1 in lobby,
mmm i think MAAAybe if u change the lvl limit u will have some problems with the memory i think u might allocate more memory for that :/
your also going to have to change the exp limit
or your going to repeatedly lvl down
Example:
if the max exp for a lvl 99 is 250 million and u some how go past it
one death and your straight back to 99
I know, can some1 do it, and explain? :D
this might have nothing to do with this, but i believe so.
Code:00410B40 |. 68 D42D5100 |PUSH MatchSer.00512DD4 ; |Arg2 = 00512DD4 ASCII "levelmin"
00410B45 |. 8D4424 34 |LEA EAX,DWORD PTR SS:[ESP+34] ; |
00410B49 |. 50 |PUSH EAX ; |Arg1
00410B4A |. 8D4C24 1C |LEA ECX,DWORD PTR SS:[ESP+1C] ; |
00410B4E |. E8 4D400800 |CALL MatchSer.00494BA0 ; \MatchSer.00494BA0
00410B53 |. 53 |PUSH EBX ; /Arg3
00410B54 |. 68 C82D5100 |PUSH MatchSer.00512DC8 ; |Arg2 = 00512DC8 ASCII "levelmax"
00410B59 |. 8D4C24 3C |LEA ECX,DWORD PTR SS:[ESP+3C] ; |
00410B5D |. 51 |PUSH ECX ; |Arg1
00410B5E |. 8D4C24 1C |LEA ECX,DWORD PTR SS:[ESP+1C] ; |
00410B62 |. E8 39400800 |CALL MatchSer.00494BA0 ; \MatchSer.00494BA0
really?
i could never go past 254, then after, it shows up negative.