summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorKirieZ <guilherme.menaldo@outlook.com>2017-02-27 00:36:17 -0300
committerHaru <haru@dotalux.com>2017-07-11 12:46:15 +0200
commitaf099be50ad275c55bfb07831213f4540ae265d7 (patch)
tree156e787285e2a16e5214cce417c91af43438f74f /doc/script_commands.txt
parenteef92522dcf835f42a922a580be8f855cfea1aa6 (diff)
downloadhercules-af099be50ad275c55bfb07831213f4540ae265d7.tar.gz
hercules-af099be50ad275c55bfb07831213f4540ae265d7.tar.bz2
hercules-af099be50ad275c55bfb07831213f4540ae265d7.tar.xz
hercules-af099be50ad275c55bfb07831213f4540ae265d7.zip
Added time limit parameter to setquest
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index d72d1d4b7..310af13cc 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -9152,9 +9152,11 @@ Example
---------------------------------------
-*setquest(<ID>)
+*setquest(<ID>{, <Time Limit>})
Place quest of <ID> in the users quest log, the state of which is "active".
+If Time Limit is given, this quest will have its expire time set to <Time Limit>, an UNIX epoch time,
+ignoring quest_db setting.
If questinfo() is set, and the same ID is specified here, the icon will be cleared when the quest is set.