Skip to content

Commit

Permalink
BWL-Flamegor: adjust Wing Buffet timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidras committed Feb 25, 2024
1 parent e6227f0 commit 469e6a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DBM-BWL/Flamegor.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("Flamegor", "DBM-BWL", 1)
local L = mod:GetLocalizedStrings()

mod:SetRevision("20240209130416")
mod:SetRevision("20240225225625")
mod:SetCreatureID(11981)
mod:SetModelID(6377)
mod:RegisterCombat("combat")
Expand All @@ -20,13 +20,13 @@ local warnFrenzy = mod:NewSpellAnnounce(23342, 3, nil, "Tank|RemoveEnrage|Heal

local specWarnFrenzy = mod:NewSpecialWarningDispel(23342, "RemoveEnrage", nil, nil, 1, 6)

local timerWingBuffet = mod:NewNextTimer(30, 23339, nil, nil, nil, 2) -- Fixed timer. (25m Onyxia: [2024-02-04]@[19:03:58]) - "Wing Buffet-23339-npc:11981-357 = pull:31.79, 30.02"
local timerWingBuffet = mod:NewNextTimer(30, 23339, nil, nil, nil, 2) -- Fixed timer. (25m Onyxia: [2024-02-04]@[19:03:58] || [2024-02-25]@[19:27:42]) - "Wing Buffet-23339-npc:11981-357 = pull:31.79, 30.02" || "Wing Buffet-23339-npc:11981-357 = pull:29.99, 30.02
local timerShadowFlameCD = mod:NewNextTimer(20, 22539, nil, false, nil, 5) -- 08/02/2024 Warmane Changelog: Fixed Shadow Flame timer for Flamegor. 20 seconds. Obsolete log parse will be kept for history: ~5s variance [12.55-17.44]. (25m Onyxia: [2024-02-04]@[19:03:58]) - "Shadow Flame-22539-npc:11981-357 = pull:17.22, 12.55, 17.03, 17.74"
local timerFrenzy = mod:NewBuffActiveTimer(10, 23342, nil, "Tank|RemoveEnrage|Healer", 4, 5, nil, DBM_COMMON_L.ENRAGE_ICON)

function mod:OnCombatStart(delay)
timerShadowFlameCD:Start(-delay)
timerWingBuffet:Start(31.79-delay)
timerWingBuffet:Start(-delay)
end

function mod:SPELL_CAST_START(args)--did not see ebon use any of these abilities
Expand Down

0 comments on commit 469e6a6

Please sign in to comment.