Diamondtears Holy Shock macro.

Diamondtears Holy Shock macro.

Post 09 Nov 2010 22:39

Avatar Plegacy
 
Posts: 3
Hey

Just wondering what macro Diamondtear are using for holy shock in your beta videos.

Other then that good luck in Cata.

Re: Diamondtears Holy Shock macro.

Post 09 Nov 2010 23:35

Avatar Rein
 
Posts: 88
Why doesn't anyone ever ask Ilonie or Smirk questions!!!!!!! :,(

Re: Diamondtears Holy Shock macro.

Post 10 Nov 2010 00:06

User avatarSen
 
Posts: 17
Rein wrote:Why doesn't anyone ever ask Ilonie or Smirk questions!!!!!!! :,(

Probably cause they never have PoVs in the videos.

Standing in fire is like jumping off an airborne airplane. Either way, you die. The only difference is, the airplane has parachutes.

Re: Diamondtears Holy Shock macro.

Post 10 Nov 2010 00:09

Avatar Rein
 
Posts: 88
Sen wrote:
Rein wrote:Why doesn't anyone ever ask Ilonie or Smirk questions!!!!!!! :,(

Probably cause they never have PoVs in the videos.


lol true, just kinda funny.

Re: Diamondtears Holy Shock macro.

Post 10 Nov 2010 01:09

User avatarIlo
 
Posts: 136
I don't like to fraps and edit videos :/

Edit: and about the Diamondtears macro, its probably mouseover holy shock

Re: Diamondtears Holy Shock macro.

Post 10 Nov 2010 05:00

Avatar Rein
 
Posts: 88
He speaks, the badass with the fowhawk. Yeah it is probably a mouseover macro.

/use [@mouseover] Holy Shock

Re: Diamondtears Holy Shock macro.

Post 10 Nov 2010 09:45

Avatar Plegacy
 
Posts: 3
Alrighty, thanks

Re: Diamondtears Holy Shock macro.

Post 20 Nov 2010 01:43

Avatar Kasadya
 
Posts: 4
Plegacy wrote:Hey

Just wondering what macro Diamondtear are using for holy shock in your beta videos.

Other then that good luck in Cata.


IMO

/cast [@mouseover,help] [help,nodead]Holy Shock; Holy Shock

Re: Diamondtears Holy Shock macro.

Post 20 Nov 2010 03:11

User avatarMitranim
 
Posts: 32
Location: Russia, Moscow
I'd rather use
Code: Select all
#showtooltip
/cast [@mouseover,exists,help][] Holy Shock


Likewise for other spells.
Last edited by Mitranim on 20 Nov 2010 10:44, edited 1 time in total.

Re: Diamondtears Holy Shock macro.

Post 20 Nov 2010 10:27

User avatarMitranim
 
Posts: 32
Location: Russia, Moscow
Switched over from Clique to mouseover macros, and it's a new dimension of healing. Not limited to frames, can cast every spell by mousing over objects, with the same button by target, on self, etc.. Especially cool in Wintergrasp with ally nameplates — there are lots of people not in your raid group, and you can heal them too! ;)

I'd like to see what sort of macros other people use — especially as pro as Diamondtear or Ilonie (or Smirk, hello happy Divine Light spammer!;).

And first, I'll share some of mine.

Generally, for all helpful spells, it's like:
Code: Select all
#showtooltip
/cast [@mouseover,exists,help][] Holy Shock

Since I'm an engineer (mock me as you like), spells with cast time will immediately activate haste gloves (the difference is miserable anyway, and there's no better use for them):
Code: Select all
#showtooltip
/use 10
/cast [@mouseover,exists,help][] Holy Light

Mouseover Turn Evil is extremely convenient:
Code: Select all
#showtooltip
/cast [@mouseover,exists,harm][] Turn Evil

I have a cool macro for HoSac and 20% bubble protection which ensures I don't die (actually it's shorter, but I don't exactly remember it right away):
Code: Select all
#showtooltip
/cast [@mouseover,exists,help,raid] Hand of Sacrifice
/stopmacro [@mouseover,noexists][@mouseover,noraid][@mouseover,dead]
/cast Divine Protection

It will only activate Divine Protection if your mouseover is valid for HoSac.

Screw Paragon of Virtue, I'm fine with a synced 3-minute cooldown (at least until HoSac is added to the talent):
Code: Select all
#showtooltip
/cast Avenging Wrath
/cast Divine Favor
/use 10

My Cleanse macro is sort of special:
Code: Select all
#showtooltip
/cast [worn:Fishing Poles] Fishing; [@mouseover,exists,help][] Cleanse


This is how I roll! Now it would be very interesting to hear some of the more experienced paladins' opinions.