Close
Showing results 1 to 10 of 20

Threaded View

  1. #2

    Default

    Code:
    //modify IP address as necessary
    //you must launch ad rename windows accordingly, this can be done manually or with a script
    
    <Label w1 192.168.0.10 SendWinM WoW1>
    <Label w2 192.168.0.10 SendWinM WoW2>
    <Label w3 192.168.0.10 SendWinM WoW3>
    <Label w4 192.168.0.10 SendWinM WoW4>
    <Label w5 192.168.0.10 SendWinM WoW5>
    
    //Define all keys to have FTL applied in the list below, this should be the only line you have to modify below this point
    <KeyList FTLList 0-9, Numpad0-Numpad9, minus, plus>
    
    //Added FTL Templates
    // %1% : Master Key
    // %2% : Slave Key
    // %3% : Modifier
    // %4% : SlavesToSend
    <Template SendMasterAndSlave>
             <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%> 
            <PassThrough>    
                       <ApplyTemplate SendLeaderless "%Trigger%" "%2%" "rctrl rshift" WoW1 "w2,w3,w4,w5">
                       <ApplyTemplate SendLeaderless "%Trigger%" "%2%" "rctrl ralt" WoW2 "w1,w3,w4,w5">
                       <ApplyTemplate SendLeaderless "%Trigger%" "%2%" "ralt rshift" WoW3 "w1,w2,w4,w5">
                       <ApplyTemplate SendLeaderless "%Trigger%" "%2%" "rctrl ralt rshift" WoW4 "w1,w2,w3,w5">
                       <ApplyTemplate SendLeaderless "%Trigger%" "%2%" "rctrl" WoW5 "w1,w2,w3,w4">          
    <EndTemplate>
    
    //----------------------------------------------------------------
    //Definition of FTL keys 
    //----------------------------------------------------------------
    <ApplyTemplate FTL FTLList %Trigger%>
    The above script will allow you to press 1 on WoW and send ctrl+shift+1 to all the other windows, you will of course need to make a macro for every spell you wish to use.
    If you setup the FTL in Jamba-FTL your spell macros will look like this:
    Code:
    #showtooltip
    /click [mod] JambaFTLTarget
    /cast [harm][target=targettarget] Fiery Spell of Doom
    /targetlasttaget [mod]
    I hope that helps, it will keep you legal since now only one action is happening in game per key pressed.
    Last edited by Bettysue : 11-22-2009 at 12:47 PM Reason: This script was written by master coders ***not me*** I can answer questions about it, just didnt make it myself.

Posting Rules

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