Skip to content

Commit

Permalink
AQ40-TwinEmps: adjust Teleport timer
Browse files Browse the repository at this point in the history
On Onyxia there is a high variance, when compared with Lordaeron. TBC if later Onyxia log timers are derived from the unified Warmane core or specific to Onyxia.
  • Loading branch information
Zidras committed Jul 7, 2024
1 parent d0ee544 commit f6ec179
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DBM-AQ40/TwinEmps.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("TwinEmpsAQ", "DBM-AQ40", 1)
local L = mod:GetLocalizedStrings()

mod:SetRevision("20220518110528")
mod:SetRevision("20240707193045")
mod:SetCreatureID(15276, 15275)

--mod:SetModelID(15778)--Renders too close
Expand All @@ -22,7 +22,8 @@ local specWarnStrike = mod:NewSpecialWarningDefensive(26613, nil, nil, nil, 1,
--local specWarnExplodeBug = mod:NewSpecialWarningMove(804, nil, nil, nil, 1, 2)
local specWarnGTFO = mod:NewSpecialWarningGTFO(26607, nil, nil, nil, 8, 2)

local timerTeleport = mod:NewCDTimer(29.2, 800, nil, nil, nil, 6, nil, nil, true, 1, 4)--29.2-40.2
local timerTeleport = mod:NewCDTimer(30, 800, nil, nil, nil, 6, nil, nil, true, 1, 4) -- SAA. No variance on Lordaeron. ~10s variance on Onyxia [30.19-39.69]. Added "keep" arg (Lordaeron: Timewalking [2024-05-11]@[22:35:41 || Onyxia: 25N [2024-07-05]@[19:26:33])- "Twin Teleport-800-npc:15275-22 = pull:30.38, 30.13, 30.34, 30.20, 30.02, 30.43, 30.33, 30.32, 30.23, 30.28, 30.30, 30.25" || "Twin Teleport-800-npc:15275-22 = pull:30.19, 30.76, 38.16, 39.69, 35.78, 37.14, 34.98"
-- There is also SPELL_CAST_SUCCESS, which I assume is used internally for event scheduling, but I will keep parity with old code in this case - "Twin Teleport-800-npc:15276-23 = pull:30.38, 30.13, 30.34, 30.20, 30.02, 30.44, 30.33, 30.32, 30.23, 30.28, 30.30, 30.29" || "Twin Teleport-800-npc:15276-23 = pull:30.19, 30.76, 38.16, 39.69, 35.78, 37.14, 34.98"
local timerExplodeBugCD = mod:NewCDTimer(4.9, 804, nil, false, nil, 1)--4.9-9
local timerMutateBugCD = mod:NewCDTimer(11, 802, nil, false, nil, 1)--11-16
--local timerStrikeCD = mod:NewCDTimer(9.7, 26613, nil, "Tank", nil, 5, nil, DBM_COMMON_L.TANK_ICON)--9.7-42.6
Expand Down

0 comments on commit f6ec179

Please sign in to comment.