summaryrefslogtreecommitdiff
path: root/world/map/npc/020-2/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/020-2/shops.txt')
-rw-r--r--world/map/npc/020-2/shops.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/world/map/npc/020-2/shops.txt b/world/map/npc/020-2/shops.txt
deleted file mode 100644
index 847adac0..00000000
--- a/world/map/npc/020-2/shops.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-// Snow town shops
-
-// About the Area NPC
-020-2,75,28,0|script|Taylor|137
-{
- mes "[Taylor]";
- mes "\"While it can be dangerous up here in Kaizei, I take comfort that Nivalis is not surrounded by the Yeti like Thermin is. What a weird town.\"";
- next;
- mes "\"Around Christmas time, this place gets crazy, but most of the time Nivalis serves as a hub for adventurers and tourists that come to Kaizei.\"";
- next;
- mes "\"There caves around here can prove to be dangerous, be careful around here and bring friends if you should go into them..otherwise, it might spell your end.\"";
- next;
- mes "\"Well, pleasant journeys and I hope I haven't been too much of a bother. Good chatting with you.\"";
- close;
-}
-// Weapons shop
-020-2,25,65,0|shop|Bracco|135,IronArrow:*1,ShortBow:*4,Dagger:*1,LeatherShield:*1
-// Potions shop
-020-2,75,24,0|shop|Mede|103,CactusDrink:*1,CactusPotion:*1,IronPotion:*1,ConcentrationPotion:*1,SmallManaElixir:*6,MediumManaElixir:*6,LargeManaElixir:*6
-
-// INN
-020-2,111,23,0|script|Kane|120
-{
- set @npcname$, "Kane the Inn Keeper";
- set @cost, 100;
-
- mes "[" + @npcname$ + "]";
- mes "\"Welcome stranger!\"";
- mes "\"What? You've already seen an INN like mine?\"";
- mes "\"That's impossible!\"";
- next;
- callfunc "Inn";
- close;
-}