Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 19 of 19
  1. #11

    Default

    I think you are correct, i must not have posted it. I couldn't find it either.

    So here it is....

    Code:
    /castsequence [@tankname] reset=2 Cleanse,Null
    /castsequence [@healname] reset=2 Cleanse,Cleanse,Null
    /castsequence [@dps1name] reset=2 Cleanse,Cleanse,Cleanse,Null
    /castsequence [@dps2name] reset=2 Cleanse,Cleanse,Cleanse,Cleanse,Null
    /castsequence [@dps3name] reset=2 Cleanse,Cleanse,Cleanse,Cleanse,Cleanse,Null
    as i mentioned before, it will not keep cycling if you keep mashing the button. The macro needs to reset itself to get back to the first castsequence line, in my case it takes 2 seconds. The only way i can think to keep it cycling would be to use a modifier key to reset the macro rather than a timer. This way you could hit the mod key each time you want to restart the cycle.

    I tested this when 4.0 was first released but i have not used it for a while so i can't guarantee that it still works, but i hope it helps.

  2. #12

    Default

    This seems nice.
    Then I can use modifiers in the toggle so only one main key needs to be used.

    Code:
    /cast [nomod][@Target01Name] Heal; [mod:Shift][@Target02Name] Heal; [mod:Ctrl][@Target03Name] Heal
    Code:
    <Hotkey F3>
         <Toggle>
              <SendLabel w2>
                   <Key F3>
         <Toggle>
              <SendLabel w2>
                   <Key shift F3>
         <Toggle>
              <SendLabel w2>
                   <Key ctrl F3>
    valle2000
    multiboxing WoW using hotkeynet and jamba addon

  3. #13

    Default

    Quote Originally Posted by shadewalker View Post
    I think you are correct, i must not have posted it. I couldn't find it either.

    So here it is....

    Code:
    /castsequence [@tankname] reset=2 Cleanse,Null
    /castsequence [@healname] reset=2 Cleanse,Cleanse,Null
    /castsequence [@dps1name] reset=2 Cleanse,Cleanse,Cleanse,Null
    /castsequence [@dps2name] reset=2 Cleanse,Cleanse,Cleanse,Cleanse,Null
    /castsequence [@dps3name] reset=2 Cleanse,Cleanse,Cleanse,Cleanse,Cleanse,Null
    as i mentioned before, it will not keep cycling if you keep mashing the button. The macro needs to reset itself to get back to the first castsequence line, in my case it takes 2 seconds. The only way i can think to keep it cycling would be to use a modifier key to reset the macro rather than a timer. This way you could hit the mod key each time you want to restart the cycle.

    I tested this when 4.0 was first released but i have not used it for a while so i can't guarantee that it still works, but i hope it helps.
    Tried this. It kind of works, it changes target BUT what happens is that first toon get one cleanse, then second toon recieves two cleanse, third toon get three etc. So final toon won't get first cleanse until 11th time macro is executed...
    valle2000
    multiboxing WoW using hotkeynet and jamba addon

  4. #14

    Default

    What if you modify it like this?

    /castsequence [@tankname] reset=2 Cleanse,Null
    /castsequence [@healname] reset=2 Cleanse,Null
    /castsequence [@dps1name] reset=2 Cleanse,Null
    /castsequence [@dps2name] reset=2 Cleanse,Null
    /castsequence [@dps3name] reset=2 Cleanse,Null

  5. #15

    Default

    you could have a set of 3 macros that toggle to spellbar 2, then spellbar 3, then back to bar 1, with each bar having a specific toon to heal i guess
    .[I



  6. #16

    Default

    Quote Originally Posted by Zub View Post
    you could have a set of 3 macros that toggle to spellbar 2, then spellbar 3, then back to bar 1, with each bar having a specific toon to heal i guess
    That would work even better than the macro.

    With isboxer you could set up a three step key map and assign the heal macros for each character to each step.

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

    Default

    Quote Originally Posted by shadewalker View Post
    With isboxer you could set up a three step key map and assign the heal macros for each character to each step.
    With ISBoxer I would recommend a Repeater Region or VideoFX paired up with a healing add-on so you're not
    bound to the inefficient macro system.

  8. #18

    Default

    Quote Originally Posted by Zub View Post
    you could have a set of 3 macros that toggle to spellbar 2, then spellbar 3, then back to bar 1, with each bar having a specific toon to heal i guess
    That's exactly what the Toggle command in HKN is doing. Alternating between 3 macros. Or using the macro MiRai posted, alternating between 1 macro with 2 modifiers.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  9. #19

    Default

    Quote Originally Posted by shadewalker View Post
    What if you modify it like this?

    /castsequence [@tankname] reset=2 Cleanse,Null
    /castsequence [@healname] reset=2 Cleanse,Null
    /castsequence [@dps1name] reset=2 Cleanse,Null
    /castsequence [@dps2name] reset=2 Cleanse,Null
    /castsequence [@dps3name] reset=2 Cleanse,Null
    Yes thought about this as well, but it didn't work. With this the entire macro stops after just one click...
    valle2000
    multiboxing WoW using hotkeynet and jamba addon

Posting Rules

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