//===== rAthena Script ======================================= //= Stylist Extension - (Style UI) //===== Changelogs: ========================================== //= 1.0 First Version. [JohnnyPlayy] //===== Description: ========================================= // Texts from this script were translated according to KRO //============================================================ //= Stylist of Alberta //=================================================== alberta_in,55,142,7 script Stylist#alberta 4_F_02,{ mes "[Sweet Veronica]"; mes "Welcome to Veronica Beauty Salon, reborn as a world-class stylist. Hhhi."; next; switch(select("Change your style:End conversation")) { case 1: close2; openstylist(); end; case 2: next; mes "[Sweet Veronica]"; mes "Everyone has the right to be beautiful... I hope you find a style that suits you."; close; } } //= Stylist of Prontera //=================================================== prt_in,243,168,4 script Stylist#prontera 4_F_02,{ mes "[Jovovich]"; mes "Welcome. I'm Jovovich, a famous stylist from Prontera. How can I help you?"; next; switch(select("Change your style:End conversation")) { case 1: close2; openstylist(); end; case 2: mes "[Jovovich]"; mes "Please visit us again~"; close; } } //= Stylist of Lighthalzen //=================================================== lhz_in02,100,143,4 script Stylist#lhz 2_M_DYEINGER,{ mes "[Prince Shami]"; mes "I'm back as one of the greatest stylists in the world. I'm Prince Shami and a professional stylist and I have to say I've been blessed by this great talent! <3"; next; switch(select("Change your style:End conversation")) { case 1: close2; openstylist(); end; case 2: mes "[Prince Shami]"; mes "Are you saying you don't like this stylish? How is this possible!"; close; } } //= Stylist of Lasagna //=================================================== lasagna,134,113,3 script Stylist#lasagna 4_DR_F_02,{ mes "[Lonza]"; mes "If you're a Doram who lives and dies for fashion, trust me. To the beat of the music~"; next; switch(select("Change your style:End conversation")) { case 1: close2; openstylist(); end; case 2: mes "[Lonza]"; mes "There is no such thing as bad weather, right? One day I want you to trust me."; mes "I'm Lonza and I can give you an amazing change that will make you stylish, so come and visit me anytime."; close; } } //= Stylist of Rachel //=================================================== ra_in01,186,148,5 script Stylist#rachel 4_F_MASK1,{ mes "[Isop]"; mes "Hehe, Welcome. I'm Isop, the stylist of the ."; next; switch(select("Change your style:End conversation")) { case 1: close2; openstylist(); end; case 2: mes "[Isop]"; mes "Anything you want to cut?"; close; } } //= Stylist of Yuno //=================================================== yuno_in04,186,21,1 script Stylist#yuno 4_M_BARBER,{ mes "[Maxi]"; mes "Nice to meet you my guest. Would you like to leave your transformation to Maxi, the best stylist in Schwarzwald?"; next; switch(select("Change your style:End conversation")) { case 1: close2; openstylist(); end; case 2: mes "[Maxi]"; mes "Come back anytime."; close; } }