From 34836c434f288a4030e813b93c210803aa1a3daa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Feb 2020 12:14:32 -0300 Subject: Whitespace fixing --- npc/001-7/homunculus.txt | 4 ++-- npc/015-8-1/puzzle.txt | 2 +- npc/015-8/config.txt | 2 +- npc/015-8/sealedshrine.txt | 6 +++--- npc/023-3-1/logic.txt | 4 ++-- npc/023-3-2/logic.txt | 2 +- npc/023-3/logic.txt | 6 +++--- npc/024-15/lilanna.txt | 2 +- npc/functions/hub.txt | 2 +- npc/functions/mkbot.txt | 2 +- npc/functions/politics.txt | 14 +++++++------- npc/magic/frozenheart.txt | 2 +- npc/magic/stoneheart.txt | 2 +- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt index 8935e80cc..0aac7d961 100644 --- a/npc/001-7/homunculus.txt +++ b/npc/001-7/homunculus.txt @@ -13,7 +13,7 @@ OnTouch: .@q=getq(General_Narrator); .@q2=getq2(General_Narrator); // Cheater Detected - if (.@q < 15) { + if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; end; @@ -34,7 +34,7 @@ OnTouch: .@n=getq(General_Narrator); .@q=getq2(FrostiaQuest_Homunculus); // Cheater Detected - if (.@n < 15) { + if (.@n < 15) { warp "Save", 0, 0; percentheal -100, -100; end; diff --git a/npc/015-8-1/puzzle.txt b/npc/015-8-1/puzzle.txt index 0db3f3f82..2cf669c67 100644 --- a/npc/015-8-1/puzzle.txt +++ b/npc/015-8-1/puzzle.txt @@ -10,7 +10,7 @@ OnTouch: .@q=getq(HurnscaldQuest_Sagratha); // Cheater Detected - if (!MAGIC_LVL || .@q < 5) { + if (!MAGIC_LVL || .@q < 5) { setq HurnscaldQuest_Sagratha, 0, 0, 0; sc_end SC_CASH_PLUSEXP; sc_end SC_OVERLAPEXPUP; diff --git a/npc/015-8/config.txt b/npc/015-8/config.txt index 986e4bc65..b03dce109 100644 --- a/npc/015-8/config.txt +++ b/npc/015-8/config.txt @@ -14,7 +14,7 @@ OnTouch: .@q=getq(HurnscaldQuest_Sagratha); .@q2=getq2(HurnscaldQuest_Sagratha); // Cheater Detected - if (!MAGIC_LVL || .@q < 3) { + if (!MAGIC_LVL || .@q < 3) { setq HurnscaldQuest_Sagratha, 0, 0, 0; sc_end SC_CASH_PLUSEXP; sc_end SC_OVERLAPEXPUP; diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt index d7989d44e..8be41f9e3 100644 --- a/npc/015-8/sealedshrine.txt +++ b/npc/015-8/sealedshrine.txt @@ -11,7 +11,7 @@ function script SaggySealCheck { .@q=getq(HurnscaldQuest_Sagratha); .@q3=getq3(HurnscaldQuest_Sagratha); // Cheater Detected - if (!MAGIC_LVL || .@q < 3) { + if (!MAGIC_LVL || .@q < 3) { setq HurnscaldQuest_Sagratha, 0, 0, 0; sc_end SC_CASH_PLUSEXP; sc_end SC_OVERLAPEXPUP; @@ -535,7 +535,7 @@ function script SaggyShrineStatue { .@q=getq(HurnscaldQuest_Sagratha); // Initial check - if (!MAGIC_LVL || .@q < 4) { + if (!MAGIC_LVL || .@q < 4) { setq HurnscaldQuest_Sagratha, 0, 0, 0; sc_end SC_CASH_PLUSEXP; sc_end SC_OVERLAPEXPUP; @@ -613,7 +613,7 @@ OnInit: .@q=getq(HurnscaldQuest_Sagratha); .@q3=getq3(HurnscaldQuest_Sagratha); // Cheater Detected - if (!MAGIC_LVL || .@q < 4) { + if (!MAGIC_LVL || .@q < 4) { setq HurnscaldQuest_Sagratha, 0, 0, 0; sc_end SC_CASH_PLUSEXP; sc_end SC_OVERLAPEXPUP; diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index 725f8a7fd..15f1e80de 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -14,7 +14,7 @@ OnTouch: .@n=getq(General_Narrator); .@q=getq(FrostiaQuest_Homunculus); // Cheater Detected - if (.@n < 15) { + if (.@n < 15) { warp "Save", 0, 0; percentheal -100, -100; end; @@ -39,7 +39,7 @@ OnTouch: .@n=getq(General_Narrator); .@q=getq3(FrostiaQuest_Homunculus); // Cheater Detected - if (.@n < 15) { + if (.@n < 15) { warp "Save", 0, 0; percentheal -100, -100; end; diff --git a/npc/023-3-2/logic.txt b/npc/023-3-2/logic.txt index 58ca5f750..1b8ff580b 100644 --- a/npc/023-3-2/logic.txt +++ b/npc/023-3-2/logic.txt @@ -12,7 +12,7 @@ OnTouch: .@q=getq(General_Narrator); .@q2=getq2(General_Narrator); // Cheater Detected - if (.@q < 15) { + if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; end; diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 756d0dbfe..3da5fedb7 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -13,7 +13,7 @@ OnTouch: .@q=getq(General_Narrator); .@q2=getq2(General_Narrator); // Cheater Detected - if (.@q < 15) { + if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; end; @@ -35,13 +35,13 @@ OnTouch: .@q=getq(General_Narrator); .@q2=getq2(General_Narrator); // Cheater Detected - if (.@q < 15) { + if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; end; } // Not allowed to proceed - if (.@q > 15) { + if (.@q > 15) { dispbottom l("Hmm, no, I shouldn't go back there..."); end; } diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt index ce4698c68..e9ef99c79 100644 --- a/npc/024-15/lilanna.txt +++ b/npc/024-15/lilanna.txt @@ -94,7 +94,7 @@ function FixCrystal { return; } -// +// function FixSelect { do { diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index d6844f5c7..0d0c297ac 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -229,7 +229,7 @@ function script HUB_SkillInvoke { GHMEMO[GHQ_GetQuestIDByMonsterID(MountainSnake)] >= 10000 && rand2(1,3) == 2) { - .@mobId=MountainSnake; + .@mobId=MountainSnake; } SK_summon(.@mobId, 4, any(3,4)); break; diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt index adca606ed..a5638484a 100644 --- a/npc/functions/mkbot.txt +++ b/npc/functions/mkbot.txt @@ -218,7 +218,7 @@ OnTimer90000: $GAME_STORYLINE=2; $MK_TEMPVAR=0; } - if ($GAME_STORYLINE == 2 && + if ($GAME_STORYLINE == 2 && $MK_TEMPVAR >= 500) { kamibroadcast("##1##BThe Monster King army is in total disarray and disorder!", "Saulc"); sleep(2500); diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 1792b73f9..faa6133f8 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -7,12 +7,12 @@ // not a citzen (yet). It'll be... I'll think in a name better than Minister. // Perhaps, Town Administrator. // NPCs: -// Tulim - -// Halin - +// Tulim - +// Halin - // Hurns - Airlia -// LoF - -// Nival - -// Frostia - +// LoF - +// Nival - +// Frostia - // Variables: // $LOC_MAYOR$ - Stores the name of current Hurnscald Mayor // $LOC_MONEY - Total money reserves of Hurnscald @@ -30,7 +30,7 @@ function script PurchaseTaxes { .@tax=0; for (.@i=0; .@i < getarraysize(@bought_nameid); .@i++) { - // Note: Some NPC might not + // Note: Some NPC might not .@price=getiteminfo(@bought_nameid[.@i], ITEMINFO_BUYPRICE); .@tax+=.@price*@bought_quantity[.@i]; } @@ -50,7 +50,7 @@ function script PurchaseTaxes { function script SaleTaxes { .@tax=0; for (.@i=0; .@i < getarraysize(@sold_nameid); .@i++) { - // Note: Some NPC might not + // Note: Some NPC might not .@price=getiteminfo(@sold_nameid[.@i], ITEMINFO_SELLPRICE); .@tax+=.@price*@sold_quantity[.@i]; } diff --git a/npc/magic/frozenheart.txt b/npc/magic/frozenheart.txt index 1b59a53f5..14f6ec642 100644 --- a/npc/magic/frozenheart.txt +++ b/npc/magic/frozenheart.txt @@ -43,7 +43,7 @@ OnCall: .@mobId=Moggun; if (rand(6,12) < (abizit()*2)+1) { - .@mobId=Yeti; + .@mobId=Yeti; } // Summon Magic // SummonMagic(SkillID, MobID{, SkillLevelPerMob=2{, Level Override}}) diff --git a/npc/magic/stoneheart.txt b/npc/magic/stoneheart.txt index 38091a2f0..192067c19 100644 --- a/npc/magic/stoneheart.txt +++ b/npc/magic/stoneheart.txt @@ -43,7 +43,7 @@ OnCall: .@mobId=Terranite; if (rand(9,12) < (abizit()*2)+1 && BaseLevel > 80) { - .@mobId=TerraniteProtector; + .@mobId=TerraniteProtector; } // Summon Magic // SummonMagic(SkillID, MobID{, SkillLevelPerMob=2{, Level Override}}) -- cgit v1.2.3-60-g2f50