Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
- Dependencies tab sections can now be minimised -alydev
- Testing refactor -Kage, alydev
- Add split pathing. so the plugin doesnt have to update anytime there is a path update - Kage
- Loading local paths after downloaded bundle paths -alydev
- Add Death handling. Now it will retry 5 times before it needs manual intervention. - Kage
- Fix list quests not selecting the correct response - Kage
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Condition="$(MSBuildProjectName) != 'GatheringPathRenderer'">
<Version>15.285.1.1</Version>
<Version>15.285.1.2</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-11"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"Interruptible": false,
"QuestSequence": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-10"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-10"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-10"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "alydev",
"LastChecked":{"Username": "alydev", "Date": "2025-12-10"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-10"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-11"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down Expand Up @@ -32,6 +32,7 @@
},
"TerritoryId": 154,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "North Shroud - Fallgourd Float"
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-12"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-10"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,28 @@
{
"Sequence": 2,
"Steps": [
{
"Position": {
"X": 27.21798,
"Y": 29,
"Z": -797.2569
},
"TerritoryId": 156,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"NotNearPosition": {
"Position": {
"X": 40.93994,
"Y": 29,
"Z": -798.3673
},
"TerritoryId": 156,
"MaximumDistance": 5
}
}
}
},
{
"InteractionType": "SwitchClass",
"TargetClass": "Fisher",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,28 @@
{
"Sequence": 2,
"Steps": [
{
"Position": {
"X": 27.21798,
"Y": 29,
"Z": -797.2569
},
"TerritoryId": 156,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"NotNearPosition": {
"Position": {
"X": 40.93994,
"Y": 29,
"Z": -798.3673
},
"TerritoryId": 156,
"MaximumDistance": 5
}
}
}
},
{
"TerritoryId": 156,
"InteractionType": "SwitchClass",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,28 @@
{
"Sequence": 2,
"Steps": [
{
"Position": {
"X": 27.21798,
"Y": 29,
"Z": -797.2569
},
"TerritoryId": 156,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"NotNearPosition": {
"Position": {
"X": 40.93994,
"Y": 29,
"Z": -798.3673
},
"TerritoryId": 156,
"MaximumDistance": 5
}
}
}
},
{
"TerritoryId": 156,
"InteractionType": "SwitchClass",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-10"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down Expand Up @@ -62,6 +62,28 @@
{
"Sequence": 2,
"Steps": [
{
"Position": {
"X": 27.21798,
"Y": 29,
"Z": -797.2569
},
"TerritoryId": 156,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"NotNearPosition": {
"Position": {
"X": 40.93994,
"Y": 29,
"Z": -798.3673
},
"TerritoryId": 156,
"MaximumDistance": 5
}
}
}
},
{
"TerritoryId": 154,
"InteractionType": "SwitchClass",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-10"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down Expand Up @@ -63,6 +63,28 @@
{
"Sequence": 2,
"Steps": [
{
"Position": {
"X": 27.21798,
"Y": 29,
"Z": -797.2569
},
"TerritoryId": 156,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"NotNearPosition": {
"Position": {
"X": 40.93994,
"Y": 29,
"Z": -798.3673
},
"TerritoryId": 156,
"MaximumDistance": 5
}
}
}
},
{
"TerritoryId": 154,
"InteractionType": "SwitchClass",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-11"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand All @@ -25,14 +25,37 @@
{
"Sequence": 1,
"Steps": [
{
"Position": {
"X": 244.82239,
"Y": 222.01717,
"Z": 352.99496
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"NotNearPosition": {
"Position": {
"X": 249.7828,
"Y": 222,
"Z": 364.6475
},
"TerritoryId": 155,
"MaximumDistance": 5
}
}
}
},
{
"DataId": 1000776,
"Position": {
"X": 115.342896,
"Y": 287.02945,
"Z": 142.1377
"X": 115.88527,
"Y": 286.80994,
"Z": 141.1587
},
"TerritoryId": 155,
"StopDistance": 1,
"InteractionType": "Interact",
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"Fly": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": [
"Censored",
"alydev"
],
"LastChecked":{"Username": "alydev", "Date": "2025-12-14"},
"Author": ["Censored", "alydev"],
"LastChecked": { "Username": "alydev", "Date": "2026-05-24" },
"Comment": "Requires manual intervention",
"QuestSequence": [
{
Expand All @@ -29,6 +26,28 @@
{
"Sequence": 1,
"Steps": [
{
"Position": {
"X": 244.82239,
"Y": 222.01717,
"Z": 352.99496
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"NotNearPosition": {
"Position": {
"X": 249.7828,
"Y": 222,
"Z": 364.6475
},
"TerritoryId": 155,
"MaximumDistance": 5
}
}
}
},
{
"Position": {
"X": 320.39117,
Expand All @@ -53,8 +72,13 @@
"ItemId": 2001403,
"Mount": false,
"CompletionQuestVariablesFlags": [
{"High": 1},
null,null,null,null,null]
{ "High": 1 },
null,
null,
null,
null,
null
]
},
{
"DataId": 1006385,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
"Author": "Censored",
"LastChecked":{"Username": "alydev", "Date": "2025-12-10"},
"LastChecked":{"Username": "alydev", "Date": "2026-05-24"},
"QuestSequence": [
{
"Sequence": 0,
Expand Down
Loading
Loading