Skip to content

Commit

Permalink
Add part of tww zone 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo committed Aug 16, 2024
1 parent 6cb65cc commit 05f82ab
Show file tree
Hide file tree
Showing 6 changed files with 1,580 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\.vscode\\extensions\\ketho.wow-api-0.16.6\\Annotations"
"~\\.vscode\\extensions\\ketho.wow-api-0.17.4\\Annotations"
]
}
8 changes: 6 additions & 2 deletions APR-Core/ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ end

function APR.changelog:SetChangeLog()
local news = {
{ "vBETA TWW - w33 - e ", "2024-08-16" },
"#TWW",
"- Added first 50% of Hallowfall route",

{ "vBETA TWW - w33 - d ", "2024-08-15" },
"#Bug",
"- Fix for some error lua with objective bonus when you leave the zone",
Expand Down Expand Up @@ -114,15 +118,15 @@ function APR.changelog:SetChangeLog()
"- Fixed TWW - Isle of dorn route Alliance first quest order",
"- Fixed TWW - Ringing Deeps route (Route blocked at the campaign quest 'Ghost of a Company Town' due to Blizzard issue)",

{ "vBETA TWW - w32", "2024-08-07" },
{ "vBETA TWW - w32", "2024-08-07" },
"#Bug",
"- Added missing extra button message",

"#TWW",
"- Added TWW - Isle of dorn route (~70-72/73)",
"- Added TWW - Ringing Deeps route (Route blocked at the campaign quest 'Ghost of a Company Town' due to Blizzard issue)",

{ "v4.1.4", "2024-08-06" },
{ "v4.1.4", "2024-08-06" },
"#Bug",
"- Enabled instance quest ui for every type of instance,",
"- Fixed lua error if missing objectif on QpartPart step",
Expand Down
5 changes: 3 additions & 2 deletions APR-Core/database/AllianceRoutes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@ if (APR.Faction == "Alliance") then
["2025-DF06A-Thaldraszus"] = "DF06 - Thaldraszus",
}
APR.RouteList.TheWarWithin = {
["81-TWW-Intro-prepatch"] = "TWW - PrePatch",
["81-TWW-Intro-prepatch"] = "TWW - 00 - PrePatch",
["2248-TWW-Isle-of-Dorn"] = "TWW - 01 - Isle of Dorn",
["2214-TWW-Ringing-Deeps"] = "TWW - 02 - Ringing Deeps"
["2214-TWW-Ringing-Deeps"] = "TWW - 02 - Ringing Deeps",
["2215-TWW-Hallowfall"] = "TWW - 03 - Hallowfall"
}
APR.RouteList.Custom = {}

Expand Down
5 changes: 3 additions & 2 deletions APR-Core/database/HordeRoutes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ if (APR.Faction == "Horde") then
["2025-DF06H-Thaldraszus"] = "DF07 - Thaldraszus",
}
APR.RouteList.TheWarWithin = {
["81-TWW-Intro-prepatch"] = "TWW - PrePatch",
["81-TWW-Intro-prepatch"] = "TWW - 00 - PrePatch",
["2248-TWW-Isle-of-Dorn"] = "TWW - 01 - Isle of Dorn",
["2214-TWW-Ringing-Deeps"] = "TWW - 02 - Ringing Deeps"
["2214-TWW-Ringing-Deeps"] = "TWW - 02 - Ringing Deeps",
["2215-TWW-Hallowfall"] = "TWW - 03 - Hallowfall"
}
APR.RouteList.Custom = {}

Expand Down
1 change: 1 addition & 0 deletions APR-Core/database/Quest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ APR.BonusObj = {
59015,
-- tww
78618,
81568,
81981,
82615,
}
Loading

0 comments on commit 05f82ab

Please sign in to comment.