Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hints for Command Board quests #1594

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1694,12 +1694,17 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
},
}),
q(36951, { -- Arakkoa Exodus
["description"] = "If you don't see a Command Board or a Bulletin Board in your garrison, check whether you can obtain the quest from your Adventure Guide while in WoD Chromie time. If you can't find it there either, your level may be too low or high. Check the zone's minimum level requirements.",
["sourceQuests"] = { 35554 }, -- News from Spires of Arak
["isBreadcrumb"] = true,
["coords"] = { { 49.3, 41.3, FROSTWALL }, { 42.8, 45.2, LUNARFALL } },
["providers"] = {
{ "o", 232416 }, -- Bulletin Board
{ "o", 232397 }, -- Bulletin Board
{ "o", 232398 }, -- Bulletin Board
{ "o", 232400 }, -- Bulletin Board
{ "o", 232416 }, -- Command Board lvl 1
{ "o", 233291 }, -- Command Board lvl 2
{ "o", 237022 }, -- Command Board lvl 3
},
}),
q(36624, { -- Ashran Appearance
Expand Down Expand Up @@ -2756,6 +2761,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
},
}),
q(36953, { -- It's a Matter of Strategy
["description"] = "If you don't see a Command Board or a Bulletin Board in your garrison, check whether you can obtain the quest from your Adventure Guide while in WoD Chromie time. If you can't find it there either, your level may be too low or high. Check the zone's minimum level requirements.",
["races"] = HORDE_ONLY,
["isBreadcrumb"] = true,
["providers"] = {
Expand Down Expand Up @@ -3036,12 +3042,18 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
["cost"] = { { "i", 111557, 50 } }, -- 50x Sumptuous Fur
}),
q(34674, { -- Taking the Fight to Nagrand
["provider"] = { "o", 232397 }, -- Bulletin Board
["description"] = "If you don't see a Command Board or a Bulletin Board in your garrison, check whether you can obtain the quest from your Adventure Guide while in WoD Chromie time. If you can't find it there either, your level may be too low or high. Check the zone's minimum level requirements.",
["providers"] = {
{ "o", 232397 }, -- Bulletin Board
{ "o", 232398 }, -- Bulletin Board
{ "o", 232400 }, -- Bulletin Board
},
["coord"] = { 42.8, 45.2, LUNARFALL },
["races"] = ALLIANCE_ONLY,
["isBreadcrumb"] = true,
}),
q(36952, { -- Taking the Fight to Nagrand
["description"] = "If you don't see a Command Board or a Bulletin Board in your garrison, check whether you can obtain the quest from your Adventure Guide while in WoD Chromie time. If you can't find it there either, your level may be too low or high. Check the zone's minimum level requirements.",
["races"] = HORDE_ONLY,
["isBreadcrumb"] = true,
["providers"] = {
Expand Down Expand Up @@ -3076,7 +3088,12 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
["u"] = REMOVED_FROM_GAME,
}),
q(34676, { -- The Critical Path
["provider"] = { "o", 232397 }, -- Bulletin Board
["description"] = "If you don't see a Command Board or a Bulletin Board in your garrison, check whether you can obtain the quest from your Adventure Guide while in WoD Chromie time. If you can't find it there either, your level may be too low or high. Check the zone's minimum level requirements.",
["providers"] = {
{ "o", 232397 }, -- Bulletin Board
{ "o", 232398 }, -- Bulletin Board
{ "o", 232400 }, -- Bulletin Board
},
["coord"] = { 42.8, 45.2, LUNARFALL },
["races"] = ALLIANCE_ONLY,
["isBreadcrumb"] = true,
Expand Down Expand Up @@ -3104,6 +3121,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
},
}),
q(35557, { -- The Secrets of Gorgrond
["description"] = "If you don't see a Command Board or a Bulletin Board in your garrison, check whether you can obtain the quest from your Adventure Guide while in WoD Chromie time. If you can't find it there either, your level may be too low or high. Check the zone's minimum level requirements.",
["races"] = HORDE_ONLY,
["isBreadcrumb"] = true,
["providers"] = {
Expand Down Expand Up @@ -3160,7 +3178,11 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
["races"] = ALLIANCE_ONLY,
["u"] = REMOVED_FROM_GAME, -- There is no Bulletin Board anymore, only heroes calls
["isBreadcrumb"] = true,
["provider"] = { "o", 232397 }, -- Bulletin Board
["providers"] = {
{ "o", 232397 }, -- Bulletin Board
{ "o", 232398 }, -- Bulletin Board
{ "o", 232400 }, -- Bulletin Board
},
}),
q(39033, { -- The Time to Strike
["provider"] = { "n", 94870 }, -- Seer Kazal
Expand Down