ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   SetActiveQuest? (https://www.esoui.com/forums/showthread.php?t=528)

FoleyX90 04/03/14 10:02 AM

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?

Biki 04/03/14 10:23 AM

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.

FoleyX90 04/03/14 10:28 AM

Quote:

Originally Posted by Biki (Post 2511)
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?

skyraker 04/03/14 01:18 PM

They are under the Keep subheading which is why you missed them.


All times are GMT -6. The time now is 06:37 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI