diff options
author | Wombat <hpwombat@yahoo.com> | 2011-01-07 15:48:14 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-01-07 15:48:14 -0500 |
commit | 0a824d47ca61e91a2db5b63db4600a5b869eb7e0 (patch) | |
tree | 5a9047eeb8600ee4ffd90b6c98907fd2d7aaef4f /npc/001-1_Tulimshar | |
parent | 044eb6a535ef56f1ace4d76bc3d29bc89a23ccd2 (diff) | |
download | serverdata-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/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/bleacher.txt | 31 |
1 files changed, 23 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]"; |