-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add placeholder mods for new SoD dungeon Karazhan Crypts
- Loading branch information
1 parent
7713999
commit 8aa808a
Showing
8 changed files
with
168 additions
and
11 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/CreepingMalison.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
local mod = DBM:NewMod("CreepingMalison", "DBM-Party-Vanilla", 22) | ||
local L = mod:GetLocalizedStrings() | ||
|
||
mod:SetRevision("@file-date-integer@") | ||
mod:SetEncounterID(3146) | ||
--mod:SetCreatureID() | ||
mod:SetZone(2875) | ||
|
||
mod:RegisterCombat("combat") | ||
|
||
mod:RegisterEventsInCombat( | ||
) | ||
|
||
function mod:OnCombatStart() | ||
self:AddMsg("This DBM mod is a placeholder for new content, there are no timers or warnings yet.") | ||
self:AddMsg("If you see this message well after the new content release consider updating the DBM Dungeon module to the latest version.") | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
local mod = DBM:NewMod("KarazhanCriminal", "DBM-Party-Vanilla", 22) | ||
local L = mod:GetLocalizedStrings() | ||
|
||
mod:SetRevision("@file-date-integer@") | ||
mod:SetEncounterID(3142) | ||
--mod:SetCreatureID() | ||
mod:SetZone(2875) | ||
|
||
mod:RegisterCombat("combat") | ||
|
||
mod:RegisterEventsInCombat( | ||
) | ||
|
||
function mod:OnCombatStart() | ||
self:AddMsg("This DBM mod is a placeholder for new content, there are no timers or warnings yet.") | ||
self:AddMsg("If you see this message well after the new content release consider updating the DBM Dungeon module to the latest version.") | ||
end |
17 changes: 17 additions & 0 deletions
17
DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/DarkRider.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
local mod = DBM:NewMod("DarkRider", "DBM-Party-Vanilla", 22) | ||
local L = mod:GetLocalizedStrings() | ||
|
||
mod:SetRevision("@file-date-integer@") | ||
mod:SetEncounterID(3145) | ||
--mod:SetCreatureID() | ||
mod:SetZone(2875) | ||
|
||
mod:RegisterCombat("combat") | ||
|
||
mod:RegisterEventsInCombat( | ||
) | ||
|
||
function mod:OnCombatStart() | ||
self:AddMsg("This DBM mod is a placeholder for new content, there are no timers or warnings yet.") | ||
self:AddMsg("If you see this message well after the new content release consider updating the DBM Dungeon module to the latest version.") | ||
end |
17 changes: 17 additions & 0 deletions
17
DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/HarbingerOfSin.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
local mod = DBM:NewMod("HarbingerOfSin", "DBM-Party-Vanilla", 22) | ||
local L = mod:GetLocalizedStrings() | ||
|
||
mod:SetRevision("@file-date-integer@") | ||
mod:SetEncounterID(3141) | ||
--mod:SetCreatureID() | ||
mod:SetZone(2875) | ||
|
||
mod:RegisterCombat("combat") | ||
|
||
mod:RegisterEventsInCombat( | ||
) | ||
|
||
function mod:OnCombatStart() | ||
self:AddMsg("This DBM mod is a placeholder for new content, there are no timers or warnings yet.") | ||
self:AddMsg("If you see this message well after the new content release consider updating the DBM Dungeon module to the latest version.") | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
local mod = DBM:NewMod("Kharon", "DBM-Party-Vanilla", 22) | ||
local L = mod:GetLocalizedStrings() | ||
|
||
mod:SetRevision("@file-date-integer@") | ||
mod:SetEncounterID(3143) | ||
--mod:SetCreatureID() | ||
mod:SetZone(2875) | ||
|
||
mod:RegisterCombat("combat") | ||
|
||
mod:RegisterEventsInCombat( | ||
) | ||
|
||
function mod:OnCombatStart() | ||
self:AddMsg("This DBM mod is a placeholder for new content, there are no timers or warnings yet.") | ||
self:AddMsg("If you see this message well after the new content release consider updating the DBM Dungeon module to the latest version.") | ||
end |
17 changes: 17 additions & 0 deletions
17
DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/OperaOfMalediction.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
local mod = DBM:NewMod("OperaOfMalediction", "DBM-Party-Vanilla", 22) | ||
local L = mod:GetLocalizedStrings() | ||
|
||
mod:SetRevision("@file-date-integer@") | ||
mod:SetEncounterID(3144) | ||
--mod:SetCreatureID() | ||
mod:SetZone(2875) | ||
|
||
mod:RegisterCombat("combat") | ||
|
||
mod:RegisterEventsInCombat( | ||
) | ||
|
||
function mod:OnCombatStart() | ||
self:AddMsg("This DBM mod is a placeholder for new content, there are no timers or warnings yet.") | ||
self:AddMsg("If you see this message well after the new content release consider updating the DBM Dungeon module to the latest version.") | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters