summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-02-21 00:47:34 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-02-21 00:47:34 +0100
commit76a3c59142c7ce13cabccc6f95777baec59120cd (patch)
tree09263ce951f1d17e002d87359d924a10ebe63f09 /doc
parent63d0b59fa5265b2ab6b9322bf03f35b6fbf71cd2 (diff)
downloadhercules-76a3c59142c7ce13cabccc6f95777baec59120cd.tar.gz
hercules-76a3c59142c7ce13cabccc6f95777baec59120cd.tar.bz2
hercules-76a3c59142c7ce13cabccc6f95777baec59120cd.tar.xz
hercules-76a3c59142c7ce13cabccc6f95777baec59120cd.zip
Update doc/script_commands.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 8308f4771..e24c6b1d4 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -3277,6 +3277,7 @@ Example:
---------------------------------------
*getiteminfo(<item ID>, <type>)
+*getiteminfo("<item name>", <type>)
*setiteminfo(<item ID>, <type>, <value>)
This function will look up the item with the specified ID number in the
@@ -3285,6 +3286,9 @@ It will return -1 if there is no such item.
Valid types are:
+ ITEMINFO_ID - Item ID (getiteminfo() only!)
+ ITEMINFO_AEGISNAME - Unique name to reference the item (getiteminfo() only!)
+ ITEMINFO_NAME - Display name (getiteminfo() only!)
ITEMINFO_BUYPRICE - Buy Price
ITEMINFO_SELLPRICE - Sell Price
ITEMINFO_TYPE - Item Type