Yonko Posted October 28, 2014 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted October 28, 2014 Good Day Guys!,Hi, I'm using the default stylist on rAthena, how to limit the number of cloth,hair style,hair color in a specific way?http://tny.cz/2b68449fmy client.confmin_hair_style: 0 max_hair_style: 27 min_hair_color: 0 max_hair_color: 251 min_cloth_color: 0 max_cloth_color: 553i have a special hairstyle and cloth palettes let say, How will these information below cannot be pick in the stylist thanks!hair_style: 28-40max_hair_color: 252-300max_cloth_color: 553-600 Quote Link to comment Share on other sites More sharing options...
Winz Posted October 28, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 28, 2014 well, according to your client.conf and the way stylist NPC reads the max variables,your current client.conf will restrict the NPC from reading the numbers higher than max. Then, you can use those restricted colors by using @haircolor, @hairstyle, @dye.(e.g: @hairstyle 32, @haircolor 297,etc) Unless the server restrict you to do that, then set the max to the larger number like 40, 300, 600and change this on disguise:get this: setarray .@Styles[1], getbattleflag("max_cloth_color"), getbattleflag("max_hair_style"), getbattleflag("max_hair_color"); change to: setarray .@Styles[1],552,28,252; could be buggy tho. Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 28, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 28, 2014 my advance stylelist npc support blacklist style http://rathena.org/board/topic/80563-utility-advanced-stylist/ Quote Link to comment Share on other sites More sharing options...
Yonko Posted October 28, 2014 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Author Share Posted October 28, 2014 my advance stylelist npc support blacklist style http://rathena.org/board/topic/80563-utility-advanced-stylist/ I'll try this sir Emistry thank you Quote Link to comment Share on other sites More sharing options...
Question
Yonko
Good Day Guys!,
Hi, I'm using the default stylist on rAthena, how to limit the number of cloth,hair style,hair color in a specific way?
http://tny.cz/2b68449f
my client.conf
min_hair_style: 0
i have a special hairstyle and cloth palettes let say, How will these information below cannot be pick in the stylist thanks!
hair_style: 28-40
max_hair_color: 252-300
max_cloth_color: 553-600
Link to comment
Share on other sites
3 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.