Jump to content
  • 0

Stylist..


Lord Vius

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   6
  • Joined:  11/17/14
  • Last Seen:  

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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" );
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   6
  • Joined:  11/17/14
  • Last Seen:  

 

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

just change it to your own desired value..

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   6
  • Joined:  11/17/14
  • Last Seen:  

howabout without cost?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

 

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
Link to comment
Share on other sites

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.

×
×
  • Create New...