summaryrefslogtreecommitdiff
path: root/world/map/npc/027-2/gy_inn_shops.txt
diff options
context:
space:
mode:
authorFrost <networktoy@cox.net>2011-09-06 12:08:04 -0700
committerJessica Tölke <jtoelke@mail.upb.de>2011-09-06 22:42:09 +0200
commit5a2fc507f0629399141c015d0437a1c6ae291492 (patch)
tree5deaf4fbec142e6eb4e53229172464eb3eaaf68f /world/map/npc/027-2/gy_inn_shops.txt
parentc86e465b6e874a17a5cb1162eee653ed3aeef2fe (diff)
downloadserverdata-5a2fc507f0629399141c015d0437a1c6ae291492.tar.gz
serverdata-5a2fc507f0629399141c015d0437a1c6ae291492.tar.bz2
serverdata-5a2fc507f0629399141c015d0437a1c6ae291492.tar.xz
serverdata-5a2fc507f0629399141c015d0437a1c6ae291492.zip
Removed tabs from scripts in 027-2
Diffstat (limited to 'world/map/npc/027-2/gy_inn_shops.txt')
-rw-r--r--world/map/npc/027-2/gy_inn_shops.txt54
1 files changed, 27 insertions, 27 deletions
diff --git a/world/map/npc/027-2/gy_inn_shops.txt b/world/map/npc/027-2/gy_inn_shops.txt
index 7a48a60e..982b001b 100644
--- a/world/map/npc/027-2/gy_inn_shops.txt
+++ b/world/map/npc/027-2/gy_inn_shops.txt
@@ -7,38 +7,38 @@
// banker: function
-027-2.gat,75,22,0 shop Chef 300,ZombieNachos :-1,LadyFingers :-1,JellAhh :-1,Snapple :-1
-027-2.gat,90,36,0 shop Estrilda 301,BeetleJuice :-1,GutBuster :-1,BloodWine :-1
-027-2.gat,93,22,0 shop Umfrey 302,BoneArrows :-1,ShockSweet :-1
-027-2.gat,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.gat,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;
+027-2.gat,75,22,0|shop|Chef|300,ZombieNachos :-1,LadyFingers :-1,JellAhh :-1,Snapple :-1
+027-2.gat,90,36,0|shop|Estrilda|301,BeetleJuice :-1,GutBuster :-1,BloodWine :-1
+027-2.gat,93,22,0|shop|Umfrey|302,BoneArrows :-1,ShockSweet :-1
+027-2.gat,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.gat,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.gat,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";
+027-2.gat,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";
}
// Bank and Storage
-027-2.gat,88,22,0 script J.P. Morbid 321,{
- callfunc "ClearVariables";
- set @npcname$, "J.P. Morbid";
- callfunc "Banker";
- close;
+027-2.gat,88,22,0|script|J.P. Morbid|321,{
+ callfunc "ClearVariables";
+ set @npcname$, "J.P. Morbid";
+ callfunc "Banker";
+ close;
}