Download
(117Kb)
Download
Updated: 01-09-07 09:01 PM
Pictures
File Info
Updated:01-09-07 09:01 PM
Created:unknown
Downloads:3,797
Favorites:34
MD5:

AutoAcceptInvite

Version: 1.3 - WoW 2.0
by: TigerHeart [More]

AutoAcceptInvite is a mod which will remove the tedium of waiting for raid invites. Simply set it up to get invites from friends list, guild roster, or manually pick exactly who you want to allow, and when you get an invite from them, BLAM! it automatically accepts.

This mod can ALSO be used to auto reject invites using the 'deny' option.

Soon to come: Play obnoxious sound on invite to let you know it happened, and a popup and/or log to display exactly when the auto invite occured! I may also look into a fubar setup for it, if people want it.

Almost forgot! Slash commands are /aai and /autoacceptinvite! See screenshot for more details on what does what.

-TigerHeart

========================================
Changelog
v1.3-2.0 - 01-08-07
Updated for WoW 2.0. No other changes, so keeping the version the same.

v1.3 - 11-18-06
Fixed acerint problem. Oops!

v1.2 - 10-27-06
Fixed standby error

v1.1 - 9-19-06
Fixed capitalization in /commands breaking invites.

v1.0 - Unreleased
Dev beta version

Post A Reply Comment Options
Unread 05-25-09, 08:35 AM  
Ceaphyrel
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
If you are looking for fix, take a look at http://wow.curse.com/downloads/wow-a...pt_invite.aspx

I've been fixing this lovely addon for my personal use for some time now, and yesterday I find out that there's not much left of original 5 lines of code or so

But still I managed to keep it as close as possible with little more of my own
Report comment to moderator  
Reply With Quote
Unread 05-11-09, 06:30 PM  
reuuin
A Defias Bandit

Forum posts: 3
File comments: 7
Uploads: 0
Can someone fix this and upload it(fan update), horrible with lua and code. THXXXXX
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 01:00 PM  
Sentz
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Turns out the below 'fix' didn't work so well !! But from another mod has found a solution. I took the information from post #3 on the following thread.
http://forums.wowace.com/showthread.php?t=16234

Basically you need to insert the following code between the lines, AcceptGroup() and StaticPopup_Hide.
Code:
for i=1, STATICPOPUP_NUMDIALOGS do
    local dlg = _G["StaticPopup"..i]
    if dlg.which == "PARTY_INVITE" then
        dlg.inviteAccepted = 1
        break
    end
end
So once again open up the autoacceptinvite.lua file and scroll down to the bottom and insert the above code between AcceptGroup() and StaticPopup_Hide

The autoacceptinvite.lua should end up looking as follows (with the new changes in bold)

Code:
(self.db.account.settings.friend and AutoAcceptInvite:IsFriend(name)) then
		self:Print("Accepting invite from", name)
		AcceptGroup()
			for i=1, STATICPOPUP_NUMDIALOGS do
				local dlg = _G["StaticPopup"..i]
				if dlg.which == "PARTY_INVITE" then
		        		dlg.inviteAccepted = 1
				        break
				end
			end
		StaticPopup_Hide("PARTY_INVITE")
	end
end
Last edited by Sentz : 04-19-09 at 04:59 AM.
Report comment to moderator  
Reply With Quote
Unread 02-11-07, 11:00 PM  
Mingan
A Murloc Raider

Forum posts: 7
File comments: 2
Uploads: 0
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 08:42 PM  
TigerHeart
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 132
File comments: 9
Uploads: 1
Oops!

Sorry about not updating here as well . I forgot I had it on here too honestly lol. i'll up it now!

-TigerHeart
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 05:21 AM  
ehrw
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I now somehow got the latest version through ace updater so thanks
Report comment to moderator  
Reply With Quote
Unread 12-19-06, 11:47 AM  
ehrw
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Please TigerHeart update this cause I like to slack during invites

Nah but tbh its a very good addon which I like very much so pretty please give us a release for 2.01
Report comment to moderator  
Reply With Quote
Unread 12-08-06, 04:52 AM  
ehrw
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Any ETA on a release for 2.0.1?
Report comment to moderator  
Reply With Quote
Unread 11-18-06, 08:47 PM  
TigerHeart
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 132
File comments: 9
Uploads: 1
Hmm that sounds like a library issue there... I'll upload a new copy in a few here with the new libraries in it. Let me know if that solves the problem .


EDIT: DOH! I know what the problem is, I was using the depricated acerint(), instead of MyAddOn:Print()... It should be fixed in the release I'm uploading now! Thanks for the report!

-TigerHeart
Last edited by TigerHeart : 11-18-06 at 09:16 PM.
Report comment to moderator  
Reply With Quote
Unread 11-12-06, 09:13 AM  
Wicla
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hm. When you try to add auto accept invite for guild members (/aai guild) you get this error:
...terface\AddOns\AutoAcceptInvite\AutoAcceptInvite.lua:95: attempt to index global `ace' (a nil value)
Report comment to moderator  
Reply With Quote
Unread 10-25-06, 02:37 AM  
TigerHeart
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 132
File comments: 9
Uploads: 1
There's already quite a few out there that auto accept/deny rezzes/summons. I'll see if I can find you a link tomorrow here (unless you mean by specific person?).

As for ignore list, it should deny by default on invites off ignore list, can you test this (i'll try when I get a chance here)? If not, shouldn't be too hard to implement.

-TigerHeart
Report comment to moderator  
Reply With Quote
Unread 10-18-06, 02:56 AM  
Litvan
A Murloc Raider

Forum posts: 7
File comments: 44
Uploads: 0
nice work mate...

could you possibly extend it (or make another addon) to auty deny/accept rez and summons??
and perhaps make it check your ignore list for denying from ppl you have on ignore
Report comment to moderator  
Reply With Quote
Unread 10-10-06, 02:11 PM  
TigerHeart
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 132
File comments: 9
Uploads: 1
Thanks for the comment Wicla! If you do find any features you would like to have, just let me know!

-TigerHeart
Report comment to moderator  
Reply With Quote
Unread 10-10-06, 11:33 AM  
Wicla
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Nice AddOn

Nothing has gone wrong so far
Report comment to moderator  
Reply With Quote
Unread 10-09-06, 11:37 AM  
TigerHeart
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 132
File comments: 9
Uploads: 1
If anyone has any questions whatsoever, do not hesitate to ask!

-TigerHeart
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: