Returns a list of quests available from the current Gossip NPC. For quests which can be turned in to the NPC, see GetGossipActiveQuests()
.
See also Quest functions, NPC "Gossip" Dialog functions.
Signature:
name,
level,
isTrivial,
frequency,
isRepeatable,
isLegendary,
...
=
GetGossipAvailableQuests()
Returns:
name
- Name of the quest. (string
)level
- Suggested character level for attempting the quest. (number
)isTrivial
- True if the quest is trivial (gray), false otherwise. (boolean
)frequency
- A number indicating how often the quest can be repeated. (number
)1
- Normal questLE_QUEST_FREQUENCY_DAILY
- Daily questLE_QUEST_FREQUENCY_WEEKLY
- Weekly quest
isRepeatable
- True if the quest is repeatable, false otherwise. (boolean
)isLegendary
- True if the quest is a legendary quest, false otherwise. (boolean
)...
- Additionalname, level, isTrivial, frequency, isRepeatable, isLegendary
values for each available quest (list
)