Daxtattack
Member
- Joined
- Jul 31, 2021
- RedCents
- 4¢
Heya,
Been working on getting Virulent Paralysis working with my KA Macro. After some trial and error, I came across a condition that helped.
Here is the dps entry:
DPS2=Virulent Paralysis|99|debuffall|Cond1
Here is the Condition:
Cond1=${Me.AltAbilityReady[Virulent Paralysis]} && ${Me.XTarget}>1 && ${Target.PctHPs}==100
I haven't seen this in any shaman macros, hope it helps.
Been working on getting Virulent Paralysis working with my KA Macro. After some trial and error, I came across a condition that helped.
Here is the dps entry:
DPS2=Virulent Paralysis|99|debuffall|Cond1
Here is the Condition:
Cond1=${Me.AltAbilityReady[Virulent Paralysis]} && ${Me.XTarget}>1 && ${Target.PctHPs}==100
I haven't seen this in any shaman macros, hope it helps.

