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/007-1/_mobs.txt | 3 ++- world/map/npc/007-1/voltain.txt | 4 ++-- world/map/npc/007-1/witch.txt | 35 ++++++++++++++++++++++------------- 3 files changed, 26 insertions(+), 16 deletions(-) (limited to 'world/map/npc/007-1') diff --git a/world/map/npc/007-1/_mobs.txt b/world/map/npc/007-1/_mobs.txt index 4e1d7488..90be87d2 100644 --- a/world/map/npc/007-1/_mobs.txt +++ b/world/map/npc/007-1/_mobs.txt @@ -12,7 +12,8 @@ 007-1.gat,0,0,0,0|monster|Butterfly|1055,10,30,20,Mob007-1::On1055 -007-1.gat,0,0,0|script|Mob007-1|-1,{ +007-1.gat,0,0,0|script|Mob007-1|-1, +{ On1014: set @mobID, 1014; callfunc "MobPoints"; diff --git a/world/map/npc/007-1/voltain.txt b/world/map/npc/007-1/voltain.txt index d1a28236..659e9d7c 100644 --- a/world/map/npc/007-1/voltain.txt +++ b/world/map/npc/007-1/voltain.txt @@ -25,8 +25,8 @@ // # 12: bring gamboge herbs // # 13: bring chocolate cake -007-1.gat,37,21,0|script|Voltain|103,{ - +007-1.gat,37,21,0|script|Voltain|103, +{ set @BOTTLE_NEEDED, 3; set @BOTTLE_REWARD_XP, 100; set @BOTTLE_REWARD_GOLD, 450; diff --git a/world/map/npc/007-1/witch.txt b/world/map/npc/007-1/witch.txt index 354df9a0..2af66c9f 100644 --- a/world/map/npc/007-1/witch.txt +++ b/world/map/npc/007-1/witch.txt @@ -14,8 +14,8 @@ // 254: Quest is being ended and cleaned: the hero logged off. // 255: Quest is being ended and cleaned: the hero died or he ran out of time -007-1.gat,77,81,0|script|Valia|370,{ - +007-1.gat,77,81,0|script|Valia|370, +{ set @illia_sapphire_powder, 3; set @illia_amethyst_powder, 1; set @illia_iron_powder, 13; @@ -639,7 +639,8 @@ OnTimer300000: } -007-1.gat,128,100,0|script|#IlliaDaemon|127,{ +007-1.gat,128,100,0|script|#IlliaDaemon|127, +{ end; onInit: @@ -871,8 +872,8 @@ L_Start: } -function|script|UpdateIlliaProgress|{ - +function|script|UpdateIlliaProgress| +{ if ($@illia_progress == 1) goto L_Torch1; if ($@illia_progress == 2) @@ -921,34 +922,42 @@ return; } -007-1.gat,72,88,0|script|#IlliaTorch1|374,{ +007-1.gat,72,88,0|script|#IlliaTorch1|374, +{ end; } -007-1.gat,71,85,0|script|#IlliaTorch2|374,{ +007-1.gat,71,85,0|script|#IlliaTorch2|374, +{ end; } -007-1.gat,75,70,0|script|#IlliaTorch3|374,{ +007-1.gat,75,70,0|script|#IlliaTorch3|374, +{ end; } -007-1.gat,85,71,0|script|#IlliaTorch4|374,{ +007-1.gat,85,71,0|script|#IlliaTorch4|374, +{ end; } -007-1.gat,88,69,0|script|#IlliaTorch5|374,{ +007-1.gat,88,69,0|script|#IlliaTorch5|374, +{ end; } -007-1.gat,86,68,0|script|#IlliaTorch6|374,{ +007-1.gat,86,68,0|script|#IlliaTorch6|374, +{ end; } -007-1.gat,87,68,0|script|#IlliaTorch7|374,{ +007-1.gat,87,68,0|script|#IlliaTorch7|374, +{ end; } -007-1.gat,88,67,0|script|#IlliaTorch8|374,{ +007-1.gat,88,67,0|script|#IlliaTorch8|374, +{ end; } -- cgit v1.2.3-60-g2f50