You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
993 B
40 lines
993 B
local myname, ns = ...
|
|
|
|
ns.VALDRAKKEN = 2112
|
|
ns.WAKINGSHORES = 2022
|
|
ns.OHNAHRANPLAINS = 2023
|
|
ns.AZURESPAN = 2024
|
|
ns.THALDRASZUS = 2025
|
|
ns.FORBIDDENREACH = 2026
|
|
ns.FORBIDDENREACHINTRO = 2118 -- Dracthyr
|
|
|
|
ns.FACTION_MARUUK = 2503
|
|
ns.FACTION_DRAGONSCALE = 2507
|
|
|
|
ns.MAXLEVEL = {ns.conditions.QuestComplete(67030), ns.conditions.Level(70)}
|
|
ns.DRAGONRIDING = ns.conditions.SpellKnown(376777)
|
|
|
|
ns.hiddenConfig = {
|
|
groupsHidden = true,
|
|
}
|
|
|
|
ns.defaults.profile.groupsHiddenByZone[ns.WAKINGSHORES] = {
|
|
scoutpack = true,
|
|
}
|
|
ns.defaults.profile.groupsHiddenByZone[ns.OHNAHRANPLAINS] = {
|
|
scoutpack = true,
|
|
}
|
|
|
|
ns.groups["junk"] = BAG_FILTER_JUNK
|
|
ns.groups["scoutpack"] = "Expedition Scout's Pack"
|
|
ns.groups["glyphs"] = "Dragon Glyphs"
|
|
ns.groups["dailymount"] = "Daily Mounts"
|
|
|
|
-- Intro:
|
|
-- Talked to Azurathel: 72285
|
|
-- Talked to Genn and Shaw: 72286
|
|
-- Talked to Turalyon and Shaw: 72287
|
|
|
|
-- Rescued Waddles: 70872
|
|
|
|
-- unlocked dragon customization: 68797
|
|
|