Download
(10 Kb)
Download
Updated: 08/27/23 02:03 PM
Pictures
File Info
Compatibility:
base-game patch (9.1.5)
Necrom (9.0.0)
Scribes of Fate (8.3.5)
Firesong (8.2.5)
Lost Depths (8.1.5)
High Isle (8.0.0)
Updated:08/27/23 02:03 PM
Created:04/23/14 02:38 PM
Monthly downloads:387
Total downloads:89,718
Favorites:206
MD5:
Categories:Character Advancement, Info, Plug-in Bars, Miscellaneous
AchievementInfo  Popular! (More than 5000 hits)
Version: 4.14
by: Asto [More]
Depends on LibAddonMenu-2.0. Please install it manually.

---

Description

What is this AddOn about?
I like achievements and I like to know what to do to complete them and what type of achievements exist without browsing through the entire achievement catalog: This AddOn displays lightweight chat notifications if you make progress in an achievement (please see the screenshots).

Features:
  • Shows chat notifications if you do something that is needed for an achievement
  • Triggers on each action or just in x% steps of the achievements requirements (configurable)
  • Can show some details in the chat notification like (kill 250/1000 Humanoids)
  • You can toggle the notifications for each category
  • Lightweight: It is not always present and shows up only when necessary
  • You can enable account-wide settings

---

Deutsche Beschreibung

Was hat es mit dem AddOn auf sich?
Ich mag Erfolge und weiß gerne was ich tun muss, um diese zu erledigen und was es überhaupt für Erfolge gibt, ohne das ich mir jetzt alle im Detail anschauen muss: Dieses AddOn zeigt einfache Chat-Benachrichtigungen an, wenn man einen Fortschritt in einem Erfolg erzielt (siehe die Screenshots).

Merkmale:
  • Zeigt Chat-Benachrichtigungen, wenn etwas gemacht wird was für einen Erfolg nötig ist
  • Wird bei jeder Aktion angezeigt, oder in x% Schritten (konfigurierbar)
  • Kann weitere Details zum Erfolg anzeigen, wie (töte 250/1000 Humanoide)
  • Benachrichtigungen können für jede Kategorie einzeln (de)aktiviert werden
  • Einfach: Das AddOn ist nicht immer sichtbar, sondern ist nur präsent wenn es nötig ist
  • Accountübergreifende Einstellungen können aktiviert werden

---

Depends on LibAddonMenu-2.0. Please install it manually.

If you like the addon, you may want to buy me a drink.

Thanks to Llwydd for the french translation of the AddOn.

Sourcecode & Issue Tracker.
Release 4.14
  • New API version

Release 4.13
  • New API version

Release 4.12
  • New API version

Release 4.11
  • New API version

Release 4.10
  • New API version

Release 4.9
  • New API version

Release 4.8
  • New API version

Release 4.7
  • New API version

Release 4.6
  • New API version

Release 4.5
  • Fixed "ShowDetails" option working only in combination with "ShowOpenDetailsOnly"

Release 4.4
  • New API version

Release 4.3
  • Fixed an error with gendered achievement descriptions

Release 4.2
  • New API version

Release 4.1
  • New API version

Release 4.01
  • Fixed a typo

Release 4.0
  • Added accountwide settings
  • Added an “use accountwide settings” option to the settings of each character

Release 3.0
  • Removed the bundled dependency LibAddonMenu-2.0: You have to download it on your own now

Release 2.26
  • New API version

Release 2.25
  • New API version

Release 2.24
  • New API version
  • Updated Dependencies
  • Removed LibStub Usage

Release 2.23
  • New API version

Release 2.22
  • New API version

Release 2.21
  • New API version

Release 2.20
  • New API versions
  • Now all the new achievement categories are enabled by default in the settings panel

Release 2.16
  • New API version

Release 2.15
  • New API version

Release 2.14
  • New API version

Release 2.13
  • New API version, Morrowind ready

Release 2.12
  • New API version

Release 2.11
  • New API version

Release 2.10
  • French translation

Release 2.9
  • New API version

Release 2.8
  • Fixed a bug, thanks to merlight

Release 2.7
  • New API version

Release 2.6
  • New option that outputs incomplete tasks of an achievement in the details only
  • New option that outputs the details line by line (necessary for pChat compatibility)

Release 2.5
  • New API version

Release 2.4
  • New API version

Release 2.3
  • New API version

Release 2.2
  • Fixed an incompatibility with pChat (a leading "h" in chat notifications)
  • There is still an existing incompatibility with pChat regarding long notifications. pChat cuts off too long messages, I'm not sure why yet.

Release 2.1
  • Internals / Refactoring

Release 2.0
  • Finished the LAM 2.0 Upgrade to support the current version of ESO (The result: An all new and shiny settings page)

Release 1.0
  • New API Version (Craglorn)
  • Added the possibility to change the notification step width with a slider (default 25%)

