Relationships Attune OctoWoW

Player-made addons and UI configurations.
User avatar
Lemony
Posts: 49
Contact:

Re: Relationships Attune OctoWoW

Post#11 » Thu Jul 16, 2026 4:55 pm

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.
Relationship The Feral Druid. You Can Find Me On N'Zoth.

User avatar
Lemony
Posts: 49
Contact:

Re: Relationships Attune OctoWoW

Post#12 » Sat Jul 18, 2026 5:53 pm

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
Relationship The Feral Druid. You Can Find Me On N'Zoth.

User avatar
Lemony
Posts: 49
Contact:

Re: Relationships Attune OctoWoW

Post#13 » Thu Jul 23, 2026 12:31 pm

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.
Relationship The Feral Druid. You Can Find Me On N'Zoth.

Thorate
Posts: 3

Re: Relationships Attune OctoWoW

Post#14 » 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.

User avatar
Lemony
Posts: 49
Contact:

Re: Relationships Attune OctoWoW

Post#15 » Thu Jul 30, 2026 5:09 pm

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
Relationship The Feral Druid. You Can Find Me On N'Zoth.

Thorate
Posts: 3

Re: Relationships Attune OctoWoW

Post#16 » Thu Jul 30, 2026 6:08 pm

I appreciate the workaround. Thanks again for making some very handy addons.

Katlyn
Posts: 5

Re: Relationships Attune OctoWoW

Post#17 » Mon Aug 31, 2026 2:29 pm

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

Obs
Posts: 6

Re: Relationships Attune OctoWoW

Post#18 » Tue Sep 01, 2026 4:04 pm

Needs ES attunement added

Who is online

Users browsing this forum: No registered users and 1 guest