summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2011-01-07 15:48:14 -0500
committerWombat <hpwombat@yahoo.com>2011-01-07 15:48:14 -0500
commit0a824d47ca61e91a2db5b63db4600a5b869eb7e0 (patch)
tree5a9047eeb8600ee4ffd90b6c98907fd2d7aaef4f /npc
parent044eb6a535ef56f1ace4d76bc3d29bc89a23ccd2 (diff)
downloadserverdata-0a824d47ca61e91a2db5b63db4600a5b869eb7e0.tar.gz
serverdata-0a824d47ca61e91a2db5b63db4600a5b869eb7e0.tar.bz2
serverdata-0a824d47ca61e91a2db5b63db4600a5b869eb7e0.tar.xz
serverdata-0a824d47ca61e91a2db5b63db4600a5b869eb7e0.zip
wizard hat added to bleacher and selim the dyer
wizard hat made dyeable and can be bleached through NPCs.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1_Tulimshar/bleacher.txt31
-rw-r--r--npc/009-2_Hurnscald/selim.txt6
2 files changed, 29 insertions, 8 deletions
diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt
index 57731dbd..2880db6a 100644
--- a/npc/001-1_Tulimshar/bleacher.txt
+++ b/npc/001-1_Tulimshar/bleacher.txt
@@ -33,38 +33,47 @@ L_bleach_menu:
"Cotton boots", L_cotton_boots,
"Cotton gloves", L_cotton_gloves,
"Rabbit ears", L_rabbit_ears,
+ "Wizard Hat", L_wizard_hat,
"Nevermind", -;
goto L_close;
-L_cottonshirt: set @normal, 1202;
+L_cottonshirt:
+ set @normal, 1202;
set @dyeBase, 2050;
goto L_choose_color;
-L_vneck: set @normal, 624;
+L_vneck:
+ set @normal, 624;
set @dyeBase, 2060;
goto L_choose_color;
-L_tneck: set @normal, 564;
+L_tneck:
+ set @normal, 564;
set @dyeBase, 2070;
goto L_choose_color;
-L_shorts: set @normal, 586;
+L_shorts:
+ set @normal, 586;
set @dyeBase, 2110;
goto L_choose_color;
-L_skirt: set @normal, 632;
+L_skirt:
+ set @normal, 632;
set @dyeBase, 2100;
goto L_choose_color;
-L_miniskirt: set @normal, 771;
+L_miniskirt:
+ set @normal, 771;
set @dyeBase, 2170;
goto L_choose_color;
-L_tanktop: set @normal, 688;
+L_tanktop:
+ set @normal, 688;
set @dyeBase, 2090;
goto L_choose_color;
-L_tanktop_short: set @normal, 689;
+L_tanktop_short:
+ set @normal, 689;
set @dyeBase, 2120;
goto L_choose_color;
@@ -96,6 +105,12 @@ L_cotton_gloves:
L_rabbit_ears:
set @normal, 1255;
set @dyeBase, 2190;
+ goto L_choose_color;
+
+L_wizard_hat
+ set @normal, 4028;
+ set @dyeBase, 2200;
+ 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 d118b8a0..7c39a2ab 100644
--- a/npc/009-2_Hurnscald/selim.txt
+++ b/npc/009-2_Hurnscald/selim.txt
@@ -123,6 +123,12 @@ L_rabbitears:
set @is_verb$, "are";
goto L_picked_item;
+L_wizardhat:
+ set @del, 4028;
+ set @new, 2200;
+ set @name$, "wizard hat";
+ goto L_picked_item;
+
L_picked_item:
if (countitem(@del) == 0) goto L_havenone;
L_colour: