Download
(12 Kb)
Download
Updated: 05/26/14 02:52 PM
Pictures
File Info
Compatibility:
Live (1.0)
Updated:05/26/14 02:52 PM
Created:04/02/14 02:28 PM
Monthly downloads:104
Total downloads:47,406
Favorites:150
MD5:
Categories:Discontinued & Outdated, Utility Mods
Achievement Tracker  Popular! (More than 5000 hits)
Version: 1.8.1
by: Biki, Wykkyd
This handy achievement tracker lets you select achievements out of your journal (under Achievements tab) for easy tracking in a new interface element. That element can be freely moved around and configured to your liking. You can also tell the tracker to automatically track achievements for the current zone you're in.

Features
- Track multiple achievements
- Shows how much you have completed at a glance
- Shows either a detailed view or a simplified view of the achievement goals
- Option to notify you of any achievement updates. Either in the chat or per "alert" in the upper right corner in a non intrusive way, every 25% of the achievement (or at any update if the needed amount is <= 100)
- Option to automatically detect achievements of the zone you're in and tracking them
- Customizable keybind to toggle the whole thing on and off & to toggle the notifications on/off. See under Settings -> Controls

- Left click an achievement to open the achievement window
- Right click an achievement to toggle the detailed mode
- Middle click an achievement to untrack and remove it

Bugs
- Sometimes when zoning into an instance (group dungeon, main quest, etc.) the tracker goes kaputt. Open the achievement journal to fix.

FAQ
How do I move the tracker? It hides when I press ESC
- Use the "." key (by default). It shows up your mouse cursor and lets you move it.
1.8.1
- New API version. Didn't test it as I have no interest in ESO right now, but should still work.

1.8
- Added option to show the total tracked count inside the achievement journal. See the new screenshot to see it in action. Makes finding tracked achievements easier.

1.7 - Patch by Maikahn. Big thanks!
- Fixed details disappearing when opening/closing a menu
- The details now show more details
- Completed steps are hidden in detail mode
- Criterions no longer extend beyond their frame

1.6
- RIGHT click now toggles detailed tracking mode and shows all the steps needed to complete that achievement. Use with caution as this needs a lot of space, depending on the achiev.
- LEFT click still opens the achievement tracker
- MIDDLE/button 3 click now untracks the achievement
- Probably some other stuff that I've forgotten

1.5.1
- Added font size configuration
- Notifcations now only appear when 1) the achievement goals are <= 100 or 2) you have completed 25%, 50%, 75% or 100% of the achievement. No more spam of achievements that take hundreds or thousands of kills/heals etc.
- Fixed a bug that happened to users without Wykkyd's Framework installed

1.5
- Added option to toggle the description. Saves space.
- Added a hotkey to toggle notifications.
- Added a customizable limit to how many achievs are shown in the tracker. 0 stands for unlimited.
- Removed the OnUpdate() and the corresponding XML file; no longer needed.
- (Hopefully) fixed the bug that caused some achievs to only show a red icon.
(btw if you have that bug, open the achievement journal and close it to fix it quickly)

1.4
- Added left clicking a tracked achiev now opens the Achievement journal (summary page, not yet the correct category etc.)
- Added notifications for achievement updates. Either chat or alert based. Alert is in the upper right corner, where e.g. "You can't mount in combat" is. For aesthetic reasons, only the "total values" are display, similiar to the tracker itself. This might change for the chat mode to a more detailed mode.
- Added option to hide the tracker when in the menu (ESC)
- Big numbers now use commas
- Fixed keybind

1.3
- Big code rewrite. Hope everything works :)
- You can now rightclick an achievement name to untrack it quickly
- Using more events and less OnUpdate. Better performance
- Fixed auto zone tracking to include some forgotten categories

