QuestHuntCompleted: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:QuestHuntCompleted}} Category:EventMacro_Automacros Category:EventMacro_Conditions_State") |
m (4epT moved page questHuntCompleted to QuestHuntCompleted over a redirect without leaving a redirect) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 21:55, 12 September 2021
- QuestHuntCompleted
-
- Description: Checks if the player has one of the given quests active, and this quest has a hunt mission which wasn't completed yet, uses quest ID and Mob ID (use command 'quest list' to see ID).
- Syntax:
QuestHuntCompleted <comma separated list of pairs of quests ID and Mob ID>
- Quest ID and/or Mob ID can be variables
- Example:
QuestHuntCompleted 7122 1002, 7127 1004
- Set variables:
$.QuestHuntCompletedLastQuestID => Saves the Quest ID of the last quest that made QuestHuntCompleted become true $.QuestHuntCompletedLastMobID => Saves the Mob ID of the last quest that made QuestHuntCompleted become true $.QuestHuntCompletedLastListIndex => Saves the list index in condition of the last quest that made QuestHuntCompleted become true