Jaburak Posted June 2, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
Drakkus Posted June 3, 2013 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted June 4, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
Talaysen Posted July 24, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 161 Reputation: 5 Joined: 02/07/13 Last Seen: March 25, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted July 26, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Author Share 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 Link to comment Share on other sites More sharing options...
frenzmu06 Posted July 26, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 326 Reputation: 47 Joined: 04/01/12 Last Seen: February 1, 2023 Share 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 Link to comment Share on other sites More sharing options...
Reducto Posted August 6, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 231 Reputation: 9 Joined: 12/16/11 Last Seen: August 10, 2016 Share Posted August 6, 2013 How about a random look option? Quote Link to comment Share on other sites More sharing options...
Savior Posted September 3, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 08/21/12 Last Seen: March 19, 2018 Share Posted September 3, 2013 How to remove payment, I saw "Free of Charge" how to disable payment?² Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 3, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Author Share 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 Link to comment Share on other sites More sharing options...
Savior Posted September 3, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 08/21/12 Last Seen: March 19, 2018 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 3, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted November 17, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Author Share 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 Link to comment Share on other sites More sharing options...
snoopy Posted November 17, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 10/05/13 Last Seen: December 11, 2013 Share Posted November 17, 2013 Always happy to help ^^ Regards, Narayan Jagdish Quote Link to comment Share on other sites More sharing options...
Mau Posted November 19, 2013 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 120 Reputation: 3 Joined: 07/04/13 Last Seen: January 10, 2014 Share Posted November 19, 2013 got a problem rainbow face Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 19, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Author Share Posted November 19, 2013 got a problem rainbow face what rainbow face...describe your problem in details... Quote Link to comment Share on other sites More sharing options...
zXoOm Posted November 19, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 73 Reputation: 2 Joined: 12/19/11 Last Seen: October 8, 2015 Share 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 Link to comment Share on other sites More sharing options...
hendra814 Posted December 26, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 3 hours ago Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted December 26, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Author Share 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 Link to comment Share on other sites More sharing options...
hendra814 Posted December 26, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 3 hours ago Share Posted December 26, 2013 OK, Thanks Emistry Quote Link to comment Share on other sites More sharing options...
Dolphin86 Posted April 29, 2014 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Share Posted April 29, 2014 why did this happen? Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 29, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Author Share 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 Link to comment Share on other sites More sharing options...
Dolphin86 Posted April 29, 2014 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Share Posted April 29, 2014 to be honest i dont know.... Quote Link to comment Share on other sites More sharing options...
c2greentea Posted July 10, 2014 Group: Members Topic Count: 68 Topics Per Day: 0.02 Content Count: 173 Reputation: 0 Joined: 06/07/14 Last Seen: December 17, 2014 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted July 10, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Author Share 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 Link to comment Share on other sites More sharing options...
Talon Posted September 5, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 78 Reputation: 1 Joined: 09/01/14 Last Seen: October 22, 2016 Share 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 Link to comment Share on other sites More sharing options...
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.