1.2
- Added zone auto achievement tracking. Tries to detect achievements of the zone you're in and automatically tracks them. Thanks to Rozaruk for the tip!
- Added option to automatically hide completed achievements
- Added option to make window unmovable/fixed
- Removed the Criterion when the number was 1. So "Reach Level 10 1/1" now displays just "Reach Level 10"
- Moved all my addon options into one main menu "Biki's Addons" to save space

1.1
- Added proper text wrapping
- Added proper background (can be toggled along with a customizable alpha value)
- Added button in the options to untrack all
- Fixed weird spacing errors
- Made the color a bit more prominent

1.0
- initial release
Optional Files (0)


Archived Files (11)
File Name
Version
Size
Uploader
Date
1.8
12kB
Biki
04/23/14 02:33 PM
1.7
12kB
Biki
04/21/14 07:12 AM
1.6
11kB
Biki
04/14/14 04:59 PM
1.5.1
11kB
Biki
04/08/14 01:53 PM
1.5
11kB
Biki
04/07/14 06:08 PM
1.4
11kB
Biki
04/05/14 06:52 PM
1.3.0
10kB
Biki
04/05/14 04:20 AM
1.3
10kB
Biki
04/05/14 04:07 AM
1.2
9kB
Biki
04/03/14 05:58 PM
1.1
9kB
Biki
04/03/14 04:40 AM
1.0
9kB
Biki
04/02/14 02:28 PM


Post A Reply Comment Options
Unread 04/02/14, 04:13 PM  
ins
AddOn Author - Click to view AddOns

Forum posts: 76
File comments: 84
Uploads: 5
nice

Nice idea and looks good

I opted for just doing shards myself (with an option to see everything else). But its chat only, as I can never get my head around XML

You should be able to filter shard criterias, but they'll obviously take up some space for zones where there are bunch of them. (I do filter per zone in insshardWatch)

Below is the code to filter them out.
Code:
    crit = GetAchievementNumCriteria(id)
    d(c1.."Number of criterias: "..c3.."["..c1..crit..c3.."]")
    -- iterate through the criterias to get their hint and status
		for i = 1,crit do
			local crits = {GetAchievementCriterion(id,i)}
			if crits[2]==crits[3] then 
			    crits[2]=c2.."Completed" 
		  	    if insSW.SW.filter==false then
			       d(c1..i.." - "..crits[1]..c3.." ["..c1..crits[2]..c3.."]")
			    end
		        else
		  	d(c1..i.." - "..crits[1]..c3.." ["..c1..crits[2]..c3.."]")
		  end
Last edited by ins : 04/02/14 at 04:15 PM.
Report comment to moderator  
Reply With Quote
Unread 04/02/14, 04:27 PM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Thanks for that I actually used very little XML, it's only the small XML file to call the update function every frame, which is all. Oh and the keybind is XML, but no UI stuff. The UI is all done via code only. Could be prettier, but for now it works (Well, except the background, need to investigate with a clear head tomorrow)

Thing with the skyshards is, when you have 16 lines, after tracking one skyshard achievement, almost the whole screen will be filled. I'm thinking about adding a toggle that switches between a detailed description view and what's currently implemented (total have vs. total needed)
Report comment to moderator  
Reply With Quote
Unread 04/02/14, 06:28 PM  
dominoid
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 276
Uploads: 2
Fantastic add-on. My wish list. A toggle key and/or the ability to limit the width with the text wrapping if too long. I find it too wide, for what I selected at least, to be used at this time. Great job though.
Report comment to moderator  
Reply With Quote
Unread 04/02/14, 06:56 PM  
AFITR

Forum posts: 0
File comments: 5
Uploads: 0
Any chance you'd be able to morph this addon into a hybrid quest/achievement tracker, a la QuestGuru for WoW? I'd love to be able to switch tabs (or, for those who want to see both quests and achievements, detach the windows) to keep my information consolidated and organized.

