summaryrefslogtreecommitdiff
path: root/world/map/npc/020-2/shops.txt
diff options
context:
space:
mode:
authorFrost <networktoy@cox.net>2011-09-15 10:44:23 -0700
committerJessica Tölke <jtoelke@mail.upb.de>2011-09-15 22:02:28 +0200
commit55fd1a9a3f04c94d3d1455559db29acde5f7f5e4 (patch)
tree2d9257df18fc2b52d99a3fe1b7db6e1acd583adc /world/map/npc/020-2/shops.txt
parent9f132a0a2b8f5d7afa11b281673c1f26ed0da95d (diff)
downloadserverdata-55fd1a9a3f04c94d3d1455559db29acde5f7f5e4.tar.gz
serverdata-55fd1a9a3f04c94d3d1455559db29acde5f7f5e4.tar.bz2
serverdata-55fd1a9a3f04c94d3d1455559db29acde5f7f5e4.tar.xz
serverdata-55fd1a9a3f04c94d3d1455559db29acde5f7f5e4.zip
Removed tabs from 020-2 NPCs
Diffstat (limited to 'world/map/npc/020-2/shops.txt')
-rw-r--r--world/map/npc/020-2/shops.txt44
1 files changed, 22 insertions, 22 deletions
diff --git a/world/map/npc/020-2/shops.txt b/world/map/npc/020-2/shops.txt
index edeaa73c..11676156 100644
--- a/world/map/npc/020-2/shops.txt
+++ b/world/map/npc/020-2/shops.txt
@@ -1,32 +1,32 @@
// Snow town shops
// About the Area NPC
-020-2.gat,75,28,0 script Taylor 137,{
- mes "[" + @npcname$ + "]";
- 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;
+020-2.gat,75,28,0|script|Taylor|137,{
+ mes "[" + @npcname$ + "]";
+ 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.gat,25,65,0 shop Bracco 135,IronArrow :-1, Shortbow :-1, Dagger :-1, LeatherShield :-1
+020-2.gat,25,65,0|shop|Bracco|135,IronArrow :-1, Shortbow :-1, Dagger :-1, LeatherShield :-1
// Potions shop
-020-2.gat,75,24,0 shop Mede 103,CactusDrink :-1,CactusPotion :-1,Iron Potion :-1,ConcentrationPotion :-1
+020-2.gat,75,24,0|shop|Mede|103,CactusDrink :-1,CactusPotion :-1,Iron Potion :-1,ConcentrationPotion :-1
// INN
-020-2.gat,111,23,0 script Kane 120,{
- set @npcname$, "Kane the Inn Keeper";
- set @cost, 100;
+020-2.gat,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;
+ mes "[" + @npcname$ + "]";
+ mes "\"Welcome stranger!\"";
+ mes "\"What? You've already seen an INN like mine?\"";
+ mes "\"That's impossible!\"";
+ next;
+ callfunc "Inn";
+ close;
}