Skip to content

Commit

Permalink
remove game version 11.0.2 and add game version 11.0.7
Browse files Browse the repository at this point in the history
Scope all raid modules to use only 1 zone id
  • Loading branch information
MysticalOS committed Nov 3, 2024
1 parent 43e0bdb commit b7e91c8
Show file tree
Hide file tree
Showing 46 changed files with 47 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DBM-Pandaria/DBM-Pandaria_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 110002, 110005
## Interface: 110005, 110007
## X-Min-Interface: 80000
## Title:|cffffe00a<|r|cffff7d0aDBM Mod|r|cffffe00a>|r |cff10ff10World Bosses (MoP)|r
## Title-koKR:|cffffe00a<|r|cffff7d0aDBM Mod|r|cffffe00a>|r |cff10ff10필드 보스 (판다)|r
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-MoP/DBM-Raids-MoP_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 110002, 110005
## Interface: 110005, 110007
## X-Min-Interface: 80000
## Title:|cffffe00a<|r|cffff7d0aDBM Mod|r|cffffe00a>|r |cffff6010Raids (MoP)|r
## Title-koKR:|cffffe00a<|r|cffff7d0aDBM Mod|r|cffffe00a>|r |cffff6010공격대 (판다)|r
Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/HeartofFear/Garalon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(63191)--Also has CID 62164. He has 2 CIDs for a single target, wtf? It seems 63191 is one players attack though so i'll try just it.
mod:SetEncounterID(1463)
mod:SetUsedIcons(2)
mod:SetZone(1009)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/HeartofFear/HoFTrash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local L = mod:GetLocalizedStrings()

mod:SetRevision(("$Revision: 11184 $"):sub(12, -3))
--mod:SetModelID(47785)
mod:SetZone(1009)

mod.isTrashMod = true

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/HeartofFear/Meljarak.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(62397)
mod:SetEncounterID(1498)
mod:SetUsedIcons(1, 2)
mod:SetZone(1009)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/HeartofFear/Shekzeer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(62837)--62847 Dissonance Field, 63591 Kor'thik Reaver, 63589 Set'thik Windblade
mod:SetEncounterID(1501)
mod:SetUsedIcons(1, 2)
mod:SetZone(1009)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/HeartofFear/Tayak.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(62543)
mod:SetEncounterID(1504)
mod:SetZone(1009)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/HeartofFear/Unsok.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(62511)
mod:SetEncounterID(1499)
mod:SetZone(1009)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/HeartofFear/Zorlok.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(62980)--63554 (Special invisible Vizier that casts the direction based spellid versions of attenuation)
mod:SetEncounterID(1507)
mod:SetZone(1009)

mod:RegisterCombat("combat")
mod:RegisterKill("yell", L.Defeat)
Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/MogushanVaults/Elegon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod:SetCreatureID(60410)--Energy Charge (60913), Emphyreal Focus (60776), Cosmic
mod:SetEncounterID(1500)
mod:DisableESCombatDetection()--TODO, see if 10.2.7 fixes this
mod:SetUsedIcons(8, 7, 6, 5, 4, 3)
mod:SetZone(1008)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/MogushanVaults/Feng.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(60009)--60781 Soul Fragment
mod:SetEncounterID(1390)
mod:SetUsedIcons(1, 2, 3, 4, 7)
mod:SetZone(1008)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/MogushanVaults/SpiritKings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(60701, 60708, 60709, 60710)--Adds: 60731 Undying Shadow, 60958 Pinning Arrow
mod:SetEncounterID(1436)
mod:SetBossHPInfoToHighest()
mod:SetZone(1008)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/MogushanVaults/StoneGuard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(60051, 60043, 59915, 60047)--Cobalt: 60051, Jade: 60043, Jasper: 59915, Amethyst: 60047
mod:SetEncounterID(1395)
mod:SetZone(1008)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/MogushanVaults/WillofEmperor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(60399, 60400)--60396 (Rage), 60397 (Strength), 60398 (Courage), 60480 (Titan Spark), 60399 (Qin-xi), 60400 (Jan-xi)
mod:SetEncounterID(1407)
mod:SetZone(1008)

