WA发布 发表于 2023-6-12 09:27:09

Power Infusion Whisper List

Sends a whisper to people who whisper you a trigger string to see if PI is off CD. It will also send an audio indicator when you get a request and another audio alert when PI is off CD.

If PI is off CD it will send a reply saying so.

If PI is on CD then it will send back how long the CD has to go and make a list. Once CD is up it will message the people who requested that it is up.

It is triggered by a "trigger string" whisper, which can be changed by going to the "Custom Options" tab, clicking "Caster Trigger" and changing the default to w/e string you want to use (Default is "PI Me, Moo!"). Have the people who want to request PI make a macro:

/w <yourname> <trigger string>

e.g.

/w Mooimadruid Pi Me, Moo!

They click it whenever they want you to PI them. I use a mouseover macro to cast PI on the requested person, it will whisper them to let them know they have it:

#showtooltip Power Infusion
/cast []Power Infusion
/run SendChatMessage("{Triangle}>>>Power Infusion on You!<<<{Triangle}","WHISPER",nil,UnitName("mouseover") or UnitName("target"))

You can have the receiver use another weak aura to let them know when PI has been cast on them (it contains an icon and a sound alert):

https://wago.io/pftmC6MEe
页: [1]
查看完整版本: Power Infusion Whisper List