RaiderIO integration into C_LFG panels (LFG-finder)
Features
Completely ignores the in-game Blizzard DungeonScore in favour of RIO
Rich IO data in SearchResult
- Show RaiderIO score in SearchPanel
- Show Leader's BestKey for that particular dungeon
- Show All applicants BestKey for that particular dungeon
Sorting
- Full Auto-Sort based on Applicants score (Looking for Applicants view)
- Full Auto-Sort based on Leaders score (Looking for Group view)
Filtering
- Shows groups with your currently selected Specialization (Tank/Healer/DPS)
- Positive Effect: Filters a lot of WTS advertisement due to Filter Settings (Min. RIO 200)
Automatic sorting of highest RIO in LFG
- Adds information into your searchlists and sorts it. Any sorting is based on the leader. In views where members are shown, all participants their RaiderIO is shown. At this moment in time, I do not add penalties to the group. I only check the ACTUAL character not their main. This is on purpose for transparency. I don't check RaiderIO for role however. I should.
Demo
- https://clips.twitch.tv/HealthyEnchantingRhinocerosPlanking-PCLDngMKmG3DlJLf (Twitch-Clip Create Group)
Prerequisite
You need to have the RaiderIO database loaded for the aura to work. You can acquire said database using Wowhead or the original downloadable client from raider.io.
- https://www.curseforge.com/wow/addons/raiderio
- https://raider.io/addon
Known Issues
- This applies to ANY search window using LFG. So this includes torgast etc. I will filter out these at a later time and make them more specific. This used to be part of my addon, but I chose to build it for WeakAura instead of standalone.
- Filtering is not great kinda working
- Layout in the overview ain't great but it is working
- It still shows brackets… This has to do with me not actually creating good "insert text here" functions "yet" You can just remove the [@rio] formatting if it bothers you too much
- The very first time you open the searchpanel, filtering goes haywire and you have to press refresh. This only happens the first time you open the searchpanel.
- No detection for an outdated or unavailable RaiderIO database. I presume you have the RaiderIO addon loaded which loads the database into WoW.
Releases
Patch 9.1.5
Known Issues: Blizzard is heavily updating the UI of the LFG part. It is highly unstable and they edit it a lot. Currently the filtering and showing down in the list part aint working great. Looking into it.
Patch 9.1
Known Issues:
- Role Icon is over the text in non-dungeon views. (fixed 1.1.2)
- DungeonScore text is underneath the text and blocks the buttons. ("fixed" in 1.1.1)
Release Comments:
- Blizzard introduced its own DungeonScore rating into the Dungeon LFGView. I tried to change the layout just for that view while defaulting to the rest. (per 1.1.2)
Patch 9.0.5
Known Issues:
- Upon update, please reload UI (/reload) Due to the rework, it will do trim multiple times as I auto-reload it in this version when trying to get rid of Global Variables etc. (Haven't succeeded yet)
Release Comments:
- Continues Sorting and filtering is fixed for both Applicants and Groups (fixed)
- Taints: Fixed from version 1.0.6. Goes unnoticed if you have Stubby or an addon like Adibags which has it embedded
Attribution & Copyright Notice
Code, Ideas and Boilerplate have been derived (read:ninjaad, stolen, copied without asking) from many sources but primarily:
- ElvUI
- BRIO
- RIO Dungeons & Keys
- https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/LFGList.lua (The SourceCode)