They're planning to fix that in February (no guarantees)
I mean I’m no game developer or anything, but you’re telling me that they’re letting an unintended bug that seems like an easy fix be in the game for 4 months until they even look at it? That seems ridiculous. I’m definitely biased because I could really use the boosts for the diaries on my alt right now and it seems extremely unfair that I can’t do what every other player has had access to, just because I chose an unfortunate time to do the diaries.
Just to provide some context, because of the sheer number of achievements that've been added in recent years and peculiar conditions they need to check, we reached the limit of how much achievement data our scripting engine can process, and had to recreate every achievement in an engine-cached format for efficiency and to support continued addition of achievements for game content.
Converting this data, extending the achievement engine to support some very quirky achievement conditions, and adapting the achievement interface to pull data from the achievement interface took about a year behind the scenes.
The fruit of that labor means the achievement processing code is now in-engine for efficiency and we can more freely add achievements in game content releases. (Where previously the fully-scripted system was at its limit.)
The necessary drawback of that is if we need to change the logic for parsing achievements, that's an engine change.
For what it'...
Read more