Thread Tools Display Modes
03-31-06, 10:47 AM   #1
WavArt
A Deviate Faerie Dragon
 
WavArt's Avatar
Join Date: Mar 2005
Posts: 10
Announcing Casts Priest

I used Healix (until its broken in 1.10)
simply to announce to raid that I was Rezzing (target)
Shackling Undead (target)
etc.

anything else around which can cover this simple action?

thanks in advance!
  Reply With Quote
04-02-06, 06:29 PM   #2
zapmaster
A Deviate Faerie Dragon
Join Date: Apr 2006
Posts: 12
I am also looking for such a mod

To replace priesttools.

Bump
  Reply With Quote
04-02-06, 07:33 PM   #3
brotherhobbes
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 313
Rez Macro:

/script CastSpellByName("Resurrection") if GetNumRaidMembers() > 0 then c="RAID" else c="PARTY" end SendChatMessage(">> Resurrecting %t in 10 seconds <<", c)


Shackle Macro:

/script CastSpellByName("Shackle Undead") if GetNumRaidMembers() > 0 then c="RAID" else c="PARTY" end SendChatMessage(">> Shackling %t <<", c)
  Reply With Quote
04-02-06, 11:33 PM   #4
WavArt
A Deviate Faerie Dragon
 
WavArt's Avatar
Join Date: Mar 2005
Posts: 10
Thumbs up thanks

Originally Posted by brotherhobbes
Rez Macro:

/script CastSpellByName("Resurrection") if GetNumRaidMembers() > 0 then c="RAID" else c="PARTY" end SendChatMessage(">> Resurrecting %t in 10 seconds <<", c)


Shackle Macro:

/script CastSpellByName("Shackle Undead") if GetNumRaidMembers() > 0 then c="RAID" else c="PARTY" end SendChatMessage(">> Shackling %t <<", c)
Thanks for the macro's this will do the trick..
Simple and does the job

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Announcing Casts Priest


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off