From d30468deb5f0337dd5004e22d903eb0b7bdafe08 Mon Sep 17 00:00:00 2001 From: tbkizle Date: Sun, 26 Jan 2025 20:37:29 -0500 Subject: [PATCH] Update Cata Surv --- Specialization/Cata/Survival.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Specialization/Cata/Survival.lua b/Specialization/Cata/Survival.lua index 4c5691c..30482f5 100644 --- a/Specialization/Cata/Survival.lua +++ b/Specialization/Cata/Survival.lua @@ -114,7 +114,7 @@ function Survival:aoe() if (MaxDps:CheckSpellUsable(classtable.MultiShot, 'MultiShot')) and cooldown[classtable.MultiShot].ready then if not setSpell then setSpell = classtable.MultiShot end end - if (MaxDps:CheckSpellUsable(classtable.KillShot, 'KillShot')) and cooldown[classtable.KillShot].ready then + if (MaxDps:CheckSpellUsable(classtable.KillShot, 'KillShot')) and (targethealthPerc <20) and cooldown[classtable.KillShot].ready then if not setSpell then setSpell = classtable.KillShot end end if (MaxDps:CheckSpellUsable(classtable.ExplosiveShot, 'ExplosiveShot')) and (buff[classtable.LockandLoadBuff].up and debuff[classtable.ExplosiveShotDeBuff].remains <1 + 1) and cooldown[classtable.ExplosiveShot].ready then @@ -146,7 +146,7 @@ function Survival:cleave() if (MaxDps:CheckSpellUsable(classtable.SerpentSting, 'SerpentSting')) and (not debuff[classtable.SerpentStingDeBuff].up and ttd >= 6) and cooldown[classtable.SerpentSting].ready then if not setSpell then setSpell = classtable.SerpentSting end end - if (MaxDps:CheckSpellUsable(classtable.KillShot, 'KillShot')) and cooldown[classtable.KillShot].ready then + if (MaxDps:CheckSpellUsable(classtable.KillShot, 'KillShot')) and (targethealthPerc <20) and cooldown[classtable.KillShot].ready then if not setSpell then setSpell = classtable.KillShot end end if (MaxDps:CheckSpellUsable(classtable.ExplosiveShot, 'ExplosiveShot')) and (debuff[classtable.ExplosiveShotDeBuff].remains <1 + 1) and cooldown[classtable.ExplosiveShot].ready then @@ -187,7 +187,7 @@ function Survival:single() if (MaxDps:CheckSpellUsable(classtable.SerpentSting, 'SerpentSting')) and (not debuff[classtable.SerpentStingDeBuff].up and not (MaxDps.spellHistory[1] == classtable.SerpentSting)) and cooldown[classtable.SerpentSting].ready then if not setSpell then setSpell = classtable.SerpentSting end end - if (MaxDps:CheckSpellUsable(classtable.KillShot, 'KillShot')) and cooldown[classtable.KillShot].ready then + if (MaxDps:CheckSpellUsable(classtable.KillShot, 'KillShot')) and (targethealthPerc <20) and cooldown[classtable.KillShot].ready then if not setSpell then setSpell = classtable.KillShot end end if (MaxDps:CheckSpellUsable(classtable.ExplosiveShot, 'ExplosiveShot')) and (debuff[classtable.ExplosiveShotDeBuff].remains <1 + 1) and cooldown[classtable.ExplosiveShot].ready then