AOe optimizations

4n0n-patch-1
4n0n 2 years ago
parent 5f27202791
commit 7e0327bb78
  1. 26
      scripts/subtlety.lua

@ -581,19 +581,19 @@ AOEAPL:AddSpell(
) )
-- Cast Rupture on all targets. (scam??) -- Cast Rupture on all targets. (scam??)
-- AOEAPL:AddSpell( AOEAPL:AddSpell(
-- Rupture:CastableIf(function(self) Rupture:CastableIf(function(self)
-- return RuptureTarget:Exists() and Player:InMelee(RuptureTarget) and return RuptureTarget:Exists() and Player:InMelee(RuptureTarget) and
-- self:IsKnownAndUsable() and self:IsKnownAndUsable() and
-- not Player:IsCastingOrChanneling() and not Player:IsCastingOrChanneling() and
-- (Player:GetComboPoints(RuptureTarget) >= 6 or (Player:GetComboPoints(RuptureTarget) >= 6 or
-- (Player:GetComboPoints(RuptureTarget) >= 5 and (Player:GetComboPoints(RuptureTarget) >= 5 and
-- Player:GetAuras():FindMy(ShadowDanceAura):IsUp())) and ( Player:GetAuras():FindMy(ShadowDanceAura):IsUp())) and (
-- not RuptureTarget:GetAuras():FindMy(Rupture):IsUp() or not RuptureTarget:GetAuras():FindMy(Rupture):IsUp() or
-- RuptureTarget:GetAuras():FindMy(Rupture):GetRemainingTime() < 6 RuptureTarget:GetAuras():FindMy(Rupture):GetRemainingTime() < 6
-- ) )
-- end):SetTarget(RuptureTarget) end):SetTarget(RuptureTarget)
-- ) )
AOEAPL:AddSpell( AOEAPL:AddSpell(
SecretTechnique:CastableIf(function(self) SecretTechnique:CastableIf(function(self)

Loading…
Cancel
Save