Beta Release 0.93
  • Added a notification if an achievement is completed
  • Added a notification when you discover an achievement for the first time
  • Fixed an achievement not showing up
  • Fixed the behavior of showing notifications every 25% - this should now work correctly
  • Optimized internals

Beta Release 0.92
  • Added an optional Debug Mode if you think you found an error
  • Fixed achievement notifications using the wrong achievement category
  • Fixed a problem that all achievements instead of only the currently active achievement of a progress line were shown
  • Changed the color of the notifications

Beta Release 0.90
  • Initial Release
Optional Files (0)


Archived Files (3)
File Name
Version
Size
Uploader
Date
4.13
10kB
Asto
08/12/23 12:10 PM
3.0
9kB
Asto
06/01/20 06:18 AM
2.25
57kB
Asto
02/29/20 10:21 AM


Post A Reply Comment Options
Unread 08/29/23, 11:34 AM  
DakJaniels
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 120
Uploads: 4
You are missing a S in your bracket style.

Line 52 in AchievementInfoApplication.lua
from
Lua Code:
  1. local link = GetAchievementLink(achId, LINK_STYLE_BRACKET)
to
Lua Code:
  1. local link = GetAchievementLink(achId, LINK_STYLE_BRACKETS)



Report comment to moderator  
Reply With Quote
Unread 05/11/23, 03:25 PM  
Smumbo

Forum posts: 2
File comments: 25
Uploads: 0
This may be a big request, but I'm wondering if you could add functionality to display the notifications in the HUD, such as in the On-Screen Notifications or Alert Text Notifications windows (basing these names on the UI window names from Azurah). I vastly prefer getting notifications from addons this way instead of the chat window.
Last edited by Smumbo : 05/11/23 at 03:26 PM.
Report comment to moderator  
Reply With Quote
Unread 03/29/23, 07:02 AM  
ChrisK

Forum posts: 0
File comments: 176
Uploads: 0
Thanks for the update, Asto! Love your addon!
Report comment to moderator  
Reply With Quote
Unread 03/30/22, 03:04 PM  
Asto
 
Asto's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 40
Uploads: 1
Originally Posted by LoneStar2911
Will this be updated asap to work with the patch that's dropping on March 14th that includes account wide achievements?
Sry for the delay, but I'm going to upload a new version (4.9) in the next few minutes. Seems to work with accountwide achievements.
Report comment to moderator  
Reply With Quote
Unread 03/11/22, 04:23 AM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 210
File comments: 864
Uploads: 0
Will this be updated asap to work with the patch that's dropping on March 14th that includes account wide achievements?
Report comment to moderator  
Reply With Quote
Unread 09/11/21, 12:40 PM  
Asto
 
Asto's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 40
Uploads: 1
Originally Posted by xenn1975
To answer your questions , No I did not receive any error message from the game or otherwise and no to the last one....
Thank you, I'll have to look into this. Very strange since I just do some actions on triggered ESO events / notifications, that should be independent from any other game logic.

What other add-ons do you have installed? I'm wondering if this could be a combination of multiple add-ons, since I've never heard of that specific problem before
Report comment to moderator  
Reply With Quote
Unread 09/10/21, 04:46 PM  
xenn1975

Forum posts: 0
File comments: 5
Uploads: 0
Originally Posted by Asto
Originally Posted by xenn1975
I just wanted to let you know that this add on was causing a problem with the Summerset daily quest with Justicar Taninon for the Devine Justicar Achievement. I have been doing the quest daily and not checking progress because I thought it was automatic and didnt think about it. Well a couple of days ago I checked on my progress and it showed I had only completed 14 out 30...when I should have been much further along.

I put a ticket in about it to support and they replied with check for an add on problem. The only add on I have that deals with any of the games achievements is this one. I logged back into the game, and disabled this add on and did a quest for Justicar Tanonin and completed it and then checked my progress and sure enough it changed from 14 out of 30 to 15 out of 30.

I just wanted to let you know about it as I do like this add on.

I do use Minion but I also know how to install add-ons manual
Thank you, that's really weird. Did you get any error messages during your game sessions? Does the problem still occur when you disable the category the achievement is in?
To answer your questions , No I did not receive any error message from the game or otherwise and no to the last one....
Report comment to moderator  
Reply With Quote
Unread 09/10/21, 12:54 PM  
Asto
 
Asto's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 40
Uploads: 1
Originally Posted by xenn1975
I just wanted to let you know that this add on was causing a problem with the Summerset daily quest with Justicar Taninon for the Devine Justicar Achievement. I have been doing the quest daily and not checking progress because I thought it was automatic and didnt think about it. Well a couple of days ago I checked on my progress and it showed I had only completed 14 out 30...when I should have been much further along.

I put a ticket in about it to support and they replied with check for an add on problem. The only add on I have that deals with any of the games achievements is this one. I logged back into the game, and disabled this add on and did a quest for Justicar Tanonin and completed it and then checked my progress and sure enough it changed from 14 out of 30 to 15 out of 30.

