AnnieRuru
~~Cute~Cute~Scripter~~
- Messages
- 1,677
- Points
- 0
- Location
- your next door ~
- Discord
- AnnieRuru#1609
- Github
- AnnieRuru
- Emulator
- Client Version
- 2019-05-30aRagexeRE
all right, I post up my custom stylist
Download: 2.1
script
this one use CSV format
setd ".@"+ Job_Rune_Knight +"_"+ LOOK_CLOTHES_COLOR +"$[1]", "0-5,11-18,20-23";
setd ".@"+ Job_Summoner +"_"+ LOOK_CLOTHES_COLOR +"$[0]", "0-3";
This means, the ID range for Job_Rune_Knight at bodystyle number (1) is 0,1,2,3,4,5,11,12,13,14,15,16,17,18,20,21,22,23
2nd line means Summoner job can only use clothing range between 0 to 3, this prevent crash client due to human and doram race doesn't share the same palette
From version 2.0 onwards, now you don't have to scratch your head about missing palette due to different bodystyle
this script can handle that
Download: 2.1
script
this one use CSV format
setd ".@"+ Job_Rune_Knight +"_"+ LOOK_CLOTHES_COLOR +"$[1]", "0-5,11-18,20-23";
setd ".@"+ Job_Summoner +"_"+ LOOK_CLOTHES_COLOR +"$[0]", "0-3";
This means, the ID range for Job_Rune_Knight at bodystyle number (1) is 0,1,2,3,4,5,11,12,13,14,15,16,17,18,20,21,22,23
2nd line means Summoner job can only use clothing range between 0 to 3, this prevent crash client due to human and doram race doesn't share the same palette
From version 2.0 onwards, now you don't have to scratch your head about missing palette due to different bodystyle
this script can handle that
1.0 - script
- there is a bug on Euphy's stylist npc, the style number should start with 0, but his script always start with 1
- and the naming sense very bad, .@style and .@styles, should be avoided
1.1 - script
- allow blacklist certain styles
1.2 - script
- change from blacklist into CSV format, this one is understood by many
1.3 - script
- add Job_Summoner, to prevent client crash from invalid cloth color
1.4 - script
- add 3rd job body style change
1.5 - script
- fix a bug if the player start with style number 510, the server throw you infinite loop error
1.6 - script
- now the styles display number no longer shown to other players
1.7 - script
- add reverse_order to swap Next/Previous order
- now players don't have to go to flux cp every time to reset their look when client crash, since this script uses changelook instead of setlook now
2.0 - script
- completely revamp the formula, now each bodystyle can have its own cloth color range
2.1 - script
- fix a bug that player recall can bypass changelook
- there is a bug on Euphy's stylist npc, the style number should start with 0, but his script always start with 1
- and the naming sense very bad, .@style and .@styles, should be avoided
1.1 - script
- allow blacklist certain styles
1.2 - script
- change from blacklist into CSV format, this one is understood by many
1.3 - script
- add Job_Summoner, to prevent client crash from invalid cloth color
1.4 - script
- add 3rd job body style change
1.5 - script
- fix a bug if the player start with style number 510, the server throw you infinite loop error
1.6 - script
- now the styles display number no longer shown to other players
1.7 - script
- add reverse_order to swap Next/Previous order
- now players don't have to go to flux cp every time to reset their look when client crash, since this script uses changelook instead of setlook now
2.0 - script
- completely revamp the formula, now each bodystyle can have its own cloth color range
2.1 - script
- fix a bug that player recall can bypass changelook
Last edited by a moderator: