summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/shops.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-18 21:58:47 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-19 14:19:55 -0700
commitbae4b92e560c2694eaaf0e8b4d9e95e56204471b (patch)
tree4acc120f6a94cfbf9694bf344658493de5aaa67b /world/map/npc/009-2/shops.txt
parent319f80526f8585ecadaec986e37c9bd326f4d363 (diff)
downloadserverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.gz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.bz2
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.xz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.zip
Move to a subdirectory
Diffstat (limited to 'world/map/npc/009-2/shops.txt')
-rw-r--r--world/map/npc/009-2/shops.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/world/map/npc/009-2/shops.txt b/world/map/npc/009-2/shops.txt
new file mode 100644
index 00000000..733fa54f
--- /dev/null
+++ b/world/map/npc/009-2/shops.txt
@@ -0,0 +1,29 @@
+//#################################################################################
+//# #
+//# 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,539:-1,513:-1,676:-1
+
+// Receptionist
+// Offers the player to rest at the inn for 100gp
+009-2.gat,50,48,0 script Receptionist 108,{
+ set @npcname$, "Receptionist";
+ set @cost, 100;
+ callfunc "Inn";
+}
+
+// Archer Shop
+// sells bow, short bow, arrows and iron arrows
+009-2.gat,97,24,0 shop Apprentice 120,1199:-1,529:-1,1200:1000,530:3000
+
+// Potion Shop
+// sells cactus drink, cactus potion, iron potion, concentration potion, and slow poison potion
+009-2.gat,123,22,0 shop Potions#_M 127,501:50,502:70,567:500,568:500,750:500
+
+// 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,741:-1