目 录CONTENT

目录

PI Reminder

林无双
2025-01-04 / 0 评论 / 0 点赞 / 5 阅读
https://media.wago.io/screenshots/ncZ3KTJJT/677882a2ead0d49b31be500e.pnghttps://media.wago.io/screenshots/ncZ3KTJJT/67789d9d0d6d2a6d4ab610f7.pnghttps://media.wago.io/screenshots/ncZ3KTJJT/67789e098fd31cedb1ea9277.png
-------------------------------------- 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
0

评论区