File Details
v1.0.1-nolib
- R
- Aug 5, 2018
- 1019.22 KB
- 295
- 8.0.1
- Retail
File Name
Overachiever-v1.0.1-nolib.zip
Supported Versions
- 8.0.1
------------------------------------------------------------------------
r221 | Tuhljin | 2018-07-31 18:48:02 +0000 (Tue, 31 Jul 2018) | 5 lines
Changed paths:
M /trunk/Overachiever_Tabs/Suggestions.lua
M /trunk/Overachiever_Trade/TradeSkills.lua
M /trunk/readme.txt
- Trade module: Fix achievement information not showing in Cooking window.
- Suggestions Tab:
-- Add more suggestions to the Draenor garrison.
-- Suggest "Choppin' Even More Logs" to Horde characters in their garrison instead of "Choppin' Some Logs" since the wrong faction's version was showing if the series progressed. (WoW API gives Alliance version as part of the series regardless of your faction.)
-- Suggest "Chromie Homie" at Wyrmrest Temple in Dragonblight (instead of only when actually inside The Deaths of Chromie scenario).
------------------------------------------------------------------------
r220 | Tuhljin | 2018-07-28 12:47:47 +0000 (Sat, 28 Jul 2018) | 2 lines
Changed paths:
M /trunk/AchieveID.lua
M /trunk/Overachiever_Tabs/Suggestions.lua
M /trunk/Overachiever_Tabs/build.lua
M /trunk/libs/TjAchieve.lua
M /trunk/localization.lua
M /trunk/readme.txt
- Suggestions Tab: Added numerous suggestions for Battle for Azeroth zones.
- Added achievements for Battle for Azeroth zones to exploration auto-tracking.
------------------------------------------------------------------------
r219 | Tuhljin | 2018-07-27 12:10:27 +0000 (Fri, 27 Jul 2018) | 1 line
Changed paths:
M /trunk/Overachiever_Cache/Cache.lua
- Disabled debug messages.
------------------------------------------------------------------------
r218 | Tuhljin | 2018-07-27 12:07:14 +0000 (Fri, 27 Jul 2018) | 5 lines
Changed paths:
M /trunk/AchieveID.lua
M /trunk/Options.lua
M /trunk/Overachiever.lua
M /trunk/Overachiever.toc
A /trunk/Overachiever_Cache
A /trunk/Overachiever_Cache/Cache.lua
A /trunk/Overachiever_Cache/Overachiever_Cache.toc
M /trunk/Overachiever_Tabs/Overachiever_Tabs.toc
M /trunk/Overachiever_Tabs/Watch.lua
M /trunk/Overachiever_Tabs/build.lua
M /trunk/Overachiever_Trade/Overachiever_Trade.toc
M /trunk/libs/TjAchieve.lua
M /trunk/libs/TjThreads.lua
M /trunk/localization.lua
M /trunk/readme.txt
- A new module has been added, Overachiever_Cache. When enabled (which it is by default), it should reduce load times once its cache is populated. The cache is rebuilt whenever Overachiever runs after a new build of WoW was released.
- Commented out the hardcoded mob IDs used for need-to-kill reminders for each of the "Adventurer of [Legion Zone]" achievements since the normal criteria lookup system can now pull that data programmatically. (Blizzard apparently changed something at some point.)
- Fixed an issue where injecting hardcoded mob IDs for need-to-kill reminders could result in duplicate lookup data. (Redundant since, as noted above, we don't inject anything any more, but the ability to do so remains in case it's needed later.)
- Add debug function Overachiever.Debug_DumpTab to output achievement IDs of the currently displayed tab.
- Updated addon/module descriptions (.toc files' "Notes"). It should be more clear what each module does.
------------------------------------------------------------------------

