feat: Questie-X v1.1.4 - plugin architecture, monorepo, rebranding
- Repoint remote to Xurkon/Questie-X - Add QuestiePluginAPI, QuestieServer, QuestieLearnerComms modules - Add Questie-X.toc, Questie-X-Classic.toc, Questie-X-TBC.toc, Questie-X-Turtle.toc - Remove embedded Database/Ascension and Database/Ebonhold (migrated to plugins) - Add Plugins/ directory with NTFS junctions for Questie-X-AscensionDB and Questie-X-EbonholdDB - Add LibDeflate, XXH_Lua_Lib, LibDBIcon-1.0, LibDataBroker-1.1 - Update README: Questie-X branding, logo, plugin install guide, plugin API docs - Update CHANGELOG: v1.1.4 entry documenting all architectural changes - Update .gitignore: exclude plugin junctions, __pycache__, .agents, debug files - Various module updates: corrections, map, tracker, tooltips, quest, options
This commit is contained in:
@@ -32,6 +32,15 @@ function QuestieTBCQuestFixes:Load()
|
||||
local specKeys = QuestieProfessions.specializationKeys
|
||||
|
||||
return {
|
||||
[10482] = {
|
||||
[questKeys.objectives] = {
|
||||
nil,
|
||||
nil,
|
||||
nil,
|
||||
nil,
|
||||
{ { { 16876, 16925, 18952, 19701 }, 16876, "Bonechewer Orcs slain" } },
|
||||
},
|
||||
},
|
||||
[62] = {
|
||||
[questKeys.triggerEnd] = {"Scout through the Fargodeep Mine", {[zoneIDs.ELWYNN_FOREST]={{40.01,81.42}}}},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user