can you fix it so it shows your true total level?
|
|

NOTE: This is for non-renamed.
1. Find your "CUSTOM5 52". It should be a black box. Replace it with my attachment.
2. Find in class9
Replace that and the next 2 sections with this:Code:Tab.anIntArray240[12] = 3983; //Total
And also search for 3984 and delete all of those addText's that say "Level"Code:Tab.anIntArray240[12] = 3983; //Total Tab.anIntArray241[12] = 144; // < - > Tab.anIntArray272[12] = 224; // ^- v ///Tab.anIntArray240[13] = 3984; ///Level ///Tab.anIntArray241[13] = 141;/// ///Tab.anIntArray272[13] = 231; /// Tab.anIntArray240[14] = 3985; //Total Level: "+I+" Tab.anIntArray241[14] = 130; // < - > Tab.anIntArray272[14] = 235; // ^- v
3. Then search for 2147 until you find the addText's. Replace the 2147 line with
It should look like this:Code:@[email protected]: 2147
If you haven't noticed, what this does is make the "Total Level 2147" Into 2 lines, which is how it really was in 420ish RS.
SERVER SIDE!
add this somewhere in client.java:
Here's proof of that working:Code:int totallvl = playerLevel[0] + playerLevel[1] + playerLevel[2] + playerLevel[3] + playerLevel[4] + playerLevel[5] + playerLevel[6] + playerLevel[7] + playerLevel[8] + playerLevel[9] + playerLevel[10] + playerLevel[11] + playerLevel[12] + playerLevel[13] + playerLevel[14] + playerLevel[15] + playerLevel[16] + playerLevel[17] + playerLevel[18] + playerLevel[19] + playerLevel[20]; sendQuest("@[email protected]: " +totallvl , 3985);
![]()

can you fix it so it shows your true total level?

You need to do that serverside, so add this somewhere in client.java:
Here's proof of that working:Code:int totallvl = playerLevel[0] + playerLevel[1] + playerLevel[2] + playerLevel[3] + playerLevel[4] + playerLevel[5] + playerLevel[6] + playerLevel[7] + playerLevel[8] + playerLevel[9] + playerLevel[10] + playerLevel[11] + playerLevel[12] + playerLevel[13] + playerLevel[14] + playerLevel[15] + playerLevel[16] + playerLevel[17] + playerLevel[18] + playerLevel[19] + playerLevel[20]; sendQuest("@[email protected]: " +totallvl , 3985);
![]()

thank you

bro mine is so fucked up look at how it looks and i added it just like u said to and i no its client side![]()

do i delete the black box thing? if so how? do i delete this?
Code:Tab.anIntArray240[11] = 19749; //BlackBox Tab.anIntArray241[11] = 128; Tab.anIntArray272[11] = 219;

no you need the black box loading, or else it will get the nulled interface that you got. Thelesia's Pant's Interface is interface 0, just like how nulled items are dwarf chat heads, which is model 0.
Everytime you see a thelisia's legs interface, it means you don't have the loading correct.

no its still messed up i did exactly like u said it still looks liek that

dude this is completly fucked up
| « Ultimate Snippet List | Frame99 Cheap Hack » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |