Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 19
  1. #1

    Default Heal several targets?

    Is it possible to have one macro heal three different targets?
    First click cast e.g. flash of light on toon1, second click on toon2, third click on toon3 and then start over...
    Like a castsequence but with a different target each time.
    valle2000
    multiboxing WoW using hotkeynet and jamba addon

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

    Default

    Quote Originally Posted by valle2000 View Post
    Is it possible to have one macro heal three different targets?
    First click cast e.g. flash of light on toon1, second click on toon2, third click on toon3 and then start over...
    Like a castsequence but with a different target each time.
    Your forum signature says you use HotKeyNet but I don't know if that's 100% up-to-date or not (I can't
    remember what everyone on the forum uses all the time) so I'll say that this is indeed possible with ISBoxer
    using a multi-step keymap. If you're using HKN (or something else) then I would look into something along
    the lines of a multi-step type of script that can be fired from one key yet tied to 3 different macros.

    I know of an HKN user who might chime in shortly.
    Last edited by MiRai : 09-09-2011 at 07:34 AM

  3. #3

    Default

    Yes, signature is correct. I'm using Hotkeynet.

    But from the answer you give I take it some kind of round robin must be used and several macros? It's not possible to accomplish this in a single ingame macro then?
    valle2000
    multiboxing WoW using hotkeynet and jamba addon

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

    Default

    Quote Originally Posted by valle2000 View Post
    Yes, signature is correct. I'm using Hotkeynet.

    But from the answer you give I take it some kind of round robin must be used and several macros? It's not possible to accomplish this in a single ingame macro then?
    A single in-game macro? I suck at macros but something along these lines:
    Code:
    /cast [nomod][@Target01Name] Heal; [mod:Shift][@Target02Name] Heal; [mod:Ctrl][@Target03Name] Heal
    I've no idea if that actually works or not as I'm no macro guru by any means. You of course have to press
    modifier keys in order to change targets but it's a single in-game macro.

  5. #5

    Default

    In game macros cannot change targets within itself beyond using help or harm. At least, not in the way you describe.

    You can use the Toggle command in HKN to set up the roundrobin and avoid using macros altogether by calling a target command on downpress and the spell on release

    Code:
    <Hotkey F3>
         <Toggle>
              <SendLabel w2>
                   <Key F1>
         <Toggle>
              <SendLabel w2>
                   <Key F2>
         <Toggle>
              <SendLabel w2>
                   <Key F3>	
    		
    <Hotkeyup F3>
         <SendLabel w2>
              <Key 3>
    Of course, you need to make sure you *don't* spam it, otherwise you'll lose track of where the toggle is. You can always use <ResetToggles> somewhere to put them back at the first one.
    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 _

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

    Default

    She took longer to reply than I had hoped, so I gave horrible macro advice while we waited.

  7. #7

    Default

    I was in da shower! But I could feel I was needed, so I skipped the conditioner. If I get knots in my hair, it's all your fault.
    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 _

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

    Default

    Quote Originally Posted by Khatovar View Post
    I was in da shower! But I could feel I was needed, so I skipped the conditioner. If I get knots in my hair, it's all your fault.
    Ultimately, we can blame the knots on valle2000.

    This thread has been successfully /derailed /trainwrecked

  9. #9

    Default

    Not to try and get this thread back on topic.... But....
    I had posted a macro that would do this for cleansing when 4.0 was first released. I'm posting from my phone so I can't search very well for it now. Once I get to a computer I'll see if I can find it. The only problem with it was that it wouldn't keep cycling through the team until the castsequences reset.

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

    Default

    Quote Originally Posted by shadewalker View Post
    Not to try and get this thread back on topic.... But....
    I had posted a macro that would do this for cleansing when 4.0 was first released. I'm posting from my phone so I can't search very well for it now. Once I get to a computer I'll see if I can find it. The only problem with it was that it wouldn't keep cycling through the team until the castsequences reset.
    I tried to help out and find it but I'm way too tired. I found one you posted over a year ago (which is outdated)
    but nothing else.

Posting Rules

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