--------------------------------------
Fork of Nano PI trigger https://wago.io/VheAgItIj
(wasnt updated with changes to GetSpellCooldown yet)
--------------------------------------
Plays a sound, shows an icon with text and highlights the party frame if a configured player uses a specific spell
You will need 2 Macros in combination with this weak aura:
The first one casts PI as mouseover OR directly on your PI target you can set with the second macro if no mouseover exists
Target a player and use second macro to set a PI target
#showtooltip
/use [@mouseover,help,nodead][@NAME,exists,nodead][] Power infusion
and
/run local n=UnitName("target") or "player" EditMacro(GetMacroIndexByName("PI"),nil,nil,"#showtooltip\n/use [@mouseover,help,nodead][@"..n..",exists,nodead][] Power infusion") WeakAuras.ScanEvents("PIMACRO",n)
make sure the first one will be named exactly as mentioned in the second macro. In this example name it: PI
Use the second macro to set your PI target and configure the spell id of the cast you want to be reminded at in the Custom Options of the weak aura
For more detailed informations read the link above from the original author
--------------------------------------
Fork of Nano PI trigger https://wago.io/VheAgItIj
(wasnt updated with changes to GetSpellCooldown yet)
--------------------------------------
Plays a sound, shows an icon with text and highlights the party frame if a configured player uses a specific spell
You will need 2 Macros in combination with this weak aura:
The first one casts PI as mouseover OR directly on your PI target you can set with the second macro if no mouseover exists
Target a player and use second macro to set a PI target
#showtooltip
/use [@mouseover,help,nodead][@NAME,exists,nodead][] Power infusion
and
/run local n=UnitName("target") or "player" EditMacro(GetMacroIndexByName("PI"),nil,nil,"#showtooltip\n/use [@mouseover,help,nodead][@"..n..",exists,nodead][] Power infusion") WeakAuras.ScanEvents("PIMACRO",n)
make sure the first one will be named exactly as mentioned in the second macro. In this example name it: PI
Use the second macro to set your PI target and configure the spell id of the cast you want to be reminded at in the Custom Options of the weak aura
For more detailed informations read the link above from the original author
自动创建于:2025-01-07 02:07:55
评论区