Page 2 of 2
Re: Relationships Attune OctoWoW
Posted: Thu Jul 16, 2026 4:55 pm
by Lemony
V1.7
### Added: Force Complete Controls for Attunements
Introduced Force Complete controls for attunements, making it easier to manually override progression when needed.
#### Attunement-Level Controls
* Added a **Force Complete** button to the top-right of the attunement detail pane.
* Displays a confirmation popup before applying the change.
* Once forced, the button changes to **Undo Force Complete** to allow reverting the override.
Re: Relationships Attune OctoWoW
Posted: Sat Jul 18, 2026 5:53 pm
by Lemony
V1.8

Improved Quest Detection
Fixed an issue where certain faction-specific quests were not being detected correctly.
What's fixed:
* Improved quest name matching for clients that don't provide Quest IDs via the quest log.
* Faction-specific quest names (e.g. `"(Alliance)"` / `"(Horde)"`) are now matched correctly even when the quest log omits those suffixes.
This resolves progress detection for quests including:
* The Key to Scholomance quest chain
* Drakefire Amulet quest chain
* Related quests such as:
* Skeletal Fragments
* Mold Rhymes With...
* Fire Plume Forged
* Araj's Scarab
* The Key to Scholomance

Removed Attunements
The following attunements have been removed from the addon:
* Hydraxian Waterlords
* Emerald Sanctum
* Crescent Grove
* Gilneas City
* Hateforge Quarry
* Stormwind Vault
Re: Relationships Attune OctoWoW
Posted: Thu Jul 23, 2026 12:31 pm
by Lemony
V1.9
Fixed
- Naxxramas attunement costs corrected
- Honored: 60 gold, 5 Arcane Crystals, 2 Nexus Crystals, 1 Righteous Orb
- Revered: 30 gold, 2 Arcane Crystals, 1 Nexus Crystal
- Exalted: Free
Added
- Login progress detection
- On first load, the addon now scans already-completed quests in each attunement chain.
- Players who are halfway through an attunement will see their current step highlighted immediately, without needing to pick up the next quest first.
Re: Relationships Attune OctoWoW
Posted: Mon Jul 27, 2026 5:49 pm
by Thorate
I really like this addon. I am wondering if there is a way to turn off the automatic announcements? I don't see any option to do that. I will use it regardless, I just don't feel the need to announce in guild chat that I am attuned to SM Cathedral, etc.
Re: Relationships Attune OctoWoW
Posted: Thu Jul 30, 2026 5:09 pm
by Lemony
Thorate wrote: Mon Jul 27, 2026 5:49 pm
I really like this addon. I am wondering if there is a way to turn off the automatic announcements? I don't see any option to do that. I will use it regardless, I just don't feel the need to announce in guild chat that I am attuned to SM Cathedral, etc.
Thank you! I have no option for it but you can do the below to remove it..
in the Core.lua remove this section of code or comment it out.
function RA:AnnounceCompletion(att)
if not att or not att.name then return end
if not RelationshipsAttuneCharDB.announced then
RelationshipsAttuneCharDB.announced = {}
end
if RelationshipsAttuneCharDB.announced[att.id] then return end
RelationshipsAttuneCharDB.announced[att.id] = true
local inGuild = false
if IsInGuild then
local ok, res = pcall(IsInGuild)
if ok and res then inGuild = true end
end
if not inGuild and GetGuildInfo then
local ok, gname = pcall(GetGuildInfo, "player")
if ok and gname and gname ~= "" then inGuild = true end
end
local msg = "Attunement Complete: " .. (RA.playerName or "I")
.. " has fully completed the " .. att.name .. " attunement!"
if inGuild and SendChatMessage then
pcall(SendChatMessage, msg, "GUILD")
end
RA.print(msg)
end
Re: Relationships Attune OctoWoW
Posted: Thu Jul 30, 2026 6:08 pm
by Thorate
I appreciate the workaround. Thanks again for making some very handy addons.
Re: Relationships Attune OctoWoW
Posted: Mon Aug 31, 2026 2:29 pm
by Katlyn
Does this addon still work? I tried downloading it but I get an error message from Git Addons Manager
Error-1/12:received unexpected content-type
Re: Relationships Attune OctoWoW
Posted: Tue Sep 01, 2026 4:04 pm
by Obs
Needs ES attunement added