Download
(22 Kb)
Download
Updated: 01/04/22 12:49 PM
Pictures
File Info
Compatibility:
Deadlands (7.2.5)
Waking Flame (7.1.5)
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:01/04/22 12:49 PM
Created:01/17/21 04:05 PM
Monthly downloads:82
Total downloads:11,969
Favorites:22
MD5:
Account Achievements  Popular! (More than 5000 hits)
Version: 2.0.2
by: QuantumPie [More]
1.2.0 Notice
The option to separate achievement progress by mega-server has been added (Settings->Addons->Account Achievements->Separate Achievements by Server), but is currently un-tested. It would be greatly appreciated if someone who actively plays on both could test it.

Dependencies
This addon requires the following libraries to be installed to function:
  • LibAddonMenu


Description
This addon re-designs the base-game achievement interface to make it easier to track achievement progress across all of your characters.

Current features include:
  • Re-designing the summary panel to show total progress towards a category in yellow, overlayed by the default blue bar
  • Adding addition information to an achievement's expanded tooltip, including all of the characters it has been earned on.
  • Achievements that have been earned on other characters will show as being partially unlocked, and display "Earned" instead of a date
  • An additional category that groups similar achievements together, such as: dungeon challengers, motifs, savior/hero of

Remarks
This addon may conflict with other addons which modify the base-game achievement panel. Addons that have been tested or contain compatibility patches (already included in the base addon) are:
Todo
  • Give each category its own yellow progress bar like for the summary
  • Support for other languages
- version 2.0.2
* Fixed errors that occurred when logging in (Many thanks to Zephyrot for providing a fix)

- version 2.0.1
* Implemented check for if ZoS adds a new achievement to an existing category

- version 2.0.0
* Added tracking of achievement progress for multi-step achievements across characters
* Updated achievements for Blackwood
NOTE: currently you need to manually update progress by clicking the button in the addon's settings

- version 1.3.0
* Added a setting to choose between the default progress bars or keeping Votan's Overview if the addon is installed
* Adding settings to change the appearance of account earned achievements
* Updated achievement group category with Flames of Ambition achievements
* Fixed errors that were a result of character names that started with a lowercase letter
* Fixed erroneous scroll bar from the original ContentList that wasn't hidden

- version 1.2.2:
* Fixed an error that was occurring due to a new achievement category being added from an update

- version 1.2.1:
* NOTE: The achievement saved variables had to be updated again to fix an error. You will need to re-log into each character again after updating
* Fixed an error involving expanding achievements with a progression line
* Fixed the computed points for all earned achievements being less then it should
* Added how many times an achievement has been earned as a prefix to the achievement name
* Reverted back to having globally earned achievements displaying as being fully unlocked

- version 1.2.0:
* Added option to separate saved variables by mega server (needs to be tested)
* Re-worked how the group category is added to the interface so it will always show on first character load
* Added full compatibility with Votan's achievement overview
* Added dev mode to the settings which displays additional information in the achievement window

- version 1.1.2:
* Removed leftover debug print

- version 1.1.1:
* Re-worked some hooks to prevent conflicts with other addons

- version 1.1.0:
* Added a settings menu
* Added color picker to change the account wide progress bar color
* Added button to refresh achievement progress if any were earned while the addon was disabled

- version 1.0.2:
* Fixed duplication name conflicts with LayoutAchievements

- version 1.0.1:
* Fixed a bug which caused an indexing error the very first time the addon was loaded (thanks for pointing this out Archmonster!)
Optional Files (0)


Archived Files (10)
File Name
Version
Size
Uploader
Date
2.0.1
22kB
QuantumPie
09/18/21 12:32 PM
1.3.0
20kB
QuantumPie
05/12/21 09:21 PM
1.2.2
19kB
QuantumPie
03/08/21 04:37 PM
1.2.1
19kB
QuantumPie
02/17/21 12:08 PM
1.2.0
19kB
QuantumPie
02/07/21 05:02 PM
1.1.2
16kB
QuantumPie
01/21/21 07:56 PM
1.1.1
16kB
QuantumPie
01/21/21 07:41 PM
1.0.2
15kB
QuantumPie
01/19/21 03:52 PM
1.0.1
15kB
QuantumPie
01/18/21 12:19 PM
1.0.0
15kB
QuantumPie
01/17/21 04:05 PM


