summaryrefslogtreecommitdiff
path: root/world/map/npc/027-2/gy_inn_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/027-2/gy_inn_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/027-2/gy_inn_shops.txt')
-rw-r--r--world/map/npc/027-2/gy_inn_shops.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/world/map/npc/027-2/gy_inn_shops.txt b/world/map/npc/027-2/gy_inn_shops.txt
new file mode 100644
index 00000000..a90d4301
--- /dev/null
+++ b/world/map/npc/027-2/gy_inn_shops.txt
@@ -0,0 +1,35 @@
+// chef: function,
+// barmaid: function,
+// shopkeeper: multiples and function,
+// magic undead shop: function,
+// chief barman: function,
+// receptionist: function,
+// banker: function
+
+
+027-2.gat,75,22,0 shop Chef 300,784:-1,785:-1,786:-1,787:-1
+027-2.gat,90,36,0 shop Estrilda 301,788:-1,789:-1,790:-1
+027-2.gat,93,22,0 shop Umfrey 302,1282:-1,1281:-1
+027-2.gat,56,99,0 shop Leofwin 304,501:-1,502:-1,518:100,566:2000,567:-1,568:-1,613:500,631:1000,740:-1,772:-1,773:-1,774:-1
+027-2.gat,106,22,0 shop Edwin 309,784:-1,785:-1,786:-1,787:-1,788:-1,789:-1,790:-1
+
+// Inn
+027-2.gat,107,39,0 script Barbara Grey 320,{
+ set @npcname$, "Barbara Grey";
+ set @cost, 1000;
+
+ mes "[" + @npcname$ + "]";
+ mes "\"Don't be shy darling.";
+ mes "\"Come on in and have a nice long ... long slumber ...";
+ next;
+ callfunc "Inn";
+}
+
+// Bank and Storage
+027-2.gat,88,22,0 script J.P. Morbid 321,{
+ callfunc "ClearVariables";
+ set @npcname$, "J.P. Morbid";
+ callfunc "Banker";
+ close;
+}
+