Maximum Experience Value

Dragonis1701

New member
Messages
8
Points
0
I was told the max an experience value can be is somewhere around 4.5billion. Is there a way to increase it? To around 30 billion, possibly.

 
Last edited by a moderator:
It's possible.. See pc.c pc_gainexp function to know which all variables needs to be changed..

But you also need to introduce an hack with client, because client only accepts till 4bil, so you can add a hack to adjust exp accordingly for client to display proper bar.

 
It's possible.. See pc.c pc_gainexp function to know which all variables needs to be changed..

But you also need to introduce an hack with client, because client only accepts till 4bil, so you can add a hack to adjust exp accordingly for client to display proper bar.
I'm sorry but I can't make any sense of what to change in pc_gainexp. Could you go into more detail please? =X

I should actually probably be asking how to get my max exp requirement up from 2.1bilion to 4bil. I seem to be stuck at 2.1.

 
Last edited by a moderator:
Back
Top