diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-09-21 13:20:29 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-09-23 03:17:25 +0100 |
commit | a2f18fad8e066fce131a9481bdf822d88eb91abf (patch) | |
tree | d1047031d99dc4b6ed45e13ec809160f4eec931a /doc/script_commands.txt | |
parent | 41ca3c7cc304cac90ae4df32217bd3237e035773 (diff) | |
download | hercules-a2f18fad8e066fce131a9481bdf822d88eb91abf.tar.gz hercules-a2f18fad8e066fce131a9481bdf822d88eb91abf.tar.bz2 hercules-a2f18fad8e066fce131a9481bdf822d88eb91abf.tar.xz hercules-a2f18fad8e066fce131a9481bdf822d88eb91abf.zip |
Add support for item amount range in setquestinfo
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 4c5dab969..343eb02cb 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -9414,7 +9414,7 @@ supported types: values QINFO_SEX: sex QINFO_BASE_LEVEL: min, max QINFO_JOB_LEVEL: min, max - QINFO_ITEM: item_id, amount // append to the items list on each use + QINFO_ITEM: item_id, min amount, max amount // append to the items list on each use QINFO_HOMUN_LEVEL: min QINFO_HOMUN_TYPE: homunculus_type (0 - regular, 1 - evolved, 2 - S) QINFO_QUEST: quest_id, state // append to the quests list on each use |