Skip to content

Commit

Permalink
VanillaNaxx-Gothik: adjust wave scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidras committed Jul 15, 2024
1 parent 1538b53 commit 8357f26
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions DBM-VanillaNaxx/MilitaryQuarter/Gothik.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("Gothik-Vanilla", "DBM-VanillaNaxx", 4)
local L = mod:GetLocalizedStrings()

mod:SetRevision("20240709222410")
mod:SetRevision("20240715112650")
mod:SetCreatureID(16060)

mod:RegisterCombat("combat")
Expand All @@ -25,21 +25,21 @@ local timerGate = mod:NewTimer(235, "Gate Opens", 9484)

mod.vb.wave = 0
local waves = { -- #0 0:45
{3, L.Trainee, timer = 30}, -- #1 1:15
{3, L.Trainee, timer = 20}, -- #2 1:35
{3, L.Trainee, timer = 20}, -- #3 1:55
{3, L.Trainee, timer = 20}, -- #1 1:15
{3, L.Trainee, timer = 20}, -- #2 1:35?
{3, L.Trainee, timer = 10}, -- #3 1:55
{2, L.Knight, timer = 10}, -- #4 2:05
{3, L.Trainee, timer = 10}, -- #5 2:15
{2, L.Knight, timer = 15}, -- #6 2:30
{3, L.Trainee, timer = 5}, -- #7 2:35
{3, L.Trainee, 2, L.Knight, timer = 20}, -- #8 2:55
{3, L.Trainee, timer = 15}, -- #5 2:15
{2, L.Knight, timer = 5}, -- #6 2:30
{3, L.Trainee, timer = 20}, -- #7 2:35
{3, L.Trainee, 2, L.Knight, timer = 10}, -- #8 2:55
{1, L.Rider, timer = 10}, -- #9 3:05
{3, L.Trainee, timer = 10}, -- #10 3:15
{2, L.Knight, timer = 5}, -- #11 3:20
{1, L.Rider, 3, L.Trainee, timer = 15}, -- #12 3:35
{3, L.Trainee, timer = 5}, -- #10 3:15
{2, L.Knight, timer = 15}, -- #11 3:20
{1, L.Rider, 3, L.Trainee, timer = 10}, -- #12 3:35
{2, L.Knight, timer = 10}, -- #13 3:45
{3, L.Trainee, timer = 10}, -- #14 3:55
{1, L.Rider, timer = 10}, -- #15 4:05
{1, L.Rider, timer = 5}, -- #15 4:05
{2, L.Knight, timer = 5}, -- #16 4:10
{3, L.Trainee}, -- #17 4:15
} -- Gate Open 4:40
Expand Down

0 comments on commit 8357f26

Please sign in to comment.