Author: Omega
Date: Sun Jul 18 06:36:25 CEST 2010
Revision: 4355
Log:

small tweak to halion phase 2 timestamp

Updated
trunk/DBM-ChamberOfAspects/Ruby/Halion.lua

trunk/DBM-ChamberOfAspects/Ruby/Halion.lua
Action: modified
Old revision: 4354
Old date: 2010-07-18 04:18:50 UTC

@@ -176,7 +176,7 @@
specWarnMeteorStrike:Show() --Standing in meteor, not part of aggro detection.
lastflame = time()
elseif args:GetDestCreatureID() == 39863 then
- if not physicalAggro and GetTime() - phase2Started > 10 then --We don't have phase 3 aggro on him yet.
+ if not physicalAggro and GetTime() - phase2Started > 15 then --We don't have phase 3 aggro on him yet.
physicalAggro = true
if mod:LatencyCheck() then
self:SendSync("PhysicalAggro")--We do now.
@@ -194,7 +194,7 @@

function mod:SPELL_MISSED(args)
if args:GetDestCreatureID() == 39863 then
- if not physicalAggro and GetTime() - phase2Started > 10 then --We don't have phase 3 aggro on him yet.
+ if not physicalAggro and GetTime() - phase2Started > 15 then --We don't have phase 3 aggro on him yet.
physicalAggro = true
if mod:LatencyCheck() then
self:SendSync("PhysicalAggro")--We do now.
@@ -212,7 +212,7 @@

function mod:SWING_DAMAGE(args)
if args:GetDestCreatureID() == 39863 then
- if not physicalAggro and GetTime() - phase2Started > 10 then --We don't have phase 3 aggro on him yet.
+ if not physicalAggro and GetTime() - phase2Started > 15 then --We don't have phase 3 aggro on him yet.
physicalAggro = true
if mod:LatencyCheck() then
self:SendSync("PhysicalAggro")--We do now.
@@ -230,7 +230,7 @@

function mod:SWING_MISSED(args)
if args:GetDestCreatureID() == 39863 then
- if not physicalAggro and GetTime() - phase2Started > 10 then --We don't have phase 3 aggro on him yet.
+ if not physicalAggro and GetTime() - phase2Started > 15 then --We don't have phase 3 aggro on him yet.
physicalAggro = true
if mod:LatencyCheck() then
self:SendSync("PhysicalAggro")--We do now.