What's new

Possible Way of Decreasing Your rank

Trevor Philips

Trevor Philips

Enthusiast
Messages
538
Reaction score
132
Points
125
Sin$
0
I need someone to test this for me, as I didn't mod my rank, and I don't wanna decrease it.

but what would happen if you changed the amount of RP required to get to a cirtain rank?

Like say you are level 999, and you wanna get to rank 500, change all the ranks beetween 999 to 500 to be allot of RP.

So to be rank 999, you need 999999999999 RP, and keeping doing that till you get to the rank you wanna be at.

Code:
"RANK_XP_999": [{"value": 47153800}],

and change it to:

Code:
"RANK_XP_999": [{"value": 999999999999}],
 
s7orm

s7orm

Enthusiast
Messages
98
Reaction score
2
Points
65
Sin$
7
id love to try it out in a little bit if nobody else gets to it before i do
 
E

ECB2

lkn
Messages
1,029
Reaction score
1,513
Points
295
Sin$
0
You would keep the RP. This just sets what rank it will display you.
 
JordonLeedell

JordonLeedell

I ♥ Awakening
Messages
1,437
Reaction score
497
Points
165
Sin$
7
couldnt you just change the multiplier to -100 or something like that?
 
BUSTEDTWINKIE

BUSTEDTWINKIE

Getting There
Seasoned Veteran Grizzled Veteran Experienced Veteran
Messages
1,513
Reaction score
554
Points
215
Sin$
0
I haven't tested this yet but if you set all the ranks 1 -999 at a value of 0 and the one you want at the amount of XP your about to be. Say your at level 2. You wanna be 40. Set 1 - 999 all at zero and level 40 at the level of XP of level 3 your about to rank up at.
Example
Code:
"RANK_XP_1": [{"value": 0}],
"RANK_XP_2": [{"value": 0}],  <-----You are currently here, but want to jump to rank 40!
"RANK_XP_3": [{"value": 0}],  <----- 900 is the value of rank 3 but set it at rank 40!
"RANK_XP_4": [{"value": 0}],
"RANK_XP_5": [{"value": 0}],
"RANK_XP_6": [{"value": 0}],
"RANK_XP_7": [{"value": 0}],
"RANK_XP_8": [{"value": 0}],
"RANK_XP_9": [{"value": 0}],
"RANK_XP_10": [{"value": 0}],
"RANK_XP_11": [{"value": 0}],
"RANK_XP_12": [{"value": 0}],
"RANK_XP_13": [{"value": 0}],
"RANK_XP_14": [{"value": 0}],
"RANK_XP_15": [{"value": 0}],
"RANK_XP_16": [{"value": 0}],
"RANK_XP_17": [{"value": 0}],
"RANK_XP_18": [{"value": 0}],
"RANK_XP_19": [{"value": 0}],
"RANK_XP_20": [{"value": 0}],
"RANK_XP_31": [{"value": 0}],
"RANK_XP_32": [{"value": 0}],
"RANK_XP_33": [{"value": 0}],
"RANK_XP_34": [{"value": 0}],
"RANK_XP_35": [{"value": 0}],
"RANK_XP_36": [{"value": 0}],
"RANK_XP_37": [{"value": 0}],
"RANK_XP_38": [{"value": 0}],
"RANK_XP_39": [{"value": 0}],
"RANK_XP_40": [{"value": 900}],
Continue this all the way till 999 all values at zero. If zero doesn't work on all maybe a high number on all except the one you want to set.

The number or value next to RANK_XP_# is the amount of XP needed to earn this rank. THIS SHOULD WORK IF YOU WANT TO DE RANK OR GO DOWN RANKS IF IT WORKS. In theory this should work, not tested. Don't care to. Let me hear your thoughts and testings.
 
Last edited:
JordonLeedell

JordonLeedell

I ♥ Awakening
Messages
1,437
Reaction score
497
Points
165
Sin$
7
but if you need 0xp to get that level wont you just get rank 999 or any other level that requires 0xp :O
 
442powerstroke

442powerstroke

Enthusiast
Messages
440
Reaction score
116
Points
85
Sin$
0
just dont be a moron and after like 120 get off rp sever and never get back on saw a kid yesterday rank 448 talking $hit then he left game then his gt was code of conduct ...lol
be smart just dont go to high what is the point guys?
 
BUSTEDTWINKIE

