I know many think a continuous loop is a bad idea, but it should work and here is the fix to make EQ2Harvest move from Finish to Start in a continuous loop.
Just add a "<Connection To="START" />" line in the nav file for the FINISH point
Example:
<World Name="steppes">
<Point Name="FINISH">
<X>935.111267</X>
<Y>2.354002</Y>
<Z>-30.145723</Z>
<Connection To="steppes_392" />
<Connection To="START" />
<Note>keypoint</Note>
That fixes the issue.
Just add a "<Connection To="START" />" line in the nav file for the FINISH point
Example:
<World Name="steppes">
<Point Name="FINISH">
<X>935.111267</X>
<Y>2.354002</Y>
<Z>-30.145723</Z>
<Connection To="steppes_392" />
<Connection To="START" />
<Note>keypoint</Note>
That fixes the issue.
Last edited: