summaryrefslogtreecommitdiff
path: root/world/map/npc/026-2/gy_inn_shops.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2016-04-21 15:37:05 -0500
committerwushin <pasekei@gmail.com>2016-04-23 18:53:23 -0500
commit3f175b590d284ef413be0be25c7f74392523414b (patch)
tree2af26d2602696e6623c75dd54bd28a32e0767c0b /world/map/npc/026-2/gy_inn_shops.txt
parentcab5e80475f0fa1370b8587c519bb6b6b7c6190a (diff)
downloadserverdata-3f175b590d284ef413be0be25c7f74392523414b.tar.gz
serverdata-3f175b590d284ef413be0be25c7f74392523414b.tar.bz2
serverdata-3f175b590d284ef413be0be25c7f74392523414b.tar.xz
serverdata-3f175b590d284ef413be0be25c7f74392523414b.zip
Deadmere - Undead Town
Diffstat (limited to 'world/map/npc/026-2/gy_inn_shops.txt')
-rw-r--r--world/map/npc/026-2/gy_inn_shops.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/world/map/npc/026-2/gy_inn_shops.txt b/world/map/npc/026-2/gy_inn_shops.txt
new file mode 100644
index 00000000..3663d15f
--- /dev/null
+++ b/world/map/npc/026-2/gy_inn_shops.txt
@@ -0,0 +1,46 @@
+// chef: function,
+// barmaid: function,
+// shopkeeper: multiples and function,
+// magic undead shop: function,
+// chief barman: function,
+// receptionist: function,
+// banker: function
+
+026-2,30,56,0|shop|Chef#graveyard|300,ZombieNachos:*1,LadyFingers:*1,JellAhh:*1,Snapple:*1
+026-2,38,30,0|shop|Estrilda|301,BeetleJuice:*1,GutBuster:*1,BloodWine:*1
+
+026-2,40,24,0|script|Edwin|309
+{
+ set @npcname$, "Edwin";
+
+ mes "[" + @npcname$ + "]";
+ mes "\"This place is always busy.\"";
+ next;
+ mes "\"Be careful about bumping into the patrons, they might not take it kindly if you spill their drink.\"";
+ close;
+}
+
+// Inn
+026-2,75,23,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";
+ close;
+}
+
+026-2,31,119,0|shop|Leofwin|304,CactusDrink:*1,CactusPotion:*1,BugLeg:*1,SmallMushroom:*1,IronPotion:*1,ConcentrationPotion:*1,HardSpike:*1,DarkCrystal:*1,Root:*1,WispPowder:*1,SpectrePowder:*1,PoltergeistPowder:*1
+
+026-2,22,120,0|shop|Umfrey|302,BoneArrows:*1,ShockSweet:*1
+// Bank and Storage
+026-2,25,120,0|script|J.P. Morbid|321
+{
+ set @npcname$, "J.P. Morbid";
+ callfunc "Banker";
+ close;
+}