Log in

View Full Version : [WoW] Need help with some healing macros



JackBurton
02-11-2011, 07:41 PM
Im looking to get help with the syntax and general guidance. Im looking to create a smart macro. I'd like it to cast the macro in this order of priority

Cast on targets target (we are in combat, use it where its most needed)
Cast on Focus (we are out of combat and we want it on a designated toon)
Cast on Tank (we are out of combat and want it on the designated tank)
Cast on Player(self) (we not in the above type of instaport instance and want to cast on the player(priest))

/castsequence reset=combat/10 [target=targettarget,nochanneling] Power Word: Shield, Prayer of Mending, renew
/stopmacro [help,nodead, exists]
/castsequence reset=combat/10 [target=Focus] Power Word: Shield, Prayer of Mending, renew
/stopmacro [@focus,nodead, exists]
/castsequence reset=combat/10 @tank Power Word: Shield, Prayer of Mending, renew
/stopmacro [@tank,help,nodead, exists]
/castsequence reset=combat/10 @player Power Word: Shield, Prayer of Mending, renew

btw i found this great macro to toggle mute. Great for listening to a YouTube Video or Ventrillo when the game gets too loud.
/run local c="Sound_EnableAllSound"SetCVar(c,not GetCVarBool(c)and"1")

I have a nice little combat prep map-key that i use in normal 5 mans that look like this.
step1
/cast [@party1] Power Word: Shield
step2
/cast [@party2] Power Word: Shield
step3
/cast [@party3] Power Word: Shield
step4
/cast [@party4] Power Word: Shield
step5
/cast [@player] Power Word: Shield

um when im in battlegrounds my round Robbin spells don't want to work because my toons are spread out across the whole 40 or so man raid.

how could i combine two macros into one to save wow macro key combination's

/cast [@party1] Power Word: Shield
/cast [target=Magnüs] Power Word: Shield
/script UIErrorsFrame:Clear()

MiRai
02-11-2011, 08:09 PM
I'm no macro guru by any means but, something like this maybe?

/cast [@targettarget, exists][@focus, exists][@TheTank, exists][@Player, exists] Spell

As for your PW:S macro in BGs, I believe you have two options [both of which must be handled within
ISBoxer]:

1. Replace "@Party1" with "@{SLOT1}", "@Party2" with "@{SLOT2}", etc.

2. Make an ATG and make that the 'Target" of your ISBoxer macro, then check the Round Robin box.

JackBurton
02-11-2011, 08:52 PM
nice ideas! btw @tank is a proper target sytax or whatever. used for those LFG Warp in instances where there is one tank. at least i read that somewhere a month or two ago when i was looking for the proper syntax for /cast [target=targetstarget] heal1

Ualaa
02-12-2011, 12:49 AM
I've taken the FTL Target Me and FTL Assist Me mapped keys.

Right click and make a copy.
Rename the copy Slot 1 Target Me and Slot 1 Assist Me, respectively.
Repeat the copying, so you have Slot 1 through Slot 5.

Change the mapped keys, so there is no hotkey.
That way they won't conflict with the existing Assist/Target FTL keys.

I have a two-step Innervate key.
Step one has:
Slot 1 > Do Mapped Key > Slot 5 Target Me
Slot 2 > Do Mapped Key > Slot 1 Target Me
Slot 3 > Do Mapped Key > Slot 2 Target Me
Slot 4 > Do Mapped Key > Slot 3 Target Me
Slot 5 > Do Mapped Key > Slot 4 Target Me
Step two has:
Send Shift + L to all windows.

I made it two steps, and opted to not execute on press and release.
Because I want the toons to assist first.
And then after the target is acquired (which sometimes takes about a second), to do the Innervate.
They have the glyph, where Innervating someone else gets them Half an Innervate themselves.
So this gets each druid 150% of an Innervate.




Another one that is very similar.

Ten Steps.
Odd Steps - Slot X > Do Mapped Key > (Priest's Slot) Target Me
Even Steps - Keystroke Action = Keybind for PW: Shield
Do not advance for "x.x seconds", to account for the GCD.