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

API GetAvailableGossipQuestInfo

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

GetAvailableGossipQuestInfo

name, level, isTrivial, isIgnored, isRepeatable, isDaily, isWeekly, isLegendary = GetAvailableGossipQuestInfo(index)

Arguments

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

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. isRepeatable - boolean: True if the quest can be repeated
  6. isDaily - boolean: True if the quest can be repeated daily
  7. isWeekly - boolean: True if the quest can be repeated weekly
  8. isLegendary - boolean: True if the quest is a legendary quest
Clone this wiki locally