Thread Tools Display Modes
04/03/14, 10:02 AM   #1
FoleyX90
Join Date: Apr 2014
Posts: 9
SetActiveQuest?

I may be blind or something but looking at the API page http://wiki.esoui.com/API#Quest I can not see a way to set a quest in the journal as the active/primary quest. Does anybody know if this is possible?
  Reply With Quote
04/03/14, 10:23 AM   #2
Biki
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 34
That should be GetIsTracked and SetTracked, according to MultiQuestTracker.

Code:
GetIsTracked(1,qindex,0)
SetTracked(1,false,qindex,0)
Where qindex is the index of the Quest, 1 must be the constant for Quests and 0 I don't know.
  Reply With Quote
04/03/14, 10:28 AM   #3
FoleyX90
Join Date: Apr 2014
Posts: 9
Originally Posted by Biki View Post
That should be GetIsTracked and SetTracked, according to MultiQuestTracker.

Code:
GetIsTracked(1,qindex,0)
SetTracked(1,false,qindex,0)
Where qindex is the index of the Quest, 1 must be the constant for Quests and 0 I don't know.
Thanks for the find! It doesn't appear to be on the API Wiki page - should we add it?
  Reply With Quote
04/03/14, 01:18 PM   #4
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
They are under the Keep subheading which is why you missed them.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » SetActiveQuest?


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