Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

API GetActiveGossipQuestInfo

Adrian L Lange edited this page Jul 3, 2016 · 1 revision

GetActiveGossipQuestInfo

name, level, isTrivial, isIgnored, isCompleted, isLegendary = GetActiveGossipQuestInfo(index)

Arguments

  1. index - Number of an available quest in the gossip frame, between 1 and GetNumGossipActiveQuests()

Returns

  1. name - string: Name of the quest
  2. level - number: Suggested character level for attempting the quest
  3. isTrivial - boolean: True if the quest is considered trivial (rewards no XP) or not
  4. isIgnored - boolean: True if the quest has been flagged as ignored by the player
  5. isCompleted - boolean: True if the quest has been completed and can be turned in
  6. isLegendary - boolean: True if the quest is a legendary quest
Clone this wiki locally