Close
Showing results 1 to 6 of 6

Thread: Help with FTL

Threaded View

  1. #1

    Question Help with FTL

    Wanted to try out FTL and figured that it would best be to see if it works using a follow macro.

    HotKeyNet sends the right keys, but nothing happens. The characters don't follow anyone.
    Screenshot: http://imgur.com/w4lmwhl
    I have default key binds, so nothing interferes with the macro.
    Anyone has any idea what to do?

    EDIT: I multibox 4 WoWs, pasted the unedited script by accident.

    Script that I use:
    Code:
    // %1% : Master Key// %2% : Slave Key
    // %3% : Modifier
    // %4% : SlavesToSend
    <Template SendMasterAndSlave>
             <SendFocusWin>
                      <Key %1%>
             <Sendlabel %4%>
                      <Key %3% %2%>
    <EndTemplate>
    
    // %1% : master key
    // %2% : slave key
    // %3% : modifier
    // %4% : Active window
    // %5% : Slave Windows
    <Template SendLeaderless>
            <If ActiveWinIs %4%>
                <ApplyTemplate SendMasterAndSlave "%1%" "%2%" "%3%" "%5%">
    <EndTemplate>
    
    // %1% : master-key
    // %2% : slave-key
    <Template FTL>
              <Hotkey %1%>     
                       <ApplyTemplate SendLeaderless "%1%" "%2%" "rctrl rshift" WoW1 "w2,w3,w4,w5">
                       <ApplyTemplate SendLeaderless "%1%" "%2%" "rctrl ralt" WoW2 "w1,w3,w4,w5">
                       <ApplyTemplate SendLeaderless "%1%" "%2%" "ralt rshift" WoW3 "w1,w2,w4,w5">
                       <ApplyTemplate SendLeaderless "%1%" "%2%" "rctrl ralt rshift" WoW4 "w1,w2,w3,w5">
                       <ApplyTemplate SendLeaderless "%1%" "%2%" "rctrl" WoW5 "w1,w2,w3,w4">          
    <EndTemplate>
    
    <ApplyTemplate FTL 1 1>
    Macro (3 lines):
    Code:
    /stopmacro [nomod]
    /target [mod:rctrl,mod:rshift,nomod:ralt,target=Toon1][mod:rctrl,mod:ralt,nomod:rshift,target=Toon2]
    [mod:ralt,mod:rshift,nomod:rctrl,target=Toon3][mod:rctrl,mod:ralt,mod:rshift,target=Toon4]
    /follow 
    /targetlasttarget
    Last edited by NotReallyNew : 04-17-2016 at 04:21 PM

Tags for this Thread

Posting Rules

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