mod:RegisterCombat("emote", L.Pull)
mod:SetMinCombatTime(25)
Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/FallenProtectors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(71479, 71475, 71480)--He-Softfoot, Rook Stonetoe, Sun Tenderheart
mod:SetEncounterID(1598)
mod:SetUsedIcons(7)
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/Galakras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mod:SetMainBossID(72249)
mod:SetUsedIcons(8, 7, 2)
mod:SetHotfixNoticeRev(20240530000000)
mod:SetMinSyncRevision(20240530000000)
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/GarroshHellscream.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mod:SetCreatureID(71865)
mod:SetEncounterID(1623)
mod:SetUsedIcons(8, 7, 6, 5, 4, 3, 2, 1)
mod:SetHotfixNoticeRev(20210902000000)
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
3 changes: 2 additions & 1 deletion DBM-Raids-MoP/SiegeOfOrgrimmar/GeneralNazgrim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(71515)
mod:SetEncounterID(1603)
mod:SetUsedIcons(8, 7, 6, 4, 2, 1)
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down Expand Up @@ -422,4 +423,4 @@ do
--Icon setting not put here on purpose, so as not ot mess with existing adds (it's burn boss phase anyawys)
end
end
end
end
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/Immerseus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(71543)
mod:SetEncounterID(1602)
mod:SetReCombatTime(45)--Lets just assume he has same bug as tsulong in advance and avoid problems
mod:SetZone(1136)

mod:RegisterCombat("combat")
mod:RegisterKill("yell", L.Victory)
Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/IronJuggernaut.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod.statTypes = "normal,heroic,mythic,lfr"
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(71466)
mod:SetEncounterID(1600)
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/KorkronDarkShaman.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(71859, 71858)--haromm, Kardris
mod:SetEncounterID(1606)
mod:SetUsedIcons(5, 4, 3, 2, 1)
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/Malkorok.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(71454)
mod:SetEncounterID(1595)
mod:SetUsedIcons(8, 7, 6, 4, 3, 2, 1)
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/ParagonsOfTheKlaxxi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mod:SetEncounterID(1593)
mod:DisableESCombatDetection()
mod:SetUsedIcons(3, 1)
mod:SetBossHPInfoToHighest()
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/ShaofPride.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(71734)
mod:SetEncounterID(1604)
mod:SetUsedIcons(8, 7, 6, 5, 4, 3, 2, 1)
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/SiegecrafterBlackfuse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(71504)--71591 Automated Shredder
mod:SetEncounterID(1601)
mod:SetUsedIcons(8, 7, 6, 5, 4, 3, 2, 1)--More mines than ew can give icons to on 25 man. it uses all 8 and then runs out on heroic :\
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/SoOTrash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod.statTypes = "normal,heroic,mythic,lfr"

mod:SetRevision("@file-date-integer@")
--mod:SetModelID(47785)
mod:SetZone(1136)

mod.isTrashMod = true

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/SpoilsOfPandria.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(73720, 71512)
mod:SetEncounterID(1594)
mod:DisableESCombatDetection()
mod:SetZone(1136)

--Can use IEEU to engage now, it's about 4 seconds slower but better than registering an out of combat CLEU event in entire zone.
--"<10.8 23:23:13> [CLEU] SPELL_CAST_SUCCESS#false#0xF13118D10000674F#Secured Stockpile of Pandaren Spoils#2632#0##nil#-2147483648#-2147483648#145687#Unstable Defense Systems#1", -- [169]
Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/SiegeOfOrgrimmar/ThokTheBloodthirsty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(71529)
mod:SetEncounterID(1599)
mod:SetUsedIcons(8)
mod:SetZone(1136)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/TerraceofEndlessSpring/LeiShi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(62983)--62995 Animated Protector
mod:SetEncounterID(1506)
mod:SetZone(996)

mod:RegisterCombat("combat")
mod:RegisterKill("yell", L.Victory)--Kill detection is aweful. No death, no special cast. yell is like 40 seconds AFTER victory. terrible.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod:SetCreatureID(60585, 60586, 60583)--60583 Protector Kaolan, 60585 Elder Rega
mod:SetEncounterID(1409)
mod:SetUsedIcons(5, 4, 3, 2, 1)
mod:SetBossHPInfoToHighest()
mod:SetZone(996)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/TerraceofEndlessSpring/ShaofFear.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(60999)--61042 Cheng Kang, 61046 Jinlun Kun, 61038 Yang Guoshi, 61034 Terror Spawn
mod:SetEncounterID(1431)
mod:SetUsedIcons(8, 7, 6, 5, 4)
mod:SetZone(996)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/TerraceofEndlessSpring/Tsulong.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(62442)--62919 Unstable Sha, 62969 Embodied Terror
mod:SetEncounterID(1505)
mod:SetReCombatTime(60)--fix lfr combat re-starts after killed.
mod:SetZone(996)

mod:RegisterCombat("combat")
mod:RegisterKill("yell", L.Victory)
Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/CouncilofElders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod:SetCreatureID(69078, 69132, 69134, 69131)--69078 Sul the Sandcrawler, 69132
mod:SetEncounterID(1570)
mod:SetUsedIcons(7, 6)
mod:SetBossHPInfoToHighest()
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/DarkAnimus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(69427)
mod:SetEncounterID(1576)
mod:SetUsedIcons(1)
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/Durumu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(68036)--Crimson Fog 69050
mod:SetEncounterID(1572)
mod:SetUsedIcons(8, 7, 6, 5, 4, 3, 1)
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/Horridon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(68476)
mod:SetEncounterID(1575)
mod:SetUsedIcons(8, 7, 6, 5, 4, 3, 1)
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/IronQon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod:SetCreatureID(68078, 68079, 68080, 68081)--Ro'shak 68079, Quet'zal 68080, Da
mod:SetEncounterID(1559)
mod:SetMainBossID(68078)
mod:SetUsedIcons(8)
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/JiKun.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(69712)
mod:SetEncounterID(1573)
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/Jinrokh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(69465)
mod:SetEncounterID(1577)
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/Megaera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod:SetCreatureID(68065, 70235, 70247)--Frozen 70235, Venomous 70247 (only 2 hea
mod:SetEncounterID(1578)
mod:SetMainBossID(68065)
mod:SetUsedIcons(7, 6, 4, 2)
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/Primordius.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(69017)--69070 Viscous Horror, 69069 good ooze, 70579 bad ooze (patched out of game, :\)
mod:SetEncounterID(1574)
mod:SetUsedIcons(8, 7, 6, 5, 4, 3, 2, 1)--Although if you have 8 viscous horrors up, you are probably doing fight wrong.
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/Raden.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(69473)--69888
mod:SetEncounterID(1580, 1581)
mod:SetUsedIcons(1)
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/ToTTrash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetModelID(47785)
mod:SetZone(1098)

mod.isTrashMod = true

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/Tortos.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(67977)
mod:SetEncounterID(1565)
mod:SetUsedIcons(8, 7, 6, 5, 4, 3)
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Raids-MoP/ThroneofThunder/TwinEmpyreans.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(68905, 68904)--Lu'lin 68905, Suen 68904
mod:SetEncounterID(1560)
mod:SetBossHPInfoToHighest()
mod:SetZone(1098)

mod:RegisterCombat("combat")

Expand Down
2 changes: 1 addition & 1 deletion DBM-Scenario-MoP/DBM-Scenario-MoP_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 110002, 110005
## Interface: 110005, 110007
## X-Min-Interface: 80000
## Title:|cffffe00a<|r|cffff7d0aDBM Mod|r|cffffe00a>|r |cff4565ffScenario (MoP)|r
## Title-ruRU:|cffffe00a<|r|cffff7d0aDBM Мод|r|cffffe00a>|r |cff4565ffСценарии (Пандария)|r
Expand Down

0 comments on commit b7e91c8

Please sign in to comment.