From 3c755775e6c824df07d6f5d9885fca8df246dcff Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Jul 2021 16:33:53 -0300 Subject: Initial, untested, alpha version of Demure, Queen of Dragons showdown --- db/constants.conf | 4 +++- db/re/mob_db.conf | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index b3dbbc723..53e6dacc3 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2210,10 +2210,12 @@ constants_db: { ACTION_HURT: 6 ACTION_SPAWN: 7 - comment__: "Ask constants" + comment__: "Misc constants" ASK_YES: 1 ASK_NO: 2 ASK_EXIT: 255 + MODE_SOLO: 1 + MODE_PARTY: 2 comment__: "craft skill groups IDs" // Base tier diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index f3e3314ef..95d66111b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8342,6 +8342,7 @@ mob_db: ( Attack: [646, 885] Def: 120 Mdef: 180 + WalkMask: "WALK_AIR" Stats: { Str: 60 Agi: 78 @@ -11467,6 +11468,7 @@ mob_db: ( Attack: [413, 413] Def: 36 Mdef: 26 + WalkMask: "WALK_AIR" Stats: { Str: 4 Agi: 67 -- cgit v1.2.3-70-g09d2