Post A Reply Comment Options
Unread 01/19/22, 07:06 AM  
Eymix
 
Eymix's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 13
Uploads: 4
Character name size

Hihi !

So I've been using the addon for a bit now and after the recent update I remembered I had to do a slight change for it to be perfect :

Interface.xml at line 10-13 :
<Label name="$(parent)CharacterNameLabel" inherits="ZO_AchievementsDefaultLabel_Keyboard">
<Dimensions x="175"/>
<Anchor point="LEFT" relativeTo="$(parent)ClassIcon" relativePoint="RIGHT" offsetX="10"/>
</Label>


This label here was at x=125 if I remember correctly the initial value, and well it's a bit too short for longer names (I have some very long ones) causing it to take 2 lines and become unreadable

Thanks for the addon,
Cheers c:
Report comment to moderator  
Reply With Quote
Unread 01/01/22, 01:40 AM  
BrezzaTM

Forum posts: 0
File comments: 42
Uploads: 0
EDIT january 6th: Had to disable the addon 'cause it interferes with the favorite function of "Votan's Achievements Overview"

Originally Posted by kad
Originally Posted by yachoor
A quick workaround for error in Db.lua:77:

[/code]
Getting similar errors for line 244 in db.lua as well. Is there a quick fix for that one?

-K
Had the line 77 db.lua issue and after a complete restart had it on the line 244

Not to mention that the Achievements windows is completely empty

Happy New Year
Last edited by BrezzaTM : 01/06/22 at 10:02 AM.
Report comment to moderator  
Reply With Quote
Unread 12/31/21, 08:05 AM  
kad
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 50
Uploads: 1
Originally Posted by yachoor
A quick workaround for error in Db.lua:77:

[/code]
Getting similar errors for line 244 in db.lua as well. Is there a quick fix for that one?

-K
Report comment to moderator  
Reply With Quote
Unread 12/22/21, 02:52 PM  
yachoor
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 58
Uploads: 1
A quick workaround for error in Db.lua:77:
Change it from:
Code:
            self.svAchievements.achievements[categoryName]["subCategories"][subCategoryName]["earnedPoints"] = self.svAchievements.achievements[categoryName]["subCategories"][subCategoryName]["earnedPoints"] + points
to:
Code:
            self.svAchievements.achievements[categoryName]["subCategories"][subCategoryName]["earnedPoints"] = (self.svAchievements.achievements[categoryName]["subCategories"][subCategoryName]["earnedPoints"] or 0) + points
Report comment to moderator  
Reply With Quote
Unread 10/22/21, 10:42 AM  
Ratinira

Forum posts: 0
File comments: 31
Uploads: 0
Since last apdate addon is not working
I have errors each time my character got any achivement or when I open achivement list (which is empty)
Had to switch it off
Report comment to moderator  
Reply With Quote
Unread 09/22/21, 03:53 PM  
wolfstar

Forum posts: 0
File comments: 252
Uploads: 0
Been getting the below on load in. I don't have another achievement tracker addon. When I go to look at my achievements, I just see little icons on the summary page, but I don't know what any of them mean. The individual pages are blank. The addon doesn't show up in settings either.

user:/AddOns/QuantumsGlobalAchievements/Db.lua:77: operator + is not supported for nil + number
stack traceback:
user:/AddOns/QuantumsGlobalAchievements/Db.lua:77: in function 'addon:QueryAchievementByNames'
user:/AddOns/QuantumsGlobalAchievements/Db.lua:241: in function 'addon:CheckForNewCategories'
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:479: in function 'addon:Initialize'
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:496: in function 'OnAddOnLoaded'
I've also done a fresh install (after deleting saved variables) with the same results.
Last edited by wolfstar : 09/22/21 at 04:00 PM.
Report comment to moderator  
Reply With Quote
Unread 09/19/21, 07:09 AM  
sshogrin
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 62
Uploads: 5
Errors

I have gotten the same error regardless of saved variables on both computers as others have after updating this morning.
Report comment to moderator  
Reply With Quote
Unread 09/19/21, 04:27 AM  
Fly

Forum posts: 0
File comments: 62
Uploads: 0
I installed it and get a almost identical error. I do have Votans Achievement Favorites and Overview installed (I will rollback to the old version):

user:/AddOns/QuantumsGlobalAchievements/Db.lua:77: operator + is not supported for nil + number
stack traceback:
user:/AddOns/QuantumsGlobalAchievements/Db.lua:77: in function 'addon:QueryAchievementByNames'
|caaaaaa<Locals> self = [table:1]{name = "QuantumsGlobalAchievements", groupCategoryName = "QP_GA_GROUP", varsVersionAchievement = 10, varsVersionSettings = 10}, categoryName = "Verliese", subCategoryName = "Prüfungen", achievementName = "Gegen die Uhr: Ätherisches Ar...", points = 0, completed = F </Locals>|r
user:/AddOns/QuantumsGlobalAchievements/Db.lua:241: in function 'addon:CheckForNewCategories'
|caaaaaa<Locals> self = [table:1], topLevelIndex = 4, categoryName = "Verliese", numSubCatgories = 3, numAchievements = 14, playerName = "Flyjana", playerId = 8798292063069440, subCategoryIndex = 1, subCategoryName = "Prüfungen", numSubAchievements = 22, index = 1, id = 1081, achievementName = "Gegen die Uhr: Ätherisches Ar...", _ = "Schließt das Ätherische Arch...", points = 50, _ = "/esoui/art/icons/achievement_0...", completed = T, date = "28.08.21", _ = "20:21:53" </Locals>|r
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:479: in function 'addon:Initialize'
|caaaaaa<Locals> self = [table:1], playerName = "Flyjana" </Locals>|r
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:496: in function 'OnAddOnLoaded'
|caaaaaa<Locals> event = 65536, addonName = "QuantumsGlobalAchievements" </Locals>|r

Originally Posted by Dminor
Thank you for updating the addon. I installed the new version and deleted the SavedVariables\QuantumsGlobalAchievements.lua file. When I load any character, I now get the following error:

Code:
user:/AddOns/QuantumsGlobalAchievements/Db.lua:77: operator + is not supported for nil + number
stack traceback:
user:/AddOns/QuantumsGlobalAchievements/Db.lua:77: in function 'addon:QueryAchievementByNames'
|caaaaaa<Locals> self = [table:1]{varsVersionSettings = 10, name = "QuantumsGlobalAchievements", groupCategoryName = "QP_GA_GROUP", varsVersionAchievement = 10}, categoryName = "Character", subCategoryName = "Guilds", achievementName = "Recruit of the Undaunted", points = 0, completed = F </Locals>|r
user:/AddOns/QuantumsGlobalAchievements/Db.lua:170: in function 'addon:InitializeDB'
|caaaaaa<Locals> self = [table:1], CalculateLinePoints = user:/AddOns/QuantumsGlobalAchievements/Db.lua:136, totalEarned = 0, playerName = "Nunchaku", playerId = 8798292085558034, topLevelIndex = 1, categoryName = "Character", numSubCategories = 7, numAchievements = 13, categoryEarnedPoints = 0, subCategoryIndex = 1, subCategoryName = "Guilds", numSubAchievements = 12, subCategoryEarnedPoints = 0, index = 1, id = 1006, achievementName = "Recruit of the Undaunted", _ = "Join the Undaunted.", points = 5, _ = "/esoui/art/icons/achievement_0..." </Locals>|r
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:477: in function 'addon:Initialize'
|caaaaaa<Locals> self = [table:1], playerName = "Nunchaku" </Locals>|r
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:496: in function 'OnAddOnLoaded'
|caaaaaa<Locals> event = 65536, addonName = "QuantumsGlobalAchievements" </Locals>|r
Report comment to moderator  
Reply With Quote
Unread 09/19/21, 12:34 AM  
Dminor

Forum posts: 0
File comments: 9
Uploads: 0
Thank you for updating the addon. I installed the new version and deleted the SavedVariables\QuantumsGlobalAchievements.lua file. When I load any character, I now get the following error:

Code:
user:/AddOns/QuantumsGlobalAchievements/Db.lua:77: operator + is not supported for nil + number
stack traceback:
user:/AddOns/QuantumsGlobalAchievements/Db.lua:77: in function 'addon:QueryAchievementByNames'
|caaaaaa<Locals> self = [table:1]{varsVersionSettings = 10, name = "QuantumsGlobalAchievements", groupCategoryName = "QP_GA_GROUP", varsVersionAchievement = 10}, categoryName = "Character", subCategoryName = "Guilds", achievementName = "Recruit of the Undaunted", points = 0, completed = F </Locals>|r
user:/AddOns/QuantumsGlobalAchievements/Db.lua:170: in function 'addon:InitializeDB'
|caaaaaa<Locals> self = [table:1], CalculateLinePoints = user:/AddOns/QuantumsGlobalAchievements/Db.lua:136, totalEarned = 0, playerName = "Nunchaku", playerId = 8798292085558034, topLevelIndex = 1, categoryName = "Character", numSubCategories = 7, numAchievements = 13, categoryEarnedPoints = 0, subCategoryIndex = 1, subCategoryName = "Guilds", numSubAchievements = 12, subCategoryEarnedPoints = 0, index = 1, id = 1006, achievementName = "Recruit of the Undaunted", _ = "Join the Undaunted.", points = 5, _ = "/esoui/art/icons/achievement_0..." </Locals>|r
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:477: in function 'addon:Initialize'
|caaaaaa<Locals> self = [table:1], playerName = "Nunchaku" </Locals>|r
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:496: in function 'OnAddOnLoaded'
|caaaaaa<Locals> event = 65536, addonName = "QuantumsGlobalAchievements" </Locals>|r
Report comment to moderator  
Reply With Quote
Unread 09/18/21, 12:42 PM  
QuantumPie
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 21
Uploads: 2
I just released an update that should fix the errors with the alliance war, holiday, and prologue categories. If you're still having issues, try deleting QuantumsGlobalAchievements.lua in your SavedVariables folder ("C:\Users\{your username}\Documents\Elder Scrolls Online\live\SavedVariables\QuantumsGlobalAchievements.lua" if using the default file location on Windows). Note that you will need to log back into all of your characters you want to keep track of again.

I also went through everyone's recent suggestions / feedback from the past two months and am planning on implementing all of it the next time classes slow down for a week.

I apologize that these updates have been so slow!
Report comment to moderator  
Reply With Quote
Unread 09/18/21, 10:58 AM  
QuantumPie
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 21
Uploads: 2
Status Update

Sorry I've been pretty slow on the updates! Life's been pretty busy. I'll try and get something out this weekend which fixes the alliance war issue and updates the categories with newer achievements!
Report comment to moderator  
Reply With Quote
Unread 08/26/21, 07:50 AM  
Dminor

Forum posts: 0
File comments: 9
Uploads: 0
Thanks for this great addon. I love it. Unfortunately I get some errors when I open particular Achievement categories. I've disabled all addons except yours.

