summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-11 16:47:18 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-11 16:47:56 +0000
commit5db6cb7d6c09dbb091edbdf21a3e0e3feae3175a (patch)
treee3295e633d0d406c4fbe29785dfd9e635a90043f
parente2c6be1af4ef8749412d153805bb1e8da97630e8 (diff)
downloadserverdata-5db6cb7d6c09dbb091edbdf21a3e0e3feae3175a.tar.gz
serverdata-5db6cb7d6c09dbb091edbdf21a3e0e3feae3175a.tar.bz2
serverdata-5db6cb7d6c09dbb091edbdf21a3e0e3feae3175a.tar.xz
serverdata-5db6cb7d6c09dbb091edbdf21a3e0e3feae3175a.zip
Add cotton boots to Selim and Candide
-rw-r--r--npc/001-1_Tulimshar/bleacher.txt6
-rw-r--r--npc/009-2_Hurnscald/selim.txt7
2 files changed, 13 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt
index 48b5c6c6..67ea1497 100644
--- a/npc/001-1_Tulimshar/bleacher.txt
+++ b/npc/001-1_Tulimshar/bleacher.txt
@@ -29,6 +29,7 @@ L_bleach_menu:
"Silk robe", L_robe,
"Cotton headband", L_cotton_headband,
"Desert hat", L_desert_hat,
+ "Cotton boots", L_cotton_boots,
"Nevermind", -;
goto L_close;
@@ -74,6 +75,11 @@ L_desert_hat:
set @normal, 723;
set @dyeBase, 2130;
goto L_choose_color;
+
+L_cotton_boots:
+ set @normal, 735;
+ set @dyeBase, 2150;
+ goto L_choose_color;
L_choose_color:
mes "[Candide]";
diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt
index cc7a8863..14eac5b9 100644
--- a/npc/009-2_Hurnscald/selim.txt
+++ b/npc/009-2_Hurnscald/selim.txt
@@ -28,6 +28,7 @@ L_clothes_choice:
"Silk robe", L_robe,
"Cotton headband", L_headband,
"Desert hat", L_desert_hat,
+ "Cotton boots", L_cottonboots,
"I'm fine for now, thanks.", -;
close;
@@ -93,6 +94,12 @@ L_desert_hat:
set @name$, "desert hat";
goto L_picked_item;
+L_cottonboots:
+ set @del, 735;
+ set @new, 2150;
+ set @name$, "cotton boots";
+ goto L_picked_item;
+
L_picked_item:
if (countitem(@del) == 0) goto L_havenone;
L_colour: