Jump to content

Disable auto accept invites


Recommended Posts

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
Share on other sites

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
Share on other sites

  • 2 weeks later...
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
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...