When I click on 'Alliance War' under 'PLAYER VS PLAYER', or on 'PROLOGUES', or on 'BLACKWOOD' i get the following error:
Code:
user:/AddOns/QuantumsGlobalAchievements/Achievement.lua:99: attempt to index a nil value
stack traceback:
user:/AddOns/QuantumsGlobalAchievements/Achievement.lua:99: in function 'Achievement:Show'
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:441: in function 'HookLayoutAchievements'
/EsoUI/Libraries/Utility/ZO_Hook.lua:18: in function 'LayoutAchievements'
/EsoUI/Ingame/Achievements/Keyboard/Achievements.lua:1460: in function 'Achievements:BuildContentList'
/EsoUI/Libraries/Utility/ZO_Hook.lua:38: in function 'BuildContentList'
/EsoUI/Ingame/Achievements/Keyboard/Achievements.lua:1489: in function 'Achievements:UpdateCategoryLabels'
/EsoUI/Ingame/Achievements/Keyboard/Achievements.lua:1498: in function 'Achievements:OnCategorySelected'
/EsoUI/Ingame/Achievements/Keyboard/Achievements.lua:1048: in function 'TreeEntryOnSelected'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:713: in function 'ZO_TreeNode:OnSelected'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:422: in function 'ZO_Tree:SelectNode'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:952: in function 'ZO_TreeEntry_OnMouseUp'
ZO_CollectionsBook_TopLevelCategoriesScrollChildZO_CollectionsBook_SubCategory1_MouseUp:3: in function '(main chunk)'
When I click on 'HOLIDAY EVENTS' I get the following error:
Code:
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:88: attempt to index a nil value
stack traceback:
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:88: in function 'addon:QueryAchievementByID'
user:/AddOns/QuantumsGlobalAchievements/Achievement.lua:99: in function 'Achievement:Show'
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:441: in function 'HookLayoutAchievements'
/EsoUI/Libraries/Utility/ZO_Hook.lua:18: in function 'LayoutAchievements'
/EsoUI/Ingame/Achievements/Keyboard/Achievements.lua:1460: in function 'Achievements:BuildContentList'
/EsoUI/Libraries/Utility/ZO_Hook.lua:38: in function 'BuildContentList'
/EsoUI/Ingame/Achievements/Keyboard/Achievements.lua:1489: in function 'Achievements:UpdateCategoryLabels'
/EsoUI/Ingame/Achievements/Keyboard/Achievements.lua:1498: in function 'Achievements:OnCategorySelected'
/EsoUI/Ingame/Achievements/Keyboard/Achievements.lua:1048: in function 'TreeEntryOnSelected'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:713: in function 'ZO_TreeNode:OnSelected'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:422: in function 'ZO_Tree:SelectNode'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:113: in function 'ZO_Tree:SelectFirstChild'
/EsoUI/Ingame/Achievements/Keyboard/Achievements.lua:1035: in function 'TreeHeaderSetup_Child'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:866: in function 'ZO_TreeNode:RefreshControl'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:669: in function 'ZO_TreeNode:SetOpen'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:338: in function 'ZO_Tree:SetNodeOpen'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:332: in function 'ZO_Tree:ToggleNode'
/EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:937: in function 'ZO_TreeHeader_OnMouseUp'
/EsoUI/Libraries/ZO_Templates/TreeTemplates.lua:34: in function 'ZO_IconHeader_OnMouseUp'
ZO_GroupMenu_KeyboardCategoriesScrollChildZO_GroupMenuKeyboard_StatusIconChildlessHeader1Icon_MouseUp:6: in function '(main chunk)'
Report comment to moderator  
Reply With Quote
Unread 08/25/21, 08:16 AM  
Fly

Forum posts: 0
File comments: 62
Uploads: 0
Originally Posted by Dminor
I love your addon. It provides excellent functionality that the game itself is lacking.

However, I noticed an unfortunate problem. I also use 'Votan's Achievements Overview' addon. This addon let's you add and remove achievements from a list of 'Favorites'. Which is nice to keep track of achievements you're working on.

After I installed 'Account Achievements' addon, the 'Add to Favorites' and 'Remove from Favorites' menu options in the right click menu of an achievement have disappeared.

I hope you can find a way to fix that.

Thanks for all the work you've put into this addon.
I got the same problem!
I workaround it by deactivating account achievements, but thats rather annoying
Maybe you can fix this?

Another problem: since Waking flames I get an error code, will you update the addon to the latest patch?
Report comment to moderator  
Reply With Quote
Unread 08/20/21, 05:19 AM  
Dminor

Forum posts: 0
File comments: 9
Uploads: 0
I love your addon. It provides excellent functionality that the game itself is lacking.

However, I noticed an unfortunate problem. I also use 'Votan's Achievements Overview' addon. This addon let's you add and remove achievements from a list of 'Favorites'. Which is nice to keep track of achievements you're working on.

After I installed 'Account Achievements' addon, the 'Add to Favorites' and 'Remove from Favorites' menu options in the right click menu of an achievement have disappeared.

I hope you can find a way to fix that.

Thanks for all the work you've put into this addon.
Report comment to moderator  
Reply With Quote
Unread 05/16/21, 08:52 PM  
Anceane
 
Anceane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 1017
Uploads: 1
Code:
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: attempt to index a nil value
stack traceback:
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: in function 'EventAchievementAwarded'
|caaaaaa<Locals> eventCode = 131454, name = "Journeyman Decorator", points = 5, id = 1746, link = "|H0:achievement:1746:1:1621218..." </Locals>|r
Code:
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: attempt to index a nil value
stack traceback:
user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: in function 'EventAchievementAwarded'
|caaaaaa<Locals> eventCode = 131454, name = "Expert Decorator", points = 10, id = 1747, link = "|H0:achievement:1747:1:1621218..." </Locals>|r
I am playing a level 4 actually. When she entered my housing, those errors popped. Name of character is Umbral Esmerald, so as you see there is no lower case starting

There was also these errors earlier, when i applied the CP (as this account as over 1000)

Code:
    [10192] = 
    {
        [1] = 1621215839071,
        [2] = "2021-05-16 21:43:59.071 -0400",
        [3] = 1,
        [4] = "E",
        [5] = "UI",
        [6] = "user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: attempt to index a nil value",
        [7] = "stack traceback:\nuser:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: in function 'EventAchievementAwarded'\n<Locals> eventCode = 131454, name = \"Stealthy Decree\", points = 10, id = 1221, link = \"|H0:achievement:1221:1:1621215...\" </Locals>",
    },
    [10193] = 
    {
        [1] = 1621215839086,
        [2] = "2021-05-16 21:43:59.086 -0400",
        [3] = 1,
        [4] = "E",
        [5] = "UI",
        [6] = "user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: attempt to index a nil value",
        [7] = "stack traceback:\nuser:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: in function 'EventAchievementAwarded'\n<Locals> eventCode = 131454, name = \"Devious Destiny\", points = 15, id = 1222, link = \"|H0:achievement:1222:1:1621215...\" </Locals>",
    },
    [10194] = 
    {
        [1] = 1621215839101,
        [2] = "2021-05-16 21:43:59.101 -0400",
        [3] = 1,
        [4] = "E",
        [5] = "UI",
        [6] = "user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: attempt to index a nil value",
        [7] = "stack traceback:\nuser:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: in function 'EventAchievementAwarded'\n<Locals> eventCode = 131454, name = \"Arcane Decree\", points = 10, id = 1218, link = \"|H0:achievement:1218:1:1621215...\" </Locals>",
    },
    [10195] = 
    {
        [1] = 1621215839117,
        [2] = "2021-05-16 21:43:59.117 -0400",
        [3] = 1,
        [4] = "E",
        [5] = "UI",
        [6] = "user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: attempt to index a nil value",
        [7] = "stack traceback:\nuser:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: in function 'EventAchievementAwarded'\n<Locals> eventCode = 131454, name = \"Mysterious Destiny\", points = 15, id = 1219, link = \"|H0:achievement:1219:1:1621215...\" </Locals>",
    },
    [10196] = 
    {
        [1] = 1621215839133,
        [2] = "2021-05-16 21:43:59.133 -0400",
        [3] = 1,
        [4] = "E",
        [5] = "UI",
        [6] = "user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: attempt to index a nil value",
        [7] = "stack traceback:\nuser:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: in function 'EventAchievementAwarded'\n<Locals> eventCode = 131454, name = \"Vigorous Decree\", points = 10, id = 1216, link = \"|H0:achievement:1216:1:1621215...\" </Locals>",
    },
    [10197] = 
    {
        [1] = 1621215839155,
        [2] = "2021-05-16 21:43:59.155 -0400",
        [3] = 1,
        [4] = "E",
        [5] = "UI",
        [6] = "user:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: attempt to index a nil value",
        [7] = "stack traceback:\nuser:/AddOns/QuantumsGlobalAchievements/QuantumsGlobalAchievements.lua:566: in function 'EventAchievementAwarded'\n<Locals> eventCode = 131454, name = \"Robust Destiny\", points = 15, id = 1215, link = \"|H0:achievement:1215:1:1621215...\" </Locals>",
Name is without accent, same for the account. No special letters

While i use Votan's achievement, i did not activated the compatiblity as there was a graphical transparency problem. After i selected the achievement, if i scrolled up or down, the text of this achievement was still behind, like stuck behind the new window) sorry hard to explain
Last edited by Anceane : 05/16/21 at 09:25 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: