Jump to content


Photo

Dualboxing, Dualsend, Command 2 instances from one instance

dualboxdualboxingdualsend

    6 replies to this topic

    #1 curt5679

    curt5679

      Newbie

    • Members
    • Pip
    • 3 posts

      Posted 20 June 2016 - 06:02 AM

      hey everyone, I've been dualboxing with 2 accounts and I want to be able to send commands from one window. I've been reading about dualsend but it seems that it's outdated. And I'm under the impression that gearswap MIGHT do what I want.

      Basically I wanna be able to do something like

      //user2 /ma cure <me>

      or // user2 /ma fire <t>

      User2 being the second instance, with the commands being sent from the first. I'm not trying to create a bot, just a way to be able to send text commands to my other character without having to alt-tab into the other instance. Any help would be appreciated.



      #2 Iryoku

      Iryoku

        Advanced Member

      • Windower Staff
      • 488 posts

        Posted 20 June 2016 - 10:59 AM

        You're looking for the send addon. Then you can just do //send user2 /ma cure <me>. Note that <t> isn't processed by the send addon, but <me> is; so <me> means the sending character not the receiving character, but <t> means the target of the receiving character instead. If you want the target of the sending character you'll need to work around this with //send user2 /as <me>, to sync up both character's targets.


        • curt5679 likes this

        #3 curt5679

        curt5679

          Newbie

        • Members
        • Pip
        • 3 posts

          Posted 20 June 2016 - 10:14 PM

          Cool, so I got //send working and it's doing exactly what I want it too. but the issue i'm having now is I cant find a way to macro a //send command.

          Example Alt+1 //send char2name /ma cure char1name

          While this works directly typing into ffxi input, it doesn't work with FFXI macros, or //console exec macro.txt  with txt files saying something along the lines of

          input //send char2name ma cure <me> 

          Just to clarify, I can however use a macro.txt file that has a normal command such as

          input /ma cure <me>

          So I know I'm using this sort of macro right.

          Any ideas?



          #4 Kenshi

          Kenshi

            Advanced Member

          • Members
          • PipPipPip
          • 334 posts

            Posted 20 June 2016 - 10:24 PM

            Try  this in a macro:

            /console send char2name /ma cure <me>


            • curt5679 likes this

            #5 curt5679

            curt5679

              Newbie

            • Members
            • Pip
            • 3 posts

              Posted 20 June 2016 - 10:51 PM

              Hell yeah, that worked man! Thank you! I've tried so many combos! You've saved the day!



              #6 deadman80

              deadman80

                Member

              • Members
              • PipPip
              • 29 posts

                Posted 11 August 2016 - 06:55 AM

                Rather than start a new post...

                 

                Is there anywhere to find documentation for syntax for Send?  I'm looking for a way to include multiple commands on a single macro line with waits in-between basically..

                EX: /console send Altname fire5, wait 3, fire3



                #7 Iryoku

                Iryoku

                  Advanced Member

                • Windower Staff
                • 488 posts

                  Posted 12 August 2016 - 04:14 AM

                  There's no simple way to send multiple commands with a single send command, you'll need to create an alias on the receiving instance //alias alias_name fire5;wait 3;fire3; and then do /console send Altname //alias_name. alternatively you can use multiple send commands in your macro /console send Altname fire5;wait 3;send Altname fire3






                  1 user(s) are reading this topic

                  0 members, 1 guests, 0 anonymous users