diff options
Diffstat (limited to 'npc/015-8')
-rw-r--r-- | npc/015-8/config.txt | 2 | ||||
-rw-r--r-- | npc/015-8/sealedshrine.txt | 6 |
2 files changed, 4 insertions, 4 deletions
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; |