Accept all macro is here! I picked all stuff from my macro folder and some from the forums. I REALLY hate mousebroadcasting. Mainly because its so slow and unrealiable if you are not able to run all windows in fullscreen.
Paste this into binpad addon and you got yourself a nice macro to accept everything.Notify me if some of these are incorrectly written or if you have more.
Code:
/script RetrieveCorpse();RepopMe();AcceptQuest();ConfirmAcceptQuest();StaticPopup_Hide("PARTY_INVITE");StaticPopup_Hide("QUEST_ACCEPT");
/run AcceptGroup();AcceptTrade();RetrieveCorpse();ConfirmReadyCheck(1);ConfirmSummon();StaticPopup_Hide("CONFIRM_SUMMON");
/console autointeract 1
/click StaticPopup1Button1
/click GossipTitleButton1
/click TradeFrameTradeButton
/click GuildInviteFrameJoinButton
/click PetitionFrameSignButton
#Quests - Those with "Item1" in the name will select a quest reward
/click QuestFrameCompleteButton
/click QuestInfoItem1
/click QuestProgressItem1
/click QuestFrameCompleteQuestButton
/click QuestFrameAcceptButton
#Accept battlefield ports
/script AcceptBattlefieldPort(1,1);AcceptBattlefieldPort(2,1);AcceptBattlefieldPort(3,1);AcceptBattlefieldPort(4,1);
#Lookingfordungeon accept
/click LFDRoleCheckPopupAcceptButton
/click LFDDungeonReadyDialogEnterDungeonButton
/run LFGTeleport(IsInLFGDungeon())
Decline all:
Code:
/click QuestInfoItem2
/click QuestProgressItem2
/click GossipTitleButton2
/click StaticPopup1Button2
/click TradeFrameCancelButton
/click GuildinviteFrameDeclineButton
/click PetitionFrameCancelButton
/click TutorialFrameCloseButton
MISC:
Code:
/click ClassTrainerTrainButton
#Mail
/click btnMailOpenerOpenAll
/click InboxNextPageButton
#Bid auctions in AH
/click BidBidButton
#Create items with the tradeskill button. This is good if you wanna disenchant stuff on alt while doing something else on main.
#e.g Make jewels with alt by spamming macro and at the same time blacksmith with main.
/click TradeSkillCreateButton
If you got more of them please add them below!
Connect With Us