diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-09 09:09:35 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-09 09:09:35 +0000 |
commit | 1260d294ed795011b5b73284e308a6a01d9eef9e (patch) | |
tree | 6663a0ae44f8ac7d830598311411843401f129a1 /npc/cities/splendide.txt | |
parent | 28532995686a5315ddf0ad6557ae00cb2fe76206 (diff) | |
download | hercules-1260d294ed795011b5b73284e308a6a01d9eef9e.tar.gz hercules-1260d294ed795011b5b73284e308a6a01d9eef9e.tar.bz2 hercules-1260d294ed795011b5b73284e308a6a01d9eef9e.tar.xz hercules-1260d294ed795011b5b73284e308a6a01d9eef9e.zip |
* Merged changes from trunk [14742:14782/trunk].
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14783 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/splendide.txt')
-rw-r--r-- | npc/cities/splendide.txt | 39 |
1 files changed, 38 insertions, 1 deletions
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; + } +} |