Thread Tools Display Modes
02/11/16, 02:29 PM   #1
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Achievement codes broken?

I wonder if it's just me, but...

I have started getting wierd results when I use
Lua Code:
  1. GetAchievementCriterion()

1250 used to be "Wrothgar Master Relic Hunter", but now 1250 is "The First Charter" and "Wrothgar Master Relic Hunter" doesn't exists at all.
1248 used to be "Hero of Wrothgar", but now 1248 is "Relic Hunter" and "Hero of Wrothgar" doesn't exists at all.
"The First Charter" have BOTH the numbers 1250 AND 1324.

There are probably other achievement codes that went haywire, but haven't checked them.
  Reply With Quote
02/11/16, 03:34 PM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
GetAchievementInfo(1250)
returns "Wrothgar's Relic Hunter".
So I guess, GetAchievementCriterion does not return that (anymore), because it should never have done it.
  Reply With Quote
02/12/16, 04:43 PM   #3
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Originally Posted by votan View Post
GetAchievementInfo(1250)
returns "Wrothgar's Relic Hunter".
So I guess, GetAchievementCriterion does not return that (anymore), because it should never have done it.
Oops, you are right, never mind
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Achievement codes broken?


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