Skip to content

Commit

Permalink
Update TrashCommon.lua
Browse files Browse the repository at this point in the history
timer cd fix
Timer Bloodthirsty(Timer445406cdnp-16.2) refreshed before expired. Remaining time is : 0.5
Timer Bloodthirsty(Timer445781cdnp-15.8) refreshed before expired. Remaining time is : 3.6
Timer Bloodthirsty(Timer445492cdnp-29.7) refreshed before expired. Remaining time is : 0.6
  • Loading branch information
Aleksart163 authored and emmericp committed Jan 30, 2025
1 parent e941ebd commit 9f7ee7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DBM-Delves-WarWithin/TrashCommon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ local timerShadowsofStrifeCD = mod:NewCDNPTimer(15.6, 449318, nil, nil, nil,
local timerRotWaveVolleyCD = mod:NewCDNPTimer(15.2, 425040, nil, nil, nil, 4, nil, DBM_COMMON_L.INTERRUPT_ICON)--15.2-17
local timerWebbedAegisCD = mod:NewCDNPTimer(15.8, 450546, nil, nil, nil, 4, nil, DBM_COMMON_L.INTERRUPT_ICON)--14.6 BUT enemies can skip casts sometimes and make it 29.1
local timerMagmaHammerCD = mod:NewCDNPTimer(8.5, 445718, nil, nil, nil, 5)
local timerLavablastCD = mod:NewCDNPTimer(15.8, 445781, nil, nil, nil, 3)
local timerLavablastCD = mod:NewCDNPTimer(12.2, 445781, nil, nil, nil, 3)
local timerLavablast = mod:NewCastNPTimer(3, 445781, DBM_COMMON_L.FRONTAL, nil, nil, 5)
local timerBlazingWickCD = mod:NewCDPNPTimer(14.6, 449071, nil, nil, nil, 3)
local timerBlazingWick = mod:NewCastNPTimer(2.25, 449071, DBM_COMMON_L.FRONTAL, nil, nil, 5)
Expand Down Expand Up @@ -133,7 +133,7 @@ local timerShadowStrikeCD = mod:NewCDNPTimer(15.8, 443162, nil, nil, nil, 4,
local timerGrimweaveOrbCD = mod:NewCDNPTimer(20.6, 451913, nil, nil, nil, 3)--23.1 but 2.5 second cast
local timerIllusionStepCD = mod:NewCDNPTimer(31, 444915, nil, nil, nil, 3)
local timerBubbleSurgeCD = mod:NewCDNPTimer(18.1, 445771, nil, nil, nil, 3)
local timerBloodthirstyCD = mod:NewCDNPTimer(16.2, 445406, nil, nil, nil, 3)--16.2-23
local timerBloodthirstyCD = mod:NewCDNPTimer(15.7, 445406, nil, nil, nil, 3)--15.7-23

--Antispam IDs for this mod: 1 run away, 2 dodge, 3 dispel, 4 incoming damage, 5 you/role, 6 misc, 7 off interrupt

Expand Down Expand Up @@ -433,7 +433,7 @@ function mod:SPELL_CAST_SUCCESS(args)
elseif args.spellId == 372529 then
timerHidousLaughterCD:Start(23.4, args.sourceGUID)--25.4-2
elseif args.spellId == 445492 then
timerSerratedCleaveCD:Start(29.7, args.sourceGUID)--32.7 - 3
timerSerratedCleaveCD:Start(29.1, args.sourceGUID)--32.1 - 3
elseif args.spellId == 462686 then
timerSkullCrackerCD:Start(13.3, args.sourceGUID)--15.8 - 2.5
elseif args.spellId == 447392 then--Supply Bag (Cast when Reno Jackson Defeated)
Expand All @@ -458,7 +458,7 @@ function mod:SPELL_CAST_SUCCESS(args)
warnIllusionStep:Show()
end
elseif args.spellId == 445406 then
timerBloodthirstyCD:Start(nil, args.sourceGUID)--16.2-23
timerBloodthirstyCD:Start(nil, args.sourceGUID)--15.7-23
end
end

Expand Down

0 comments on commit 9f7ee7a

Please sign in to comment.