Close
Showing results 1 to 5 of 5
  1. #1

    Default Macros for changing your party leader

    Hey all,

    First off, thanks for this excellent forum
    After reading this, I started out with 3 mages (Xxal, Xxil and Xxul ^^). I'm using the PiP feature in keyclone; Xxal is my "main" char most of the times, however, when I switch to Xxil or Xxul, I want it to be my leader char. To accomplish this, I've set up some macros. To shorten this post a bit, here are the macros for a 2 player setup:

    On Xxal:

    Leader Xxal
    Code:
    /focus Xxal
    /script SetBinding("W", "MOVEFORWARD")
    /script SetBinding("A", "TURNLEFT")
    /script SetBinding("S", "MOVEBACKWARD")
    /script SetBinding("D", "TURNRIGHT")
    /script SaveBindings(1)
    Leader Xxil
    Code:
    /focus Xxil
    /script SetBinding("W", "MACRO Follow")
    /script SetBinding("A", "MACRO Follow")
    /script SetBinding("S", "MACRO Follow")
    /script SetBinding("D", "MACRO Follow")
    /script SaveBindings(1)
    On Xxil:

    Leader Xxal
    Code:
    /focus Xxal
    /script SetBinding("W", "MACRO Follow")
    /script SetBinding("A", "MACRO Follow")
    /script SetBinding("S", "MACRO Follow")
    /script SetBinding("D", "MACRO Follow")
    /script SaveBindings(1)
    Leader Xxil
    Code:
    /focus Xxil
    /script SetBinding("W", "MOVEFORWARD")
    /script SetBinding("A", "TURNLEFT")
    /script SetBinding("S", "MOVEBACKWARD")
    /script SetBinding("D", "TURNRIGHT")
    /script SaveBindings(1)
    And on both:

    Follow
    Code:
    /target focus
    /follow
    /cleartarget
    Bind macros with the same name to the same key; for example, "Leader Xxal" on F10 for both chars, and "Leader Xxil" on F11 for both chars. You don't have to bind "Follow".

    What this will do:
    - Whenever you press F10, Xxal can use WASD to move around, and WASD will make Xxil follow Xxal
    - Whenever you press F11, Xxil can use WASD to move around, and WASD will make Xxal follow Xxil

    Now make a bunch of macros like:
    Code:
    /cast [target=focustarget,harm] Fireball;
    It'll fire 3 fireballs to your main characters target.

    I'm loving this for gather quest; I just gather all I need on Xxal, press F11, press my PiP key for Xxil, and then use Xxil as my leader and gather what I need.

    Enjoy!

  2. #2

    Default

    Thanks for this, it is exactly what I was looking for. This will save me lots of time when im 3boxing.
    Mains Shamans: Shamun, Shamdeux, Shamtrois
    1........10.........20.........30.........40...... ...50.........60.........70
    Alts Mages(21): Mageun, Magedeux, Magetrois, Krystia(Priest)

  3. #3

    Default

    How exactly does the SetBinding function work? Does it assign a new key to what used to be W? Or does it just make W assign to the new thing without changing anything in the Esc menu -> keybindings. Sorry it's hard to word this question.

    i.e. Say i have
    Move foward bound to W. Does calling /script SetBinding("W", "MACRO Follow") simply make an invisible bind of W -> follow, or does it change "move foward" -> follow?
    Jenzali - Troll Druid (Level 85) - Emerald Dream
    Soon to be joined by 4 other Druid buddies!

  4. #4

    Default

    It simply changes what "W" is bound to. It doesn't change the behavior of "Move forward".

  5. #5
    Rated Arena Member
    Join Date
    Aug 2008
    Location
    Burnaby, BC
    Posts
    609

    Default

    I actually really like this macro and might use it in my 5 boxer cause I was thinking about that as well and with gather quests this would be EASY!
    Gareatank Blood Elf Level 80 Protadin
    Gareatan Orc Level 80 DK Tank
    Gareb, Garec, Garee, Garef - Level 80 Troll Horde Shammies!
    Garea - Level 71 Horde Shammy!
    Garez, Garey, Garew, Garev, Gareu - Level 80 Draenei Alliance Shammies!
    Currently farming Horde Heroic Utgarde Keep, Utgarde Pinnacle, Gundrak, Drak'Tharon, and Culling of Stratholme(5 Drakes now)
    Azjol-Nerub-US

Similar Threads

  1. Party - Leader/Focus Issue
    By Sgttoaster in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 07-13-2009, 07:43 PM
  2. GUIDE to the Party Leader assist method.
    By Ualaa in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 05-29-2009, 04:51 PM
  3. Thoughts on a "Party-leader based" FTL (?) system
    By Nyth in forum Macros and Addons
    Replies: 10
    Last Post: 01-30-2009, 10:04 PM
  4. Changing Command Macros
    By Lazzadorabcd in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 07-24-2008, 10:59 AM
  5. Keybind macros for on the fly "leader" swapping. Questions.
    By Prophes0r in forum Macros and Addons
    Replies: 17
    Last Post: 07-13-2008, 05:13 PM

Posting Rules

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