From fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 8 Apr 2011 19:03:24 +0000 Subject: * Added missing Hair Dressers and Hair Dyer to Lighthalzen. - Hair Dresser will change hair styles ranging between 20 to 27 - Assistant Beautician changes to a random style and colour between 1-23. * Updated the Cursed Spirit quest, and added some more town NPCs. * Added more town NPCs to Splendide and Manuk. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14780 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/splendide.txt | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'npc/cities/splendide.txt') diff --git a/npc/cities/splendide.txt b/npc/cities/splendide.txt index 8ce51d053..58921e71e 100644 --- a/npc/cities/splendide.txt +++ b/npc/cities/splendide.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 1.0 First Version. //= 1.1 Added more town NPCs +//= 1.2 Added more town NPCs //============================================================ // cat_enhance @@ -792,3 +793,39 @@ spl_in01,122,311,1 script Laphine Soldier#ep13_2 447,{ } } +// ep33_2_dailybs +splendide,121,259,3 script Fairy#ep13bs1 436,{ + if (isequipped(2782) == 1) { + mes "[Fairy]"; + mes "Have you ever gone to the East side?"; + mes "Theres lots of ice~"; + mes "How cold..."; + close; + } + else { + mes "[nes]"; + mes "VaFuloDor An "; + mes "WosNuffremu Ha TurAshTi"; + mes "VilTiRini O "; + close; + } +} + +splendide,163,264,3 script Fairy#ep13bs2 438,{ + if (isequipped(2782) == 1) { + mes "[Fairy]"; + mes "What are you looking at!"; + next; + mes "[Fairy]"; + mes "Oh me! You know beauty when you see it don't you~?!"; + close; + } + else { + mes "[nes]"; + mes "UorVeLars No Ador"; + next; + mes "[nes]"; + mes "SeGothShar An AshDur"; + close; + } +} -- cgit v1.2.3-70-g09d2