John Key Posted July 23, 2012 Posted July 23, 2012 hello guys how are you today ? I have a problem and don't know solution. How do I change the number of pages the characters? Look at this : I want the number of pages "2" .. not "14" Please help and thank you Quote
Rayan Posted July 23, 2012 Posted July 23, 2012 (edited) check for wiki Edited July 23, 2012 by Ryax Quote
John Key Posted July 23, 2012 Author Posted July 23, 2012 Where can I find it? I'm new in the world of rAthena Please help where are you ? Quote
Judas Posted July 23, 2012 Posted July 23, 2012 in mmo.h you should see where you can change number of slots Quote
Brynner Posted July 23, 2012 Posted July 23, 2012 (edited) at your 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 //Number of slots carded equipment can have. Never set to less than 4 as they are also used to keep the data of forged items/equipment. [skotlex] //Note: The client seems unable to receive data for more than 4 slots due to all related packets having a fixed size. #define MAX_SLOTS 4 define max_chars 9 which means 1-3 page. Edited July 23, 2012 by Brynner Quote
Question
John Key
hello guys
how are you today ?
I have a problem and don't know solution.
How do I change the number of pages the characters?
Look at this :
I want the number of pages "2" .. not "14"
Please help and thank you
5 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.