Close
Page 19 of 22 FirstFirst ... 9 17 18 19 20 21 ... LastLast
Showing results 181 to 190 of 218
  1. #181

    Default

    while the second step sends ";" to all windows.
    Ok so I have gone too FTL top pane, bottom pane too Mapped Keys and to my "2 Step" I created there and under the 2nd step, I still am unsure how I am meant to add the above quote.

    If I click actions then right click and select any of the key mapped actions nowhere is there an option that I can see to add what the 2nd step above quoted is referring too,

  2. #182
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by Shania View Post
    Ok so I have gone too FTL top pane, bottom pane too Mapped Keys and to my "2 Step" I created there and under the 2nd step, I still am unsure how I am meant to add the above quote.

    If I click actions then right click and select any of the key mapped actions nowhere is there an option that I can see to add what the 2nd step above quoted is referring too,
    It's the key combination for a WoW Macro Action.

  3. #183

    Default

    sorry what ?

    In Mapped Keys I have 2 Step, Actions 1st step, DPS 2 in FTL DPS keys Map on > all
    step 2 has actions ;-> all

    obviously its wrong somewhere, when click insert, it toggles on/off on the screen in a spam method, as in I hit insert and I see it flicker oon screen On then off just as fast.

  4. #184

    Default

    My first part looks same as this screenshot: http://img251.imageshack.us/img251/9224/firstle.jpg

    Under FTL DPS KEYS, Bottom Pane,
    2 Step has

    Step 1: DPS 2 in FTL DPS Keys Key Map on all
    Step 2: ;-> all

    So saved, loaded too inner space, reloaded ui and when I click Insert Key, it says on then flashes instantly off then on again.

    What have I got wrong for not to be able to toggle it off and or on ?

  5. #185
    Old Man Vecter's Avatar
    Join Date
    Oct 2008
    Location
    Oregon
    Posts
    436
    Blog Entries
    3

    Default

    Quote Originally Posted by Shania View Post
    Maybe this will help if you could have a peekie pls and see what I have done wrong ?

    http://privatepaste.com/e0a13934fd
    Ok basically that screenshot is showing that you are enabling the DPS 2 keymap on first press. Then when you press the 2 key all it will do is send the 2 to all chars. If you press the 2 Step Toggle key a second time it will disable the DPS 2 key and enable the 2 Step keymap. Now when you press the 2 key it sends the 2 to all chars and when you release the 2 key it will send the ";" key to all chars.

    Now keep in mind all the macros are setup in Wow, not isboxer. Each toon has a sequence macro set to the 2 key and a proc macro set to the ";" key. Each are activated when the 2 Step keymap is enabled and you are spamming the 2 key (which sends 2 to all on press and ";" to all on release.)

    Once you get that working you can then migrate all the macros into ISBoxer and change the 2 Step keymap to fire off a sequence macro and proc macro that you setup in the Game Helpers/World of Warcraft section.
    Computer Freak Social Geek

    GET OFF MY LAWN!

  6. #186
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by MiRai View Post
    It's the key combination for a WoW Macro Action.
    Quote Originally Posted by Vecter View Post
    Now keep in mind all the macros are setup in Wow, not isboxer.
    Vecter's right. While the semi-colon key could be used as a key combination in a WoW Macro Action, in this
    case it's just getting sent to the game windows it needs to be sent to. Since I've not used Mercurio's macros
    before I think it's best I stop commenting in here to help not confuse anyone.

  7. #187

    Default

    Quote Originally Posted by Vecter View Post
    Ok basically that screenshot is showing that you are enabling the DPS 2 keymap on first press. Then when you press the 2 key all it will do is send the 2 to all chars. If you press the 2 Step Toggle key a second time it will disable the DPS 2 key and enable the 2 Step keymap. Now when you press the 2 key it sends the 2 to all chars and when you release the 2 key it will send the ";" key to all chars.

    Now keep in mind all the macros are setup in Wow, not isboxer. Each toon has a sequence macro set to the 2 key and a proc macro set to the ";" key. Each are activated when the 2 Step keymap is enabled and you are spamming the 2 key (which sends 2 to all on press and ";" to all on release.)

    Once you get that working you can then migrate all the macros into ISBoxer and change the 2 Step keymap to fire off a sequence macro and proc macro that you setup in the Game Helpers/World of Warcraft section.
    Yeah I know how it works, I used to use it before I had the new pc just recently built and am re-doing all the stuff I had in, isboxer.

    I know how to add the macros in wow, and use my 2 dps key and add proc macros and where etc. None of that is the issue, I cannot toggle it on/off.

    When I hit insert, it says on the screen really fast, like .2 of a second fast, 2step turned off, then instantly will flick too 2 step turned on.

    Get me ?

    So somewhere in my tinkering with the isboxer stuff where I have added the 2 step procedure is wrong and I have no clue in where and or how to fix it.

    I cannot toggle it with insert key cause of what its doing when I try too.

    This is what it looks like now, if someone who knows what I am trying to say can look to help me fix it please.

    http://privatepaste.com/2d04320364

  8. #188

    Default

    Your problem is that your toggle keymap is configured to execute a Step when the hotkey is pressed OR released.
    Then when you tap your hotkey it will turn on and off the 2 step keymap instantly like you mentioned.
    Change it to Released (default) it should work like it should.
    Last edited by howster : 08-31-2011 at 06:02 PM Reason: Typo

  9. #189

    Default

    hi, great topic so far, but I have found that there are no tips how to setup 2 step in AHK. I know majority uses ISBoxer, but for some, it might be helpful.

    Code:
    1::
    If toggle
     {
        Send,1
        toggle := !toggle
     }
    Else
     {
        Send,2
        toggle := !toggle
     }
    Return

  10. #190

Posting Rules

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