06.28Announce resurrection target
This macro yells out the intent to resurrect someone (“Rezzing Name”, or Corpse of Name if released) as the spell is cast. Coordination of rezzers saves mana and time, especially after a raid wipe.
Rebirth is the druid rez; it leaves you with 40 letters to improve upon the message. The longest-named rez in the game, Ancestral Spirit, leaves 31 letters.
It may be possible to find an AddOn that does the work of this macro – however, it was not always possible to identify a ghost player with a spell. Many rezzers have been witnessed making the bizarre claim “Rezzing <no target>”.
/run R=R or CreateFrame(“Frame”)R:RegisterEvent(“UNIT_SPELLCAST_SENT”)R:SetScript(“OnEvent”,function(R,E,T,T,T,T)SendChatMessage(“Rezzing “..(T or UnitName(“mouseover”)),”YELL”)R:UnregisterEvent(E)end)
/cast Rebirth





The macro Use is:
/p rezzing %n
/cast redemption
works good, used it in dungeons already, no problem.
For some reason when i made a macro that says
/whisper %n hi
it says no player named %n is currently playing,
I’m confused. I need this to work so I can say stuff to target without having to right click his frame and try to select whisper and not any thing else by accident.
Anyone have any ideas?
In cross-realm instances macro default functions like %t, %f return only name of player, but to /w a player you need his realm aswell. that’s why it fails.
That does not apply to me, I was targeting ppl in my own realm in orgrimar to test it.