View Single Post
07/11/15, 01:39 PM   #7
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
I am not 100% sure, but I think they are all tied to achievements.
You could try to iterate over all of them and use
Code:
GetAchievementRewardTitle(integer achievementId)
    Returns: boolean hasRewardOfType, string titleName
to get their name
  Reply With Quote