Close
Showing results 1 to 5 of 5
  1. #1

    Default Easy and handy 5x pala Healing Macro

    Screen:
    http://img529.imageshack.us/i/wowscr...709160330.jpg/

    As you can see on the screen I have 5 Pallies in Westfall. Soon I might be starting DM and keep farming the Rhank'zor for his nice 2handers. But before that I need to develop handy healing macro that will save any char when in a pinch.
    First thing I though off was a Lay on Hands macro on all characters with single cast each in a sequence. So now I though of something like that:

    1st Char: /cast [target=focustarget] Lay on Hands,,,,
    2nd Char: /cast [target=focustarget] ,Lay on hands,,,
    3rd Char: /cast [target=focustarget] ,,Lay on Hands,,
    4th Char: /cast [target=focustarget] ,,,Lay on Hands,
    5th Char: /cast [target=focustarget] ,,,,Lay on Hands

    Works like this:
    master targets a slave, hits macro, other unit gets wounded, targets it, hit macro.

    Im not sure if it would work well...What do you guys think?

  2. #2
    Member Tdog's Avatar
    Join Date
    Mar 2008
    Location
    In 5 places at once...
    Posts
    1029

    Default

    If you're using Keyclone I would just use this on round robin.
    Code:
    /cast [target=focustarget] Lay on Hands
    If you don't use Keyclone, I'm sure most of the other programs have a similar feature.

    However that's more for emergency healing. For just healing in general I use this on my pally team

    Code:
    #showtooltip
    /use [modifier:shift, target=player] flash of light; [modifier:ctrl, target=player] holy light; [target=focus] flash of light
    Pressing the button casts 5x FoL on your focus
    Button + Shift = FoL on each individual toon
    Button + Ctrl = HL on each individual toon

    If you're interested in more macros, I got a list of most of the macros I use on my 5x pally team listed in this thread. [How-To] 5x Paladin Discussion

  3. #3

    Default

    Round robin on keyclone is a good idea, if you can't/won't/don't use keyclone adjust your macros to this:

    Code:
     /cast [target=focustarget,help][target=focus,help] reset=XX Lay on Hands,,,,
    where XX is a number for seconds (strange to use for such a long cooldown ability) or a modifier keypress that you use rarely like control or something. Otherwise in the heat of battle you may doublepress or have a key not register, then later on 2 or 3 LoH will be cast at once and you will ;( . Also the second target parameter will cast it on your focus assuming that is your tank, and your focus is not targetting a friendly.

    EDIT: Beat to the punch I see, Tdog has some great macros to start on, but he uses too many modifiers for my taste. I usually end up just mashing one or two keys while trying to keep that enemy player in range of my slaves, and I forget what modifiers to hit anymore.

  4. #4

    Default

    Quote Originally Posted by Tdog',index.php?page=Thread&postID=214464#post2144 64]If you're using Keyclone I would just use this on round robin.
    [code]/cast [target=focustarget] Lay on Hands[/code]
    If you don't use Keyclone, I'm sure most of the other programs have a similar feature.

    However that's more for emergency healing. For just healing in general I use this on my pally team

    [code]#showtooltip
    /use [modifier:shift, target=player] flash of light; [modifier:ctrl, target=player] holy light; [target=focus] flash of light
    [/code]
    Pressing the button casts 5x FoL on your focus
    Button + Shift = FoL on each individual toon
    Button + Ctrl = HL on each individual toon

    If you're interested in more macros, I got a list of most of the macros I use on my 5x pally team listed in this thread. [url='http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=22868
    [How-To] 5x Paladin Discussion[/url]
    This is a very usefull post with lots of information. Thank you

  5. #5
    Member Tdog's Avatar
    Join Date
    Mar 2008
    Location
    In 5 places at once...
    Posts
    1029

    Default

    Quote Originally Posted by 'Solon',index.php?page=Thread&postID=214467#post21 4467
    Round robin on keyclone is a good idea, if you can't/won't/don't use keyclone adjust your macros to this:

    Code:
     /cast [target=focustarget,help][target=focus,help] reset=XX Lay on Hands,,,,
    where XX is a number for seconds (strange to use for such a long cooldown ability) or a modifier keypress that you use rarely like control or something. Otherwise in the heat of battle you may doublepress or have a key not register, then later on 2 or 3 LoH will be cast at once and you will ;( . Also the second target parameter will cast it on your focus assuming that is your tank, and your focus is not targetting a friendly.

    EDIT: Beat to the punch I see, Tdog has some great macros to start on, but he uses too many modifiers for my taste. I usually end up just mashing one or two keys while trying to keep that enemy player in range of my slaves, and I forget what modifiers to hit anymore.
    LOL, yea I use to fat finger everything too when I first started using all the modifiers But I slowly got use to it and just press the modifiers w/o thinking about it anymore.

Similar Threads

  1. One button All Blessings Pala macro
    By Dzonatan in forum Macros and Addons
    Replies: 11
    Last Post: 07-10-2009, 10:17 AM
  2. Macro Sammlung -Pala,Ele,Ele,Ele,Resto-
    By xorxal in forum German
    Replies: 5
    Last Post: 02-11-2009, 04:21 AM
  3. My Bossgallery
    By ahi in forum Screenshots and Digital Art
    Replies: 13
    Last Post: 12-09-2008, 03:06 AM
  4. Better team for heroics - pala/4 shammies or pala/4 shadow priests?
    By Fuzzyboy in forum New Multi-Boxers & Support
    Replies: 8
    Last Post: 05-29-2008, 09:47 AM
  5. [Macro] Handy healing macro
    By Vicker in forum Macros and Addons
    Replies: 1
    Last Post: 05-18-2008, 01:08 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
  •