Quest automation + various fixes
authorLiza Carvelli <liza@carvel.li>
Wed, 12 Jun 2024 16:03:48 +0000 (18:03 +0200)
committerLiza Carvelli <liza@carvel.li>
Wed, 12 Jun 2024 16:03:48 +0000 (18:03 +0200)
commit410d891f7fd7dae22fb53a84acdf009ac2ca13b4
tree3a1917748fb84d9ae958c8e909a9f920d5eb260b
parent1356818abebe781bae502357fb33892f93be2674
Quest automation + various fixes
55 files changed:
QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4363_Deeper into the Maze.json
QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4364_The Medial Circuit.json
QuestPaths/Endwalker/MSQ/B-Garlemald/4383_A Frosty Reception.json
QuestPaths/Endwalker/MSQ/G-UltimaThule/4460_x.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3673_Shaken Resolve.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3675_A Welcome Guest.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3676_Good for the Soul.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3678_A Notable Absence.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3680_Finding Good Help.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3682_Vows of Virtue, Deeds of Cruelty.json
QuestPaths/Shadowbringers/MSQ/H-5.2/3762_The Way Home.json
QuestPaths/Shadowbringers/MSQ/H-5.2/3763_Seeking Council.json
QuestPaths/Shadowbringers/MSQ/H-5.2/3764_Facing the Truth.json
QuestPaths/Shadowbringers/MSQ/H-5.2/3765_A Sleep Disturbed.json
QuestPaths/Shadowbringers/MSQ/H-5.2/3767_Deep Designs.json
QuestPaths/Shadowbringers/MSQ/H-5.2/3768_A Whale's Tale.json
QuestPaths/Shadowbringers/MSQ/H-5.2/3769_Beneath the Surface.json
QuestPaths/Shadowbringers/MSQ/H-5.2/3770_Echoes of a Fallen Star.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3771_In the Name of the Light.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3772_Heroic Dreams.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3774_Food for the Soul.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3775_Faded Memories.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3778_Hope's Confluence.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3779_Nothing Unsaid.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3781_Unto the Morrow.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3782_Reflections in Crystal.json
QuestPaths/Shadowbringers/MSQ/J-5.4/4008_The Wisdom of Allag.json
QuestPaths/Shadowbringers/MSQ/J-5.4/4009_Reviving the Legacy.json
QuestPaths/Shadowbringers/MSQ/J-5.4/4010_Forget Us Not.json
QuestPaths/Shadowbringers/MSQ/J-5.4/4014_On Rough Seas.json
QuestPaths/Shadowbringers/MSQ/J-5.4/4015_The Great Ship Vylbrand.json
QuestPaths/Shadowbringers/MSQ/K-5.5/4060_Righteous Indignation.json
QuestPaths/Shadowbringers/MSQ/K-5.5/4063_When the Dust Settles.json
QuestPaths/quest-v1.json
Questionable/Configuration.cs
Questionable/Controller/GameUiController.cs
Questionable/Controller/MovementController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/QuestRegistry.cs
Questionable/Controller/Steps/BaseFactory/AethernetShortcut.cs
Questionable/Controller/Steps/BaseFactory/WaitAtEnd.cs
Questionable/Controller/Steps/BaseTasks/UnmountTask.cs
Questionable/Controller/Steps/InteractionFactory/UseItem.cs
Questionable/DalamudInitializer.cs
Questionable/Data/AetheryteData.cs
Questionable/GameFunctions.cs
Questionable/Model/Quest.cs
Questionable/Model/V1/Converter/DialogueChoiceTypeConverter.cs
Questionable/Model/V1/Converter/ExcelRefConverter.cs [new file with mode: 0644]
Questionable/Model/V1/DialogueChoice.cs
Questionable/Model/V1/EDialogChoiceType.cs
Questionable/Model/V1/ExcelRef.cs [new file with mode: 0644]
Questionable/QuestionablePlugin.cs
Questionable/Windows/ConfigWindow.cs [new file with mode: 0644]
Questionable/Windows/DebugWindow.cs