Go to file
Florian Brinker ea573dbd0e
Minden ellenőrzés sikeres volt
Workflow / Linting (push) Successful in 7s
Workflow / Release (push) Successful in 9s
continuous-integration/drone/push Build is passing
1 workflow to rule them all
2024-09-20 13:18:02 +02:00
.gitea/workflows 1 workflow to rule them all 2024-09-20 13:18:02 +02:00
screenshots Dateien hochladen nach „screenshots“ 2020-06-07 20:49:39 +00:00
.drone.status Removed LibStub Usage 2019-10-26 23:43:18 +02:00
.drone.yml Remove screenshots from build 2020-08-25 09:56:37 +02:00
.luacheckrc Fix Bracket-Style 2024-09-19 22:43:07 +02:00
AchievementInfo.lua #2: Add accountwide settings 2020-06-07 14:54:32 +02:00
AchievementInfo.txt New Api Version 2024-09-19 22:29:02 +02:00
AchievementInfoApplication.lua Fix Bracket-Style 2024-09-19 22:43:07 +02:00
AchievementInfoCommon.lua Fix Addon Version 2019-10-26 22:15:38 +02:00
AchievementInfoLangStore.lua Fix typo 2020-06-07 20:03:56 +02:00
AchievementInfoSettings.lua #2: Add accountwide settings 2020-06-07 14:54:32 +02:00
CHANGELOG.md Fix Bracket-Style 2024-09-19 22:43:07 +02:00
README.md Add version status to readme, tag v16 due to an upload fail in esoui 2024-09-20 00:06:54 +02:00

AchievementInfo

Version Status Build Status Latest Releases Downloads Favorites

This is a The Elderscrolls Online addon. See all details and the download @ESOUI.

Issue-Tracker

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 achievement's 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

preview screenshot

Why is this a public project?

In case I quit or pause playing TESO and cannot maintain this addon, feel free to contribute to keep this up to date and running. I'll still be available here and be able to update the ESOUI page.

How to contribute?

IMPORTANT: Github is a mirror. Please contribute at git.f-brinker.de/elderscrolls-addon-achievementInfo - You can log in with your Github or Gitlab account (OAuth2).

Then, create a fork of the repository, do what you have to do, and create a pull-request afterward. Feel free to contact me any time.

Linting

Luacheck is used to check the LUA code. Documentation

API Version Upgrade

  • Increment the API Version in the AchievementInfo.txt file
  • Commit: git commit -am "New Api Version"
  • Add new Tag git tag x.yz
  • Push git push && git push --tags