BUSTEDTWINKIE

Getting There
Seasoned Veteran Grizzled Veteran Experienced Veteran
Messages
1,513
Reaction score
554
Points
215
Sin$
0
I need someone to test this for me, as I didn't mod my rank, and I don't wanna decrease it.

but what would happen if you changed the amount of RP required to get to a cirtain rank?

Like say you are level 999, and you wanna get to rank 500, change all the ranks beetween 999 to 500 to be allot of RP.

So to be rank 999, you need 999999999999 RP, and keeping doing that till you get to the rank you wanna be at.

Code:
"RANK_XP_999": [{"value": 47153800}],

and change it to:

Code:
"RANK_XP_999": [{"value": 999999999999}],
Sorry but your post doesn't make since.
 
TheBlackWalker

TheBlackWalker

Enthusiast
Messages
233
Reaction score
68
Points
85
Sin$
7
Think of it this way. If you wan't to de-rank yourself, incresase the value of the rank you wan't to de-rank to's value really high. Like, for instance. I'm rank 256. I don't want to go beyond rank 200 and I want to get rid of that extra 56 ranks. So, I change the value of rank 201 to be extremely high and it will remove my 56 ranks and put me at 200. Here is an example

Code:
"RANK_XP_200": [{"value": 45271500}], - This is the rank I wan't to be and not go beyond rank 200
"RANK_XP_201": [{"value": 4560550000000}], - This is the rank that I don't ever wan't to reach so I increase the value to be unreachable.
"RANK_XP_256": [{"value": 6474550}], - This is the rank I am now. Notice how it's smaller than rank 201 so it will take away the 56 ranks and go to rank 200 and make me earn RP to get beyond rank 200 which is impossible because of the value I set. I also cut off my XP multiplier so I wouldn't gain anymore RP.
 
P

pickin6strings

Enthusiast
Messages
96
Reaction score
7
Points
55
Sin$
0
i thought you could just set the multiplier to a negative number
 
TheBlackWalker

TheBlackWalker

Enthusiast
Messages
233
Reaction score
68
Points
85
Sin$
7
i thought you could just set the multiplier to a negative number

It's not wise if you're trying to de-rank yourself to a certain rank and plus I hear people have troubles with that and getting it restored and etc.
 
Zorg93

Zorg93

Read Art
Fabled Veteran Modder Programmer
Messages
4,273
Reaction score
3,475
Points
650
Sin$
0
This wont work, yes you may appear to have a lower rank, as thats what the game think, but the server and everyone else playing would see your rank as what it actually is(either that or at least the social club would have the rank set). if those 2 dont match thats probably a big flag
 
JordonLeedell

JordonLeedell

I ♥ Awakening
Messages
1,437
Reaction score
497
Points
165
Sin$
7
wait, why dont people just make new characters? they obviously can mod if they got their rank that high so why not just make a new character and get it to your desired level with a few mil?
 
TheBlackWalker

TheBlackWalker

Enthusiast
Messages
233
Reaction score
68
Points
85
Sin$
7
This wont work, yes you may appear to have a lower rank, as thats what the game think, but the server and everyone else playing would see your rank as what it actually is(either that or at least the social club would have the rank set). if those 2 dont match thats probably a big flag

No? When I do the way I posted my rank on social club AND in game changed. Even people asked why I lost my rank?
 
ManBearPig06

ManBearPig06

The Shiroyasha
Retired
Messages
3,683
Reaction score
1,104
Points
515
Sin$
0
couldnt you just change the multiplier to -100 or something like that?
I tested that before the latest update, and I dropped from a 206 to a 200, and I was still that level when I reloaded the game with no tunables. But like walker said, it would be harder to pick a specific level to go to.
 
Cakes

Cakes

お前はもう死んでいる
VIP
Retired
Mythical Veteran Platinum Record End of the Year 2017
Messages
20,705
Reaction score
20,272
Points
3,870
Sin$
-7
I tested that before the latest update, and I dropped from a 206 to a 200, and I was still that level when I reloaded the game with no tunables.
couldnt you just change the multiplier to -100 or something like that?
Yeah, that way would 'register' that you're actually that level. Ie, an account I used went to 400 after loosing the cops, used negative RP to bring it back down to like 100. Only thing is that if you end up getting too much RP and become negative, it can be a hassle to get it back to normal :9
 
Top Bottom
Login
Register