Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
(Added isLowLevel return value)
mNo edit summary
Line 1: Line 1:
 
{{wowapi}}
 
{{wowapi}}
<center>'''GetGossipAvailableQuests''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>
 
   
 
Get the list of available quests from an NPC.
 
Get the list of available quests from an NPC.

Revision as of 16:22, 4 December 2007

Get the list of available quests from an NPC.

title1, level1, isLowLevel1, title2, level2, isLowLevel2 = GetGossipAvailableQuests()

Parameters

Arguments

None.

Returns

title1, level1, isLowLevel1 [, title2, level2, isLowLevel2, ...]
title#
String - The name of the quest
level#
Number - The level of the quest
isLowLevel#
1 if the quest is low level, nil otherwise

Details

The available quests for an NPC are available after GOSSIP_SHOW has fired.