Close
Showing results 1 to 9 of 9

Hybrid View

  1. #1

    Default

    Isboxer is easiest by far. Before Isboxer I used keyclones PiP functionality and setup 5 keys (I used F1-F5). Then I used these macros...each toon needs 1 leader macro and 4 alt macros plus the follow macro

    Leader
    /focus leader (toons name)
    /script SetBinding("W", "MOVEFORWARD")
    /script SetBinding("A", "TURNLEFT")
    /script SetBinding("S", "MOVEBACKWARD")
    /script SetBinding("D", "TURNRIGHT")
    /script SaveBindings(1)
    /jamba-follow strobeonme all
    /console autointeract 0


    Alts
    /focus leader (alt names)
    /script SetBinding("W", "MACRO Follow")
    /script SetBinding("A", "MACRO Follow")
    /script SetBinding("S", "MACRO Follow")
    /script SetBinding("D", "MACRO Follow")
    /script SaveBindings(1)
    /console autointeract 1

    Follow
    /target focus
    /follow
    /cleartarget

  2. #2

    Default

    I agree the simplest way is e.g. F1 has window swap AND focus switch AND jamba master switch for toon 1 . Then any dps macros on slaves start with /assist focus. Repeat on all toons.

  3. #3

    Default

    Okay, so here's what I did:

    I completely dropped the idea of using FTL at all. I only needed a way to switch leaders quickly and I found it best to just use macros. I did what I described above, Using the keys "Page Up", "Page Down", "Home", "End", and "-". Each key was assigned to focus on one character, and when pressed, all characters (minus the one that I wanted to be leader) would target and focus on the character I wanted to make as leader of the group. I then switch windows to my new leader, press my follow macro, and continue on as normal. This works perfectly for me, as its not an overly complicated setup. The macro I used is as follows:

    /target "InsertCharacterName"
    /focus target

Posting Rules

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