Skip to content

Commit

Permalink
add Wrath Scourge Invasion into collections
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Sep 12, 2022
1 parent cafe991 commit 10fe61a
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 1 deletion.
17 changes: 17 additions & 0 deletions AtlasLootClassic/Data/VendorPrice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ local PRICE_INFO_LIST = {
-- items
["burningblossom"] = { itemID = 23247 }, -- Burning Blossom
["ancestrycoin"] = { itemID = 21100 }, -- Coin of Ancestry
["NecroticRune"] = { itemID = 22484 }, -- Necrotic Rune

-- others
["money"] = { func = GetCoinTextureString },
Expand Down Expand Up @@ -717,6 +718,22 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then
[50469] = "EmblemOfFrost:50",
[50470] = "EmblemOfFrost:50",
[54637] = "cpvpWarsong:1",
[40492] = "NecroticRune:40",
[40593] = "NecroticRune:30",
[40601] = "NecroticRune:8",
[23122] = "NecroticRune:8",
[23123] = "NecroticRune:8",
[22999] = "NecroticRune:8",
[43530] = "NecroticRune:20",
[43531] = "NecroticRune:20",
[43074] = "NecroticRune:15",
[43073] = "NecroticRune:15",
[43077] = "NecroticRune:15",
[43078] = "NecroticRune:15",
[43081] = "NecroticRune:15",
[43082] = "NecroticRune:15",
[43070] = "NecroticRune:15",
[43068] = "NecroticRune:15",
}
end

Expand Down
49 changes: 49 additions & 0 deletions AtlasLootClassic_Collections/data-wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1066,4 +1066,53 @@ data["HalloweenWrath"] = {
},
},
},
}

data["ScourgeInvasionWrath"] = {
name = AL["Scourge Invasion"],
ContentType = WORLD_EVENT_CONTENT,
LoadDifficulty = NORMAL_DIFF,
TableType = NORMAL_ITTYPE,
gameVersion = AtlasLoot.WRATH_VERSION_NUM,
CorrespondingFields = private.SCOURGE_INVASION,
items = {
{ -- ScourgeInvasionEvent1
name = AL["Vendor"],
[NORMAL_DIFF] = {
{ 1, 40492 }, -- Argent War Horn
{ 2, 40593 }, -- Argent Tome
{ 3, 40601 }, -- Argent Dawn Banner
{ 5, 23122 }, -- Consecrated Sharpening Stone
{ 6, 23123 }, -- Blessed Wizard Oil
{ 8, 22999 }, -- Tabard of the Argent Dawn
{ 10, 43530 }, -- Argent Mana Potion
{ 11, 43531 }, -- Argent Healing Potion
{ 16, 43074 }, -- Blessed Mantle of Undead Cleansing
{ 17, 43073 }, -- Blessed Gloves of Undead Cleansing
{ 19, 43077 }, -- Blessed Shoulderpads of Undead Slaying
{ 20, 43078 }, -- Blessed Grips of Undead Slaying
{ 22, 43081 }, -- Blessed Pauldrons of Undead Slaying
{ 23, 43082 }, -- Blessed Handguards of Undead Slaying
{ 25, 43070 }, -- Blessed Gauntlets of Undead Slaying
{ 26, 43068 }, -- Blessed Spaulders of Undead Slaying
},
},
{ -- ScourgeInvasionEvent1
name = AL["Sets"],
TableType = SET_ITTYPE,
[NORMAL_DIFF] = {
{ 1, 781 }, -- Blessed Regalia of Undead Cleansing
{ 2, 782 }, -- Undead Slayer's Blessed Armor
{ 3, 783 }, -- Blessed Garb of the Undead Slayer
{ 4, 784 }, -- Blessed Battlegear of Undead Slaying
},
},
{
name = C_Map_GetAreaInfo(2017).." - "..AL["Prince Tenris Mirkblood"],
[NORMAL_DIFF] = {
{ 1, 38658 }, -- Vampiric Batling
{ 2, 39769 }, -- Arcanite Ripper
}
},
},
}
1 change: 1 addition & 0 deletions AtlasLootClassic_Collections/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1810,6 +1810,7 @@ data["ScourgeInvasion"] = {
TableType = NORMAL_ITTYPE,
ContentPhase = 6,
gameVersion = AtlasLoot.CLASSIC_VERSION_NUM,
CorrespondingFields = private.SCOURGE_INVASION,
items = {
{ -- ScourgeInvasionEvent1
name = AL["Scourge Invasion"],
Expand Down
5 changes: 5 additions & 0 deletions AtlasLootClassic_Collections/private.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ private.COMPANIONS = {
[AtlasLoot.CLASSIC_VERSION_NUM] = "Companions",
[AtlasLoot.BC_VERSION_NUM] = "CompanionsBC",
[AtlasLoot.WRATH_VERSION_NUM] = "CompanionsWrath",
}

private.SCOURGE_INVASION = {
[AtlasLoot.CLASSIC_VERSION_NUM] = "ScourgeInvasion",
[AtlasLoot.WRATH_VERSION_NUM] = "ScourgeInvasionWrath",
}
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ

[Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md)

## v3.0.2 (Sep, XX, 2022)
## v3.0.2 (Sep, 12, 2022)

- add Wrath Scourge Invasion into collections
- add Scourge Bosses pr #231
- add missing S4 backs and trinkets #232
- fix lua error with russian clients

0 comments on commit 10fe61a

Please sign in to comment.