Download
(11 Kb)
Download
Updated: 04/13/14 11:00 AM
Pictures
File Info
Compatibility:
Live (1.0)
Beta (0.18)
Updated:04/13/14 11:00 AM
Created:02/24/14 11:42 AM
Monthly downloads:257
Total downloads:144,111
Favorites:261
MD5:
Multi-Quest Tracker  Popular! (More than 5000 hits)
Version: 1.3
by: Zerorez [More]
This addon hides the default focused quest tracker and enables the multiple quest tracker. Tracker automatically hides itself when you open menus (inventory, world map, etc.).

Note - If you are getting errors, try deleting the saved variables file at:
...My Documents\Elder Scrolls Online\pts\SavedVariables\MultiQuestTracker.lua
Please post error logs if you still have problems (can't fix it if I don't know what is wrong lol).
v1.3
- fix for tracked quests not saving between logins
- fixed (hopefully) another error when logging in (error at line 397)

v1.2
- fixed the bad argument #3 to 'string.format' error
- changed font options
- removed font color options (quests now color by difficulty by default again.)
- added checkboxes to track/untrack whole groups of quests in the quest journal

v1.1
- fixed all quests showing as tracked after zoning (sorry this took so long)

v1.0
- fixed error when opening quest journal when player had no quests
- fixed error with abandoning quests

v0.11
- updated to new api version
- added font, color, and size options

v0.10
- MQT now saves its position

v0.08:
- updated to work with client update

v0.07:
- attempt at fixing error with changing zones

v0.06:
- abandoning quests should now function correctly

v0.05:
- changed how saved variables are loaded

v0.04:
- Quests can now be tracked/untracked in MQT via check boxes in the quest journal
- Quest tracking should save...i hope

v0.03:
- MQT is now movable :D
- Added a small gradient background to the tracker (needed something to click on in order to move it)

v0.02:
- Updated to new API Version
- Fixed MQT showing in crafting menus

v0.01:
- Fixed quest tracker showing while the interact and store windows were shown.
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Uploader
Date
1.2
11kB
Zerorez
04/12/14 07:42 PM
1.1
11kB
Zerorez
03/31/14 08:30 PM
1.0
11kB
Zerorez
03/31/14 01:15 PM
0.11
11kB
Zerorez
03/24/14 12:31 PM
0.10
3kB
Zerorez
03/16/14 12:09 PM
0.08
3kB
02/24/14 11:42 AM


Post A Reply Comment Options
Unread 04/06/14, 01:19 AM  
AlexandraD

Forum posts: 1
File comments: 7
Uploads: 0
Question Collaboration?

Hi,

any chance that you and Biki collaborate on your two mods and make one?

