summaryrefslogtreecommitdiff
path: root/npc/cities/splendide.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-08 19:03:24 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-08 19:03:24 +0000
commitfce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f (patch)
treebdecc3468da813d70b777ccb91804a4e527b946d /npc/cities/splendide.txt
parenta6cbad09d5f8a7c97c1953b7696d7dc070bf0230 (diff)
downloadhercules-fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f.tar.gz
hercules-fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f.tar.bz2
hercules-fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f.tar.xz
hercules-fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f.zip
* 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
Diffstat (limited to 'npc/cities/splendide.txt')
-rw-r--r--npc/cities/splendide.txt39
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;
+ }
+}