What is AutoDecline? AutoDecline is a plugin for Honorbuddy that declines multiple types of invites from other players. What does it do? AutoDecline declines/Cancels the following: Guild Invitations Party Invitations Arena Team Invitations Trades in Progress Duel Invitations What is supported? AutoDecline does not use Pulses, so all botbases should be supported. Current Known Bugs Even though the invites are declined, the popup windows such as the Guild Invite window will stay on the screen. Future Plans Code in a way for the window popups to be cleared. Maybe someone can help me out with that. Possible GUI to choose what is declined and what isn't. User Suggestions?! Download Attached .zip (has SVN built in) or SVN - bams-scripts - Revision 10: /trunk/AutoDecline If you do not know how to use SVN, please follow this guide [Guide] How to SVN by Jvidia
Changelog Code: Version 1.0.1 - Fixed spamming log with not implemented exceptions Version 1.0.0 - Initial Release
Any chance of coding it to accept LFR. I hate going afk whilst in a long LFR que Only to return to see I've been removed because I declined invitation. Cheers and great work.
I added this functionality to my other plugin, BringToFront. http://www.thebuddyforum.com/honorbuddy-forum/plugins/uncataloged/121812-plugin-bringtofront.html#post1182642 Thanks for the suggestion.
I believe I fixed the spamming error with version 1.0.1 I got the same thing so I removed the not implemented exception and I no longer get it spammed in my logs. Please check it for me.
Okay thx, did not see this post before now, so deleted your addon It was just spamming until the log file were like (not kidding) 50MB+ and then all crashed: / However, will download tomorrow, and try again Thx for the update
Is it only me or the plugin is currently not working properly? I got it installed and enabled but still during questing i was getting a lot of invites, duel requestes and it didnt cancel any of them.
Do you know the event which shows the "You may be switched to another realm" Party Invite? it doesn't seem to be on WoWProgramming.com events.
The character will listen using this event: Code: PARTY_INVITE_REQUEST A cross-realm party invite displays as this popup: Checking the visibility of the frame: Code: StaticPopup_Visible('PARTY_INVITE_XREALM') Hiding the frame: Code: StaticPopup_Hide('PARTY_INVITE_XREALM')
Create a folder inside the Plugins folder called AutoDecline, create a file inside the AutoDecline folder and name it AutoDecline.cs, open that file in notepad and copy my last post with the updated code into it, save the file. Start HB and it should be there, if it does not check your log and post what you get about it there.