Thread Tools Display Modes
07/19/16, 11:37 PM   #1
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Possible to read achievement value?

i mean about all achievement to levelup Unaunted

some of them give you +5
some +10
some +15-20
this one on me - 30

is this possible to write an addon to read all values and show them for each unearned/earned achievement?
  Reply With Quote
07/20/16, 12:14 AM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Achievement API doesn't return this info.

We'll need one / multiple blank char, listen for EVENT_EXPERIENCE_GAIN and make a static dump.
This one will evolve with dlc, and etc etc until we don't have this info.

And some achievements are VERY HARD to do. Like how much for vMOL ? ..

Last edited by Ayantir : 07/20/16 at 12:38 AM.
  Reply With Quote
07/20/16, 12:30 AM   #3
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Originally Posted by Ayantir View Post
Achievement API doesn't return this info.

We'll need one / multiple blank char, listen for EVENT_EXPERIENCE_GAIN and make a static dump.
This one will evolve with dlc, and etc etc until we don't have this info.

And some achievements are VERY HARD to do. Like how much for vMOL ? ..

PS: You should check UESP, I greatly think they did that already.


they told ea achievement give +10
but its not true
  Reply With Quote
07/21/16, 09:21 AM   #4
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
ok, if i will gather info about each achievement in the future, by hands

so we will able to write an addon and hardcode this values =)
  Reply With Quote
07/24/16, 01:51 AM   #5
Sounomi
Join Date: Oct 2014
Posts: 40
Here's some to start you off. I had started to do what you're looking for awhile back before I maxed out Undaunted rep on my chars.

10 rep per dungeon clear achievement
10 rep per vet dungeon clear
10 rep per vet dungeon achievement
20 rep per tier I dungeon general achievement (Dungeon Damage Dealer, Dungeon Marauder, Dungeon Ruler)
40 rep per tier II dungeon general achievement (Dungeon Damage Dispenser, Dungeon Annihilator)
25? (probably 15 + 10 from dungeon clear achieve) rep for clearing all faction dungeons achievement
10 rep per normal pledge
20 rep per vet pledge
5 rep for Prove Them Wrong achieve
  Reply With Quote
08/03/16, 08:00 PM   #6
Uesp
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 15
You can get the achievement points through the ''GetAchievementInfo()'' function:

Code:
name, description, points, icon, completed, date, time = GetAchievementInfo(id)
We've used this to mine all the achievement data.
  Reply With Quote
08/03/16, 11:31 PM   #7
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Originally Posted by Uesp View Post
You can get the achievement points through the ''GetAchievementInfo()'' function:

Code:
name, description, points, icon, completed, date, time = GetAchievementInfo(id)
We've used this to mine all the achievement data.


yes, its points to Achievement progression
but we talking about Undaunted
  Reply With Quote
08/04/16, 08:52 AM   #8
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
We can probably augment the achievement info API to return reputation gains as well if that's desired.
  Reply With Quote
08/04/16, 09:37 AM   #9
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Originally Posted by ZOS_ChipHilseberg View Post
We can probably augment the achievement info API to return reputation gains as well if that's desired.
thanks! will be great
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Possible to read achievement value?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off