-
How to change lvl limit?
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?
-
Re: How to change lvl limit?
I don't think it's possible =O
-
Re: How to change lvl limit?
Quote:
Originally Posted by
Bartjehh
I don't think it's possible =O
Of course its possible but im not sure, if it is only XML work,,
You should edit something in the database,
and maybe in the runnable..
-
Re: How to change lvl limit?
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.
-
Re: How to change lvl limit?
Eele sayd: ''Of course its possible, but im not sure''
LOL xD
--
Well may i ask WHY do you want it?
-
Re: How to change lvl limit?
lol can some1 tell how :D
ya I wanna get lvl 150 :D
-
Re: How to change lvl limit?
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,
-
Re: How to change lvl limit?
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 :/
-
Re: How to change lvl limit?
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
-
Re: How to change lvl limit?
I know, can some1 do it, and explain? :D
-
Re: How to change lvl limit?
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
-
Re: How to change lvl limit?
Quote:
Originally Posted by
xHalloweenX
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,
That doesn't make any sense. Since you can manually set your level to 1337(Yes I've done this) and it shows up in game just fine.
-
Re: How to change lvl limit?
Quote:
Originally Posted by
ThievingSix
That doesn't make any sense. Since you can manually set your level to 1337(Yes I've done this) and it shows up in game just fine.
Gratz:D
Can you make a Tut on this?(A)
-
Re: How to change lvl limit?
really?
i could never go past 254, then after, it shows up negative.
-
Re: How to change lvl limit?
Quote:
Originally Posted by
ThievingSix
That doesn't make any sense. Since you can manually set your level to 1337(Yes I've done this) and it shows up in game just fine.
It does on the TAB screen and above your HP bar, but not everywhere.
-
Re: How to change lvl limit?
if u die u level down to 99 once u leave the game, in lobby it shows as -1
Also after u set ur level go into a game, kill someone then leave but dont die then take a look at ur exp in DB its a *
-
Re: How to change lvl limit?
well after an asm edit this shouldnt be a problem. Yes you can change your level manually, like t6 said, but since no function is set up for xp after 99 you would level down to whatever level your xp is at. So if the function said that anything after "x" xp is 99 then its only common since that you would level down to 99 no matter what level you were at. If you edited the client and the server to accept the function higher then 99 then you would be able to level up, and level down, normally compared to your level.
Quote:
Originally Posted by
xHalloweenX
if u die u level down to 99 once u leave the game, in lobby it shows as -1
Also after u set ur level go into a game, kill someone then leave but dont die then take a look at ur exp in DB its a *
This is just because there is no function to your level. Your adding (or its converse) xp to a level that according to both the client and the server is not even possible...
-
Re: How to change lvl limit?
Quote:
Originally Posted by
shortymant
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
Nah, thats the level check of the channels.
-
Re: How to change lvl limit?
basicly.. its impossible
or just use ASM
maybe hex edit will work..
nah not possible
-
Re: How to change lvl limit?
Quote:
Originally Posted by
Rotana
Nah, thats the level check of the channels.
well is a good start
-
Re: How to change lvl limit?
Quote:
Originally Posted by
dacharles
well is a good start
what is a good start?
-
Re: How to change lvl limit?
Quote:
Originally Posted by
dacharles
well is a good start
Nah. Setting a level like 200 in maxlevel shouldn't cause problems.
-
Re: How to change lvl limit?
well is not a problem, but how to do it ? :D
-
Re: How to change lvl limit?
-
Re: How to change lvl limit?
No, it is possible, if u remember legacy gamerz, they had not lvl 99 as limit, there were ppl lvl 100 and lvl 101 and 105 and so on lol
here r ppl who know, but they will not share, they only share what every1 can do xD
-
Re: How to change lvl limit?
/me looks into it after his final today...
-
Re: How to change lvl limit?
Quote:
Originally Posted by
JuanMedina
isnt possible
Ow yes it is.
-
Re: How to change lvl limit?
Quote:
Originally Posted by
Wizkidje
Ow yes it is.
Wiz, want to take a look at this with me? Add me on msn: phail@legiongaming.net
-
Re: How to change lvl limit?
DB and Server sided is for sure. So yeah, some XML it's possible.
-
Re: How to change lvl limit?
it's possible to change , u can change all in gunz , cuz all had make ... MAIET have make level maw to 99 , we can change to 900 i think ...
for me i think it's possible
-
Re: How to change lvl limit?
Quote:
Originally Posted by
malaboue
it's possible to change , u can change all in gunz , cuz all had make ... MAIET have make level maw to 99 , we can change to 900 i think ...
for me i think it's possible
Do you know even where this is in the Client & Server?!!!
-
Re: How to change lvl limit?
Quote:
Originally Posted by
Demantor
Do you know even where this is in the Client & Server?!!!
As far as I went, and that isn't far, it's only serversided. There's some compare if the level is equal to 99. If so, it doesn't call the stored procedure. Found it at 3 places so far, needs some time to find out how it works.
-
Re: How to change lvl limit?