Close
Page 16 of 40 FirstFirst ... 6 14 15 16 17 18 26 ... LastLast
Showing results 151 to 160 of 396

Hybrid View

  1. #1

    Default

    This is all starting to make a bit of sense to me now. I think I will need to reinstall keyclone this weekend and give it a shot. Maybe roll some mages and test it out. If I understand it right, I hit a button and can change my leader on they fly. So if I am running through a BG I can hit '1' and hit and tell the alts to follow toon1 and if I hit '3' it would tell them all to follow toon3. This could actually be a lot of fun me thinks.
    Dana Pain
    Legion of Boom
    Kil'Jaeden



  2. #2

    Default

    So if I am running through a BG I can hit '1' and hit and tell the alts to follow toon1 and if I hit '3' it would tell them all to follow toon3
    nope, in both cases you would hit '1' (if thats what you set up for your follow), and if your active played toon is toon1 (the toon which window has the focus) they follow toon1 if it is toon3 they follow him.
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  3. #3

    Default

    Quote Originally Posted by 'OLIPCS',index.php?page=Thread&postID=120535#post1 20535
    So if I am running through a BG I can hit '1' and hit and tell the alts to follow toon1 and if I hit '3' it would tell them all to follow toon3
    nope, in both cases you would hit '1' (if thats what you set up for your follow), and if your active played toon is toon1 (the toon which window has the focus) they follow toon1 if it is toon3 they follow him.
    The current client will always receive the key without any modifiers. The other clients will always get the key with a modifier that indicates which client pressed the key. For example:

    ALT - ToonA
    CTRL - ToonB
    SHIFT - ToonC

    You can combine the modifiers also, but I used just one per character to make it simple to explain.

    When ToonA is the current client and you press 1 then ToonB and ToonC will get ALT-1. When ToonB is the current character then ToonA and ToonC will get CTRL-1. Now, if 1 is the follow macro then the macro must say:

    If ALT-1 then follow ToonA
    else If CTRL-1 then follow ToonB
    else If SHIFT-1 then follow ToonC
    else do nothing

    Off the top of my head (I.E. I bet it won't work as-is), that would be:
    /follow [mod:alt,target=ToonA][mod:ctrl,target=ToonB][mod:shift,target=ToonC]
    Altaholic

  4. #4

    Default

    I would like to thank everyone that contributed to this setup. While it took a little while to understand and implement, I feel it will definitely be worthwhile during world PvP encounters. ^^

  5. #5

    Default

    Just a quick question to those that implemented this method. Did you guys have to change your WoW password so you didn't use any keys that are in your keymaps? Or do you pause Keyclone and log into each client individually? To my knowledge, there isn't any bypass option to override keymaps. Now logging into WoW is a pita unless I change my password to be something that doesn't include keystrokes in my keymaps.

  6. #6

    Default

    Quote Originally Posted by 'Ticks',index.php?page=Thread&postID=121749#post12 1749
    Just a quick question to those that implemented this method. Did you guys have to change your WoW password so you didn't use any keys that are in your keymaps? Or do you pause Keyclone and log into each client individually? To my knowledge, there isn't any bypass option to override keymaps. Now logging into WoW is a pita unless I change my password to be something that doesn't include keystrokes in my keymaps.
    Yes, I had to change my passwords to not include any of the numbers I change via keymaps.

    I've made a request for keyclone to add a pause-hotstrings hotkey in the next version, and hopefully he'll be able to do that.

  7. #7

    Default

    Quote Originally Posted by 'Ticks',index.php?page=Thread&postID=121749#post12 1749
    Just a quick question to those that implemented this method. Did you guys have to change your WoW password so you didn't use any keys that are in your keymaps? Or do you pause Keyclone and log into each client individually? To my knowledge, there isn't any bypass option to override keymaps. Now logging into WoW is a pita unless I change my password to be something that doesn't include keystrokes in my keymaps.
    I wouldn't recommend using the same password on all of your accounts. Especially if the account names are similar and easy to guess. It makes it just too easy to hack the others once one is hacked.
    Altaholic

  8. #8

    Default

    Quote Originally Posted by 'Ticks',index.php?page=Thread&postID=121749#post12 1749
    Just a quick question to those that implemented this method. Did you guys have to change your WoW password so you didn't use any keys that are in your keymaps? Or do you pause Keyclone and log into each client individually? To my knowledge, there isn't any bypass option to override keymaps. Now logging into WoW is a pita unless I change my password to be something that doesn't include keystrokes in my keymaps. :(
    No I did not have to change my password. Reason is I place all my macros on keys that are not pressed normally or that cannot be used in a password.

    [ ] \ ; ' , . * `

    So far those 9 are more then enough actions that I need the clones to actually assist on. And none of those are allowed in a password. I have more keys then that pass, but for most abilities in game I dont need clones to assist, like mounting, accepting quests/trades/res, totems. With shaman I only need to assist for what? 3 or 4 attack spells and a few heal spells? So 7 or 8 total.

    Sure I could have gone with 1 on main sends "Shift+1", "Ctrl+1", etc.. to the clones, but you can just as easy have 1 on the main send "[" and "shift+["

  9. #9

    Default

    Quote Originally Posted by 'wetstreet',index.php?page=Thread&postID=121788#po st121788
    Quote Originally Posted by 'Ticks',index.php?page=Thread&postID=121749#post12 1749
    Just a quick question to those that implemented this method. Did you guys have to change your WoW password so you didn't use any keys that are in your keymaps? Or do you pause Keyclone and log into each client individually? To my knowledge, there isn't any bypass option to override keymaps. Now logging into WoW is a pita unless I change my password to be something that doesn't include keystrokes in my keymaps.
    I wouldn't recommend using the same password on all of your accounts. Especially if the account names are similar and easy to guess. It makes it just too easy to hack the others once one is hacked.
    I could tell you what my password is and you couldn't get into my account. Blizzard Authenticators ftw!

  10. #10

    Default

    Quote Originally Posted by 'Gurk',index.php?page=Thread&postID=121799#post121 799
    Quote Originally Posted by 'Ticks',index.php?page=Thread&postID=121749#post12 1749
    Just a quick question to those that implemented this method. Did you guys have to change your WoW password so you didn't use any keys that are in your keymaps? Or do you pause Keyclone and log into each client individually? To my knowledge, there isn't any bypass option to override keymaps. Now logging into WoW is a pita unless I change my password to be something that doesn't include keystrokes in my keymaps.
    No I did not have to change my password. Reason is I place all my macros on keys that are not pressed normally or that cannot be used in a password.

    [ ] \ ; ' , . * `

    So far those 9 are more then enough actions that I need the clones to actually assist on. And none of those are allowed in a password. I have more keys then that pass, but for most abilities in game I dont need clones to assist, like mounting, accepting quests/trades/res, totems. With shaman I only need to assist for what? 3 or 4 attack spells and a few heal spells? So 7 or 8 total.

    Sure I could have gone with 1 on main sends "Shift+1", "Ctrl+1", etc.. to the clones, but you can just as easy have 1 on the main send "[" and "shift+["
    I use other keys to activate spells/macros like Q, E, T, R. I don't use the standard bindings. I like to keep my left hand as stationary as possible when I play, especially during PvP. It's something I carried over from solo play. The only numbers I use are 1-5 and I'm not using them in this setup. I use them for non-targeting abilities like R/R totems and such.

Similar Threads

  1. Keymapping and Hotstringing QQ focusless leaderless targetless
    By Moddersunited in forum Macros and Addons
    Replies: 8
    Last Post: 02-15-2010, 05:01 AM
  2. Solution? - focusless/leaderless setup
    By jdraughn in forum Software Tools
    Replies: 6
    Last Post: 11-13-2008, 11:24 PM
  3. Focusless / Targetless / Leaderless Setup?
    By Qomannon in forum Software Tools
    Replies: 5
    Last Post: 11-03-2008, 02:45 PM
  4. Question Using the Focusless Targetless Setup
    By shawnzkl in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 10-28-2008, 05:07 PM
  5. Focusless, targetless, 'leaderless' setup. Semantic issue.
    By Kaynin in forum General WoW Discussion
    Replies: 11
    Last Post: 09-19-2008, 10:17 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
  •