Skip to content

Commit

Permalink
TWW Timelined Pre-Patch properly
Browse files Browse the repository at this point in the history
Removed all "new" things that haven't been added yet.
  • Loading branch information
ShadowBrooks committed Jul 24, 2024
1 parent 2280453 commit f3aa67d
Show file tree
Hide file tree
Showing 13 changed files with 648 additions and 412 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- W O R L D E V E N T S M O D U L E --
-----------------------------------------------------
local RESIDUAL_MEMORIES = 3089;
root(ROOTS.WorldEvents, n(EXPANSION_PRELAUNCH, bubbleDown({ ["timeline"] = { ADDED_11_PH_PREPATCH, REMOVED_11_PH_LAUNCH } }, {
root(ROOTS.WorldEvents, n(EXPANSION_PRELAUNCH, bubbleDown({ ["timeline"] = { "added 11.0.0.99999", REMOVED_11_PH_LAUNCH } }, { -- This hasn't been added yet
expansion(EXPANSION.TWW, {
n(ACHIEVEMENTS, {
ach(40796), -- This Takes Me Back
Expand Down
15 changes: 8 additions & 7 deletions .contrib/Parser/DATAS/11 - Character/Warband.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ WARBAND = createHeader({
en = "Warband",
},
});
root(ROOTS.Character, n(WARBAND, bubbleDownSelf({ ["timeline"] = { ADDED_11_PH_PREPATCH } }, {
n(ACHIEVEMENTS, {
root(ROOTS.Character, n(WARBAND, {
n(ACHIEVEMENTS, bubbleDownSelf({ ["timeline"] = { ADDED_11_PH_LAUNCH } }, {
ach(19470), -- One Warband Mentor: The War Within
ach(19460), -- Two Warband Mentors: The War Within
ach(19475), -- Three Warband Mentors: The War Within
Expand All @@ -36,8 +36,8 @@ root(ROOTS.Character, n(WARBAND, bubbleDownSelf({ ["timeline"] = { ADDED_11_PH_P
crit(67109), -- First Trinket
crit(67103), -- Legs
})),
}),
n(QUESTS, {
})),
n(QUESTS, bubbleDownSelf({ ["timeline"] = { ADDED_11_PH_PREPATCH } }, {
q(83492, { -- Warbanding Together
-- Auto granted upon login
}),
Expand Down Expand Up @@ -67,8 +67,9 @@ root(ROOTS.Character, n(WARBAND, bubbleDownSelf({ ["timeline"] = { ADDED_11_PH_P
["provider"] = { "n", 226658 }, -- Blue
["coord"] = { 48.5, 31.6, TANARIS },
["g"] = {
i(216665), -- Warband Bank Distance Inhibitor (TOY!)
-- TODO: Now a spell? not an item
-- i(216665), -- Warband Bank Distance Inhibitor (TOY!)
},
}),
}),
})));
})),
}));
24 changes: 12 additions & 12 deletions .contrib/Parser/lib/Constants/Timelines.lua
Original file line number Diff line number Diff line change
Expand Up @@ -496,22 +496,22 @@ REMOVED_SEASON_MYTHIC = "removed 11.0.2"; -- Placeholder
-- THE WAR WITHIN --
--------------------
-- These are just here so we have some ground............... Blizzard..
CREATED_11_0_0 = "created 11.0.0"; -- The War Within 11.0.0
ADDED_11_0_0 = "added 11.0.0"; -- The War Within 11.0.0
REMOVED_11_0_0 = "removed 11.0.0"; -- The War Within 11.0.0
CREATED_11_0_1 = "created 11.0.0"; -- The War Within 11.0.1
ADDED_11_0_1 = "added 11.0.0"; -- The War Within 11.0.1
REMOVED_11_0_1 = "removed 11.0.0"; -- The War Within 11.0.1
CREATED_11_0_0 = "created 11.0.0.55818"; -- The War Within 11.0.0.55818
ADDED_11_0_0 = "added 11.0.0.55818"; -- The War Within 11.0.0.55818
REMOVED_11_0_0 = "removed 11.0.0.55818"; -- The War Within 11.0.0.55818
CREATED_11_0_1 = "created 11.0.1"; -- The War Within 11.0.1
ADDED_11_0_1 = "added 11.0.1"; -- The War Within 11.0.1
REMOVED_11_0_1 = "removed 11.0.1"; -- The War Within 11.0.1
CREATED_11_0_2 = "created 11.0.2"; -- The War Within 11.0.2 Launch on
ADDED_11_0_2 = "added 11.0.2"; -- The War Within 11.0.2 Launch on
REMOVED_11_0_2 = "removed 11.0.2"; -- The War Within 11.0.2 Launch on
--- So Prepatch 11.0.0 or 11.0.1? Launch is 11.0.2?
CREATED_11_PH_PREPATCH = "created 11.0.0"; -- The War Within 11.PH/Pre-Patch Launch on July 23rd, 2024
ADDED_11_PH_PREPATCH = "added 11.0.0"; -- The War Within 11.PH/Pre-Patch Launch on July 23rd, 2024
REMOVED_11_PH_PREPATCH = "removed 11.0.0"; -- The War Within 11.PH/Pre-Patch Launch on July 23rd, 2024
CREATED_11_PH_LAUNCH = "created 11.0.0"; -- The War Within Launch on August 22nd, 2024
ADDED_11_PH_LAUNCH = "added 11.0.0"; -- The War Within Launch on August 22nd, 2024
REMOVED_11_PH_LAUNCH = "removed 11.0.0"; -- The War Within Launch on August 22nd, 2024
CREATED_11_PH_PREPATCH = "created 11.0.0.55818"; -- The War Within 11.PH/Pre-Patch Launch on July 23rd, 2024
ADDED_11_PH_PREPATCH = "added 11.0.0.55818"; -- The War Within 11.PH/Pre-Patch Launch on July 23rd, 2024
REMOVED_11_PH_PREPATCH = "removed 11.0.0.55818"; -- The War Within 11.PH/Pre-Patch Launch on July 23rd, 2024
CREATED_11_PH_LAUNCH = "created 11.0.0.99999"; -- The War Within Launch on August 22nd, 2024
ADDED_11_PH_LAUNCH = "added 11.0.0.99999"; -- The War Within Launch on August 22nd, 2024
REMOVED_11_PH_LAUNCH = "removed 11.0.0.99999"; -- The War Within Launch on August 22nd, 2024

CREATED_11_0_5 = "created 11.0.5"; -- The War Within 11.0.5 Launch on
ADDED_11_0_5 = "added 11.0.5"; -- The War Within 11.0.5 Launch on
Expand Down
2 changes: 1 addition & 1 deletion .contrib/Parser/parser.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
11,
0,
0,
55793
55818
],
"TrackUseCounts": [
"questID"
Expand Down
2 changes: 1 addition & 1 deletion db/Cata/Categories.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion db/Classic/Season of Discovery/Categories.lua

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions db/Retail/Categories.lua

Large diffs are not rendered by default.

Loading

0 comments on commit f3aa67d

Please sign in to comment.