View Full Version : [WoW] Party Sync Macro?
Liquefied
11-02-2019, 08:36 PM
fstack isn't helping me atm, need a way to start and accept it if possible.
Thanks.
Wizeowel
11-04-2019, 08:19 AM
Sync? You mean accept group invites? Why not use EMA-Classic?
Liquefied
11-08-2019, 09:22 PM
No Party Sync in retail pops up an extra dialog warning you that you will be resynced, looking for something that either bypasses that or clicks it.
Aspin
11-30-2019, 02:34 PM
A bit late to the party, but the commands for this are:
/script QuestSessionManager:StartSession()
Initiate sync (run on one toon)
/script QuestSessionManager.CheckStartDialog:Confirm()
Confirm starting a sync session (same toon as above)
/script QuestSessionManager.StartDialog:Confirm()
Confirm joining a session (run on the other toons in party)
/script QuestSessionManager:StopSession()
Run on the first toon to stop the sync session
/script QuestSessionManager.CheckStopDialog:Confirm()
Run on the first toon to confirm stopping
I guess it's not too hard to set it up quickly with broadcast enabled, especially as it's only once per session. But you could bundle these into some macros if that's your preference.
sync00
12-13-2019, 02:00 PM
Thanks for the scripts.
fr0z3night
01-31-2020, 03:36 PM
Thanks for the above, I created the Party Sync Macro below using it, didn't need the initiate one, the two below seem to do the job.
/script QuestSessionManager.CheckStartDialog:Confirm()
/in 2 /script QuestSessionManager.StartDialog:Confirm()
- Bind to Ctrl + U on all characters in Macro Toolkit add-on
- Added to Ctrl + U to Combat Broadcast Hotkeys in ISBoxer
- Invite party members to team, then press Ctrl + U
- Party sync will start and all other characters will accept.
My other macros
https://pastebin.com/NZLHTeWB
ebony
01-31-2020, 03:43 PM
ya i should really add this into EMA.
EDIT:::
Now part of EMA
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.