Skip to content

Commit 5dac1f4

Browse files
authored
significant pathfinding aid to shb msq 3332
2 parents cba9483 + 1cdb8dc commit 5dac1f4

3 files changed

Lines changed: 115 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Added HW optional dungeon quests 2112 2113 2201 2202 2248 2282 2402
22
Added SB optional dungeon quests 2633 2634 3077
33
Added 'NextQuestId's to 1209 1389 1526 (hard mode unlocks)
4-
Added quest accept/quest complete teleport support to 3142 -All by ShermTank
4+
Added quest accept/quest complete teleport support to 3142 -All by ShermTank
5+
Pathfinding fixes to terrible underwater shb 3332 -K

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Condition="$(MSBuildProjectName) != 'GatheringPathRenderer'">
3-
<Version>14.206.61.0</Version>
3+
<Version>14.206.62.0</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>

QuestPaths/5.x - Shadowbringers/MSQ/C-Rak'tika/3332_Put to the Proof.json

Lines changed: 112 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://qstxiv.github.io/schema/quest-v1.json",
3-
"Author": "liza",
3+
"Author": ["liza","Kiarra"],
44
"QuestSequence": [
55
{
66
"Sequence": 0,
@@ -56,6 +56,26 @@
5656
"TerritoryId": 817,
5757
"InteractionType": "Dive"
5858
},
59+
{
60+
"Position": {
61+
"X": -592.18555,
62+
"Y": -92.21053,
63+
"Z": 332.84787
64+
},
65+
"TerritoryId": 817,
66+
"InteractionType": "WalkTo",
67+
"Fly": true
68+
},
69+
{
70+
"Position": {
71+
"X": -592.1711,
72+
"Y": -95.40693,
73+
"Z": 322.00018
74+
},
75+
"TerritoryId": 817,
76+
"InteractionType": "WalkTo",
77+
"Fly": true
78+
},
5979
{
6080
"DataId": 2009879,
6181
"Position": {
@@ -79,6 +99,46 @@
7999
{
80100
"Sequence": 3,
81101
"Steps": [
102+
{
103+
"Position": {
104+
"X": -592.2156,
105+
"Y": -93.874176,
106+
"Z": 320.71866
107+
},
108+
"TerritoryId": 817,
109+
"InteractionType": "WalkTo",
110+
"Fly": true
111+
},
112+
{
113+
"Position": {
114+
"X": -592.3709,
115+
"Y": -92.52614,
116+
"Z": 331.4997
117+
},
118+
"TerritoryId": 817,
119+
"InteractionType": "WalkTo",
120+
"Fly": true
121+
},
122+
{
123+
"Position": {
124+
"X": -611.0002,
125+
"Y": -88.73192,
126+
"Z": 373.62137
127+
},
128+
"TerritoryId": 817,
129+
"InteractionType": "WalkTo",
130+
"Fly": true
131+
},
132+
{
133+
"Position": {
134+
"X": -592.89636,
135+
"Y": -93.7854,
136+
"Z": 413.84235
137+
},
138+
"TerritoryId": 817,
139+
"InteractionType": "WalkTo",
140+
"Fly": true
141+
},
82142
{
83143
"DataId": 2009880,
84144
"Position": {
@@ -124,6 +184,36 @@
124184
{
125185
"Sequence": 5,
126186
"Steps": [
187+
{
188+
"Position": {
189+
"X": -824.45575,
190+
"Y": -93.84162,
191+
"Z": 290.20068
192+
},
193+
"TerritoryId": 817,
194+
"InteractionType": "WalkTo",
195+
"Fly": true
196+
},
197+
{
198+
"Position": {
199+
"X": -593.26575,
200+
"Y": -90.185776,
201+
"Z": 335.34296
202+
},
203+
"TerritoryId": 817,
204+
"InteractionType": "WalkTo",
205+
"Fly": true
206+
},
207+
{
208+
"Position": {
209+
"X": -592.0053,
210+
"Y": -95.700905,
211+
"Z": 320.31943
212+
},
213+
"TerritoryId": 817,
214+
"InteractionType": "WalkTo",
215+
"Fly": true
216+
},
127217
{
128218
"Position": {
129219
"X": -591.7246,
@@ -163,6 +253,26 @@
163253
"DisableNavmesh": true,
164254
"Mount": true
165255
},
256+
{
257+
"Position": {
258+
"X": -592.0902,
259+
"Y": -92.86652,
260+
"Z": 321.9379
261+
},
262+
"TerritoryId": 817,
263+
"InteractionType": "WalkTo",
264+
"Fly": true
265+
},
266+
{
267+
"Position": {
268+
"X": -592.63586,
269+
"Y": -92.44665,
270+
"Z": 331.28445
271+
},
272+
"TerritoryId": 817,
273+
"InteractionType": "WalkTo",
274+
"Fly": true
275+
},
166276
{
167277
"Position": {
168278
"X": -594.93475,
@@ -207,4 +317,4 @@
207317
]
208318
}
209319
]
210-
}
320+
}

0 commit comments

Comments
 (0)