Jump to content

Utility: Advanced Stylist


Emistry

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

This will fix the issue.

Find:

mes "Cost : ^777777"+ValueConvert( .cost[@style] )+" "+.currency_name$[@style]+"^000000";

Add below:

close;

--

 

Find:

}while( @select != 4 && @select != 255 );
	deltimer strnpcinfo(0)+"::OnPCLogoutEvent";
	@select = 0;
	close;

Remove:

	close;
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

Ahahaha, thanks for looking the codes around, and it's working now.


@Emistry It WOULD be nice if you could add also, Save Stylist or Load Stylist,Rename Stylist load or save (:

 

 

This will fix the issue.

Find:

mes "Cost : ^777777"+ValueConvert( .cost[@style] )+" "+.currency_name$[@style]+"^000000";

Add below:

close;

--

 

Find:

}while( @select != 4 && @select != 255 );
	deltimer strnpcinfo(0)+"::OnPCLogoutEvent";
	@select = 0;
	close;

Remove:

	close;

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

Bugs:

- .cost not decrease when you select a style and do @go or @warp.

fixed in version 4.1

- @go / @warp caused the style return to original styles.

 

 
 
for the unable to walk issue....i dunno what caused it...i cant duplicate it in my test server ....
i tried exactly the same in the video shown...but still failed to duplicate it...

 

This will fix the issue :)http://rathena.org/board/topic/80563-utility-advanced-stylist/?p=200798

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  161
  • Reputation:   5
  • Joined:  02/07/13
  • Last Seen:  

For cloth color, would it be possible to charge a certain number of dyes (any color) depending on the character's job?

Say, pre-trans = 1 dye, trans = 2 dyes, 3rd job = 3 dyes?

Link to comment
Share on other sites


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

just add a condition checking before they finish the picking process..

 

if( class == anyjobyouwant && colour == anycolouryouwant && zeny < 10000 )
// you need to pay 10,00k ..
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  326
  • Reputation:   47
  • Joined:  04/01/12
  • Last Seen:  

can you pls post on the first page the latest working version for this, i'm freezing w/out Anakid's fix, tnx

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  231
  • Reputation:   9
  • Joined:  12/16/11
  • Last Seen:  

How about a random look option? :)

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  08/21/12
  • Last Seen:  

How to remove payment, I saw "Free of Charge" how to disable payment?²

Link to comment
Share on other sites


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

How to remove payment, I saw "Free of Charge" how to disable payment?²

	setarray .cost,
		123,	//	Hairstyle ( 123 Apple )
		5432,	//	Hair Color ( 5,432 CASHPOINTS )
		12345;	//	Cloth Color ( 12,345 Zeny )

set the value to 0 ....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  08/21/12
  • Last Seen:  

How to remove payment, I saw "Free of Charge" how to disable payment?²

	setarray .cost,
		123,	//	Hairstyle ( 123 Apple )
		5432,	//	Hair Color ( 5,432 CASHPOINTS )
		12345;	//	Cloth Color ( 12,345 Zeny )

set the value to 0 ....

Thanks, I tried everything but this... lol

And...

I just got frozen after...

Case 4:
                .@atoi_currency = atoi( .currency$[@style] );
                if( @style_value == .@style_number ){
                    message strcharinfo(0),"Swt.. This is your original style.";
                    break;
Link to comment
Share on other sites


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


Case 4:

.@atoi_currency = atoi( .currency$[@style] );

if( @style_value == .@style_number ){

message strcharinfo(0),"Swt.. This is your original style.";

break; // <--------- CHANGE TO CLOSE2;

Link to comment
Share on other sites

  • 2 months later...

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

Script updated :


  • Fixed Players get stucked problem when they hit "Cancel" button. ( thanks to Snoopy ).

 



Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  10/05/13
  • Last Seen:  

Always happy to help ^^

 

Regards,

Narayan Jagdish

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   3
  • Joined:  07/04/13
  • Last Seen:  

got a problem rainbow face

Link to comment
Share on other sites


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

got a problem rainbow face

what rainbow face...describe your problem in details...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   2
  • Joined:  12/19/11
  • Last Seen:  

got a problem rainbow face

Maybe because of a missing pallete, check ur data folder. Edited by zXoOm
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1176
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

if i use this script, i must change

// Valid range of dyes and styles on the client.
min_hair_style: 0
max_hair_style: 27
min_hair_color: 0
max_hair_color: 8
min_cloth_color: 0
max_cloth_color: 4

 

 or not

Link to comment
Share on other sites


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

if i use this script, i must change

// Valid range of dyes and styles on the client.

min_hair_style: 0

max_hair_style: 27

min_hair_color: 0

max_hair_color: 8

min_cloth_color: 0

max_cloth_color: 4

 

 or not

all the settings are read from the conf/battle/client.conf

so, any value you set above will affect the script too.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1176
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

OK, Thanks Emistry

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

why did this happen?

 

tralalala.png

Link to comment
Share on other sites


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

@dolphincute

because you're not using rAthena/Hercules..

this script isnt compatible with eAthena/eAmod...

 

you can still convert it yourself if you know how ...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

to be honest i dont know.... /oh

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   0
  • Joined:  06/07/14
  • Last Seen:  

Reporting a bug please. When player cancels the preview, it changes whatever they chose to preview after canceling. So without paying they were able to take advantage of the NPC function. Pls help!

Link to comment
Share on other sites


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

Reporting a bug please. When player cancels the preview, it changes whatever they chose to preview after canceling. So without paying they were able to take advantage of the NPC function. Pls help!

use latest version.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

Sorry newbie here, I'm wondering if it supports all clients? Especially for 2012~2013..  /lv

Edited by dagiccross
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
Reply to this topic...

×   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...