Thread: Explorer Coords
View Single Post
05-01-14, 01:38 AM   #22
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by semlar View Post
I actually misnamed that variable in my addon, it's not the criteriaID I'm using but the assetID to identify the criteria.
That explains why my local copy stopped working after I reloaded the UI after making that change (which was also after I'd posted that)... would probably be better to store the criteriaID instead of the assetID but if you need to use the assetID for some reason the way you're doing it now is fine.

I did update Wowpedia with info about GetAchievementCriteriaInfoByID though, since I noticed it was missing. Not sure where I found it, but it's been around for a while; I use it in a couple unreleased things.

I could export the list from the game as a saved variable and then parse it into the python script but that would be a little extra pain I didn't want to do.
If you want the output from the script I posted earlier I can post it for you.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote