PDA

View Full Version : [WoW] Massive Accept All Macro



aasi888
09-18-2012, 12:41 AM
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 (http://www.curse.com/addons/wow/bind-pad#t1:description) and you got yourself a nice macro to accept everything.Notify me if some of these are incorrectly written or if you have more.


/script RetrieveCorpse();RepopMe();AcceptQuest();ConfirmAc ceptQuest();StaticPopup_Hide("PARTY_INVITE");StaticPopup_Hide("QUEST_ACCEPT");
/run AcceptGroup();AcceptTrade();RetrieveCorpse();Confi rmReadyCheck(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);AcceptBattlefieldPo rt(4,1);

#Lookingfordungeon accept
/click LFDRoleCheckPopupAcceptButton
/click LFDDungeonReadyDialogEnterDungeonButton
/run LFGTeleport(IsInLFGDungeon())


Decline all:

/click QuestInfoItem2
/click QuestProgressItem2
/click GossipTitleButton2
/click StaticPopup1Button2
/click TradeFrameCancelButton
/click GuildinviteFrameDeclineButton
/click PetitionFrameCancelButton
/click TutorialFrameCloseButton


MISC:


/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!

Khatovar
09-18-2012, 12:53 AM
Good to have, but I have to disagree with mouse broadcasting. I don't run fullscreen {master 1920*1050, slaves 480*270} and I've used mouse broadcasting religiously since Wrath was released. It's so fast and accurate that I fish with all 5 toons with very little issue.

aasi888
09-18-2012, 08:18 AM
You use HKN to broadcast? When I try to use it it doesn't always click reliably. I often have to broadcast the same thing multiple times.

Khatovar
09-18-2012, 08:28 AM
Yes, I use HotKeyNet. You'll need to adjust the ClickMouse settings to get the most reliable broadcasting. Mine currently uses 3, 3 but I've also used 25 25 and 15 15 depending on how much of a strain mutliboxing is on my system.

You'll also need to make sure you are running all windows in the same resolution, even if they are all resized to different sizes. And for WoW itself, you need to make sure your UI Scale in game is set the same on everyone. You can edit that in game, which is sort of accurate, but I edited the Config.WTF. It's the one @ World of Warcraft/WTF/Config.wtf


SET uiScale "0.89999997615814"

But like I said, it is accurate enough for me to fish on all 5 guys at the same time and I have been using it for healing (http://genus-industri.us/wp/2011/11/08/hkn-script-v2-part-2/) and AOE (http://genus-industri.us/wp/2011/11/08/hkn-script-v2-–-part-4/) since Wrath. I also use it for things like gathering (http://genus-industri.us/wp/2011/11/09/hkn-script-v2-–-part-5/). The mouse broadcasting is actually why I started using HotKeyNet and stopped using Keyclone.

Emenems
09-18-2012, 09:47 AM
so why u are doing this macros when Jamba can do like 70% of that accepting too?

aasi888
09-18-2012, 10:15 AM
The rest 30% must also be completed.

Hmm. interesting. Is there a way to send the hotkeys in a way that does NOT rename the windows? My AHK scripts are currently for "World of Warcraft" window and renaming to Wow1 will fuck things up.

Khatovar
09-18-2012, 10:51 PM
There might be a way, but probably not. I wouldn't count on it working in conjunction with AHK anyway.

HPAVC
01-11-2015, 04:07 PM
Was just looking for this macro to link so someone, the quotes are wrong for these macros


StaticPopup_Hide(“QUEST_ACCEPT”);

they should be


StaticPopup_Hide("QUEST_ACCEPT");

ebony
02-14-2015, 05:38 PM
for 6.1 you need if you wonted all your team to use the new exit taxi button.

Btw Jamba already supports this when master clicks it,



TaxiRequestEarlyLanding()

JackBurton
02-16-2015, 11:48 AM
/script ResetInstances();
/click BagItemAutoSortButton
/run EjectPassengerFromSeat(1) EjectPassengerFromSeat(2)

Mercurio
02-18-2015, 09:20 AM
Thanks for posting this aasi888! Found a couple of things I did not have in my Super Accept Stuff macro. :o

One thing still doesn't work for me - confirming Ready Checks. "ConfirmReadyCheck(1);" does NOT work for me. I have tried a few variations of this and searched the net for a bit, but can't find something that works.

Anyone know the proper syntax for confirming that you are ready on all your toons?

ebony
02-18-2015, 11:06 AM
Thanks for posting this aasi888! Found a couple of things I did not have in my Super Accept Stuff macro. :o

One thing still doesn't work for me - confirming Ready Checks. "ConfirmReadyCheck(1);" does NOT work for me. I have tried a few variations of this and searched the net for a bit, but can't find something that works.

Anyone know the proper syntax for confirming that you are ready


ill hurt it down when i get home ;)