Jaburak Posted June 2, 2013 Posted June 2, 2013 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; 1 Quote
Drakkus Posted June 3, 2013 Posted June 3, 2013 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; Quote
Jaburak Posted June 4, 2013 Posted June 4, 2013 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 Quote
Talaysen Posted July 24, 2013 Posted July 24, 2013 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? Quote
Emistry Posted July 26, 2013 Author Posted July 26, 2013 just add a condition checking before they finish the picking process.. if( class == anyjobyouwant && colour == anycolouryouwant && zeny < 10000 ) // you need to pay 10,00k .. 1 Quote
frenzmu06 Posted July 26, 2013 Posted July 26, 2013 can you pls post on the first page the latest working version for this, i'm freezing w/out Anakid's fix, tnx Quote
Savior Posted September 3, 2013 Posted September 3, 2013 How to remove payment, I saw "Free of Charge" how to disable payment?² Quote
Emistry Posted September 3, 2013 Author Posted September 3, 2013 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 .... Quote
Savior Posted September 3, 2013 Posted September 3, 2013 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; Quote
Emistry Posted September 3, 2013 Author Posted September 3, 2013 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; Quote
Emistry Posted November 17, 2013 Author Posted November 17, 2013 Script updated : Fixed Players get stucked problem when they hit "Cancel" button. ( thanks to Snoopy ). https://rathena.org/board/index.php?/files/file/2859-%7B?%7D/ Quote
snoopy Posted November 17, 2013 Posted November 17, 2013 Always happy to help ^^ Regards, Narayan Jagdish Quote
Emistry Posted November 19, 2013 Author Posted November 19, 2013 got a problem rainbow face what rainbow face...describe your problem in details... Quote
zXoOm Posted November 19, 2013 Posted November 19, 2013 (edited) got a problem rainbow faceMaybe because of a missing pallete, check ur data folder. Edited November 19, 2013 by zXoOm Quote
hendra814 Posted December 26, 2013 Posted December 26, 2013 if i use this script, i must change // Valid range of dyes and styles on the client.min_hair_style: 0max_hair_style: 27min_hair_color: 0max_hair_color: 8min_cloth_color: 0max_cloth_color: 4 or not Quote
Emistry Posted December 26, 2013 Author Posted December 26, 2013 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. Quote
Emistry Posted April 29, 2014 Author Posted April 29, 2014 @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 ... Quote
c2greentea Posted July 10, 2014 Posted July 10, 2014 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! Quote
Emistry Posted July 10, 2014 Author Posted July 10, 2014 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. Quote
Talon Posted September 5, 2014 Posted September 5, 2014 (edited) Sorry newbie here, I'm wondering if it supports all clients? Especially for 2012~2013.. Edited September 5, 2014 by dagiccross Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.