From 3f175b590d284ef413be0be25c7f74392523414b Mon Sep 17 00:00:00 2001 From: wushin Date: Thu, 21 Apr 2016 15:37:05 -0500 Subject: Deadmere - Undead Town --- world/map/npc/027-2/gy_inn_shops.txt | 46 ------------------------------------ 1 file changed, 46 deletions(-) delete mode 100644 world/map/npc/027-2/gy_inn_shops.txt (limited to 'world/map/npc/027-2/gy_inn_shops.txt') diff --git a/world/map/npc/027-2/gy_inn_shops.txt b/world/map/npc/027-2/gy_inn_shops.txt deleted file mode 100644 index 20f03d3a..00000000 --- a/world/map/npc/027-2/gy_inn_shops.txt +++ /dev/null @@ -1,46 +0,0 @@ -// chef: function, -// barmaid: function, -// shopkeeper: multiples and function, -// magic undead shop: function, -// chief barman: function, -// receptionist: function, -// banker: function - - -027-2,75,22,0|shop|Chef#graveyard|300,ZombieNachos:*1,LadyFingers:*1,JellAhh:*1,Snapple:*1 -027-2,90,36,0|shop|Estrilda|301,BeetleJuice:*1,GutBuster:*1,BloodWine:*1 -027-2,93,22,0|shop|Umfrey|302,BoneArrows:*1,ShockSweet:*1 -027-2,56,99,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 - -027-2,106,22,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 -027-2,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"; - close; -} - -// Bank and Storage -027-2,88,22,0|script|J.P. Morbid|321 -{ - set @npcname$, "J.P. Morbid"; - callfunc "Banker"; - close; -} -- cgit v1.2.3-70-g09d2