Great work, regardless - this is a much-needed addon.
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 02:46 AM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Originally Posted by dominoid
Fantastic add-on. My wish list. A toggle key and/or the ability to limit the width with the text wrapping if too long. I find it too wide, for what I selected at least, to be used at this time. Great job though.
Thanks. There is a hotkey to toggle it, you can find it under Controls a little ways down. Yes, the width is a known nuisance and will probably be fixed today. Need to enable proper text wrapping.

Originally Posted by AFITR
Any chance you'd be able to morph this addon into a hybrid quest/achievement tracker, a la QuestGuru for WoW? I'd love to be able to switch tabs (or, for those who want to see both quests and achievements, detach the windows) to keep my information consolidated and organized.

Great work, regardless - this is a much-needed addon.
This is a neat idea to save some screen space and I will think about it although it would probably complicate things a lot
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 03:56 AM  
sakiboj

Forum posts: 2
File comments: 43
Uploads: 0
Nice addon mate, keep it up

Too many things from mmorpg-s is missing in this game. This game without addons is just not finished.
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 05:11 AM  
Faustus
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 38
Uploads: 1
Good addon, thanks.

A bug I noticed: when changing zones, some achievements disappear. A "?" icon replaces it, and there's no text.

Reloading the UI fixes it
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 05:13 AM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Thanks for reporting. Will fix that once I'm back home in a few hours.

Originally Posted by Faustus
Good addon, thanks.

A bug I noticed: when changing zones, some achievements disappear. A "?" icon replaces it, and there's no text.

Reloading the UI fixes it
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 07:41 AM  
Rozaruk

Forum posts: 0
File comments: 4
Uploads: 0
Looks great! Is there a way to track by zone? As a completionist it would be nice to just select an option to automatically track my zone achievements in one view.
Thanks!
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 08:53 AM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Originally Posted by Rozaruk
Looks great! Is there a way to track by zone? As a completionist it would be nice to just select an option to automatically track my zone achievements in one view.
Thanks!
That's a neat feature request
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 09:39 AM  
Rozaruk

Forum posts: 0
File comments: 4
Uploads: 0
Originally Posted by Biki
Originally Posted by Rozaruk
Looks great! Is there a way to track by zone? As a completionist it would be nice to just select an option to automatically track my zone achievements in one view.
Thanks!
That's a neat feature request
Yay! I'm helping! I'm not sure how you would go about doing it though, as far as categorizing the achievements by zone. Might need to create a custom list for each zone that displays the ones you haven't earned? Just a guess. I'd be willing to help with that if needed!
Last edited by Rozaruk : 04/03/14 at 09:39 AM.
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 10:18 AM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Originally Posted by Rozaruk
Originally Posted by Biki
Originally Posted by Rozaruk
Looks great! Is there a way to track by zone? As a completionist it would be nice to just select an option to automatically track my zone achievements in one view.
Thanks!
That's a neat feature request
Yay! I'm helping! I'm not sure how you would go about doing it though, as far as categorizing the achievements by zone. Might need to create a custom list for each zone that displays the ones you haven't earned? Just a guess. I'd be willing to help with that if needed!
Well, for starters, the "Do x Quests" and "Find skyshards" should have the zone name in the description. Any others would have to be in a sort of list, yes, so I might get back to you
Last edited by Biki : 04/03/14 at 10:19 AM.
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 05:14 PM  
raykai
 
raykai's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 18
Uploads: 2
would be nice to have the on off option in a windows too using
http://www.esoui.com/downloads/info7-LibAddonMenu.html
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 05:24 PM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Originally Posted by raykai
would be nice to have the on off option in a windows too using
http://www.esoui.com/downloads/info7-LibAddonMenu.html
Do you mean untracking an achievement through the UI window without opening the journal and looking for the achiev and untracking it manually? If so, I thought about that, just need to figure out how do it as pretty as possible. If not, I mistunderstood you
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 06:43 PM  
Torchler

Forum posts: 9
File comments: 1
Uploads: 0
Please give me a way to change the font size !
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.