From 484131e9a3b1c96942c9c674a2ace5f8f4267110 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 12 Nov 2022 03:07:31 -0300 Subject: Drop Celestia Quest Level from 90 to 70 --- world/map/npc/009-8/celestia.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/009-8/celestia.txt b/world/map/npc/009-8/celestia.txt index 4fbe6609..f73a2ecc 100644 --- a/world/map/npc/009-8/celestia.txt +++ b/world/map/npc/009-8/celestia.txt @@ -287,7 +287,7 @@ function|script|CelestiaState { if (BaseLevel >= 40 && QL_CELESTIA == 0) // if the player is at least level 40 set QL_CELESTIA, 1; // show the quest marker - if (BaseLevel >= 90 && QL_CELESTIA == 3 && @scared_celestia) // check if level >= 90, if scared celestia and if easy quest done + if (BaseLevel >= 70 && QL_CELESTIA == 3 && @scared_celestia) // check if level >= 70, if scared celestia and if easy quest done set QL_CELESTIA, 4; // show the quest marker for the secret advanced quest return; } -- cgit v1.2.3-60-g2f50