Rage Guy Posted June 9, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Share Posted June 9, 2013 How to change the max zeny!! Quote Link to comment Share on other sites More sharing options...
0 Heero12 Posted February 23, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 71 Reputation: 3 Joined: 03/22/15 Last Seen: May 30, 2024 Share Posted February 23, 2018 now it is totally different, how to modify the amount of zenys? Quote #define MAX_SLOTS 4 #define MAX_AMOUNT 30000 ////Max amount of a single stacked item #define MAX_ZENY INT_MAX ///Max zeny #define MAX_BANK_ZENY SINT32_MAX ///Max zeny in Bank #define MAX_FAME 1000000000 ///Max fame points Quote Link to comment Share on other sites More sharing options...
PHiLiP Posted June 9, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 05/27/12 Last Seen: January 27, 2018 Share Posted June 9, 2013 src\common\mmo.hFind:#define MAX_ZENY 1000000000Replace#define MAX_ZENY <value that you want> 1 Quote Link to comment Share on other sites More sharing options...
Patskie Posted June 10, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 7 hours ago Share Posted June 10, 2013 src\common\mmo.h Find: #define MAX_ZENY 1000000000 Replace #define MAX_ZENY <value that you want> Note you can only have up to 2,000,000,000 i guess. greater than that will result to compile error. Quote Link to comment Share on other sites More sharing options...
Question
Rage Guy
How to change the max zeny!!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.