Thread: quest ID
View Single Post
12-21-10, 10:05 AM   #4
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
Yes, this is it!

Function GetQuestId() currently does not exist. (?)

Lua error - Message: Interface\AddOns\xxx\xxx.lua:107: attempt to call global 'GetQuestID' (a nil value)

In addition, some sources say, to call the function with parameter http://www.theromwiki.com/API:GetQuestId, but it changes nothing.

If the quest is in Quest Log, simply call the function:
http://wowprogramming.com/docs/api/GetQuestLogTitle
questID return direct from this function.
  Reply With Quote