diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-09 21:57:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-09 21:57:43 -0300 |
commit | 171e58bbce9906ab00cf657d877974f3a2c18c29 (patch) | |
tree | 8edc9f16d293bf71508c4107aca8df7874b84d16 /npc/003-1 | |
parent | 2ddb82fd5d634e6c78dc2a3670bdaffd7bf9d28f (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/003-1/shop.txt | 2 |
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; |