ItsMods

Full Version: XP and Prestige
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Prestige:
self maps\mp\gametypes\_persistence:ConfusedtatSet( "plevel", NEW_PRESTIGELEVEL, false );

XP:
self thread maps\mp\gametypes\_rank::giveRankXP( "medal", NEW_XP_AMOUNT );

"medal" can be replace with any event you get points for (like dog_kill, kill_assist, etc)
And CoDPoints: self maps\mp\gametypes\_rank:ConfusedetCodPointsStat( 1337 );

or in case they would add checks here: direct function:
self maps\mp\gametypes\_persistence:ConfusedetPlayerStat( "PlayerStatsList", "CODPOINTS", 1337 );

and to keep your other stats clean:
lifeTimeEarnings = player maps\mp\gametypes\_persistence:ConfusedtatGet( "LIFETIME_EARNINGS" );
player maps\mp\gametypes\_persistence:ConfusedetPlayerStat( "PlayerStatsList", "LIFETIME_EARNINGS", lifeTimeEarnings + 1337 );

player addRecentEarningsToStat( 1337 );
how to inject a modd nova?
you already asked this in another thread, there is actually no one that can load a mod. just wait
Anyone making an PSE: Player Stats Editor ??


Greets
wut xD the game just released for 1 day and allready fcked up ur stats... thats baddd...
This doesn't really help since we can't edit GSCs and reintegrate them (AFAIK) while passing the consistency checks.
You can replace the scripts at runtime.
Can any1 tell me how can i do XP hack?
you have to wait until a modloader will be released here
Pages: 1 2