Close
Showing results 1 to 7 of 7
  1. #1

    Default Party Sync Macro?

    fstack isn't helping me atm, need a way to start and accept it if possible.

    Thanks.

  2. #2

    Default

    Sync? You mean accept group invites? Why not use EMA-Classic?

  3. #3

    Default

    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.

  4. #4

    Default

    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.

  5. #5

    Default

    Thanks for the scripts.
    Last edited by sync00 : 12-13-2019 at 02:48 PM

  6. #6

    Default

    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.
    Code:
    /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
    HTML Code:
    https://pastebin.com/NZLHTeWB
    Last edited by fr0z3night : 01-31-2020 at 03:46 PM

  7. #7

    Default

    ya i should really add this into EMA.



    EDIT:::
    Now part of EMA
    Last edited by ebony : 02-02-2020 at 02:46 PM




Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •