summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-12 03:07:31 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-17 16:26:30 -0300
commit484131e9a3b1c96942c9c674a2ace5f8f4267110 (patch)
treec71ff82c45d37eca2fc67cda2682b7c276ffea44
parent76324e68774a5647d0d8e3fc0acd2e4f0e18cdcc (diff)
downloadserverdata-484131e9a3b1c96942c9c674a2ace5f8f4267110.tar.gz
serverdata-484131e9a3b1c96942c9c674a2ace5f8f4267110.tar.bz2
serverdata-484131e9a3b1c96942c9c674a2ace5f8f4267110.tar.xz
serverdata-484131e9a3b1c96942c9c674a2ace5f8f4267110.zip
Drop Celestia Quest Level from 90 to 70
-rw-r--r--world/map/npc/009-8/celestia.txt2
1 files changed, 1 insertions, 1 deletions
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;
}