• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Priest Resurrection macro

lanevegame

Authorized
Joined
Jun 18, 2015
This is a simple macro to let other people know who are you resurrecting. This might be helpful especially in raids, so other people wont resurrect the same target! Also if the dead one already released and he's about to enter in the instance, you can automatically whisp him and inform him.

So just select the one you're going to resurrect and then use this macro:

Code:
[COLOR=#add8e6]/y I'm resurrecting %T![/COLOR]
[COLOR=#daa520]/run local name = UnitName("target"); SendChatMessage("[/COLOR][COLOR=#dda0dd]I'm resurrecting you![/COLOR][COLOR=#daa520]", "WHISPER", nil, name)[/COLOR]
[COLOR=#ffa07a]/cast resurrection[/COLOR]

1. In the first line you just yell the name of the person you're going to resurrect, %T will be replaced by your target name.


2. The second line is the command to whisp the selected person. Just replace
the pink text with whatever you want!

3. The third line will cast the highest rank of resurrection.



Cheers!
 
Top Bottom