summaryrefslogtreecommitdiff
path: root/npc/003-1/shop.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-09 21:57:43 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-09 21:57:43 -0300
commit171e58bbce9906ab00cf657d877974f3a2c18c29 (patch)
tree8edc9f16d293bf71508c4107aca8df7874b84d16 /npc/003-1/shop.txt
parent2ddb82fd5d634e6c78dc2a3670bdaffd7bf9d28f (diff)
downloadserverdata-171e58bbce9906ab00cf657d877974f3a2c18c29.tar.gz
serverdata-171e58bbce9906ab00cf657d877974f3a2c18c29.tar.bz2
serverdata-171e58bbce9906ab00cf657d877974f3a2c18c29.tar.xz
serverdata-171e58bbce9906ab00cf657d877974f3a2c18c29.zip
Sell the Treasure Map for 600 GP and YOU SHUT UP OVERCHARGE PRICE PIPELINE %%e
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r--npc/003-1/shop.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index 20dc8f2ab..56f386f37 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -13,6 +13,7 @@ OnInit:
sellitem TrainingAmmoBox, -1, rand(2,5);
sellitem ArrowAmmoBox, -1, rand(2,4);
sellitem Arrow, -1, 30000;
+ sellitem TreasureMap, 600, 1;
sellitem DesertHat, -1, 8;
sellitem SilkRobe, -1, 1;
sellitem CottonCloth, -1, 2;
@@ -35,6 +36,7 @@ OnClock0000:
restoreshopitem TrainingAmmoBox, rand(2,5);
restoreshopitem ArrowAmmoBox, rand(2,4);
restoreshopitem Arrow, rand(10000,30000);
+ restoreshopitem TreasureMap, 600, 1;
restoreshopitem DesertHat, 8;
restoreshopitem SilkRobe, 1;
restoreshopitem CottonCloth, 2;