summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 5b564ef61..a048d65d6 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -71,6 +71,27 @@ constants_db: {
bc_blue: 16
bc_woe: 32
+ comment__: "Monster Modes"
+ MD_NONE: 0
+ MD_CANMOVE: 1
+ MD_LOOTER: 2
+ MD_AGGRESSIVE: 4
+ MD_ASSIST: 8
+ MD_CASTSENSOR_IDLE: 16
+ MD_BOSS: 32
+ MD_PLANT: 64
+ MD_CANATTACK: 128
+ MD_DETECTOR: 256
+ MD_CASTSENSOR_CHASE: 512
+ MD_CHANGECHASE: 1024
+ MD_ANGRY: 2048
+ MD_CHANGETARGET_MELEE: 4096
+ MD_CHANGETARGET_CHASE: 8192
+ MD_TARGETWEAK: 16384
+ MD_NOKNOCKBACK: 32768
+ MD_RANDOMTARGET: 65536
+ //MD_MASK: 0
+
comment__: "Mapflags"
mf_nomemo: 0
mf_noteleport: 1