Close
Page 4 of 7 FirstFirst ... 2 3 4 5 6 ... LastLast
Showing results 31 to 40 of 64
  1. #31

    Default

    i believe you would still have to get an authentication key from the retail box in order to upgrade from trial status to full.

    don't forget to 'recruit a friend' for yourself which will give you a free month.

  2. #32

    Default

    im still trying to decide on what class or classes to be... iv been watching some boxing movies and i like most of the class combos....

    i like the 2 mages because you could AoE grind like crazy

    shammies because you can melee, cast, and heal...

    locks because they just own

    alot of people use priest... i don't really like them though

    i don't see much melee boxing?
    does it now work well or something?

    i saw interesting combo
    warrior, warlock, and rogue

    they did really good too
    i was amazed seeing that i haven't seen melee boxing before


    still haven't thought of a good name yet

  3. #33

    Default

    melee is baaaad for multiboxing, you will have constant problems with facing targets. And also moving targets will be pain, that means you basically cant pvp with melee classes in your combo if it isnt ur main character.

  4. #34

    Default

    Quote Originally Posted by unit187
    melee is baaaad for multiboxing, you will have constant problems with facing targets. And also moving targets will be pain, that means you basically cant pvp with melee classes in your combo if it isnt ur main character.
    ok in the video the warrior was the main and the rogue was always right next to or inside the main...

  5. #35

    Default

    2 shammies or 2 mages????
    not sure but thats what i have it down to now

    also iv been looking at x-keys and realized they were pretty much the same thing as an G15 keyboard(which i have)

    but i never took the time to figure out how the keys work....
    so how do you program the keys?

    i have no clue were to even start never done anything like it before.

  6. #36

    Default

    Quote Originally Posted by Destro
    2 shammies or 2 mages????
    not sure but thats what i have it down to now

    also iv been looking at x-keys and realized they were pretty much the same thing as an G15 keyboard(which i have)

    but i never took the time to figure out how the keys work....
    so how do you program the keys?

    i have no clue were to even start never done anything like it before.
    uh, read documentation for your keyboard? oO

  7. #37

    Default

    Quote Originally Posted by unit187
    Quote Originally Posted by Destro
    2 shammies or 2 mages????
    not sure but thats what i have it down to now

    also iv been looking at x-keys and realized they were pretty much the same thing as an G15 keyboard(which i have)

    but i never took the time to figure out how the keys work....
    so how do you program the keys?

    i have no clue were to even start never done anything like it before.
    uh, read documentation for your keyboard? oO
    if i could find it...
    iv had this comp for a few years and the book is no were to be found...

  8. #38

    Default

    Quote Originally Posted by Destro
    if i could find it...
    iv had this comp for a few years and the book is no were to be found...
    The Logitech website has manuals in their FAQ, as well as downloads for the LCD support, etc in the Support areas.

    Here's a link to the FAQ page with the manual.

  9. #39

    Default

    thanks

    im having a little trouble with the walking again...

    the one following slowly falls back....

    im currently dueling 2 mages on the PTR

    heres the code i have for running

    [code:1]
    #IfWinActive, World of Warcraft
    ; *** Makes wow2 and Wow1 Player walk up***
    W::
    ControlSend,,{W down}, ahk_id %wowid1%
    ControlSend,,{W down}, ahk_id %wowid2%
    KeyWait W
    ControlSend,,{W up}, ahk_id %wowid1%
    ControlSend,,{W up}, ahk_id %wowid2%
    return

    #IfWinActive, World of Warcraft
    ; *** Makes wow2 and Wow1 Player walk back***
    s::
    ControlSend,,{s down}, ahk_id %wowid1%
    ControlSend,,{s down}, ahk_id %wowid2%
    KeyWait s
    ControlSend,,{s up}, ahk_id %wowid1%
    ControlSend,,{s up}, ahk_id %wowid2%
    return

    #IfWinActive, World of Warcraft
    ; *** Makes wow2 and Wow1 Player turn left***
    a::
    ControlSend,,{a down}, ahk_id %wowid1%
    ControlSend,,{a down}, ahk_id %wowid2%
    KeyWait a
    ControlSend,,{a up}, ahk_id %wowid1%
    ControlSend,,{a up}, ahk_id %wowid2%
    return

    #IfWinActive, World of Warcraft
    ; *** Makes wow2 and Wow1 Player turn right***
    d::
    ControlSend,,{d down}, ahk_id %wowid1%
    ControlSend,,{d down}, ahk_id %wowid2%
    KeyWait d
    ControlSend,,{d up}, ahk_id %wowid1%
    ControlSend,,{d up}, ahk_id %wowid2%
    return
    [/code:1]

  10. #40

    Default

    i know everyone has there own style and way to do things... but could i see how some people set up there macros... it would make things so much eiser for me if i could see how you do it first

    thanks allot if anyone can

Similar Threads

  1. Duel boxing noob
    By kush in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 07-16-2009, 07:34 AM
  2. MAC Duel Boxing
    By Dirtyplay in forum New Multi-Boxers & Support
    Replies: 8
    Last Post: 06-26-2009, 01:14 AM
  3. New to Duel-Boxing
    By Famulatus in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 03-20-2009, 11:48 PM
  4. WOW Duel Account Controller - AutoHotkey Script
    By Sorn in forum General WoW Discussion
    Replies: 6
    Last Post: 07-30-2007, 11:21 AM
  5. Noob help with Autohotkey(and duel-boxing)
    By Destro 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
  •