Log in

View Full Version : ok. i need help from all you expert macro writers. simple healing macro quick plssssss!



Teejayv
09-12-2008, 10:53 PM
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.

Hachoo
09-13-2008, 01:30 AM
I think you need to just do:

/cast [target=shaman1,modifier:shift] renew

Chaosomega
09-13-2008, 03:11 AM
/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.

olipcs
09-13-2008, 04:12 AM
slightly modifed the above would work:



/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/index.php/Available_Keys_in_World_of_Warcraft )

Teejayv
09-13-2008, 01:52 PM
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!

valkry
09-16-2008, 11:01 PM
Holy nova and CoH and you're set :)