Get the list of active quests from an NPC.
title1, level1, isLowLevel1, isComplete1, title2, level2, isLowLevel2, isComplete2 = GetGossipActiveQuests()
Parameters
Edit
Arguments
Edit
None.
Returns
Edit
- title1, level1, isLowLevel1, isComplete1 [, title2, level2, isLowLevel2, isComplete2, ...]
- title#
- String - The name of the quest
- level#
- Number - The level of the quest
- isLowLevel#
- 1 if the quest is low level, nil otherwise
- isComplete#
- 1 if the quest is complete, nil otherwise
Details
Edit
The active quests for an NPC are available after GOSSIP_SHOW has fired.
Community content is available under CC-BY-SA
unless otherwise noted.