Vince Jimenez Posted May 3, 2014 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 68 Reputation: 1 Joined: 10/16/12 Last Seen: August 14, 2016 Share 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 Link to comment Share on other sites More sharing options...
Weistony Posted May 3, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 108 Reputation: 12 Joined: 06/19/12 Last Seen: Sunday at 04:47 AM Share Posted May 3, 2014 You will have to do a source coding for that one since the zeny is currently using int64 .. Quote Link to comment Share on other sites More sharing options...
Vince Jimenez Posted May 3, 2014 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 68 Reputation: 1 Joined: 10/16/12 Last Seen: August 14, 2016 Author Share Posted May 3, 2014 how and what is int64? Please give me a guide? Quote Link to comment Share on other sites More sharing options...
Weistony Posted May 3, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 108 Reputation: 12 Joined: 06/19/12 Last Seen: Sunday at 04:47 AM Share 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 Link to comment Share on other sites More sharing options...
EL Dragon Posted May 3, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share 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 Link to comment Share on other sites More sharing options...
Vince Jimenez Posted May 3, 2014 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 68 Reputation: 1 Joined: 10/16/12 Last Seen: August 14, 2016 Author Share Posted May 3, 2014 i'll try to edit into 10.000,000,000 when i recompile its say max zeny Quote Link to comment Share on other sites More sharing options...
Markyieee Posted May 3, 2014 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 134 Reputation: 4 Joined: 06/14/12 Last Seen: August 17, 2017 Share Posted May 3, 2014 Because i think the maximum supported zeny is 2B Quote Link to comment Share on other sites More sharing options...
Stolao Posted May 3, 2014 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.