diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 43b4ec54..21bfd5f3 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -141,6 +141,27 @@ more than one separator can be used in a row (so 12_3___456 is illegal). 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 |