Grandoz 0 Posted August 22, 2020 Share Posted August 22, 2020 I've gone over all kind of setting 3 times now and there's no way its not an option, can somebody tell me please how do i disable autoaccepts ? Link to comment https://wrobot.eu/forums/topic/12443-disable-auto-accept-invites/ Share on other sites More sharing options...
Apexx 60 Posted August 22, 2020 Share Posted August 22, 2020 Auto-accepts are not built into World of Warcraft on their own. This feature you are talking about sounds like an addon issue. Link to comment https://wrobot.eu/forums/topic/12443-disable-auto-accept-invites/#findComment-59651 Share on other sites More sharing options...
OMGhixD 16 Posted August 22, 2020 Share Posted August 22, 2020 I can swear i've seen a setting for this. Perhaps i remember incorrectly? Link to comment https://wrobot.eu/forums/topic/12443-disable-auto-accept-invites/#findComment-59652 Share on other sites More sharing options...
Grandoz 0 Posted August 24, 2020 Author Share Posted August 24, 2020 On 8/22/2020 at 1:21 PM, Apexx said: Auto-accepts are not built into World of Warcraft on their own. This feature you are talking about sounds like an addon issue. Im talking about Wrobot profiles(routines?), auctionbot specifically and i dont have any addons installed On 8/22/2020 at 1:30 PM, OMGhixD said: I can swear i've seen a setting for this. Perhaps i remember incorrectly? I have the same feeling Link to comment https://wrobot.eu/forums/topic/12443-disable-auto-accept-invites/#findComment-59670 Share on other sites More sharing options...
Matenia 628 Posted August 24, 2020 Share Posted August 24, 2020 It's not an option. Either an addon or wrobot plugin. Or his own code that clicks something like StaticPopup1Button1, which is what appears when you get an invite ? Link to comment https://wrobot.eu/forums/topic/12443-disable-auto-accept-invites/#findComment-59671 Share on other sites More sharing options...
Pudge 24 Posted August 24, 2020 Share Posted August 24, 2020 On 8/22/2020 at 10:37 PM, Grandoz said: I've gone over all kind of setting 3 times now and there's no way its not an option, can somebody tell me please how do i disable autoaccepts ? OMGhixD 1 Link to comment https://wrobot.eu/forums/topic/12443-disable-auto-accept-invites/#findComment-59672 Share on other sites More sharing options...
OMGhixD 16 Posted August 24, 2020 Share Posted August 24, 2020 9 hours ago, pudge said: Droidz! pay this guy a fee and make this a standalone feature ? Link to comment https://wrobot.eu/forums/topic/12443-disable-auto-accept-invites/#findComment-59680 Share on other sites More sharing options...
Ksarun 0 Posted September 4, 2020 Share Posted September 4, 2020 On 8/23/2020 at 1:37 AM, Grandoz said: I've gone over all kind of setting 3 times now and there's no way its not an option, can somebody tell me please how do i disable autoaccepts ? I had this problem, the problem ended up in the addon Autogear. Disable all addons in the game and check. Link to comment https://wrobot.eu/forums/topic/12443-disable-auto-accept-invites/#findComment-59828 Share on other sites More sharing options...
TheSmokie 242 Posted September 8, 2020 Share Posted September 8, 2020 or if you want to just auto deline invites, here is a frame to disable them. local f = CreateFrame("Frame") f:RegisterEvent("PARTY_INVITE_REQUEST") f:SetScript("OnEvent", function(self, event, ...) print("Declining a Party Invite ! "); StaticPopup1Button2:Click(); end) Link to comment https://wrobot.eu/forums/topic/12443-disable-auto-accept-invites/#findComment-59879 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now