Ok so im trying to set up conditions to use cleansing rod to cure disease and poison counts above above 20, and to use Horn of the Stormcaller and or Aria of Absolution song to cure poison, disease, corruption and curse counters 10 and above
;checks for 20 or more poison or disease counters, doesnt work currently. If you have any ideas I'm all ears
Cond29=${Me.DebuffCounters[Poison]} >= 20 || ${Me.DebuffCounters[Disease]} >= 20
;checks for 10 or more poison, disease, corruption or curse counters, doesnt work currently. If you have any ideas I'm all ears
Cond30=${Me.DebuffCounters[Poison]} >= 10 || ${Me.DebuffCounters[Disease]} >= 10 || ${Me.DebuffCounters[Corruption]} >= 10 || ${Me.DebuffCounters[Curse]} >= 10