Jump to content
Emistry

Utility: Advanced Stylist

Recommended Posts

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

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

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

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

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

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

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:
                [email protected]_currency = atoi( .currency$[@style] );
                if( @style_value == [email protected]_number ){
                    message strcharinfo(0),"Swt.. This is your original style.";
                    break;
Link to comment
Share on other sites


Case 4:

[email protected]_currency = atoi( .currency$[@style] );

if( @style_value == [email protected]_number ){

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

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

Link to comment
Share on other sites

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

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

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

@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

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

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

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

Important Information

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