From 89e2ac5687d698f0843ac46612ee33b6692bbc93 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 5 Jul 2013 12:25:49 -0700 Subject: Move starting brace to new line --- world/map/npc/020-2/_mobs.txt | 3 ++- world/map/npc/020-2/baktar.txt | 3 ++- world/map/npc/020-2/banker.txt | 6 ++++-- world/map/npc/020-2/furquest.txt | 4 ++-- world/map/npc/020-2/shops.txt | 6 ++++-- 5 files changed, 14 insertions(+), 8 deletions(-) (limited to 'world/map/npc/020-2') diff --git a/world/map/npc/020-2/_mobs.txt b/world/map/npc/020-2/_mobs.txt index 01a67c89..8d1af8c3 100644 --- a/world/map/npc/020-2/_mobs.txt +++ b/world/map/npc/020-2/_mobs.txt @@ -3,6 +3,7 @@ -020-2.gat,0,0,0|script|Mob020-2|-1,{ +020-2.gat,0,0,0|script|Mob020-2|-1, +{ end; } diff --git a/world/map/npc/020-2/baktar.txt b/world/map/npc/020-2/baktar.txt index 8e88e30d..2ac3cec6 100644 --- a/world/map/npc/020-2/baktar.txt +++ b/world/map/npc/020-2/baktar.txt @@ -31,7 +31,8 @@ //# bit 0 knows the name/location of the opponent //# bit 1 killed the ugly opponent //#========================= -020-2.gat,70,61,0|script|Baktar|191,{ +020-2.gat,70,61,0|script|Baktar|191, +{ set @npcname$, "[Baktar]"; set @Q_MASK, BYTE_0_MASK; diff --git a/world/map/npc/020-2/banker.txt b/world/map/npc/020-2/banker.txt index 9bbdd86d..7fb3b511 100644 --- a/world/map/npc/020-2/banker.txt +++ b/world/map/npc/020-2/banker.txt @@ -1,11 +1,13 @@ -020-2.gat,122,64,0|script|Ben|193,{ +020-2.gat,122,64,0|script|Ben|193, +{ callfunc "ClearVariables"; set @npcname$, "Ben"; callfunc "Banker"; close; } -020-2.gat,127,63,0|script|Maria|190,{ +020-2.gat,127,63,0|script|Maria|190, +{ mes "[Maria]"; mes "\"Hello!"; mes "\"Isn't it great?\""; diff --git a/world/map/npc/020-2/furquest.txt b/world/map/npc/020-2/furquest.txt index 81bb245e..0f0b2957 100644 --- a/world/map/npc/020-2/furquest.txt +++ b/world/map/npc/020-2/furquest.txt @@ -3,8 +3,8 @@ //################################################################################# // Tulimshar Crafting Workshop - Agostine, The Legendary Tailor -020-2.gat,27,26,0|script|Agostine|137,{ - +020-2.gat,27,26,0|script|Agostine|137, +{ set @CUTFUR_EXP, 10; set @FINEDRESS_COTTON_CLOTHS, 20; set @FINEDRESS_GP, 20000; diff --git a/world/map/npc/020-2/shops.txt b/world/map/npc/020-2/shops.txt index 3cb03c7d..80399668 100644 --- a/world/map/npc/020-2/shops.txt +++ b/world/map/npc/020-2/shops.txt @@ -1,7 +1,8 @@ // Snow town shops // About the Area NPC -020-2.gat,75,28,0|script|Taylor|137,{ +020-2.gat,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; @@ -18,7 +19,8 @@ 020-2.gat,75,24,0|shop|Mede|103,CactusDrink :-1, CactusPotion :-1, IronPotion :-1, ConcentrationPotion :-1 // INN -020-2.gat,111,23,0|script|Kane|120,{ +020-2.gat,111,23,0|script|Kane|120, +{ set @npcname$, "Kane the Inn Keeper"; set @cost, 100; -- cgit v1.2.3-60-g2f50