PI Whisper Macro

Does anyone have a PI whisper focus macro? TiA

1 Like

#showtooltip
/cast [@focus] Power Infusion
/run local s,n=“Power Infusion”,GetUnitName(“focus”,1); if GetSpellCooldown(s)==0 and IsSpellInRange(s,n)~=0 then SendChatMessage("PI cast on you ", “WHISPER”, nil, n)end

If I remember correctly then this should do the trick.

3 Likes

You might have to put the /cast power infusion part at the bottom. Not sure about that tho.

2 Likes

Thanks works great :slight_smile:

1 Like

good to hear that :slight_smile:

1 Like

Is there also a mouseover whisper macro for PI in stead of having to have a focus target?

Can try swapping both @focus for @mouseover and “focus” for “mouseover”.

Should work in theory.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.