Vince Jimenez Posted May 3, 2014 Posted May 3, 2014 Hi, Help me where i can edit my maximum zenyMy maxinum zeny is 2,100,000,000 or 2.1bHow i can change it to 10,000,000,000 or 10b?HELP! Quote
Weistony Posted May 3, 2014 Posted May 3, 2014 You will have to do a source coding for that one since the zeny is currently using int64 .. Quote
Vince Jimenez Posted May 3, 2014 Author Posted May 3, 2014 how and what is int64? Please give me a guide? Quote
Weistony Posted May 3, 2014 Posted May 3, 2014 Well please use the search button 'coz I have found some threads with the same issue before.. Might have an answer there and I can't guide you. Quote
EL Dragon Posted May 3, 2014 Posted May 3, 2014 (edited) /src/common/mmo.h search #define MAX_ZENY edit the value and recompile. Edited May 3, 2014 by EL Dragon Quote
Vince Jimenez Posted May 3, 2014 Author Posted May 3, 2014 i'll try to edit into 10.000,000,000 when i recompile its say max zeny Quote
Markyieee Posted May 3, 2014 Posted May 3, 2014 Because i think the maximum supported zeny is 2B Quote
Stolao Posted May 3, 2014 Posted May 3, 2014 i'll try to edit into 10.000,000,000 when i recompile its say max zeny it cannot exceed 2B, or to be exact 2^31-1, this is due to the src using int64, if you want to have a work around use COINS worth money if you make a coin worth 1B you can have 32000 of them on any given character, 32000000000000z which should more then suit your needs Quote
Question
Vince Jimenez
Hi, Help me where i can edit my maximum zeny
My maxinum zeny is 2,100,000,000 or 2.1b
How i can change it to 10,000,000,000 or 10b?
HELP!
7 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.