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/008-1/_mobs.txt | 3 ++- world/map/npc/008-1/andra.txt | 4 ++-- world/map/npc/008-1/annualeaster.txt | 16 ++++++++++------ world/map/npc/008-1/diryn.txt | 3 ++- world/map/npc/008-1/dock.txt | 3 ++- world/map/npc/008-1/george.txt | 3 ++- world/map/npc/008-1/hinnak.txt | 3 ++- 7 files changed, 22 insertions(+), 13 deletions(-) (limited to 'world/map/npc/008-1') diff --git a/world/map/npc/008-1/_mobs.txt b/world/map/npc/008-1/_mobs.txt index 433f4ee4..1f64f55f 100644 --- a/world/map/npc/008-1/_mobs.txt +++ b/world/map/npc/008-1/_mobs.txt @@ -12,7 +12,8 @@ 008-1.gat,0,0,0,0|monster|Butterfly|1055,10,30,20,Mob008-1::On1055 -008-1.gat,0,0,0|script|Mob008-1|-1,{ +008-1.gat,0,0,0|script|Mob008-1|-1, +{ On1014: set @mobID, 1014; callfunc "MobPoints"; diff --git a/world/map/npc/008-1/andra.txt b/world/map/npc/008-1/andra.txt index a58e465a..d86a32a1 100644 --- a/world/map/npc/008-1/andra.txt +++ b/world/map/npc/008-1/andra.txt @@ -1,7 +1,7 @@ // Andra asks for your help to keep the soil fertile. The best way to do it is planting, so she asks for water and seeds. When she plants the seeds, some plants are spawned. -008-1.gat,36,26,0|script|Andra|201,{ - +008-1.gat,36,26,0|script|Andra|201, +{ set @water_amount, 1; set @seeds_amount, 4; if ($@andra_status == 1) goto L_Planting; diff --git a/world/map/npc/008-1/annualeaster.txt b/world/map/npc/008-1/annualeaster.txt index d7bd5e9d..f656f46b 100644 --- a/world/map/npc/008-1/annualeaster.txt +++ b/world/map/npc/008-1/annualeaster.txt @@ -9,8 +9,8 @@ // the event in these days. -function|script|AnnualEasterEvent|{ - +function|script|AnnualEasterEvent| +{ if ((gettimetick(2)-TUT_var < 5*7*86400) || (BaseLevel < 40)) //player must be created at least 5 weeks ago goto L_EndTooYoung; @@ -110,23 +110,27 @@ L_End1: return; } -008-1.gat,65,40,0|script|#TestEgg0|375,{ +008-1.gat,65,40,0|script|#TestEgg0|375, +{ set @EasterEggID, 0; callfunc("AnnualEasterEvent"); } -008-1.gat,65,40,0|script|#TestEgg1|375,{ +008-1.gat,65,40,0|script|#TestEgg1|375, +{ set @EasterEggID, 1; callfunc("AnnualEasterEvent"); } -008-1.gat,65,40,0|script|#TestEgg2|375,{ +008-1.gat,65,40,0|script|#TestEgg2|375, +{ set @EasterEggID, 2; callfunc("AnnualEasterEvent"); } -008-1.gat,59,38,0|script|#AnnualEaster|-1,{ +008-1.gat,59,38,0|script|#AnnualEaster|-1, +{ end; onInit: diff --git a/world/map/npc/008-1/diryn.txt b/world/map/npc/008-1/diryn.txt index 9b95ee5d..ae3368ac 100644 --- a/world/map/npc/008-1/diryn.txt +++ b/world/map/npc/008-1/diryn.txt @@ -2,7 +2,8 @@ // Author: Wombat // cost depending on level and adapted to new scripting guidelines: Jenalya -008-1.gat,81,82,0|script|Diryn the Traveler|103,{ +008-1.gat,81,82,0|script|Diryn the Traveler|103, +{ if (BaseLevel < 45) goto L_LowerCost; diff --git a/world/map/npc/008-1/dock.txt b/world/map/npc/008-1/dock.txt index c944fe71..2d6be3fe 100644 --- a/world/map/npc/008-1/dock.txt +++ b/world/map/npc/008-1/dock.txt @@ -1,6 +1,7 @@ // The ferry dock -008-1.gat,140,64,0|script|#hurnscalddock|45,2,1,{ +008-1.gat,140,64,0|script|#hurnscalddock|45,2,1, +{ set @loc, DOCK_hurnscald; callfunc "Ferry"; } diff --git a/world/map/npc/008-1/george.txt b/world/map/npc/008-1/george.txt index 70725432..fb7406bb 100644 --- a/world/map/npc/008-1/george.txt +++ b/world/map/npc/008-1/george.txt @@ -1,6 +1,7 @@ // -008-1.gat,136,36,0|script|George|138,{ +008-1.gat,136,36,0|script|George|138, +{ set @hw2011_npc_id, $@hw2011_npc_george; if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) goto L_TrickOrTreat; diff --git a/world/map/npc/008-1/hinnak.txt b/world/map/npc/008-1/hinnak.txt index d2551e5a..8deb8263 100644 --- a/world/map/npc/008-1/hinnak.txt +++ b/world/map/npc/008-1/hinnak.txt @@ -5,7 +5,8 @@ // // Variables used: Nibble 1 of QUEST_Hurnscald (previously QUEST_Scythe_state) -008-1.gat,101,30,0|script|Hinnak|142,{ +008-1.gat,101,30,0|script|Hinnak|142, +{ callfunc "ClearVariables"; set @inspector, ((QUEST_Hurnscald & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT); -- cgit v1.2.3-60-g2f50