Close
Page 27 of 40 FirstFirst ... 17 25 26 27 28 29 37 ... LastLast
Showing results 261 to 270 of 396
  1. #261

    Default

    I would just like to state for the record:

    COMMAND FALLTHROUGH SUCKS!

    Anyway...I think I got it working. Just had to unbind everything from Ctrl+key, Alt+key, and Shift+key. Because somehow CTRL+Shift+key maps to CTRL+key or whichever exists and make the macros die. O_o

  2. #262

    Default help pls

    I've tried this a few times now to no avail.

    I've set it up exactly as the OPs example shows for a 5 shammy team, Lightning Bolt bound to 2, with the hidden macro bound to I on all toons, with the macro provided on all toons (bound to I), and I get nothing when I hit 2 other than the lightning bolt only on the toon I'm casting with. My hostrings are exact as well. Suggestions? 4th time is a charm I suppose (tomorrow Night).

    Thanks.

  3. #263

    Default

    I think I'm seeing a slight pattern here.

    Make sure all the keys you are using as keymaps/hoststrings are unbound from the game.
    If something in the game is using one of your keymaps, it's going to fail.

    For example, if you use the method from the first page:

    2 --> LBAT
    Ctrl-alt-] --> LBBT
    Alt-Shift-] --> LBCT
    Ctrl-Alt-Shift-] --> LBDT
    Ctrl-] --> LBET

    make sure Ctrl-alt-], Alt-Shift-], Ctrl-Alt-Shift and Ctrl-] are all unbound. Do this for ALL keymaps. (note - do not unbind "2" as that is your activation key here)
    The easiest way to unbind them is put them all on your action bar, then delete them from the action bar. (keybinds)

    Then, also, make sure you haven't added these in some way to the Do-Not-Pass list.
    Everquest II - <Pain for Glory> on Nektulos Server
    (Shadowknight: Uhmono| Inquisitor: Blyssia | Warden: Wysh | Defiler: Gahealju | Troubador: Moxia | Warlock: Phyrloc) X 51
    (Guardian: Tukilu | Templar: Ajechu | Warden: Fayanna | Conjuror: Akaesia | Troubador: Lollah | Warlock: Onona) X 27-ish[/align]

  4. #264

    Default

    Quote Originally Posted by 'echo',index.php?page=Thread&postID=137220#post137 220
    the /click actionbutton method works fine for /cast, but not for /follow. any idea why this would be? :?:
    Yes, its because i think you bound an /assist to your macaroonbutton36 like:
    Code:
    /assist
    [mod:ctrl,mod:shift,nomod:alt]ToonA;
    [mod:ctrl,mod:alt,nomod:shift]ToonB;
    [mod:alt,mod:shift,nomod:ctrl]ToonC;
    [mod:ctrl,mod:alt,mod:shift]ToonD;
    and called follow with:
    Code:
    /click macaroonbutton36
     /follow
     /targetlasttarget
    what this does is the command:
    Code:
    /assist
     [mod:ctrl,mod:shift,nomod:alt]ToonA;
     [mod:ctrl,mod:alt,nomod:shift]ToonB;
     [mod:alt,mod:shift,nomod:ctrl]ToonC;
     [mod:ctrl,mod:alt,mod:shift]ToonD
    /follow
     /targetlasttarget
    which trys to assist your Leader instead of simply target him. And thats why it doesn't work...
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  5. #265

    Default

    Quote Originally Posted by 'delafoo',index.php?page=Thread&postID=137262#post 137262
    I've tried this a few times now to no avail.

    I've set it up exactly as the OPs example shows for a 5 shammy team, Lightning Bolt bound to 2, with the hidden macro bound to I on all toons, with the macro provided on all toons (bound to I), and I get nothing when I hit 2 other than the lightning bolt only on the toon I'm casting with. My hostrings are exact as well. Suggestions? 4th time is a charm I suppose (tomorrow Night).

    Thanks.
    As Frosty mentioned, I would also suggest to check if all combinations of your 'slave-key' are unbound and only the slave key itself is bound to the button with the macro.

    To simply check if all get the response you might want to bind a simple '/say OK' to the slave-key on all toons, to see if the keybinding without any modifiers work... ..if this is the case, expand the '/say'-macro to the corresponding modifier-combination you used and try that for all diffrent leaders.
    (For example use a macro which is build like this:
    Code:
    /target [mod:ctrl,mod:shift,nomod:alt,target=ToonA][mod:ctrl,mod:alt,nomod:shift,target=ToonB][mod:alt,mod:shift,nomod:ctrl,target=ToonC][mod:ctrl,mod:alt,mod:shift,target=ToonD][mod:ctrl,nomod:alt,nomod:shift,target=ToonE]
    /say %t is leading
    ..with the modifier combination you used and your toons name)
    If this works out and the toons change their Target corresponding to your 'active' window than you have done the hotstrings and keybinding correct and the problem must be in the macro you are using...
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  6. #266

    Default

    ..I updated the Wiki with a little Troubleshooting section, which I (or anybody who want to contribute) planning to expand a little more in the comming days...
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  7. #267

    Default

    ok how would some1 who so far know how to macro /follow /assist and /cast go about setting up this system on 2 characters
    just minuse lines or will there b conflict
    Hadmia and Hadmiaa - Lvl10 Mage (Smolderthorn, US)
    Suplalmilu and Suplalmilü - Lvl20 Sharmans (Blood Furnace, US)
    Otherme and Retet - Lvl11 Warlocks (Aman'Thul, Oceanic)

  8. #268

    Default

    No, simply you could only minus the lines of ToonC - ToonE lines.
    If i we're you i would also change the modifier combination which identifies my toons, so to give a quick walkthroug:

    1. Modifier Combination:
    ALT + CTRL = ToonA
    SHIFT + CTRL = ToonB

    2. General keymaps:
    ToonA:
    'master-key' --> command.ToonA
    SHIFT + CTRL + 'slave-key' --> command.ToonB

    ToonB:
    ALT + CTRL + 'slave-key' --> ToonA
    'master-key' --> ToonB

    3.Macros
    - unbind all combinations of 'slave-key', an bind the simple 'slave-key' to a button
    - bind macros like this to your button:

    Code:
    /assist [mod:alt,mod:ctrl,nomod:shift]ToonA;[nomod:alt,mod:ctrl,mod:shift]ToonB
    /cast ...
    or for follow

    Code:
    /target [mod:alt,mod:ctrl,nomod:shift,target=ToonA][nomod:alt,mod:ctrl,mod:shift,target=ToonB]
    /follow
    /targetlasttarget
    4. enjoy
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  9. #269

    Default

    ok next stupid question from me
    with this....

    1. Modifier Combination:

    ALT + CTRL = ToonA

    SHIFT + CTRL = ToonB



    2. General keymaps:

    ToonA:

    'master-key' --> command.ToonA

    SHIFT + CTRL + 'slave-key' --> command.ToonB



    ToonB:

    ALT + CTRL + 'slave-key' --> ToonA

    'master-key' --> ToonB
    wat part of keyclone do i do all this
    tryed to set them, in the keymap editor but wouldnt respond
    Hadmia and Hadmiaa - Lvl10 Mage (Smolderthorn, US)
    Suplalmilu and Suplalmilü - Lvl20 Sharmans (Blood Furnace, US)
    Otherme and Retet - Lvl11 Warlocks (Aman'Thul, Oceanic)

  10. #270

    Default

    the second part, you do in keyclone in the keymap editor.

    Say you want to setup '1' as your master key and 'u' as your slave key to cast a Lightning Bolt.
    You would create the following keybinds:

    For ToonA:
    1 --> LB.A
    SHIFT + CTRL + u --> LB.B

    and save them in a seperate keymap (f.e. toona.kcl)

    ToonB:
    ALT + CTRL + u --> LB.A
    1 --> LB.B

    and save them in toonb.kcl

    After creating the two keymaps, go in the command editor of keyclone and add in the commands you use to start up the different wows, the corresponding keymap of each toon to the corresponding command.

    A quite good tutorial on keymapping (but not related to the ftl) from Araketh can be found here: What exactly are hotstrings for?
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

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
  •