fstack isn't helping me atm, need a way to start and accept it if possible.
Thanks.
Printable View
fstack isn't helping me atm, need a way to start and accept it if possible.
Thanks.
Sync? You mean accept group invites? Why not use EMA-Classic?
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.
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.
Thanks for the scripts.
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.
- Bind to Ctrl + U on all characters in Macro Toolkit add-onCode:/script QuestSessionManager.CheckStartDialog:Confirm()
/in 2 /script QuestSessionManager.StartDialog:Confirm()
- 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 macrosHTML Code:https://pastebin.com/NZLHTeWB
ya i should really add this into EMA.
EDIT:::
Now part of EMA