Beret Posted July 5, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 174 Reputation: 3 Joined: 06/19/12 Last Seen: September 18, 2024 Share Posted July 5, 2012 Well I would like to know how can I increase the number of hair styles to create a char. Quote Link to comment Share on other sites More sharing options...
Fluffle Puff Posted July 5, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 375 Reputation: 88 Joined: 12/30/11 Last Seen: May 3, 2016 Share Posted July 5, 2012 It was before in ''src/char/char.c'' //check other inputs if((slot >= MAX_CHARS) // slots || (hair_style >= 24) // hair style || (hair_color >= 9) // hair color but it has been changed. Maybe if you look at: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/char/char.c you can find it Quote Link to comment Share on other sites More sharing options...
Beret Posted July 5, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 174 Reputation: 3 Joined: 06/19/12 Last Seen: September 18, 2024 Author Share Posted July 5, 2012 Thanks for replying Alexandria, really don't have this part of the hair styles I found only this. #if PACKETVER >= 20120307 if(slot >= MAX_CHARS) #else if((slot >= MAX_CHARS) // slots || (str + agi + vit + int_ + dex + luk != 6*5 ) // stats || (str < 1 || str > 9 || agi < 1 || agi > 9 || vit < 1 || vit > 9 || int_ < 1 || int_ > 9 || dex < 1 || dex > 9 || luk < 1 || luk > 9) // individual stat values || (str + int_ != 10 || agi + luk != 10 || vit + dex != 10) ) // pairs #endif Quote Link to comment Share on other sites More sharing options...
Question
Beret
Well I would like to know how can I increase the number of hair styles to create a char.
Link to comment
Share on other sites
2 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.