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

    Default ok. i need help from all you expert macro writers. simple healing macro quick plssssss!

    ok, quick stuff

    priest healer. i want to have number pad for healing.

    1,2,3,4,5 basically

    i want to write a simple macro that allows me to put renew, flash heal, greater heal on one key with [modifier]'s

    i know for my shaman totems, i use something along these lines: (simple example)

    /cast [nomodifier] Wrath of Air Totem
    /cast [modifier:shift] Grounding Totem

    ummm with the totem macros i don't have to specify a target... but with healing ones i would have to. So i tried something like this...:

    /cast [nomodifier] [target=shaman1] Renew
    /cast [modifier:shift] [target=shaman1] Flash Heal
    /cast [modifier:ctrl] [target=shaman1] Greater Heal

    plain and simple... this don't work. i know i have something wrong with this for sure. if an expert in here can pls correct my macrooooo i'd be so grateful! I just want to be able to correct this as soon as i get home, so i can hit up some HEROIX!

    Thanks in advance.

  2. #2

    Default

    I think you need to just do:

    /cast [target=shaman1,modifier:shift] renew
    <Multiplicity>
    Blood Elf Death Knight, 4 Orc Shaman - Burning Legion Horde US (PvP)
    Ellianaa - Haachoo - Hachu - Hachuu - Hahchoo

    Heroics down: Gundrak, Drak'Tharon, Utgarde Keep, Utgarde Pinnacle, Culling of Stratholme, Halls of Lightning, Ahn'Kahet, Violet Hold, Nexus, Azjol-Nerub, Halls of Stone

  3. #3

    Default

    /target party1
    /cast [modifer:shift] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal

    /target party2
    /cast [modifer:shift] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal

    /target party3
    /cast [modifer:shift] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal

    /target party4
    /cast [modifer:shift] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal

    /target self
    /cast [modifer:shift] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal

    All different buttons, 3 moves 1 button.
    Chaos - Chihiro Team
    3 Rogues - 3 Shamans - Wildhammer - Alliance
    70...75..80
    Case Mods - Summer 09
    [/align]

  4. #4

    Default

    slightly modifed the above would work:

    Code:
    /target party1
     /cast [nomod] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal
     
     /target party2
     /cast [nomod] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal
     
     /target party3
     /cast [nomod] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal
     
     /target party4
     /cast [nomod] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal
     
     /target self
     /cast [nomod] Renew; [modifier:ctrl] Flash Heal; [modifier:alt] Greater Heal
    Reason for the modification is:
    -You want to bind it to your Numpad and for the numpad shift as modifier doesn't work.
    (see: http://www.dual-boxing.com/wiki/inde...ld_of_Warcraft )
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  5. #5

    Default

    thanks so much, got it all fixed up!
    btw.. priest healing is so much easier (i find) then resto shaman healing for 5 boxing.. i dunno, maybe it's just me.
    cheers!

  6. #6
    Member valkry's Avatar
    Join Date
    Sep 2008
    Location
    Port Hedland, Australia
    Posts
    2009

    Default

    Holy nova and CoH and you're set
    Frostmourne (Oceanic) - Bloodlust - Alliance - 10 Boxer


Similar Threads

  1. Simple Macro?
    By Purecrafts in forum Macros and Addons
    Replies: 10
    Last Post: 04-15-2009, 09:43 AM
  2. A simple macro question.
    By shaeman in forum Macros and Addons
    Replies: 8
    Last Post: 07-16-2008, 02:29 AM
  3. [Macro] Handy healing macro
    By Vicker in forum Macros and Addons
    Replies: 1
    Last Post: 05-18-2008, 01:08 AM
  4. Macro expert???....try and figure this one out!
    By vert68 in forum Macros and Addons
    Replies: 4
    Last Post: 01-28-2008, 08:25 AM
  5. Simple emote macro...
    By Lost Ninja in forum Macros and Addons
    Replies: 7
    Last Post: 01-23-2008, 05:12 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
  •