summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-28 19:23:27 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-28 19:23:27 -0300
commitc0337b2a6498eb75a9e4e0188b947a258961f953 (patch)
treefca7b2ab773afa709dfb1588d6ac239c7d798680 /db/constants.conf
parentd4a359b7bd7951afa7f462dcf9467e5272bda95a (diff)
downloadserverdata-c0337b2a6498eb75a9e4e0188b947a258961f953.tar.gz
serverdata-c0337b2a6498eb75a9e4e0188b947a258961f953.tar.bz2
serverdata-c0337b2a6498eb75a9e4e0188b947a258961f953.tar.xz
serverdata-c0337b2a6498eb75a9e4e0188b947a258961f953.zip
Allow to exchange Wumpus Egg for the Sunny Crystal, as per the official design.
Prepare the Gemini Quest extension after MK is dead (nothing happens yet).
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 5aef9ce39..061473252 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -1967,6 +1967,7 @@ constants_db: {
NPC_EURNI: 462
NPC_TONORI_GUARD_MALE: 463
NPC_TONORI_GUARD_FEMALE: 464
+ NPC_ISBAMUTH: 465
NPC_MONSTERKING: 500
NPC_AIRSHIP: 501
@@ -2159,6 +2160,11 @@ constants_db: {
COLLECT_ALL: 262144
// Maximum 32 collectibles, currently used: 19
+ comment__: "Misc Flags enum"
+ FLAG_NONE: 0
+ FLAG_MKFIRSTBLOOD: 1
+ FLAG_WUMPUSEGG: 2
+
comment__: "Monster King Events"
MK_NONE: 0
MK_LOCKED: 1