I just wanted to let you know about it as I do like this add on.

I do use Minion but I also know how to install add-ons manual
Thank you, that's really weird. Did you get any error messages during your game sessions? Does the problem still occur when you disable the category the achievement is in?
Last edited by Asto : 09/10/21 at 12:54 PM.
Report comment to moderator  
Reply With Quote
Unread 09/10/21, 03:18 AM  
xenn1975

Forum posts: 0
File comments: 5
Uploads: 0
I just wanted to let you know that this add on was causing a problem with the Summerset daily quest with Justicar Taninon for the Devine Justicar Achievement. I have been doing the quest daily and not checking progress because I thought it was automatic and didnt think about it. Well a couple of days ago I checked on my progress and it showed I had only completed 14 out 30...when I should have been much further along.

I put a ticket in about it to support and they replied with check for an add on problem. The only add on I have that deals with any of the games achievements is this one. I logged back into the game, and disabled this add on and did a quest for Justicar Tanonin and completed it and then checked my progress and sure enough it changed from 14 out of 30 to 15 out of 30.

I just wanted to let you know about it as I do like this add on.

I do use Minion but I also know how to install add-ons manual
Report comment to moderator  
Reply With Quote
Unread 08/26/21, 05:00 AM  
Asto
 
Asto's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 40
Uploads: 1
Originally Posted by Klingo
Can it be that this addon is not compatible with LibDebugLogger?
Meaning that all of the chat outputs are considered "debugging-outputs" and thus get caught by LibDebugLogger and are not shown anymore in the chat tab.
That's interesting. Not as far as i know and I can't really reproduce it. I've tried it out and it worked as expected. The next start of ESO, all my addon messages got swallowed, but the Personal Assistant Startup message too, all addon messages (great AddOn btw ).

After disabling LibDebugLogger all worked again. Enabled it again, it's still working. Restarted ESO, everything was still working... so I can't detect a pattern there

Can you reproduce it with only those two addons active? I'm just printing "System" Messages, there shouldn't be anything special.
Report comment to moderator  
Reply With Quote
Unread 08/07/21, 09:43 AM  
Klingo
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 200
Uploads: 3
Can it be that this addon is not compatible with LibDebugLogger?
Meaning that all of the chat outputs are considered "debugging-outputs" and thus get caught by LibDebugLogger and are not shown anymore in the chat tab.
Report comment to moderator  
Reply With Quote
Unread 03/21/21, 08:56 PM  
Zulunia
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 28
Uploads: 1
Re: Re: Issue since last patch 29

Thanks Asto, working perfectly


Originally Posted by Asto
Originally Posted by Zulunia
Hi I've really been enjoying this addon, it was just what I was looking for. Since the recent update, everything works except 'Show details' Option only works if 'Show incomplete details only' is also ON. There are no errors or anything just the Show Details behaviour doesn't seem to be working right. I use pChat too

Keep up teh good work!
Thank you for reporting this. I've found the error, and I'm working on a fix right now, thanks
In this case, it is not a problem with pChat. I've just failed using the correct conditions
Report comment to moderator  
Reply With Quote
Unread 03/20/21, 09:30 AM  
Asto
 
Asto's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 40
Uploads: 1
Re: Issue since last patch 29

Originally Posted by Zulunia
...
Just uploaded the fixed version 4.5 - it should be available shortly

Originally Posted by AlbertVonMoosseedorf
I use a German client and pChat, but it doesn't work even without pChat.
Next I deactivated the corresponding library (LibChatMessage), but the problem persists.
Thank you for the further details. Today, I've checked this again with the German client and only the two add-ons AchievementInfo and pChat activated, but unfortunately, I couldn't recreate the issue

See my screenshots below. It works as intended. Can you give it another try with only the two add-ons activated?

Report comment to moderator  
Reply With Quote
Unread 03/20/21, 08:45 AM  
Asto
 
Asto's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 40
Uploads: 1
Re: Issue since last patch 29

Originally Posted by Zulunia
Hi I've really been enjoying this addon, it was just what I was looking for. Since the recent update, everything works except 'Show details' Option only works if 'Show incomplete details only' is also ON. There are no errors or anything just the Show Details behaviour doesn't seem to be working right. I use pChat too

Keep up teh good work!
Thank you for reporting this. I've found the error, and I'm working on a fix right now, thanks
In this case, it is not a problem with pChat. I've just failed using the correct conditions
Report comment to moderator  
Reply With Quote
Unread 03/19/21, 06:13 AM  
Zulunia
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 28
Uploads: 1
Exclamation Issue since last patch 29

Hi I've really been enjoying this addon, it was just what I was looking for. Since the recent update, everything works except 'Show details' Option only works if 'Show incomplete details only' is also ON. There are no errors or anything just the Show Details behaviour doesn't seem to be working right. I use pChat too

Keep up teh good work!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: