Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 17 of 17

Thread: Lost in FTL

  1. #11

    Default

    What I used :

    //----------------------------------------------------------------
    // MOVEMENT HOTKEY FOR AUTORUN / FOLLOW
    //----------------------------------------------------------------

    <MovementHotkey Q>

    <If ActiveWinIs w1>
    <SendLabel wow1> <Key Q>
    <SendLabel wow2> <Key Lalt LShift 1>
    <SendLabel wow3> <Key Lalt LShift 1>
    <SendLabel wow4> <Key Lalt LShift 1>
    <SendLabel wow5> <Key Lalt LShift 1>

    <Else If ActiveWinIs w2>
    <SendLabel wow2> <Key Q>
    <SendLabel wow1> <Key Lalt LShift 1>
    <SendLabel wow3> <Key Lalt LShift 2>
    <SendLabel wow4> <Key Lalt LShift 2>
    <SendLabel wow5> <Key Lalt LShift 2>

    <Else If ActiveWinIs w3>
    <SendLabel wow3> <Key Q>
    <SendLabel wow2> <Key Lalt LShift 2>
    <SendLabel wow1> <Key Lalt LShift 2>
    <SendLabel wow4> <Key Lalt LShift 3>
    <SendLabel wow5> <Key Lalt LShift 3>

    <Else If ActiveWinIs w4>
    <SendLabel wow4> <Key Q>
    <SendLabel wow2> <Key Lalt LShift 3>
    <SendLabel wow3> <Key Lalt LShift 3>
    <SendLabel wow1> <Key Lalt LShift 3>
    <SendLabel wow5> <Key Lalt LShift 4>

    <Else If ActiveWinIs w5>
    <SendLabel wow5> <Key Q>
    <SendLabel wow2> <Key Lalt LShift 4>
    <SendLabel wow3> <Key Lalt LShift 4>
    <SendLabel wow4> <Key Lalt LShift 4>
    <SendLabel wow1> <Key Lalt LShift 4>
    Obeviously you can set up a macro just using the alt/ctrl/shift modifiers like you've done with assist so you wont have to muck about with 4 follow macros

  2. #12

    Default

    Quote Originally Posted by Eggy View Post
    Obeviously you can set up a macro just using the alt/ctrl/shift modifiers like you've done with assist so you wont have to muck about with 4 follow macros
    I tryed that but that doesn`t seem to work.
    Code:
    /follow [mod:ctrl,mod:shift,nomod:alt]Shomey;[mod:ctrl,mod:alt,nomod:shift]Shomea;[mod:alt,mod:shift,nomod:ctrl]Shomee;[mod:ctrl,mod:alt,mod:shift]Shomei[mod:ctrl,nomod:alt,nomod:shift]Shomeu
    Been 7hours now on redoing my whole setup. Cleaned all bars and hotkeys and still far fro beeing done so I`m losing focus. Can`t seem to get the assist one converted to a follow one.

  3. #13

    Default

    I cannot get the follow to work. The assist/dps is working.

    I have in HKN now:

    Code:
    /////////////////////////////////////////////////////////////////
    ////FTL//////////////////////////////////////////////////////////
    /////////////////////////////////////////////////////////////////
    
    <command main1>
    <SendPC Local>
    <SendwinM w1> 
    <Key %all%>
    
    <command assist1>
    <SendPC Local>
    <SendWinM w2> 
    <Key ctrl shift %1%>
    <SendWinM w3> 
    <Key ctrl shift %1%>
    <SendWinM w4> 
    <Key ctrl shift %1%>
    <SendWinM w5> 
    <Key ctrl shift %1%>
    
    <command main2>
    <SendPC Local>
    <SendWin w2> 
             <Key %all%>
    
    <command assist2>
    <SendPC Local>
    <SendWin w1> 
    <Key ctrl alt %1%>
    <SendWinM w3> 
         <Key ctrl alt %1%>
    <SendWinM w4> 
         <Key ctrl alt %1%>
    <SendWinM w5> 
             <Key ctrl alt %1%>
    
    <command main3>
    <SendPC Local>
    <SendWin w3> 
         <Key %all%>
    
    <command assist3>
    <SendWin w1> 
    <Key alt shift %1%>
    <SendWin w2> 
         <Key alt shift %1%>
    <SendWinM w4> 
                <Key alt shift %1%>
    <SendWinM w5> 
                <Key alt shift %1%>
    
    <command main4>
    <SendPC Local>
    <SendWin w4> 
            <Key %all%>
    
    <command assist4>
    <SendWin w1> 
    <Key ctrl alt shift %2%>
    <SendWin w2> 
            <Key ctrl alt shift %2%>
    <SendWinM w3> 
            <Key ctrl alt shift %2%>
    <SendWinM w5> 
            <Key ctrl alt shift %2%>
    
    <command main5>
    <SendPC Local>
    <SendWin w5> 
            <Key %all%>
    
    <command assist5>
    <SendPC Local>
    <SendWin w1> 
    <Key ctrl %2%>
    <SendWin w2> 
            <Key ctrl %2%>
    <SendWinM w3> 
            <Key ctrl %2%>
    <SendWinM w4> 
            <Key ctrl %2%>
    Code:
    ///////////////////////////////////
    ////Follow/////////////////////////
    ///////////////////////////////////
    <Hotkey z>
    <If ActiveWinIs w1> <Main1 %trigger%><Assist1 z>
    <Else If ActiveWinIs w2> <Main2 %trigger%><Assist2 z>
    <Else If ActiveWinIs w3> <Main3 %trigger%><Assist3 z>
    <Else If ActiveWinIs w4> <Main4 %trigger%><Assist4 z>
    <Else If ActiveWinIs w5> <Main5 %trigger%><Assist5 z>
    And macro ingame:
    Code:
    /follow [mod:ctrl,mod:shift,nomod,alt,target=Shomey][mod:ctrl,mod:alt,nomod:shift,target=Shomea][mod:alt,mod:shift,nomod:ctrl,target=Shomee][mod:ctrl,mod:alt,mod:shift,target=Shomei][mod:ctrl,nomod:alt,nomod:shift,target=Shomeu]
    I`m breaking my balls here

  4. #14

    Default

    If you use jamba you could use it for follow.

    Code:
    /console Sound_EnableSFX 0
    /click SmartBuff_KeyButton
    /console Sound_EnableSFX 1
    /script UIErrorsFrame:Clear()
    /stopmacro [nomod]
    /jamba-follow master
    Thats my follow macro. It does have some issues now and again.

    I also use my window switching a bit different.

    Code:
    <HotkeyUp F8>
        <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
        <TargetWin WoW1>
        <SetForegroundWin>
    Notice I used HotkeyUp for the switch reason being I use this later.

    Code:
    //--------------------------------------------------------------
    //Assign Jamba Leader
    //--------------------------------------------------------------
    
    <Hotkey F8>
        <SendLabel w1, w2, w3, w4, w5>
            <Key %Trigger%>
    
    <Hotkey F9>
        <SendLabel w1, w2, w3, w4, w5>
            <Key %Trigger%>
    
    <Hotkey F10>
        <SendLabel w1, w2, w3, w4, w5>
            <Key %Trigger%>
    
    <Hotkey F11>
        <SendLabel w1, w2, w3, w4, w5>
            <Key %Trigger%>
    
    <Hotkey F12>
        <SendLabel w1, w2, w3, w4, w5>
            <Key %Trigger%>
    So then I have F8 thru F12 bound to this.

    Code:
    /click CorkFrame
    /click SmartBuff_KeyButton
    /jamba setmaster Bore
    /console autointeract 0
    /script SetView(5)
    /script MinimapCluster:SetScale(1.1)
    When not the active window the minimap scale is set to 4 if i remember right. You have to have a macro for each on all the characters. So if I hit F8 my main window will be my tank and his mini map will be scaled to 1.1 and the other window's all the minimaps are scaled up so i can actually see them.

  5. #15

    Default

    If you are using z as the key to trigger follow you are going to have to make sure shift+z ctrl+z and alt+z are all unbound in your keybindings for it to work.

    Code:
    /target [mod:ctrl,mod:shift,nomod:alt,target=Shomey][mod:ctrl,mod:alt,nomod:shift,target=Shomea][mod:alt,mod:shift,nomod:ctrl,target=Shomee][mod:ctrl,mod:alt,mod:shift,target=Shomei][mod:ctrl,nomod:alt,nomod:shift,target=Shomeu]
    Fixed a misplaced comma for you, and made it target to work with the macros below. Remember to make sure it's all on one line.

    BTW the only way I have found to make follow and attacks work based on the same FTL macro is to use "/target" in place of /assist.

    You have to change the dps macros a bit though.

    Code:
    #showtooltip
    /click FTLFindALeaderButton
    /cast [target=targettarget,harm] Firey Ball of Death
    /targetlasttarget
    and follow is

    Code:
    /stopmacro [nomod]
    /click FTLFindALeaderButton
    /follow
    /targetlasttarget

  6. #16

    Default

    Code:
    /target [mod:ctrl,mod:shift,nomod:alt,target=Shomey][mod:ctrl,mod:alt,nomod:shift,target=Shomea][mod:alt,mod:shift,nomod:ctrl,target=Shomee][mod:ctrl,mod:alt,mod:shift,target=Shomei][mod:ctrl,nomod:alt,nomod:shift,target=Shomeu]
    /follow
    /targetlasttarget
    I started using this one now. Thanks to the changes by bettysue.

    Seems like /targetlasttarget is needed otherwise characters seem to end in a follow loop. However if I use the follow key twice now they will go back to loop on their last followed target. I guess it`s ment to be like it.

    Thing is that only 3 chars do what they are supposed to do.
    Code:
    [mod:ctrl,mod:alt,mod:shift,target=Shomei]
    Code:
    [mod:ctrl,nomod:alt,nomod:shift,target=Shomeu]
    Will follow the other 3 around but never eachother nether will the any of the other chars follow them. When I click "z" the followkey hotkeynet shows the right modifiers beeing passed which match those in the macro.
    I have no idea what is causing this.

    You have to change the dps macros a bit though.

    Code:
    #showtooltip
    /click FTLFindALeaderButton
    /cast [target=targettarget,harm] Firey Ball of Death
    /targetlasttarget
    I use this now and it worked so far as I tested it:
    Code:
    /assist [mod:ctrl,mod:shift,nomod:alt]Shomey;[mod:ctrl,mod:alt,nomod:shift]Shomea;[mod:alt,mod:shift,nomod:ctrl]Shomee;[mod:ctrl,mod:alt,mod:shift]Shomei[mod:ctrl,nomod:alt,nomod:shift]Shomeu
    /cast [harm] Chain Lightning
    and follow is

    Code:
    /stopmacro [nomod]
    /click FTLFindALeaderButton
    /follow
    /targetlasttarget
    This one din`t do anything for me

    Edit: For some reason now, when I cast a spell on a window that is not my main the window used to cast the spell goes inactive and the main window "w1" becomes active.

    This setup is becomming a big pain in the butt.
    Last edited by David : 09-01-2009 at 09:26 AM

  7. #17

    Default

    If you post your full HKN script (remove passwords and login names if present), your follow macro, targetting macro, and a sample spell macro, I'm pretty sure we can get it going for you.

    I only ask for so much because i can do it my way and post it, but you may never really understand what the heck is going on and should you ever need to change something you might be out of luck. If I start with your current setup we can move it in line with something that works and you can understand easily.

Posting Rules

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