目 录CONTENT

目录

Nano PI trigger

林无双
2024-07-29 / 0 评论 / 0 点赞 / 33 阅读
https://media.wago.io/screenshots/VheAgItIj/65ac41227bf0f90b35b38fc6.pnghttps://media.wago.io/screenshots/VheAgItIj/66a2c895843e44a1f08ac601.pnghttps://media.wago.io/screenshots/VheAgItIj/66a673d9d75299a85c117ca9.pnghttps://media.wago.io/screenshots/VheAgItIj/66a67726562deefd6f035a49.pnghttps://media.wago.io/screenshots/VheAgItIj/66a6772a562deefd6f035a87.pnghttps://media.wago.io/screenshots/VheAgItIj/66a67899d75299a85c11ac5f.pnghttps://media.wago.io/screenshots/VheAgItIj/66a67a0afcf44b4bd77c7b64.pnghttps://media.wago.io/screenshots/VheAgItIj/66a67a0a17dc6473b0e8438b.pnghttps://media.wago.io/screenshots/VheAgItIj/66a67a6817dc6473b0e849c8.png

<font color="yellow">Description</font>

  • Lets you track important spells to give PI to a pre-selected player (see Custom Options tab for configuration)
  • Allows to specify a delay between spell cast timing and PI reminder display
    • Image
  • Displays an icon, highlights the player's frame and plays a sound:
    • Image Image

<font color="yellow">Macros working with the WA</font>

The "PI solution" working with this WA consists of 2 macros working together:

<font color="magenta">PI</font>

Image

/use [@mouseover,help,nodead][@Nanomya,exists,nodead][] Power Infusion
  • This macro is the one you place in your action bar

  • The name of the macro "PI" should remain as it is so the second macro can edit it dynamically

  • It sends PI to a specific target, following this priority list:

    • Mouseover target
    • Specific target mentionned by the "@xxx" if the target exists in your group and is alive
    • Yourself
  • This macro will be overwritten by the PI target macro, so don't edit it directly

<font color="magenta">PI target</font>

Image

/run local n=UnitName("target") or "player" EditMacro(GetMacroIndexByName("PI"),nil,nil,"/use [@mouseover,help,nodead][@"..n..",exists,nodead][] Power infusion") WeakAuras.ScanEvents("PIMACRO",n)
  • Allows you to dynamically edit the PI macro to make it focus on your target
  • Select the player you want to set PI on and press the macro, the target will be set on the PI macro:
    • Image
  • <font color="red">/!\ You may have to adapt the spell name to your client language</font>
  • If the target is part of the WA config list but is not enabled, pressing the macro will still enable the trigger configured for this target:
    • Image
    • Image

自动更新于:2024-07-29 03:58:24
0
  1. 支付宝打赏

    qrcode alipay
  2. 微信打赏

    qrcode weixin

评论区