diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-24 16:33:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-24 16:33:53 -0300 |
commit | 3c755775e6c824df07d6f5d9885fca8df246dcff (patch) | |
tree | 0bbf6e59e7e7a59a8cc0ccfb287dba9a0114892a /db | |
parent | 306a8399a05e25e2de62fbf23ba6c7ab35992292 (diff) | |
download | serverdata-3c755775e6c824df07d6f5d9885fca8df246dcff.tar.gz serverdata-3c755775e6c824df07d6f5d9885fca8df246dcff.tar.bz2 serverdata-3c755775e6c824df07d6f5d9885fca8df246dcff.tar.xz serverdata-3c755775e6c824df07d6f5d9885fca8df246dcff.zip |
Initial, untested, alpha version of Demure, Queen of Dragons showdown
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 4 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 |
2 files changed, 5 insertions, 1 deletions
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 |