Skip to content

Commit

Permalink
Update timers changed in todays hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Dec 18, 2024
1 parent af82afb commit 1686521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DBM-Party-Cataclysm/GrimBatol/GrimBatolTrash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ local timerMindPiercerCD = mod:NewCDNPTimer(18.1, 451391, nil, nil, nil, 3)--
local timerCorruptCD = mod:NewCDNPTimer(18.1, 451395, nil, nil, nil, 3)
--local timerSearMindCD = mod:NewCDPNPTimer(20.4, 76711, nil, "HasInterrupt", nil, 4, nil, DBM_COMMON_L.INTERRUPT_ICON)--Valid August 11
local timerMoltenWakeCD = mod:NewCDNPTimer(18.1, 451965, nil, nil, nil, 2)--Valid August 11
local timerLavaFistCD = mod:NewCDNPTimer(15.7, 451971, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON)--Valid August 11
local timerLavaFistCD = mod:NewCDNPTimer(23, 451971, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON)--Valid August 11
local timerShadowflameSlashCD = mod:NewCDNPTimer(16.7, 451241, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON)
local timerBlazingShadowflameCD = mod:NewCDPNPTimer(16.0, 462216, nil, nil, nil, 3)--Valid August 21
--local playerName = UnitName("player")
Expand Down Expand Up @@ -191,7 +191,7 @@ function mod:SPELL_CAST_SUCCESS(args)
--elseif spellId == 76711 then
-- timerSearMindCD:Start(18.9, args.sourceGUID)
elseif spellId == 451971 then
timerLavaFistCD:Start(12.7, args.sourceGUID)--15.7-3
timerLavaFistCD:Start(20, args.sourceGUID)--23-3
elseif spellId == 456711 then
timerShadowlavaBlastCD:Start(15.6, args.sourceGUID)--18.1-2.5
elseif spellId == 456713 then
Expand Down
2 changes: 1 addition & 1 deletion DBM-Party-WarWithin/TheStonevault/TheStonevaultTrash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local timerVoidInfectionCD = mod:NewCDNPTimer(18.2, 426308, nil, nil, nil, 3
local timerLavaCannonCD = mod:NewCDPNPTimer(9.1, 449130, nil, nil, nil, 3)
local timerMoltenMortarCD = mod:NewCDNPTimer(20.6, 449154, nil, nil, nil, 3)--15.3-19
local timerCrystalSalvoCD = mod:NewCDNPTimer(15.3, 426345, nil, nil, nil, 3)
local timerShadowClawsCD = mod:NewCDNPTimer(13.3, 459210, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON)
local timerShadowClawsCD = mod:NewCDNPTimer(22.7, 459210, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON)
local timerVoidOutburstCD = mod:NewCDNPTimer(27.9, 426771, nil, nil, nil, 2)--Cast to cast for now, but if it gets stutter cast reports it'll be moved to success
local timerShieldStampedeCD = mod:NewCDPNPTimer(17, 448640, nil, nil, nil, 3)
local timerSmashRockCD = mod:NewCDNPTimer(28.3, 428879, nil, nil, nil, 3)
Expand Down

0 comments on commit 1686521

Please sign in to comment.