CybeR Posted July 30, 2012 Share Posted July 30, 2012 (edited) i have too many character slot but i only need 1/3.... how can i edit this ? thx in advance I'm Using 2010-11-16REClient Edited July 30, 2012 by CybeR Quote Link to comment Share on other sites More sharing options...
Rebel Posted July 30, 2012 Share Posted July 30, 2012 mmo.h //Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well. #define MAX_CHARS 9 Quote Link to comment Share on other sites More sharing options...
Jezu Posted July 30, 2012 Share Posted July 30, 2012 on src/common/mmo.h: make it like this #define MAX_CHARS_SLOTS 9 Quote Link to comment Share on other sites More sharing options...
CybeR Posted July 30, 2012 Author Share Posted July 30, 2012 it work's Thanks ! ^_~ Quote Link to comment Share on other sites More sharing options...
onizame Posted July 30, 2012 Share Posted July 30, 2012 lol.. how to make it that many? define the mmo.h only? is the client compatible? Quote Link to comment Share on other sites More sharing options...
CybeR Posted July 30, 2012 Author Share Posted July 30, 2012 its compatible xD Quote Link to comment Share on other sites More sharing options...
i have too many character slot but i only need 1/3....
how can i edit this ? thx in advance
I'm Using 2010-11-16REClient
Edited by CybeRLink to comment
Share on other sites