WA发布 发表于 2023-6-12 08:18:17

Oak's Druid Cooldown List

Creates a List of Players that /w you "!Innervate Me" or "!CR Me" - and then displays them for 60 seconds.

Will reply with 2 messages; one for on cooldown with time remaining and one ready to use.

Paired with the following Macros to cast Innervate & Rebirth:

#showtooltip
/cancelform
/cast Innervate
/run SendChatMessage("{rt5} Casting Innervate on you! {rt5}", "WHISPER", nil, GetUnitName("target"));

or

#showtooltip
/cancelform
/cast Rebirth
/run SendChatMessage("{rt5} Casting Combat Res on you! {rt5}", "WHISPER", nil, GetUnitName("target"));
页: [1]
查看完整版本: Oak's Druid Cooldown List