Close
Page 1 of 3 1 2 3 LastLast
Showing results 1 to 10 of 30
  1. #1

    Default FTL Follow issues

    When I try to use the follow command on my main, instead of the macro keybind being ignored on the main window, it still activates the macro in that window. Also, even though I have copied (as far as I can tell) the FTL follow guide as written, it does not work on my 5 man team, it does however work on a 2 man team I have.
    Below is the macro I have on all 5 characters, the macro itself also does not work?? All help more than welcome. Also on the macro below, if it was working correctly, is there a limit for the number of toons set to each keybind? i.e. could I assign extra toons to the same keybing for when i swap out toons from other teams?

    targetexact [shift] Masterblasterz
    targetexact [alt] Divinelace
    targetexact [ctrl] Divinehunter
    targetexact [shift] [alt] Healingways
    targetexact [ctrl] [shift] Holyhands
    follow
    targetlasttarget

  2. #2

    Default

    Keeping in mind the character limit present in the standard interface you may have to modify the macro below:
    Code:
    /targetexact [mod:shift,nomod:ctrl/alt,exists] Masterblasterz 
    /targetexact [mod:shift,nomod:ctrl/alt,exists] AlternateToonName 
    /targetexact [mod:alt,nomod:ctrl/shift] Divinelace
    /targetexact [mod:ctrl,nomod:shift/alt] Divinehunter
    /targetexact [mod:shiftalt,nomod:ctrl] Healingways
    /targetexact [mod:ctrlshift,nomod:alt] Holyhands
    /follow
    /targetlasttarget
    The mod set demonstrates how to apply an alternate option.
    The above macro uses your extremely long method of accomplishing this task. You may have a reason not presented in this inquiry, however, it would use far fewer characters to use the following:

    Code:
    /follow [mod:shift, nomod:ctrl/alt, target=Masterblasterz][mod:alt,nomod:ctrl/shift,target=Divinelace][mod:ctrl,nomod:shift/alt,target=Divinehunter][mod:shiftalt,nomod:ctrl,target=Healingways][mod:ctrlshift,nomod:alt,target=Holyhands]
    Since you can't follow yourself the main character would ignore the follow command and would never change targets.
    Last edited by Bettysue : 10-17-2011 at 03:33 AM

  3. #3

  4. #4
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Lax gave you an answer on your ISBoxer forum thread:

    http://isboxer.com/forum/viewtopic.php?f=34&t=1715

  5. #5

    Default

    Lax's response does not seem to address that the macro itself does not seem to be working as I think it is supposed to. My thought on the above macro is that no matter which character is selected, the other characters will follow, the above macro does not result in that behaviour for me

  6. #6

    Default

    Quote Originally Posted by crowdx View Post
    When I try to use the follow command on my main, instead of the macro keybind being ignored on the main window, it still activates the macro in that window. Also, even though I have copied (as far as I can tell) the FTL follow guide as written, it does not work on my 5 man team, it does however work on a 2 man team I have.
    Below is the macro I have on all 5 characters, the macro itself also does not work?? All help more than welcome. Also on the macro below, if it was working correctly, is there a limit for the number of toons set to each keybind? i.e. could I assign extra toons to the same keybing for when i swap out toons from other teams?

    targetexact [shift] Masterblasterz
    targetexact [alt] Divinelace
    targetexact [ctrl] Divinehunter
    targetexact [shift] [alt] Healingways
    targetexact [ctrl] [shift] Holyhands
    follow
    targetlasttarget
    This is the same macro I am using for my 5 man team.

    The only issue I had was the I put the [shift] [alt] as the first entry as it was assigned to my 1st toon and that doesn't work.

    It will always trigger the [alt] one instead, which caused follow problems that to a bit to solve but it works now.
    Schadenfreude Rogue ( MM/Ranger ) / Dekoy Rogue ( MM/Ranger ) / Medyc Cleric ( Sentinel/Warden ) / Rhiggs Warrior ( Champion/Warlord ) / Murtaugh Mage ( Chloro )

  7. #7

    Default

    Quote Originally Posted by crowdx View Post
    Lax's response does not seem to address that the macro itself does not seem to be working as I think it is supposed to. My thought on the above macro is that no matter which character is selected, the other characters will follow, the above macro does not result in that behaviour for me
    I think Lax's response explains everything. That exact macro works fine for me in all my teams (2, 3 or 5 man).

    It's possible to have all your characters in a single macro, even the ones not on your team. You can have both "targetexact [shift] MyHealer" and "targetexact [shift] MyOtherHealer" in the same macro. Characters that aren't online will be ignored.

    But what BettySue wrote about "nomod" and just using the "/follow" command seems very interesting. I'll definitely try that out later.
    Team 1: 7x60p80 Clerics + 3x60p60 Mages (Legio IX)
    Team 2: 5x60 Clerics + 5x60 Rogues
    Team 3: 10x60 Warriors

  8. #8

    Default

    So I restarted ISBoxer with a clean config and now this works. lax pointing out that there was WoW toons (which i have not played in months) in the config made me think a fresh config would be a good idea

  9. #9
    Member Norrin's Avatar
    Join Date
    Dec 2008
    Location
    In the middle of nowhere
    Posts
    207

    Default

    Quote Originally Posted by Smedbox View Post
    It's possible to have all your characters in a single macro, even the ones not on your team. You can have both "targetexact [shift] MyHealer" and "targetexact [shift] MyOtherHealer" in the same macro. Characters that aren't online will be ignored.

    I just started doing this as well. I have a 5 man team, and the Main account I like to swap in and out my Rogue and Cleric.
    Works great so far.

  10. #10

Posting Rules

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