From 5b5cc1021fe8eb01383915722fffb314744a3439 Mon Sep 17 00:00:00 2001 From: Scott Ellis Date: Wed, 25 Feb 2009 16:23:13 +0000 Subject: Add dyed gloves and put them on sale --- npc/001-1_Tulimshar/bleacher.txt | 24 +++++++++++++++--------- npc/009-2_Hurnscald/selim.txt | 7 +++++++ npc/009-2_Hurnscald/shops.txt | 2 +- npc/020-2_Nivalis/shops.txt | 2 +- 4 files changed, 24 insertions(+), 11 deletions(-) (limited to 'npc') diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt index 67ea1497..d51c134b 100644 --- a/npc/001-1_Tulimshar/bleacher.txt +++ b/npc/001-1_Tulimshar/bleacher.txt @@ -19,45 +19,46 @@ L_bleach_menu: next; menu - "Cotton shirt", L_cottonshirt, + "Cotton shirt", L_cottonshirt, "V-Neck sweater", L_vneck, "Turtleneck sweater", L_tneck, "Cotton shorts", L_shorts, "Cotton skirt", L_skirt, - "Tank top ", L_tanktop, + "Tank top ", L_tanktop, "Short tank top", L_tanktop_short, "Silk robe", L_robe, "Cotton headband", L_cotton_headband, "Desert hat", L_desert_hat, "Cotton boots", L_cotton_boots, + "Cotton gloves", L_cotton_gloves, "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_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; @@ -80,6 +81,11 @@ L_cotton_boots: set @normal, 735; set @dyeBase, 2150; goto L_choose_color; + +L_cotton_gloves: + set @normal, 741; + set @dyeBase, 2160; + 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 14eac5b9..bfd8bc46 100644 --- a/npc/009-2_Hurnscald/selim.txt +++ b/npc/009-2_Hurnscald/selim.txt @@ -29,6 +29,7 @@ L_clothes_choice: "Cotton headband", L_headband, "Desert hat", L_desert_hat, "Cotton boots", L_cottonboots, + "Cotton gloves", L_cottongloves, "I'm fine for now, thanks.", -; close; @@ -100,6 +101,12 @@ L_cottonboots: set @name$, "cotton boots"; goto L_picked_item; +L_cottongloves: + set @del, 741; + set @new, 2160; + set @name$, "cotton gloves"; + goto L_picked_item; + L_picked_item: if (countitem(@del) == 0) goto L_havenone; L_colour: diff --git a/npc/009-2_Hurnscald/shops.txt b/npc/009-2_Hurnscald/shops.txt index ebd9f767..3cd1e8f0 100644 --- a/npc/009-2_Hurnscald/shops.txt +++ b/npc/009-2_Hurnscald/shops.txt @@ -31,4 +31,4 @@ // General Store // Sells various things, many not sold elsewhere -009-2.gat,32,99,0 shop General Store 112,527:-1,541:-1,1202:-1,586:-1,528:-1,656:-1,724:3000 +009-2.gat,32,99,0 shop General Store 112,527:-1,541:-1,1202:-1,586:-1,528:-1,656:-1,724:3000,741:-1 diff --git a/npc/020-2_Nivalis/shops.txt b/npc/020-2_Nivalis/shops.txt index fa7d8fe6..f1b452b5 100644 --- a/npc/020-2_Nivalis/shops.txt +++ b/npc/020-2_Nivalis/shops.txt @@ -1,7 +1,7 @@ // Snow town shops // Clothes shop -020-2.gat,27,26,0 shop Taylor 137,523:2000,524:1600,543:800,544:5000,546:10000,586:1000,610,2000 +020-2.gat,27,26,0 shop Taylor 137,523:2000,524:1600,543:800,544:5000,546:10000,586:1000,741:-1 // Weapons shop 020-2.gat,25,65,0 shop Bracco 135,1201:50,521:1000,522:100,545:20000,529:5 // Potions shop -- cgit v1.2.3-60-g2f50