summaryrefslogtreecommitdiff
path: root/doc/constants.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/constants.md')
-rw-r--r--doc/constants.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md
index 509764424..c44654b71 100644
--- a/doc/constants.md
+++ b/doc/constants.md
@@ -381,6 +381,7 @@
### Cell checks
+- `cell_gettype`: 0
- `cell_chkwall`: 1
- `cell_chkwater`: 2
- `cell_chkcliff`: 3
@@ -388,6 +389,7 @@
- `cell_chkreach`: 5
- `cell_chknopass`: 6
- `cell_chknoreach`: 7
+- `cell_chkstack`: 8
- `cell_chknpc`: 9
- `cell_chkbasilica`: 10
- `cell_chklandprotector`: 11
@@ -5093,6 +5095,7 @@
- `MSC_MASTERATTACKED`: 20
- `MSC_ALCHEMIST`: 21
- `MSC_SPAWN`: 22
+- `MSC_MAGICATTACKED`: 23
### monster skill targets
@@ -5130,6 +5133,18 @@
- `PCBLOCK_COMMANDS`: 128
- `PCBLOCK_NPC`: 256
+### NPC item action constants
+
+- `ITEMENABLEDNPC_NONE`: 0
+- `ITEMENABLEDNPC_EQUIP`: 1
+- `ITEMENABLEDNPC_CONSUME`: 2
+
+### NPC allowed skill use constants
+
+- `SKILLENABLEDNPC_NONE`: 0
+- `SKILLENABLEDNPC_SELF`: 1
+- `SKILLENABLEDNPC_ALL`: 2
+
### private airship responds
- `P_AIRSHIP_NONE`: 0