[Release]Level jump 5165.

10/03/2010 20:24 _Vodka#1
Okay some peoples wanted level jump, so here it is.

First off all, use this code from arco:
[Only registered and activated users can see links. Click Here To Register...]

Okay now find in character.cs:
Code:
public void RebornCharacter(byte ToJob)
Above:
Code:
Level = 15;
put:
Code:
LastLevel = Level;
HaveLL = 0;
Now we need to define LastLevel.
Find:
Code:
public bool Ghost = false;
under it put:
Code:
public byte LastLevel;
public byte HaveLL;
Now in database.cs find: (It is there 2places)
Code:
C.LotteryUsed = BR.ReadByte();
under it put:
Code:
C.LastLevel = BR.ReadByte();
C.HaveLL = BR.ReadByte();
now find:
Code:
BW.Write(C.LotteryUsed);
under it put:
Code:
BW.Write(C.LastLevel);//LastLevel
BW.Write(C.HaveLL);//LastLevelCheck
Now in character.cs find:
Code:
public void IncreaseExp(uint Amount, bool isTeamExp)
then find this inside code:
Code:
                if (CurLevel > Level)
                    Level = CurLevel;
                Experience = CurExp;
under it put:
Code:
                if (Reborns > 0 && Level > 129 && HaveLL == 0) {
                    Level = LastLevel; HaveLL = 1; }
That shold be it.
Goodluck
10/03/2010 20:33 Arcо#2
Then you do know they are just going to keep "leveling" up to the last level even after they already hit it?
10/03/2010 20:45 _Vodka#3
what u mean? XD
10/03/2010 20:55 Kiyono#4
Quote:
Originally Posted by _Vodka View Post
what u mean? XD
Example:
Pre-rb level is 131, you rb and reach 130 again, your script will make it jump to 131, nothing wrong you'd say but when the 131 char reaches 132, he'll jump back to 131.
10/03/2010 20:59 _Vodka#5
Quote:
Originally Posted by Kiyono View Post
Example:
Pre-rb level is 131, you rb and reach 130 again, your script will make it jump to 131, nothing wrong you'd say but when the 131 char reaches 132, he'll jump back to 131.
ah, now I get it :P

Give me a sec

@edit
shouldnt do it now
10/03/2010 21:09 †he Knight#6
Rapes!!!!!!! FUKING RAPEEEEES! Thanks
10/03/2010 21:13 BitzIn#7
Thanks very much been :) this will help many
10/03/2010 21:14 _Vodka#8
Thanks for feedback :)
Can u please test it and give me result?
10/03/2010 21:22 copz1337#9
What is this?
10/03/2010 21:24 Arcо#10
Quote:
Originally Posted by JuiceDCodeR View Post
Rapes!!!!!!! FUKING RAPEEEEES! Thanks
I wouldn't say it "rapes" but its a decent alright thing to have.
10/03/2010 21:34 _Vodka#11
Quote:
Originally Posted by Аrco View Post
I wouldn't say it "rapes" but its a decent alright thing to have.
He thinks all rapes lmao :P

@copz
is so u keep ur level above 130, when reborn and get to 130 again.
10/03/2010 21:40 copz1337#12
Ah, does it work fine?
10/03/2010 21:44 _Vodka#13
It should work, but I havent tested itm it was just made by looking fast.
If u can test it.
10/03/2010 22:18 Kiyono#14
This only works for first rb, you should set havll to 0 again when you 2nd rb.
10/03/2010 22:24 _Vodka#15
Quote:
Originally Posted by JuiceDCodeR View Post
Dude this is Soo Fuking wrong, It Bugs all the characters!
Makes BILIONS donation in nobility
Removes all gears
And PKPS are retarded!
dats if u put the things for save wrong.

#reported
language