summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/gy_inn_shops.txt
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2010-10-30 02:27:51 -0400
committernmaligec <wouldnot@hotmail.com>2010-10-30 02:27:51 -0400
commit8b09943b83d9eeb2180fb6c50023a22d3ffae18d (patch)
treec4aac2a479433edc88270591a2b344ccd9bfed32 /npc/027-2_Caretakers_House/gy_inn_shops.txt
parent4fc481ddabec11da574459eb206d0da7ab1c80d5 (diff)
downloadserverdata-8b09943b83d9eeb2180fb6c50023a22d3ffae18d.tar.gz
serverdata-8b09943b83d9eeb2180fb6c50023a22d3ffae18d.tar.bz2
serverdata-8b09943b83d9eeb2180fb6c50023a22d3ffae18d.tar.xz
serverdata-8b09943b83d9eeb2180fb6c50023a22d3ffae18d.zip
Minor update to gy_inn npc data.
Diffstat (limited to 'npc/027-2_Caretakers_House/gy_inn_shops.txt')
-rwxr-xr-xnpc/027-2_Caretakers_House/gy_inn_shops.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/npc/027-2_Caretakers_House/gy_inn_shops.txt b/npc/027-2_Caretakers_House/gy_inn_shops.txt
new file mode 100755
index 00000000..66050e9d
--- /dev/null
+++ b/npc/027-2_Caretakers_House/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,113,28,0 shop Chef Skeleton 300,519:100
+027-2.gat,101,28,0 shop Barmaid 301,519:100,533:150,534:90,562:500,676:200
+027-2.gat,103,28,0 shop Shopkeeper 302,586:1000,524:1600,544:10000,632:10000,528:1000,735:1
+027-2.gat,107,28,0 shop Magic Undead Shop 304,501
+027-2.gat,117,28,0 shop Chief Barman 309,539:175,567:500,568:500
+
+// Inn
+027-2.gat,107,39,0 script Bloody Receptionist 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";
+ close;
+}
+
+// Bank and Storage
+027-2.gat,119,31,0 script Undead Banker 321,{
+ set @npcName$, "J.P. Morbid";
+ callfunc "Banker";
+ close;
+}
+