summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-11-12 01:56:57 +0100
committerHaru <haru@dotalux.com>2017-11-12 01:56:57 +0100
commitdfcb1ff37ad077249c0050bb1bab8994225191e1 (patch)
tree080515e1774e1bcb8fa4906d4eeaee5b42d572b6 /doc/script_commands.txt
parentab1c84c8586b18ebb194d2f67120df7307399712 (diff)
downloadhercules-dfcb1ff37ad077249c0050bb1bab8994225191e1.tar.gz
hercules-dfcb1ff37ad077249c0050bb1bab8994225191e1.tar.bz2
hercules-dfcb1ff37ad077249c0050bb1bab8994225191e1.tar.xz
hercules-dfcb1ff37ad077249c0050bb1bab8994225191e1.zip
Add ITEMINFO_MATK support to getiteminfo() / setiteminfo().
This item info type was documented in commit 315d632e69c60d2996872c9330164133101befdf, but never implemented. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index c8496d227..746eaea2b 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -3201,8 +3201,7 @@ Valid types are:
ITEMINFO_ELV - Equip min. level
ITEMINFO_WLV - Weapon level
ITEMINFO_VIEWID - View ID ("Sprite" field in the Item DB)
-
- If RENEWAL is defined, 15 - matk
+ ITEMINFO_MATK - MATK (only relevant if RENEWAL is set)
Check sample in doc/sample/getiteminfo.txt