Jump to content


Photo

Clarification with Send.dll


Best Answer Byrth , 10 October 2013 - 09:53 PM

Keep in mind that you need to deactivate XI-Util's Send when you use Windower's.

 

Also, Binder keystrokes hit all windower instances at the same time, which bypasses the need for Send. What you actually want is to alias this for your mule only:

 

alias g510_M2G18 exec follow.txt;

 

follow.txt:

input /target MainChar;
wait 1;
input /lockon MainChar;
wait 1;
input /follow MainChar
Go to the full post


    7 replies to this topic

    #1 d3vious

    d3vious

      Advanced Member

    • Members
    • PipPipPip
    • 39 posts
    • LocationJersey

    Posted 26 September 2013 - 01:48 AM

    I currently use XI-Util for Send and Sandbox, I haven't had any luck with the Sandbox.dll or Send.dll that comes with the Windower v4. I think the issue with send are the commands I'm using which are currently like this.

    (I use an alias to bind these to keys also btw)

    alias g510_M2G18
    input \/\/send Mule \/target MainChar; 
    wait 1; 
    input \/\/send Mule \/lockon MainChar; 
    wait 1; 
    input \/\/send Mule \/follow MainChar
    
    

    this works perfect for XI-Util send but not for the windower send, is it written wrong for windower? If so how would I re-word my macro's for windower version.

     

    As always any help in solving this is greatly appreciated!

    Thank You

         DJ



    #2 Arcon

    Arcon

      Advanced Member

    • Windower Staff
    • 1189 posts
    • LocationMunich, Germany

    Posted 26 September 2013 - 04:53 AM

    I wasn't aware that this worked for XI-Util as well. To my knowledge, it shouldn't. They would all need to go in one line. Also, you shouldn't have to use input:

    alias g510_M2G18 send Mule \/target MainChar; wait 0.1; send Mule \/lockon MainChar; send Mule \/follow MainChar;
    

    I removed the last wait and reduced the first one, as it shouldn't be required. I didn't try this yet, so I can't confirm, but I don't see why this shouldn't work.



    #3 d3vious

    d3vious

      Advanced Member

    • Members
    • PipPipPip
    • 39 posts
    • LocationJersey

    Posted 26 September 2013 - 05:01 AM

    Sorry it is all in 1 line in XI-Util was wondering if it should work the same for send.dll that comes with windower.



    #4 Arcon

    Arcon

      Advanced Member

    • Windower Staff
    • 1189 posts
    • LocationMunich, Germany

    Posted 26 September 2013 - 05:37 AM

    Then yes, to my knowledge it should.



    #5 Byrth

    Byrth

      Advanced Member

    • Members
    • PipPipPip
    • 85 posts

      Posted 10 October 2013 - 09:53 PM   Best Answer

      Keep in mind that you need to deactivate XI-Util's Send when you use Windower's.

       

      Also, Binder keystrokes hit all windower instances at the same time, which bypasses the need for Send. What you actually want is to alias this for your mule only:

       

      alias g510_M2G18 exec follow.txt;

       

      follow.txt:

      input /target MainChar;
      wait 1;
      input /lockon MainChar;
      wait 1;
      input /follow MainChar


      #6 krilton

      krilton

        Advanced Member

      • Members
      • PipPipPip
      • 71 posts

        Posted 13 October 2013 - 09:44 PM

        curious, i'm not sure if this goes here but... how do you cancel a "/follow"? is there a command that would do it other then using numpad7?



        #7 Byrth

        Byrth

          Advanced Member

        • Members
        • PipPipPip
        • 85 posts

          Posted 14 October 2013 - 04:03 PM

          For some reason I have the impression that using /follow a second time cancels it, but I'm not entirely sure.

           

          I use:

           

          setkey numpad7 down;wait 0.2;setkey numpad7 up;

          I may also use numpad2. I forget.



          #8 d3vious

          d3vious

            Advanced Member

          • Members
          • PipPipPip
          • 39 posts
          • LocationJersey

          Posted 14 October 2013 - 05:23 PM

          @Byrth, Aye I use Autoexec to handle that so it only registers on my mule.

           

              <register silent="true" event="login_mule" runonce="true">exec g510/whm_sch.txt</register>
          

          and I'll have to try that cancel follow command, atm I just manually place my mule where I want it to stand.






          1 user(s) are reading this topic

          0 members, 1 guests, 0 anonymous users