0 Heero12 Posted February 23, 2018 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
PHiLiP Posted June 9, 2013 Posted June 9, 2013 src\common\mmo.hFind:#define MAX_ZENY 1000000000Replace#define MAX_ZENY <value that you want> 1 Quote
Patskie Posted June 10, 2013 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
Question
Rage Guy
How to change the max zeny!!
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.