From db1abaf5ef67bffb882b4b6b19c03343117a2b21 Mon Sep 17 00:00:00 2001 From: Taylor Locke Date: Sun, 19 Oct 2014 04:33:14 +0200 Subject: Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 2) Some Quality of Life Changes - checkquest deprecated; Use questprogress instead for a more logical quest log checking command. Signed-off-by: Haru --- doc/script_commands.txt | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 65caf5837..26ecbdd42 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -8339,17 +8339,23 @@ If *questinfo is set, and the same ID is specified here, the icon will be cleare --------------------------------------- -*completequest ; +*completequest {,}; Change the state for the given quest to "complete" and remove from the users quest log. +If a second quest id of greater value is specified, all quests between the two +will be completed. + --------------------------------------- -*erasequest ; +*erasequest {,}; Remove the quest of the given from the user's quest log. +If a second quest id of greater value is specified, all quests between the two +will be erased. + --------------------------------------- *changequest ,; @@ -8361,6 +8367,8 @@ Add quest of the to the the quest log, and the state is "active". *checkquest({,PLAYTIME|HUNTING}) +DEPRECATED - use questprogress instead. + If no additional argument supplied, return the state of the quest: -1 = Quest not started (not in quest log) 0 = Quest has been given, but the state is "inactive" @@ -8384,6 +8392,25 @@ If parameter "HUNTING" is supplied: --------------------------------------- +*questprogress({,PLAYTIME|HUNTING}) + +If no additional argument supplied, return the state of the quest: + 0 = Quest not started (not in quest log) + 1 = Quest has been given + 2 = Quest completed + +If parameter 'PLAYTIME' is supplied: + 0 = Quest not started (not in quest log) + 1 = The time limit has not yet been reached + 2 = The time limit has been reached + +If parameter 'HUNTING' is supplied: + 0 = Quest not started (not in quest log) + 1 = Player hasn't killed all of the target monsters + 2 = Player has killed all of the target monsters + +--------------------------------------- + *showevent {,} Show an emotion on top of a NPC, and optionally, -- cgit v1.2.3-70-g09d2