summaryrefslogtreecommitdiff
path: root/world/map/db/const.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r--world/map/db/const.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt
index 54df1324..590109c2 100644
--- a/world/map/db/const.txt
+++ b/world/map/db/const.txt
@@ -500,6 +500,27 @@ SMSG_MOTD 7
SMSG_AUTOMATIC 8
SMSG_EVENT 9
+// 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
+// These modes do not exist in TMWA (and are thus ignored)
+//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
+
// API Export Protocols
API_VAULT 607
API_SENDMAIL 501