== PremadeAutoAccept ==
This project is open-source and maintained on GitHub here: https://github.com/Kruithne/PremadeAutoAccept
This simple add-on for World of Warcraft adds back in the auto-accept functionality that Blizzard removed from the premade group finder.
I've made a fork of the original repository with some issues being fixed. Feel free to use this version before the author reviews the pull request:
https://github.com/eFse7en/PremadeAutoAccept
Was using version 1.22 which is the one in github and was working until prepatch 9.0.1
This seems to have been broken in 8.1. Any plans to fix it, if it's even possible?
In reply to Kiia:
In reply to cqwrteur:
In reply to Kiia:
In reply to cqwrteur:
In reply to mrexcelion:
In reply to cqwrteur:
In reply to mrexcelion:
In reply to Kiia:
try -> https://github.com/Conrmax/PremadeAutoAccept/blob/master/PremadeAutoAccept.lua
didn't work just now in 8.1
i'll keep trying
In reply to grumalt27197:
In reply to grumalt27197:
n reply to haruo:
In reply to mrexcelion:
"active, activityID, ilvl, honorLevel, name, comment, voiceChat, duration, autoAccept, privateGroup, lfg_questID" Most of that line got changed into just "data".
Excluding the version change in the lua and the commit notes, there were 7 changes throughout the lua. Apparently the premise of the api change probably boils down to addons only being able to use something called Data. Cause I see it now littered everywhere in the 7 spots of code change. Maybe this is some additional protection done by blizzard, beyond preventing addons from being able to utilize the search fields? They can only use what game provides, rather than trolling from what they want to find?
Overall a real sad change, and I am saddened to finally see at least on my end how an addon dev managed to retain functionality amid Blizzard's rampant undocumented api changes.
i see the 3 checkboxes in the group finder now but when i switch characters it doesn't auto-accept me and they end up unchecking themselves am i doing something wrong or is it not made to be used in the way i want?
Fairly minor issue as it basically never comes up: you need to throttle the rate this addon sends out invites. I used it for the World Boss in Arathi and got booted off the server it was spamming so many players with invites.
Auto Accept is back in by default now!
In reply to Forge_User_59448620: