Close
Page 2 of 3 FirstFirst 1 2 3 LastLast
Showing results 11 to 20 of 29
  1. #11

    Default

    Sorry if I sounded like a nob I did have a search myself and couldn't find it
    This is what I do and is copied from a previous post. You need 3 keys. Assuming char 1 is the main btw.

    Key1. char 2 strafe L/char 3 strafe L/char 4 strafe R/char 5 strafe R
    Key2. char 3 strafe R/ char 5 strafe L
    Key3. char 2 strafe R/char 4 strafe L

  2. #12

    Default

    Very very interesting. I like it!

    OK now on to another question - if I use a mod like Bongos2, I can give a paticular button more than the default 2 sets of keys. IE in Keybindings everything can have a primary key and secondary key associated. With Bongs2 you could bind Shadowbolt to your whole keyboard if you really wanted.

    Anybody know a way to have unlimited keys bound to up down strafe left strafe right. Otherwise if I want to have 4 different formations AND still let my toons have the arrow keys to move, I can really only have one formation as I only get to use one lot of 'secondary keys'.

    Any thoughts?

  3. #13

    Default

    Here's my setup, what i've used from level 1

    I assigned ~ as my formation key

    Player A = Up
    Player B = Down
    Player C = Left straf
    Player D = Right Staf
    Player Z = Nothing

    My formation is a diamond is Player Z almost in the middle. I normally do it while Player Z is out in front so it's often in front of all of them.

    Player Z is towards the middle since it spread out from Z player. It's not a perfect formation but does kinda give a line effect. I know what your after. You want a Perfectly straight line like Xbox's setup?

    I read some where on the forums how to do it. I like the /walk idea. That just might do it. GL =)
    My YouTube Channel: https://www.youtube.com/channel/UCP9...AlyRcyYCHA-3ew
    Due to Blizzards position on Hong Kong, money > freedom. I stopped playing.

  4. #14

    Default

    Quote Originally Posted by Fursphere
    How do you strafe diag left with one key?

    The one key would be a programmable key on your Xkeys, G15, etc.

    You can do it the way Ticks described earlier in this thread.

    Or program an Xkey to repeat and record it to do both presses on the keyboard for strafe left and forward/backward depending if you want to go diag forward from current spot or backward.
    Mag: Aliwin, Undead Warrior; Taliwin, Orc 'lock; Saliwin & Qaliwin, Undead Mages; Raliwin, Undead Priest -- All 26

    The Daggerspine Rested XP crew: Ninge, Dorf Priest; Ainge & Dinge, Gnome 'locks; Binge & Cinge, Gnome Mages

  5. #15

    Default

    Old thread, but great information.

    Now, its great about the line setup. However, since I will be 3 boxing. Could anyone possibly enlighten me on how to set it up more like this..

    .......X
    ...X......X


    Thanks a lot

  6. #16

    Default

    Quote Originally Posted by mxracer050
    Could anyone possibly enlighten me on how to set it up more like this..

    .......X
    ...X......X
    Now, normally if character A is your main, your characters will end up in this formation when you stop moving (where B&C are on top of each other)
    .......A
    ......BC

    Bind a key for B character to "strafe left"
    Bind the same key for C character to "strafe right"
    Unbind the key on character A since, if B and C are on follow A will always be in front.

    Leaving you with:
    .......A
    ...B......C
    TBC/Wrath Multiboxer: Velath / Velani / Velathi / Velatti / Velavi / Velarie [Archimonde (US-PvP)]

  7. #17

    Default formations

    is there anyway to create formations without x-keys?

  8. #18

    Default Re: formations

    Quote Originally Posted by Jack-Zeal
    is there anyway to create formations without x-keys?
    x-keys = additional keys


    it doesn't matter where you bind the movement keys to.
    I've used the pageup and pagedown keys for formations.

    Open the Warcraft Keyconfiguration: (ESC, Keysettings)

    PageUp-Key:
    CharA: nothing
    CharB: strafe left / sidestep left
    CharC: strafe right / sidestep right

    PageDown-Key:
    CharA: nothing
    CharB: strafe right / sidestep right
    CharC: strafe left / sidestep left

    now press and hold the Pageup or pagedown key.
    [align=center]
    Deutscher Multi-Boxing Blog mit Tutorials, Einleitungen, Hardware-Setups ....
    Klickt hier und ihr werdet erleuchtet: http://beyond-tec.blogspot.com
    [/align]

  9. #19

    Default

    AHK spread out macro...

    ~Alt & F1::
    ControlSend,,{q down}, ahk_id %wowid2%
    ControlSend,,{e down}, ahk_id %wowid3%
    ControlSend,,{q down}, ahk_id %wowid4%
    ControlSend,,{e down}, ahk_id %wowid5%
    Sleep, 250
    ControlSend,,{q up}, ahk_id %wowid4%
    ControlSend,,{e up}, ahk_id %wowid5%
    Sleep, 250
    ControlSend,,{q up}, ahk_id %wowid2%
    ControlSend,,{e up}, ahk_id %wowid3%
    return
    ::The Motes::
    Mote - Protection Paladin
    Remote - Holy Priest
    Threemote, Fourmote, Fivemote - Elemental Shaman

  10. #20

    Default

    A quick manipulation of the script turns it into a line ;D



    ~Alt & F1::
    ControlSend,,{q down}, ahk_id %wowid2%
    ControlSend,,{e down}, ahk_id %wowid3%
    ControlSend,,{q down}, ahk_id %wowid4%
    ControlSend,,{e down}, ahk_id %wowid5%
    Sleep, 250
    ControlSend,,{q up}, ahk_id %wowid4%
    ControlSend,,{e up}, ahk_id %wowid5%
    Sleep, 250
    ControlSend,,{q up}, ahk_id %wowid2%
    ControlSend,,{e up}, ahk_id %wowid3%
    ControlSend,,{w down}, ahk_id %wowid2%
    ControlSend,,{w down}, ahk_id %wowid3%
    ControlSend,,{w down}, ahk_id %wowid4%
    ControlSend,,{w down}, ahk_id %wowid5%
    Sleep, 250
    ControlSend,,{w up}, ahk_id %wowid2%
    ControlSend,,{w up}, ahk_id %wowid3%
    ControlSend,,{w up}, ahk_id %wowid4%
    ControlSend,,{w up}, ahk_id %wowid5%
    return

Similar Threads

  1. Formations
    By Sychosys in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 06-27-2009, 11:09 PM
  2. Spread Out Macros Formations need ahand
    By skullchewer in forum Macros and Addons
    Replies: 1
    Last Post: 02-06-2009, 11:15 PM
  3. FTL Setup spread out formation macros?
    By Gares in forum Macros and Addons
    Replies: 3
    Last Post: 11-05-2008, 05:02 PM
  4. Sleep/Spread out formations
    By Tasty in forum Software Tools
    Replies: 6
    Last Post: 04-10-2008, 08:45 PM
  5. Spread Out Macros / Formations
    By Slats in forum General WoW Discussion
    Replies: 0
    Last Post: 01-01-1970, 12:00 AM

Posting Rules

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