summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2009-06-07 20:49:01 -0400
committerKess Vargavind <vargavind@gmail.com>2009-10-07 20:43:16 +0200
commite46a635cb2c1e5a7939cce2c54e57f5c3d3b0fc8 (patch)
tree580335f41b6c950e79031ccd7e71f5216a49e42c /npc
parent803ad5d462a761008722012de9b35df2357d6d25 (diff)
downloadserverdata-e46a635cb2c1e5a7939cce2c54e57f5c3d3b0fc8.tar.gz
serverdata-e46a635cb2c1e5a7939cce2c54e57f5c3d3b0fc8.tar.bz2
serverdata-e46a635cb2c1e5a7939cce2c54e57f5c3d3b0fc8.tar.xz
serverdata-e46a635cb2c1e5a7939cce2c54e57f5c3d3b0fc8.zip
Lora Tay can make Miniskirts
Diffstat (limited to 'npc')
-rw-r--r--npc/010-2_Dimonds_Cove/loratay.txt23
1 files changed, 15 insertions, 8 deletions
diff --git a/npc/010-2_Dimonds_Cove/loratay.txt b/npc/010-2_Dimonds_Cove/loratay.txt
index 3b452318..61c71e8b 100644
--- a/npc/010-2_Dimonds_Cove/loratay.txt
+++ b/npc/010-2_Dimonds_Cove/loratay.txt
@@ -296,10 +296,12 @@ L_trim:
set @default_choice$, "Never mind.";
setarray @items, 1202, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059,
- 688, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099;
+ 688, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099,
+ 632, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109;
setarray @item_names$, "cotton shirt", "red cotton shirt", "green cotton shirt", "dark blue cotton shirt", "yellow cotton shirt", "light blue cotton shirt", "pink cotton shirt", "black cotton shirt", "orange cotton shirt", "puple cotton shirt", "dark green cotton shirt",
- "tank top", "red tank top", "green tank top", "dark blue tank top", "yellow tank top", "light blue tank top", "pink tank top", "black tank top", "orange tank top", "purple tank top", "dark green tank top";
- set @items_nr, 22;
+ "tank top", "red tank top", "green tank top", "dark blue tank top", "yellow tank top", "light blue tank top", "pink tank top", "black tank top", "orange tank top", "purple tank top", "dark green tank top",
+ "cotton skirt", "red cotton skirt", "green cotton skirt", "dark blue cotton skirt", "yellow cotton skirt", "light blue cotton skirt", "pink cotton skirt", "black cotton skirt", "orange cotton skirt", "purple cotton skirt", "dark green cotton skirt";
+ set @items_nr, 33;
callsub SUB_pick_one_of_many_items;
if (@item == 0) goto L_main_menu;
@@ -307,9 +309,10 @@ L_trim:
set @genitem, 0;
if (@item == 1202) set @genitem, 688;
if (@item == 688) set @genitem, 689;
+ if (@item == 632) set @genitem, 755;
if (@item >= 2090 && @item <= 2099) set @genitem, @item + 30;
if (@item >= 2050 && @item <= 2059) set @genitem, @item + 40;
-
+ if (@item >= 2100 && @item <= 2109) set @genitem, @item + 70;
if (@genitem == 0) goto L_trim_impossible;
if (zeny < 100) goto L_trim_nozeny;
@@ -344,10 +347,13 @@ L_lengthen:
set @default_choice$, "Never mind.";
setarray @items, 688, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099,
- 689, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129;
+ 689, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129,
+ 755, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179;
setarray @item_names$, "tank top", "red tank top", "green tank top", "dark blue tank top", "yellow tank top", "light blue tank top", "pink tank top", "black tank top", "orange tank top", "purple tank top", "dark green tank top",
- "short tank top", "red short tank top", "green short tank top", "dark blue short tank top", "yellow short tank top", "light blue short tank top", "pink short tank top", "black short tank top", "orange short tank top", "purple short tank top", "dark green short tank top";
- set @items_nr, 22;
+ "short tank top", "red short tank top", "green short tank top", "dark blue short tank top", "yellow short tank top", "light blue short tank top", "pink short tank top", "black short tank top", "orange short tank top", "purple short tank top", "dark green short tank top",
+ "miniskirt", "red miniskirt", "green miniskirt", "dark blue miniskirt", "yellow miniskirt", "light blue miniskirt", "pink miniskirt", "black miniskirt", "orange miniskirt", "purple miniskirt", "dark green miniskirt";
+
+ set @items_nr, 33;
callsub SUB_pick_one_of_many_items;
if (@item == 0) goto L_main_menu;
@@ -355,9 +361,10 @@ L_lengthen:
set @genitem, 0;
if (@item == 688) set @genitem, 1202;
if (@item == 689) set @genitem, 688;
+ if (@item == 755) set @genitem, 632;
if (@item >= 2120 && @item <= 2129) set @genitem, @item - 30;
if (@item >= 2090 && @item <= 2099) set @genitem, @item - 40;
-
+ if (@item >= 2170 && @item <= 2179) set @genitem, @item - 70;
if (@genitem == 0) goto L_lengthen_impossible;
if (zeny < 500) goto L_lengthen_nozeny;
if (countitem ("CottonCloth") < 1) goto L_lengthen_nocotton;