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

    Default Second box healing macro

    Hello everyone.

    I am relatively new to dual boxing and am loviiing it!

    I am running a hunter main and priest second, and finding the combination a great one. My question for everyone is this.

    I have been working on a macro that allows me to cast on my main toon and with the pressing of alt cast on the priest. A very important function as I try and work out all the kinks of running two toons. The macro I am currently using I have pasted below. It seems to get caught up on the first target=. Any idea what I am doing wrong or if this is even possible?

    Thank you very much!

    /cast [modifer:alt, target=Eláneregía] Lesser Heal
    /cast [target=focus] Lesser Heal
    /cast [target=noharm, dead] Ressurection

  2. #2

    Default

    One part. Modify is the root word. Then comes modifier, change y to an i and add ending. Easier way is to put mod:

    Next part, your healer is healing him/herself. You can use target=player for that, that way the macro works no matter what he chars name is and which healing char you use it on.

    Next for me, I don't like to target anybody, ever. I let the mobs do the targeting. I just heal whoever has aggro. I use:
    /cast [target=focus-target-target] HealSpell
    It heals the person that the mob that my main has targeted (focus____main, focus-target____mob, focus-target-target____person the mob that main is targeting is targeting).

    Last, I would be careful with keybindings. CTRL # and CTRL F# are prebound by WOW. Likewise, ALT is bound usually to cast a spell on your own char. Yeah, it usually gets broken in macros, but still. If things don't work, try SHIFT or CTRL or ALT as substitues for each other and if it works, then check keybindings.

    Hope that helps, good luck.

  3. #3

    Default RE: Second box healing macro

    Quote Originally Posted by 'muse',index.php?page=Thread&postID=162130#post162 130
    /cast [modifer:alt, target=Eláneregía] Lesser Heal
    /cast [target=focus] Lesser Heal
    /cast [target=noharm, dead] Ressurection
    /cast [target=Eláneregía, nodead, mod:alt] [target=focus, nomod, nodead] Lesser Heal; [target=focus, dead, nomod] Ressurection

    if Eláneregía is your healer, then...
    /cast [target=player, nodead, mod:alt] [target=focus, nomod, nodead] Lesser Heal; [target=focus, dead, nomod] Ressurection

    should work.

  4. #4

    Default

    Thank you both very much! I shall play with it and see what works. I very much appreciate the assistance.

  5. #5

    Default RE: RE: Second box healing macro

    Quote Originally Posted by 'elsegundo',index.php?page=Thread&postID=162303#po st162303

    if Eláneregía is your healer, then...
    /cast [target=player, nodead, mod:alt] [target=focus, nomod, nodead] Lesser Heal; [target=focus, dead, nomod] Ressurection

    should work.
    This worked like a charm!! Thank you so very much!!!

Similar Threads

  1. looking for PVP healing macro
    By Ammada in forum Macros and Addons
    Replies: 5
    Last Post: 12-14-2008, 05:05 PM
  2. Healing Macro
    By colorblindjimbo in forum Macros and Addons
    Replies: 3
    Last Post: 11-18-2008, 03:26 PM
  3. Replies: 5
    Last Post: 09-16-2008, 11:01 PM
  4. Replies: 2
    Last Post: 05-26-2008, 03:07 PM
  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
  •