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:143,906
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/12/14, 01:05 PM  
daol

Forum posts: 6
File comments: 46
Uploads: 0
I agree, I like this addons much better then quest tools, its nice and clean, however I keep getting this error everytime I log in

Report comment to moderator  
Reply With Quote
Unread 04/12/14, 10:31 PM  
Internuntius

Forum posts: 0
File comments: 28
Uploads: 0
Originally Posted by daol
I agree, I like this addons much better then quest tools, its nice and clean, however I keep getting this error everytime I log in

Got it, too now and I canīt Close this...
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 01:03 AM  
Cogni

Forum posts: 0
File comments: 7
Uploads: 0
I can't use this addon with the latest update. I get spammed with errors that can't be removed from the screen
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 02:46 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
i will not update to last ersion - too many bygs, and WHY YOU REMOOVE COLOURS????
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 03:29 AM  
raiders95

Forum posts: 0
File comments: 7
Uploads: 0
Dunno if it may be helpfull or not.. just updated my MQT and also had several errors which could not be removed from the screen.

I removed the addon then reload the ui... then re-selected it and reload the UI again.. error message were gone...

Have fun guy
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 04:19 AM  
Zagadka

Forum posts: 16
File comments: 9
Uploads: 0
Quest levels

Quick request... can you add a toggle to show quest levels next to the quest name?
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 06:13 AM  
Demonstorm

Forum posts: 4
File comments: 41
Uploads: 0
loads all quests on relog or reload of ui

love the update ..the coloring of quests is nice but now like the title says every time i re-log or reload ui it loads all the quests again and i have to go back in un check the ones i am not following ..never had this problem before ..any help would nice and thanks in advance
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 09:06 AM  
dan72

Forum posts: 0
File comments: 15
Uploads: 0
Ui Error at logon, not possible to close the window, Addon is broken with this release. Reverting to version before.
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 09:26 AM  
topcattony

Forum posts: 4
File comments: 11
Uploads: 0
Originally Posted by dan72
Ui Error at logon, not possible to close the window, Addon is broken with this release. Reverting to version before.
Same here
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 09:30 AM  
Arglaar

Forum posts: 0
File comments: 3
Uploads: 0
Originally Posted by dan72
Ui Error at logon, not possible to close the window, Addon is broken with this release. Reverting to version before.
As it says in the add-on page:
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).

Deleting this, cleared up the errors for me, except it is the LIVE folder, not PTS.
Last edited by Arglaar : 04/13/14 at 09:30 AM.
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 11:01 AM  
Aiiane
 
Aiiane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 23
Uploads: 0
Patch for the UI error at login (line 395, MQTLoadVars) is to move the final two event registrations into MQTOnInit (MultiQuestTracker.lua):

Old...

Code:
function MQTOnInit(eventCode, addOnName)
    ... (code omitted for brevity)
end

EVENT_MANAGER:RegisterForEvent( "MQT", EVENT_ADD_ON_LOADED , MQTOnInit )
EVENT_MANAGER:RegisterForEvent( "MQTZoneChange1", EVENT_LINKED_WORLD_POSITION_CHANGED, MQTLoadVars )
EVENT_MANAGER:RegisterForEvent( "MQTZoneChange2", EVENT_ZONE_CHANGED, MQTLoadVars )
New...

Code:
function MQTOnInit(eventCode, addOnName)
    ... (code omitted for brevity)

    EVENT_MANAGER:RegisterForEvent( "MQTZoneChange1", EVENT_LINKED_WORLD_POSITION_CHANGED, MQTLoadVars )
    EVENT_MANAGER:RegisterForEvent( "MQTZoneChange2", EVENT_ZONE_CHANGED, MQTLoadVars )
end

EVENT_MANAGER:RegisterForEvent( "MQT", EVENT_ADD_ON_LOADED , MQTOnInit )
The reason for the UI error is that on login, the zone change events can fire before the addon load events, which triggers an attempt to read saved variables before they're actually loaded. Addons should always register events that depend on saved variables (except for ADD_ON_LOADED) after addon load, not at the root level.
Last edited by Aiiane : 04/13/14 at 11:02 AM.
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 01:09 PM  
Eleventeen

Forum posts: 16
File comments: 122
Uploads: 0
Loaded the latest update, got lots of errors so tried hitting the reset to defaults (X key) on the options page.. That never helped as it set everything to 0 and blank.

Deleted my saved variables, and it works now.

However the font changed to an uglier one, and I no longer have the previous font (universe 67) as an option?

Edit: Also still getting the odd unable to indix nil value upon login error. Thought it was a 1 time thing cuz there was no variable file to read, but yea still get it occoasionally.

PS: Thanks for working on this again. Small feature request: Option for max tracked quests. (I know you just uncheck the ones you dont want, but would be more convient, and may help work around the bug where quest sometime reappear - which still happens on the latest update sadly, tho less frequently i think).
Last edited by Eleventeen : 04/13/14 at 04:23 PM.
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 02:26 PM  
Tachyon

Forum posts: 0
File comments: 9
Uploads: 0
I loaded up v1.3 and deleted saved variables to get rid of error messages which worked nicely. The letter T doesn't scroll down the quest list any more though. Anyone else getting this or is it just me.

EDIT: Turned out I needed to log in and out. The game was acting up, which I noticed when what I typed wasn't appearing in chat when I hit Enter. Sorry!
Last edited by Tachyon : 04/13/14 at 02:48 PM.
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 04:24 PM  
Eleventeen

Forum posts: 16
File comments: 122
Uploads: 0
Originally Posted by Tachyon
I loaded up v1.3 and deleted saved variables to get rid of error messages which worked nicely. The letter T doesn't scroll down the quest list any more though. Anyone else getting this or is it just me.
Depends on the quest, some quests I can't toggle between them, some I can. Rare bug. May affect the official tracker as well, not sure.

(can always toggle between the quests I already had, just when a new one is addon, sometimes I can't highlight it, it just toggles between the few I had previously)
Report comment to moderator  
Reply With Quote
Unread 04/14/14, 01:06 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Red face please

please return the font color option.... please
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: