Jump to content

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

  • 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.

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)

 

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...