summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-01-24 13:45:00 -0600
committerWushin <pasekei@gmail.com>2015-01-24 13:45:00 -0600
commit9734f174b1a84e7386655edec076a874889ceb14 (patch)
treeffde0ee03f3caba58c602f6935ce1d22c077fa5a /world/map/npc/009-2
parent544e005e7304e6f4dd19f422c1af99fdc36e13c6 (diff)
parent797ce35b68bfd586feff1f6290bef6adb7a3e619 (diff)
downloadserverdata-9734f174b1a84e7386655edec076a874889ceb14.tar.gz
serverdata-9734f174b1a84e7386655edec076a874889ceb14.tar.bz2
serverdata-9734f174b1a84e7386655edec076a874889ceb14.tar.xz
serverdata-9734f174b1a84e7386655edec076a874889ceb14.zip
Merge pull request #245 from mekolat/prices-fix
fix shop prices
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r--world/map/npc/009-2/peter.txt2
-rw-r--r--world/map/npc/009-2/shops.txt18
2 files changed, 5 insertions, 15 deletions
diff --git a/world/map/npc/009-2/peter.txt b/world/map/npc/009-2/peter.txt
index 4d248819..e5375149 100644
--- a/world/map/npc/009-2/peter.txt
+++ b/world/map/npc/009-2/peter.txt
@@ -1,5 +1,5 @@
// Nicholas' Apprentice and Armorsmith
-009-2.gat,183,57,0|shop|#PeterShop|127,Knife:*50,SharpKnife:*100,Dagger:*1000
+009-2.gat,183,57,0|shop|#PeterShop|127,Knife:*1,SharpKnife:*1,Dagger:*1
009-2.gat,183,57,0|script|Peter|157
{
diff --git a/world/map/npc/009-2/shops.txt b/world/map/npc/009-2/shops.txt
index e400c3ef..52508ce2 100644
--- a/world/map/npc/009-2/shops.txt
+++ b/world/map/npc/009-2/shops.txt
@@ -1,12 +1,5 @@
-//#################################################################################
-//# #
-//# This script file contains all shops and other NPCs with important functions. #
-//# #
-//#################################################################################
-
// Bartender
-// sells beer, cake and steak
-009-2.gat,65,49,0|shop|Barkeeper|112,Beer:*175,Cake:*30,Steak:*275
+009-2.gat,65,49,0|shop|Barkeeper|112,Beer:*1,Cake:*1,Steak:*1
// Receptionist
// Offers the player to rest at the inn for 100gp
@@ -19,13 +12,10 @@
}
// Archer Shop
-// sells bow, short bow, arrows and iron arrows
-009-2.gat,97,24,0|shop|Apprentice|120,SlingBullet:*1,Arrow:*2,IronArrow:*4,Bow:*1000,ShortBow:*3000
+009-2.gat,97,24,0|shop|Apprentice|120,SlingBullet:*1,Arrow:*2,IronArrow:*1,Bow:*1,ShortBow:*2
// Potion Shop
-// sells cactus drink, cactus potion, iron potion, concentration potion, and slow poison potion
-009-2.gat,123,22,0|shop|Potions#_M|400,CactusDrink:*50,CactusPotion:*70,IronPotion:*500,ConcentrationPotion:*500,SlowPoisonPotion:*500
+009-2.gat,123,22,0|shop|Potions#_M|400,CactusDrink:*1,CactusPotion:*1,IronPotion:*1,ConcentrationPotion:*1,SlowPoisonPotion:*1
// General Store
-// Sells various things, many not sold elsewhere
-009-2.gat,32,99,0|shop|General Store#hurnscald|112,Milk:*300,BottleOfWater:*200,CottonShirt:*300,CottonShorts:*1000,Boots:*2000,SerfHat:*500,CottonHeadband:*3000,CottonGloves:*2000
+009-2.gat,32,99,0|shop|General Store#hurnscald|112,Milk:*1,BottleOfWater:*1,CottonShirt:*1,CottonShorts:*1,Boots:*1,SerfHat:*1,CottonHeadband:*1,CottonGloves:*1