Jump to content

Recommended Posts

Posted

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
Posted

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;

 

Posted

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

  • 1 month later...
Posted

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?

Posted

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
  • 2 weeks later...
  • 4 weeks later...
Posted

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

Posted

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;
Posted


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;

  • 2 months later...
  • 1 month later...
Posted

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

Posted

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.

  • 4 months later...
Posted

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

  • 2 months later...
Posted

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!

Posted

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.

  • 1 month later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...