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

    Default Attack or Heal based on key "modifier"?

    I have been looking for a macro that uses CTRL and SHIFT key as a modifiers that does 2 things:

    1. Using Ctrl, cast spell on my main's target
    2. Using Shift, cast a healing spell on my main.

    The macros that I have seen have only been able to use the same target...can I set up a modifier macro that switches target?

  2. #2

    Default

    The "F" key is the default key that changes to your targets target. If you have already remapped that key I would find an alternative, and just write the following macro;

    /cast [help] healing spell; dmg spell

    target your tank, if you want to heal him hit the macro, if you want to dps his target Hit "F" (or the remapped key) and then hit the macro.

  3. #3

    Default

    If you use focus:

    /cast [target=focustarget, help, mod:ctrl] Heal
    /cast [target=focus], help, mod:shift] Heal

    or if you are using non-focus style

    /cast [target=targettarget, help, mod:ctrl] Heal
    /cast [target=target, help, mod:shift] heal
    [align=center]Jamien - 70 Rogue
    Aphrim - 70 Priest
    Zapcowone-four - 70 Shaman
    Niian - 65 Paladin
    [/align]

  4. #4

    Default RE: Attack or Heal based on key "modifier"?

    Quote Originally Posted by 'jboy20',index.php?page=Thread&postID=130855#post1 30855
    I have been looking for a macro that uses CTRL and SHIFT key as a modifiers that does 2 things:

    1. Using Ctrl, cast spell on my main's target
    2. Using Shift, cast a healing spell on my main.

    The macros that I have seen have only been able to use the same target...can I set up a modifier macro that switches target?
    My current Lightning Bolt macro:

    Code:
    /cast [mod:shift, target=Borck] Healing Wave; [target=focustarget, harm][harm] Lightning Bolt
    If SHIFT is held down that macro will heal Borck, otherwise it will cast Lightning Bolt on the focustarget if it is an enemy else on target if it is an enemy.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

Similar Threads

  1. Web based reports/images/xml based on your WoW inventory
    By Varmon in forum General WoW Discussion
    Replies: 0
    Last Post: 05-02-2009, 11:06 PM
  2. How do i get my clone to target my target and attack when i attack?
    By Gadzook in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 12-06-2008, 06:42 PM
  3. Replies: 17
    Last Post: 11-07-2008, 10:30 AM
  4. [Focus Macro] How to: friendly heal, harm heal focus...
    By Ramesses in forum Macros and Addons
    Replies: 2
    Last Post: 06-22-2008, 10:46 AM
  5. Multiboxscript - based on AHK
    By scuzzilla in forum Software Tools
    Replies: 0
    Last Post: 11-30-2007, 12:02 PM

Posting Rules

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