Skip to content

Commit

Permalink
Scope scenario modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Nov 18, 2024
1 parent fb44377 commit b5b0f25
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 5 deletions.
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/ALittlePatience.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1104)

mod:RegisterCombat("scenario", 1104)

Expand Down
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/ArenaOfAnnihilation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1031)

mod:RegisterCombat("scenario", 1031)

Expand Down
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/AssaultofZanvess.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1050)

mod:RegisterCombat("scenario", 1050)

Expand Down
3 changes: 2 additions & 1 deletion DBM-Scenario-MoP/BattleHighSeas.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local mod = DBM:NewMod("d652", "DBM-Scenario-MoP")
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone(1099)

mod:RegisterCombat("scenario", 1099)

Expand Down Expand Up @@ -83,4 +84,4 @@ function mod:OnSync(msg)
warnThrowBomb:Show()
timerThrowBombCD:Start()
end
end
end
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/BloodInSnow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local mod = DBM:NewMod("d646", "DBM-Scenario-MoP")
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone(1130)

mod:RegisterCombat("scenario", 1130)

Expand Down
3 changes: 2 additions & 1 deletion DBM-Scenario-MoP/BrewingStorm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local mod = DBM:NewMod("d517", "DBM-Scenario-MoP")
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone(1005)

mod:RegisterCombat("scenario", 1005)

Expand Down Expand Up @@ -59,4 +60,4 @@ function mod:OnSync(msg)
timerSwampSmashCD:Start()
timerEarthShatteringCD:Start()
end
end
end
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/BrewmoonFestival.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1051)

mod:RegisterCombat("scenario", 1051)

Expand Down
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/CryptofKings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local mod = DBM:NewMod("d504", "DBM-Scenario-MoP")
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone(1030)

mod:RegisterCombat("scenario", 1030)

Expand Down
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/DaggerInDark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1095)

mod:RegisterCombat("scenario", 1095)

Expand Down
3 changes: 2 additions & 1 deletion DBM-Scenario-MoP/DarkHeartPandaria.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local mod = DBM:NewMod("d647", "DBM-Scenario-MoP")
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone(1144)

mod:RegisterCombat("scenario", 1144)

Expand Down Expand Up @@ -91,4 +92,4 @@ function mod:OnSync(msg)
if msg == "CallElemental" then
warnCallElemental:Show()
end
end
end
3 changes: 2 additions & 1 deletion DBM-Scenario-MoP/FindingIngredient.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local mod = DBM:NewMod("d745", "DBM-Scenario-MoP")
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone(1157)

mod:RegisterCombat("scenario", 1157)

Expand All @@ -13,4 +14,4 @@ function mod:CHAT_MSG_MONSTER_SAY(msg)
if msg == L.Clear or msg:find(L.Clear) then
DBM:EndCombat(self)
end
end
end
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/GreenFire.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1112)

mod:RegisterCombat("scenario", 1112)
mod:RegisterZoneCombat(1112)
Expand Down
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/GreenstoneVillage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1024)

mod:RegisterCombat("scenario", 1024)

Expand Down
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/Landfall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1103, 1102)

mod:RegisterCombat("scenario", 1103, 1102)

Expand Down
3 changes: 2 additions & 1 deletion DBM-Scenario-MoP/SecretsOfRagefire.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local mod = DBM:NewMod("d649", "DBM-Scenario-MoP")
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone(1131)

mod:RegisterCombat("scenario", 1131)

Expand Down Expand Up @@ -82,4 +83,4 @@ function mod:OnSync(msg)
timerRuinedEarthCD:Start()--Also 19.5
-- elseif msg == "ElagloPulled" then
end
end
end
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/Theramore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1000, 999)

mod:RegisterCombat("scenario", 1000, 999)

Expand Down
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/Troves.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1135)

mod:RegisterCombat("scenario", 1135)

Expand Down
1 change: 1 addition & 0 deletions DBM-Scenario-MoP/UngaIngoo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod.statTypes = "normal"

mod:SetRevision("@file-date-integer@")
mod:SetZone(1048)

mod:RegisterCombat("scenario", 1048)

Expand Down

0 comments on commit b5b0f25

Please sign in to comment.