Thread Tools Display Modes
Prev Previous Post   Next Post Next
06-13-09, 11:43 AM   #1
jaliborc
A Chromatic Dragonspawn
 
jaliborc's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 196
Quest API Suggestions

This are some quest API suggestions I have, which were based in the currently avaiable gossip and achievements API functions:
  • GetSelectedQuestLink() - returns quest link for the currently selected quest in the gossip or quest log
  • GetAvaiableQuestLink(i) - returns the quest link for the given gossip avaiable quest
  • GetActiveQuestLink(i) - returns the quest link for the given gossip active quest
  • GetQuestInfo(id) - returns quest information (name, level, summary, description) for the given quest id (saw this somewhere, sounds like a good idea)
  • GetNumQuestRequirements(id) - returns number of quest requirements for the given quest id
  • GetQuestRequirement(id, index) - returns quest requirement description for the given qiest id and requirement index (from 1 to GetNumQuestRequirements)
  • QueryQuestsCompleted() - implemented by blizzard in patch 3.3

Last edited by jaliborc : 10-16-09 at 09:36 AM.
  Reply With Quote
 

WoWInterface » Developer Discussions » Wish List » Quest API Suggestions


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off