Yonko Posted October 28, 2014 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
Winz Posted October 28, 2014 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
Emistry Posted October 28, 2014 Posted October 28, 2014 my advance stylelist npc support blacklist style http://rathena.org/board/topic/80563-utility-advanced-stylist/ Quote
Yonko Posted October 28, 2014 Author 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
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
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.