Close
Page 1 of 3 1 2 3 LastLast
Showing results 1 to 10 of 28

Hybrid View

  1. #1

    Default If you don't like Ualaa's way, here's mine: Having Melee Automaticaly IWT

    Before transferring to KJ I ran a Bear tank, Unholy DPS DK, 3 shaman. Before IWT I simply had a follow key that just was sent to the DK to follow the tank. Since the glorious advent of Interact with Target, it's much easier. In light of the flame fest that some people decided to throw on Ualaa, here's my method of automatic IWT.

    In this VERY basic example, my IWT keybind is set to SHIFT + X. My melee toon is the "current" window. "9" is my spam DPS key, it sends 9 which is click macros or whatever spell I want to use.

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <ObjectType>System.Collections.Generic.List`1[ISBoxer_Toolkit.Configs.KeyMaps.MappedKey]</ObjectType>
      <SerializedObject>&lt;?xml version="1.0" encoding="utf-8"?&gt;
    &lt;ArrayOfMappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
      &lt;MappedKey&gt;
        &lt;Name&gt;Main DPS Spam&lt;/Name&gt;
        &lt;Combo&gt;
          &lt;Combo&gt;9&lt;/Combo&gt;
          &lt;Modifiers&gt;None&lt;/Modifiers&gt;
          &lt;Key&gt;
            &lt;Key&gt;9&lt;/Key&gt;
            &lt;Code&gt;10&lt;/Code&gt;
          &lt;/Key&gt;
        &lt;/Combo&gt;
        &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
        &lt;ResetTimer&gt;0.1&lt;/ResetTimer&gt;
        &lt;ResetType&gt;Never&lt;/ResetType&gt;
        &lt;Mode&gt;OnRelease&lt;/Mode&gt;
        &lt;Steps&gt;
          &lt;Step&gt;
            &lt;Stick&gt;0&lt;/Stick&gt;
            &lt;Actions&gt;
              &lt;MappedKeyAction xsi:type="Keystroke"&gt;
                &lt;Target&gt;all other&lt;/Target&gt;
                &lt;Combo&gt;
                  &lt;Combo&gt;9&lt;/Combo&gt;
                  &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                  &lt;Key&gt;
                    &lt;Key&gt;9&lt;/Key&gt;
                    &lt;Code&gt;10&lt;/Code&gt;
                  &lt;/Key&gt;
                &lt;/Combo&gt;
              &lt;/MappedKeyAction&gt;
              &lt;MappedKeyAction xsi:type="Keystroke"&gt;
                &lt;Target&gt;self&lt;/Target&gt;
                &lt;Combo&gt;
                  &lt;Combo&gt;Shift+X&lt;/Combo&gt;
                  &lt;Modifiers&gt;Shift&lt;/Modifiers&gt;
                  &lt;Key&gt;
                    &lt;Key&gt;X&lt;/Key&gt;
                    &lt;Code&gt;45&lt;/Code&gt;
                  &lt;/Key&gt;
                &lt;/Combo&gt;
              &lt;/MappedKeyAction&gt;
            &lt;/Actions&gt;
          &lt;/Step&gt;
          &lt;Step&gt;
            &lt;Stick&gt;0&lt;/Stick&gt;
            &lt;Actions&gt;
              &lt;MappedKeyAction xsi:type="Keystroke"&gt;
                &lt;Target&gt;all&lt;/Target&gt;
                &lt;Combo&gt;
                  &lt;Combo&gt;9&lt;/Combo&gt;
                  &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                  &lt;Key&gt;
                    &lt;Key&gt;9&lt;/Key&gt;
                    &lt;Code&gt;10&lt;/Code&gt;
                  &lt;/Key&gt;
                &lt;/Combo&gt;
              &lt;/MappedKeyAction&gt;
            &lt;/Actions&gt;
          &lt;/Step&gt;
          &lt;Step&gt;
            &lt;Stick&gt;0&lt;/Stick&gt;
            &lt;Actions&gt;
              &lt;MappedKeyAction xsi:type="Keystroke"&gt;
                &lt;Target&gt;all other&lt;/Target&gt;
                &lt;Combo&gt;
                  &lt;Combo&gt;9&lt;/Combo&gt;
                  &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                  &lt;Key&gt;
                    &lt;Key&gt;9&lt;/Key&gt;
                    &lt;Code&gt;10&lt;/Code&gt;
                  &lt;/Key&gt;
                &lt;/Combo&gt;
              &lt;/MappedKeyAction&gt;
              &lt;MappedKeyAction xsi:type="Keystroke"&gt;
                &lt;Target&gt;self&lt;/Target&gt;
                &lt;Combo&gt;
                  &lt;Combo&gt;Shift+X&lt;/Combo&gt;
                  &lt;Modifiers&gt;Shift&lt;/Modifiers&gt;
                  &lt;Key&gt;
                    &lt;Key&gt;X&lt;/Key&gt;
                    &lt;Code&gt;45&lt;/Code&gt;
                  &lt;/Key&gt;
                &lt;/Combo&gt;
              &lt;/MappedKeyAction&gt;
            &lt;/Actions&gt;
          &lt;/Step&gt;
          &lt;Step&gt;
            &lt;Stick&gt;0&lt;/Stick&gt;
            &lt;Actions&gt;
              &lt;MappedKeyAction xsi:type="Keystroke"&gt;
                &lt;Target&gt;all&lt;/Target&gt;
                &lt;Combo&gt;
                  &lt;Combo&gt;9&lt;/Combo&gt;
                  &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                  &lt;Key&gt;
                    &lt;Key&gt;9&lt;/Key&gt;
                    &lt;Code&gt;10&lt;/Code&gt;
                  &lt;/Key&gt;
                &lt;/Combo&gt;
              &lt;/MappedKeyAction&gt;
            &lt;/Actions&gt;
          &lt;/Step&gt;
        &lt;/Steps&gt;
      &lt;/MappedKey&gt;
    &lt;/ArrayOfMappedKey&gt;</SerializedObject>
    </Box>
    Copy and paste that into ISBoxer and you'll see that I have 4 steps in the keymap. The first step sends IWT (shift + X) to the melee toon (Window:Current) and 9 to everyone else. The second step sends 9 to the melee toon (dps key) and 9 to everyone else. The third step is IWT (shift + X) to the melee toon (Window:Current) and 9 to everyone else. The fourth step is The second step sends 9 to the melee toon (dps key) and 9 to everyone else.

    What this allows me to do is spam ONE key, in this case 9, and have my melee toon IWT every other key press. This way if the mob moves, the melee toon will chase it down. I cleared heroics over and over and over with this setup. I was reported multiple times (I was told I was at least) yet if I really was, no GM ever contacted me about it. This is NOT a unique ability to ISBoxer and as far as I know, my method is perfectly within the ToS/EULA, and the craziness that some people around here seem to THINK the ToS / EULA says.

  2. #2
    Member Fursphere's Avatar
    Join Date
    Mar 2007
    Location
    Northern California
    Posts
    1026

    Default

    This looks like round-robin in keyclone. Interesting.
    -Legion of Boom Founder-
    -Retired-

  3. #3

    Default

    Nice work I think i will use this for my rogues when dpsing with my tank's main key Though since rogues are pretty simple for PVE purposes now with the buff to ruptureless rotation i could just IWT with ~ and attack/tank with 1.
    The Internet: We Know Drama
    If you're gona screw with my sig at least leave the thing bolded :P

  4. #4

    Default

    I just have one question, Does spamming 9 also send the FTL assist macro that ISboxer so awesomly does?

  5. #5

    Default

    Quote Originally Posted by genocyde View Post
    I just have one question, Does spamming 9 also send the FTL assist macro that ISboxer so awesomly does?
    You can have that as well. entirely up to you. When I was doing this I was still using focus setup. So I was assisting in the macro on the 9 key.

  6. #6

    Default

    Yes this setup is what I do. 1 key for both dps and IWT. ISboxer is awesome ain't it?
    ----------------------------------------------------------------
    Shu'Halo

    Warrior - Warlock - Druid - Priest - Mage

    Adamus - Azzeddar - Elistriel - Jazeela - Zimrinauth

  7. #7
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    Steps are IS Boxer's method to round-robin.
    But you don't have to stop there.

    You can stagger Tremors with Steps.
    Step 1 - Press 1 - send Keybind/Macro for Tremor on Shaman A
    Step 2 - Press 2 - send Keybind/Macro for Tremor on Shaman B
    Step 3 - Press 3 - send Keybind/Macro for Tremor on Shaman C

    You could have separate keybinds for each Shaman.
    But with Steps, they could all be on the same keybind, and you stagger which window receives the output.




    Svper - If you're doing:
    1 IWT + DPS
    2 DPS + DPS
    3 IWT + DPS
    4 DPS + DPS

    You could omit Steps 3 and 4, since they are duplicates of 1 and 2, and when you run out of steps, the sequence resets to the beginning.



    I did point out in my thread, you can execute on key down and key up, or omit that modification and execute on keystroke 1 and keystroke 2... but I suppose people would rather argue their point, then actually read a post.
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  8. #8

    Default

    I believe Svper had a slightly different version of the last 2 steps. He mentioned that his example is very basic. I imagine him just changing the steps prior to copy/pasting the code to the forums.

    We want to discuss ideas and pseudocode them. Maybe we can post an easy example. But I think the forums are moving more to 'idea discussion' and away from 'post yer iwin macros' .

    In my opinion, posting your macros leads to a lot of misinformation. Most people just cut and paste and get frustrated when it doesn't work. They don't want to spend the time learning how to macro or how to box. Instead they want free macros and software with wizards.

    After they get all their freebee stuff, don't get it to work, they flame the hands that feeds them.

    I work for a living and I have spent many hours of my play time (which is little) to learn how to box. I did ask questions, but I put in the time first.

    Lately I have been seeing posts like "I got a new puter, shoe me yer macros" or some variation of it. Its great to help, but we should be "teaching them how to fish" and not "giving them fish".
    ----------------------------------------------------------------
    Shu'Halo

    Warrior - Warlock - Druid - Priest - Mage

    Adamus - Azzeddar - Elistriel - Jazeela - Zimrinauth

  9. #9

    Default

    Quote Originally Posted by Ualaa View Post
    Svper - If you're doing:
    1 IWT + DPS
    2 DPS + DPS
    3 IWT + DPS
    4 DPS + DPS

    You could omit Steps 3 and 4, since they are duplicates of 1 and 2, and when you run out of steps, the sequence resets to the beginning.



    I did point out in my thread, you can execute on key down and key up, or omit that modification and execute on keystroke 1 and keystroke 2... but I suppose people would rather argue their point, then actually read a post.
    Your exactly right. I just wanted to post a method to show how I accomplished this, and not get a bunch of armchair lawyers flaming my bawls off.

    You can omit 3 and 4, my original keymap was 7 steps. I just created this as an extremely basic example and did not omit 3 and 4 to show the established pattern.


    (BAWLSOFFUR)

  10. #10

    Default

    I am still having an issue with my casters and IWT, have not had time to explore it more. does anyone have an ISBoxer keymap showing the complete list of keys they use to have a caster IWT?
    I have setup my test IWT with:
    1. Assist Leader
    2. IWT
    3. step backward (or possibly up and down key similtaneously?)
    4. Cast spell

    With click to move enabled the caster is still not turning to face the target,

Posting Rules

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