Jump to content
  • 0
Sign in to follow this  
HyperSonic2097

"Visual" stylist?

Question

Hi i have seen a stylist script on a server... I have tried to search for this script but i can't find anything. There is somewhere a "visual stylist" like this? I don't think they have coded by herself because the server isn't english, and their scripts are in other language.

photo_2020-05-14_01-07-04.thumb.jpg.f1136dd4bc6c02e0a1bb522a76a34f6e.jpg

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0
22 hours ago, Naruto said:

isnt that the dress room

 

if you cant access it with a script command it might have a better chance on rathena\

 

No no, i was believing the dressing room it was some sort of addon. To be honest, i I haven't played ragnarok anymore for a long time (since 2007/2008) and i have never seen a dressing room before now.

Anyway, i have found the script command from myself and i have successfully modified the script. Thanks anyway for your precious help.🙄

 

 

Edited by HyperSonic2097

Share this post


Link to post
Share on other sites
  • 0
On 5/14/2020 at 6:14 AM, HyperSonic2097 said:

Hi i have seen a stylist script on a server... I have tried to search for this script but i can't find anything. There is somewhere a "visual stylist" like this? I don't think they have coded by herself because the server isn't english, and their scripts are in other language.

photo_2020-05-14_01-07-04.thumb.jpg.f1136dd4bc6c02e0a1bb522a76a34f6e.jpg


i need this add on pls help guide to setup or shared your script with me?

becaus i confuse to transfer from Rathena to Hercules on this

https://github.com/idathena/trunk/commit/4bdd552e65a710d0347247aa7c6affe76fc1159a#diff-e76b4c3a9d7a3be07ed23526499aa851L851

 

pls help

Share this post


Link to post
Share on other sites
  • 0
On 6/18/2020 at 5:42 PM, merukomeko said:


i need this add on pls help guide to setup or shared your script with me?

becaus i confuse to transfer from Rathena to Hercules on this

https://github.com/idathena/trunk/commit/4bdd552e65a710d0347247aa7c6affe76fc1159a#diff-e76b4c3a9d7a3be07ed23526499aa851L851

 

pls help

It0s because rAthena use dressroom(1); (or something like that, i don't remember exactly), in Hercules the correct syntax is dressroom(DRESSROOM_OPEN);

 

You can use this script (change the NPC name JP_SUPIKA if you need it).

 

Anyway you have also to modify jobdresseslist.lub in data\luafiles514\lua files\dressroom in your client, otherwise the dressroom didn't show all your styles!

 

_DressHeadstyleList_f = {
{ "(1) Style 1", 1 },
{ "(2) Style 2", 2 },
{ "(3) Style 3", 3 },
{ "(4) Style 4", 4 },

(...) add the number of your styles

 

ANd the same under 

_DressHeadstyleList_m = {
{ "(1) Style 1", 1 },
{ "(2) Style 2", 2 },

 

_DressBodyPaletteList_m = { is for male palette, f for female ecc

 

ANyway, since i am too lazy to add manually  Style 1, style 2 ecc i have write a small powershell script that will do for you in a txt file. When you need some other name you can change the script

$defaultFileName = '.\santrevaporca.txt'

For ($cnt=0; $cnt -le 99; $cnt++) {
    Add-Content $defaultFileName ('{ "(' + $cnt + ') Style ' + $cnt + '", ' + $cnt + ' },')
#    Add-Content $defaultFileName ($cnt)
}
Notepad santrevaporca.txt

 

 

I'm hope that help

stylist_1.6.txt lista numero progressivo.ps1

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.