Jump to content

Question

Posted

can someone make me a stylist npc like my but with minimum hairstyle..example from my script is 0-45 but can someone make it for me that i can set example from 28-45 only?

i've attached my script that i got long time ago...

it's only have the maximum "setarray @max[1],553,251,45;" but can someone make for me the minimum??,so i can set the hairstyle start from 28 - 45 only.. thx..

u_stylist.txt

5 answers to this question

Recommended Posts

Posted

You can try this script if you want.

https://rathena.org/board/files/file/2859-advanced-stylist/

 

Can be adjust at the setting.

setarray .min_style,getbattleflag( "min_hair_style" ),getbattleflag( "min_hair_color" ),getbattleflag( "min_cloth_color" );
setarray .max_style,getbattleflag( "max_hair_style" ),getbattleflag( "max_hair_color" ),getbattleflag( "max_cloth_color" );
Posted

 

You can try this script if you want.

https://rathena.org/board/files/file/2859-advanced-stylist/

 

Can be adjust at the setting.

setarray .min_style,getbattleflag( "min_hair_style" ),getbattleflag( "min_hair_color" ),getbattleflag( "min_cloth_color" );
setarray .max_style,getbattleflag( "max_hair_style" ),getbattleflag( "max_hair_color" ),getbattleflag( "max_cloth_color" );

i want it doesn't read from client.conf because i wanna make it like 2 types of hairstyle..first is 0-27 second is 28-45..with diffrent script..so i can make a custom hairstyle stylist..and 0-27 is official..hairstyle stylist

Posted (edited)

 

just change it to your own desired value..

setarray .min_style,1,2,3;
setarray .max_style,4,5,6;

i'm just drooling on this values can you elaborate what it stands for? because i have also a special palettes that would not be available on the stylist itself thanks!

Edited by Yonko

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...