The Achievement Tracker (http://www.esoui.com/downloads/fileinfo.php?id=106#info) and yours would complement each other very well and you both basically need the same basic code underneath.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 07:56 PM  
Mõh

Forum posts: 1
File comments: 28
Uploads: 0
my friend and I have been observing strange behavior while questing with MQT on : followed quest sometimes change randomly, quest don't appear in tracked bar even if they are marked as tracked, others appears while not marked.

Also MQT seems to affect Quest tracking Pin above items and NPCs, making them disappear purely from screen and radar, making questing very difficult as we miss a lot of objectives. Manually changing the main tracked quest (white pins) seems to restore the objectives trackers but secondary ones (black) won't appear.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 07:30 PM  
byteasc

Forum posts: 0
File comments: 4
Uploads: 0
Can you look at adding an option to turn off the custom colors? I have disabled it in my copy, but would like to see it officially, so I don't have to hack around things. I prefer the colors that the game does based on level, versus one solid color.

As well, add a checkbox to disable moving the window. I have done so and it just keeps it cleaner and less accident prone for me

Edit: I noticed you posted how to make it set the color to what it has, but if you just disable setting the color, it seems to default to the quest color anyways. No need to "set it" for the level
Last edited by byteasc : 04/05/14 at 07:38 PM.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 04:02 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
How to fix?



P.S fix from Aiiane dont work - there is no such strings

another one
Last edited by QuadroTony : 04/05/14 at 04:13 PM.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 01:43 PM  
Rathputin

Forum posts: 0
File comments: 4
Uploads: 0
Quest-level

Its a nice AddOn, but I miss the Level of the Quest displayed in the List (in front or behind the header). The questlevel is located here:
ZO_QuestTracker.tracker.conditionPool.m_Active.m_Data.level
So please add this.
Thanx
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 01:42 PM  
Muggles

Forum posts: 0
File comments: 1
Uploads: 0
Location

Is there a way to change the location that it displays? Mine is closer to the center of the screen for some reason instead of the right side. It wasn't that way for me in beta.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 01:24 PM  
Aiiane
 
Aiiane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 23
Uploads: 0
To fix the issue with tracked/untracked status (and any errors about nil values when tracking/untracking a quest), find this line in MultiQuestTracker.lua:

Code:
MQTSavedVars.Tracked = MQT.Tracked
and replace it with this:
Code:
MQT.SV.Tracked = MQT.Tracked
Last edited by Aiiane : 04/05/14 at 01:24 PM.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 10:20 AM  
PhenixAsh
 
PhenixAsh's Avatar

Forum posts: 3
File comments: 6
Uploads: 0
Re: Re: Re: error

Originally Posted by Lichbane
Originally Posted by Alice Kaye
Originally Posted by Aryslan
Getting the following UI error (even the startup after I deleted that file you said)

bad arguament #3 to 'string.format' (string expected, got nil)
stack traceback:
[C]: in function 'string.format'
user:/AddOns/MultiQuestTracker/MultiQuestTracker.lua:203: in function 'MQT_ReloadText'
user:/AddOns/MultiQuestTracker/MultiQuestTracker.lua:203: in function 'MQTLoadVars

Also, certain quest icons still show on the map, but no longer in the game. I could send you a screenshot if I knew how to link one
I too am having this same problem. Normally I wouldn't say so, but I wanted to assure you that it's not just you.
Ditto
I am also receiving this error.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 07:36 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 5055
File comments: 6121
Uploads: 78
Always showing ALL quests after zone change

Hey, nice plugin.
But 1 bug is really annoying:

It will always show you ALL quests of your questlist again, if you leave the zone (enter a dungeanon etc.).
Please fix this so only the selected quests will be shown again after zone switches!

Thanks and keep this plugin going please, it is really nice!

Regards
Baertram
Last edited by Baertram : 04/05/14 at 07:36 AM.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 04:41 AM  
Lichbane

Forum posts: 8
File comments: 30
Uploads: 0
Re: Re: error

Originally Posted by Alice Kaye
Originally Posted by Aryslan
Getting the following UI error (even the startup after I deleted that file you said)

bad arguament #3 to 'string.format' (string expected, got nil)
stack traceback:
[C]: in function 'string.format'
user:/AddOns/MultiQuestTracker/MultiQuestTracker.lua:203: in function 'MQT_ReloadText'
user:/AddOns/MultiQuestTracker/MultiQuestTracker.lua:203: in function 'MQTLoadVars

Also, certain quest icons still show on the map, but no longer in the game. I could send you a screenshot if I knew how to link one
I too am having this same problem. Normally I wouldn't say so, but I wanted to assure you that it's not just you.
Ditto
Report comment to moderator  
Reply With Quote
Unread 04/04/14, 11:31 PM  
Crystles

Forum posts: 0
File comments: 1
Uploads: 0
Nice, but could use a feature

I'm wanting to use this UI mod, its great, but there needs to be a way to limit the number of quests it shows. Perhaps an option would work, and then pressing the key associated with rotating the quests your tracking could scroll through list.
Report comment to moderator  
Reply With Quote
Unread 04/04/14, 11:06 PM  
Moosetrax
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 120
Uploads: 1
Thanks Garkin, drstrangelov3666, and thelegendaryof!!

The fixes you listed work great.
Report comment to moderator  
Reply With Quote
Unread 04/04/14, 09:51 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Re: Feature Request

Originally Posted by Ayuki
This is a great addon but a feature request is that the Quest name is colored by difficulty like in the journal

Thanks in advance
Find function "MQT_ReloadText()" and replace line
Code:
v:SetColor(MQT.SV.headerColor.r, MQT.SV.headerColor.g, MQT.SV.headerColor.b, MQT.SV.headerColor.a)
with:
Code:
v:SetColor(GetConColor(v.m_Data.level))
Report comment to moderator  
Reply With Quote
Unread 04/04/14, 08:19 PM  
Alice Kaye
 
Alice Kaye's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Re: error

Originally Posted by Aryslan
Getting the following UI error (even the startup after I deleted that file you said)

bad arguament #3 to 'string.format' (string expected, got nil)
stack traceback:
[C]: in function 'string.format'
user:/AddOns/MultiQuestTracker/MultiQuestTracker.lua:203: in function 'MQT_ReloadText'
user:/AddOns/MultiQuestTracker/MultiQuestTracker.lua:203: in function 'MQTLoadVars

Also, certain quest icons still show on the map, but no longer in the game. I could send you a screenshot if I knew how to link one
I too am having this same problem. Normally I wouldn't say so, but I wanted to assure you that it's not just you.
Report comment to moderator  
Reply With Quote
Unread 04/04/14, 02:45 PM  
Aryslan

Forum posts: 0
File comments: 10
Uploads: 0
error

Getting the following UI error (even the startup after I deleted that file you said)

bad arguament #3 to 'string.format' (string expected, got nil)
stack traceback:
[C]: in function 'string.format'
user:/AddOns/MultiQuestTracker/MultiQuestTracker.lua:203: in function 'MQT_ReloadText'
user:/AddOns/MultiQuestTracker/MultiQuestTracker.lua:203: in function 'MQTLoadVars

Also, certain quest icons still show on the map, but no longer in the game. I could send you a screenshot if I knew how to link one
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: