Skip to content

Commit

Permalink
Merge pull request #12 from Hyphie24/9.2
Browse files Browse the repository at this point in the history
9.2 Pre-Release
  • Loading branch information
Hyphie24 committed Feb 11, 2022
2 parents fc2678a + f80bdef commit 05ed2ca
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Overachiever/Overachiever.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 90105
## Interface: 90200
## Title: Overachiever
## Version: 1.1.51
## Version: 1.2.3
## Original Author: Tuhljin
## Fan Fix Author: Hyphie
## Notes: Tools and tweaks to make the lives of players seeking achievements a little bit easier.
Expand Down
7 changes: 6 additions & 1 deletion Overachiever/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Overachiever v1.1.5
Overachiever v1.2.3
==============================

Original Author: Tuhljin
Expand Down Expand Up @@ -115,6 +115,11 @@ Change log

The change log lists changes of particular note to users, not every change made.

v1.2.3
- Updated toc for 9.2
- Added Suggestions for Sepulcher of the First ones
- Added Zereth Mortis Zone

v1.1.4
- "Afterlife Express" (new): Added an option to display a reminder tooltip for riding carriages in Revendreth.
- Suggestions Tab:
Expand Down
4 changes: 2 additions & 2 deletions Overachiever_Cache/Overachiever_Cache.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 90105
## Interface: 90200
## Title: Overachiever - Cache
## Version: 1.1.51
## Version: 1.2.3
## Original Author: Tuhljin
## Fan Fix Author: Hyphie
## Notes: Shorten load times and improve accuracy of cross-faction data.
Expand Down
4 changes: 2 additions & 2 deletions Overachiever_Tabs/Overachiever_Tabs.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 90105
## Interface: 90200
## Title: Overachiever - Tabs
## Version: 1.1.51
## Version: 1.2.3
## Original Author: Tuhljin
## Fan Fix Author: Hyphie
## Notes: Add tabs (Search, Suggestions, etc.) to the Achievements window.
Expand Down
68 changes: 68 additions & 0 deletions Overachiever_Tabs/Suggestions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,15 @@ local achDarkmoonFaire = {
11921, -- Mosh Pit
11920, -- Perfect Performance
11919, -- Taking this Show on the Road
15213, -- Don't Stop Dancing
15215, -- Can't Stop the Feeling
15212, -- First Dance
15222, -- You Got the Beat
15221, -- Dancing Machine
15223, -- Feeling It
15216, -- Make You Sweat
15217, -- Maniac on the Dance Floor
15214, -- What a Feeling
}
-- To get base data:
-- 1. /run Overachiever.Debug_GetIDsInCat(15101, true)
Expand Down Expand Up @@ -1020,6 +1029,34 @@ local ACHID_ZONE_MISC = {
14961, -- Chains of Domination
15064, -- Breaking the Chains
},
["Zereth Mortis"] = {
15211, -- Completing the Code
15229, -- Traversing the Spheres
15331, -- Treasures of Zereth Mortis
15514, -- Unlocking the Secrets
15391, -- Adventurer of Zereth Mortis
15509, -- Tales of the Exile
15402, -- Cyphers of the First Ones
15513, -- Curious Collections
15224, -- Explore Zereth Mortis
15392, -- Dune Dominance
15512, -- Adventures in Zereth Mortis
15502, -- Sand Sand Everywhere
15508, -- Fashion of the First Ones
15411, -- Synthe Supersized
15406, -- Synthesized
15407, -- Synthe Fived
15404, -- Cosmic Empowerment
15542, -- Apocopocolypse Now
15410, -- Synthe Superfived
15336,
15402,
15513,
15518,
15515,
15404,
},
["Covenant (Kyrian)"] = {
14851, -- Bastion of Protection
14852, -- The Hoot of the Issue
Expand Down Expand Up @@ -1635,6 +1672,24 @@ local ACHID_INSTANCES = {
15132,
15133,
},
["Sepulcher of the First Ones"] = {
15315,
15397,
15386,
15396,
15401,
15494,
15399,
15381,
15419,
15400,
15398,
15478,
15490,
15491,
15409,
},
}
-- Aliases
ACHID_INSTANCES["Molten Core"] = ACHID_INSTANCES["The Molten Core"]
Expand Down Expand Up @@ -2234,6 +2289,19 @@ local ACHID_INSTANCES_MYTHIC = {
15120,
15121,
},
["Sepulcher of the First Ones"] = {
15479,
15481,
15483,
15485,
15487,
15489,
15480,
15482,
15484,
15486,
15488,
},
}
Expand Down
4 changes: 2 additions & 2 deletions Overachiever_Trade/Overachiever_Trade.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 90105
## Interface: 90200
## Title: Overachiever - Trade
## Version: 1.1.51
## Version: 1.2.3
## Original Author: Tuhljin
## Fan Fix Author: Hyphie
## Notes: Add achievement information to the Cooking window.
Expand Down

0 comments on commit 05ed2ca

Please sign in to comment.