Skip to content

Commit

Permalink
Up ver + BT-Soul(add timer stage)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waini4 committed Jul 25, 2024
1 parent bd06458 commit 9f893c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions DBM-BlackTemple/EssenceOfSouls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ local warnPhase2 = mod:NewPhaseAnnounce(2, 2)
local warnMana = mod:NewAnnounce("WarnMana", 4, 41350)
local warnDeaden = mod:NewTargetNoFilterAnnounce(41410, 1)
]]
local specWarnPhase = mod:NewSpecialWarning("Скоро фаза %s", nil, nil, nil, 1, 2)
local specWarnPhase = mod:NewSpecialWarning("Скоро фаза %s", nil, nil, nil, 1, 2)
local Stage2 = mod:NewPhaseTimer(11, nil, "Фаза: %s", nil, nil, 4)
local StageTimer = mod:NewPhaseTimer(101, nil, "Cледующая Фаза", nil, nil, 3)

-- Гнева
local warnRage = mod:NewTargetAnnounce(371999, 3)
Expand All @@ -53,14 +54,14 @@ local specWarnThirst = mod:NewSpecialWarningMoveAway(371992, "Melee", nil
local specWarnDeceit = mod:NewSpecialWarningStack(371989, nil, 10, nil, nil, 1, 6)

local timerNextThirst = mod:NewCDTimer(18, 371992, nil, nil, nil, 5, nil, DBM_COMMON_L.DEADLY_ICON, nil, 1)
local timerNextKick = mod:NewCDTimer(10, 371993, nil, nil, nil, 5) --желания
local timerNextKick = mod:NewCDTimer(10, 371993, nil, nil, nil, 5) --желания
--Воплощение страдания

--371985,"Иссушающая лихорадка"
local warnFever = mod:NewTargetAnnounce(371985, 3)
local specWarnGTFO = mod:NewSpecialWarningGTFO(371984, nil, nil, nil, 1, 2)
local warnFever = mod:NewTargetAnnounce(371985, 3)
local specWarnGTFO = mod:NewSpecialWarningGTFO(371984, nil, nil, nil, 1, 2)

local timerNextGTFO = mod:NewCDTimer(9, 371984, nil, nil, nil, 3) --реликв потерь
local timerNextGTFO = mod:NewCDTimer(9, 371984, nil, nil, nil, 3) --реликв потерь


local DeceitBuff = DBM:GetSpellInfoNew(371989)
Expand Down Expand Up @@ -205,6 +206,7 @@ function mod:UNIT_DIED(args)
if UnitSpirits == 8 then
self.vb.StageUwU = (self.vb.StageUwU % 3)+1
Stage2:Start(nil, Stages[self.vb.StageUwU])
StageTimer:Start()
specWarnPhase:Show(Stages[self.vb.StageUwU])
self:Schedule(2, Unit, self)
end
Expand Down
4 changes: 2 additions & 2 deletions DBM-Core/DBM-Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ local function currentFullDate()
end

DBM = {
Revision = parseCurseDate("2024" .. "06" .. "26" .. "23" .. "00" .. "00"),
Revision = parseCurseDate("2024" .. "07" .. "25" .. "14" .. "00" .. "00"),
DisplayVersion = GetAddOnMetadata(_addonname, "Version"), -- the string that is shown as version
ReleaseRevision = releaseDate(2024, 06, 26, 23, 00, 00) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day
ReleaseRevision = releaseDate(2024, 07, 25, 14, 00, 00) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day
}

local fakeBWVersion = 7558
Expand Down
2 changes: 1 addition & 1 deletion DBM-Core/DBM-Core.toc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## LoadOnDemand: 0
## DefaultState: enabled
## Author: Barsoom, Bunny67, Zidras, DBM-Frostmourne contributors, original DBM team, fixes for sirus Stekolnyu, Waini, fxpw
## Version: 9.2.101
## Version: 9.2.102
## X-Website: https://github.com/Waini4/DBM_For_Sirus
## X-Sirus-Update: https://github.com/Waini4/DBM_For_Sirus/tree/main/DBM-Core

Expand Down

0 comments on commit 9f893c5

Please sign in to comment.