Increase Zeny Capacity

karazu

New member
Messages
1,115
Points
0
Is it possible to increase the zeny capacity of the players?

The current is 2b how about to make it like 10b  or more hehe

 
Is it possible to increase the zeny capacity of the players?

The current is 2b how about to make it like 10b  or more hehe
I remember the max is 2b because of client restrictions (won't properly display anything above that amount... from what I remember back in the day) o_o But the max amount for the bank seems to be 2.1b.

 
Is it possible to increase the zeny capacity of the players?

The current is 2b how about to make it like 10b  or more hehe
I remember the max is 2b because of client restrictions (won't properly display anything above that amount... from what I remember back in the day) o_o But the max amount for the bank seems to be 2.1b.
I see, so its a client side problem.. 

Thank you very much for answering. 

 
its a limitation of 32 bit signed integer actually. 2147483647 is the actual limit.

but i guess client also limits it to nearest round off value? (by round off i mean in terms of zeny not decimal round off). 

But i wonder why they used different limit of 2100000000 for bank though.

 
its a limitation of 32 bit signed integer actually. 2147483647 is the actual limit.

but i guess client also limits it to nearest round off value? (by round off i mean in terms of zeny not decimal round off). 

But i wonder why they used different limit of 2100000000 for bank though.
wasnt bank limit increased to 2147483647 after 1 week of bank release...
 
Back
Top