Skip to content
Snippets Groups Projects
Commit 7f91b2f6 authored by MELERIX's avatar MELERIX
Browse files

JAVA: Fixing Boats...

- Fix for talking Island dock (boat is half on dock, half outside).
- Fix for route Giran-Talking Island (boat crash on rocks near Southern Fortress).

Thanks Enforcer ;)
parent d595c499
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ public class BoatGiranTalking implements Runnable ...@@ -48,7 +48,7 @@ public class BoatGiranTalking implements Runnable
new VehiclePathPoint(27153, 226791, -3610, 300, 800), new VehiclePathPoint(27153, 226791, -3610, 300, 800),
new VehiclePathPoint(12672, 227535, -3610, 300, 800), new VehiclePathPoint(12672, 227535, -3610, 300, 800),
new VehiclePathPoint(-1808, 228280, -3610, 300, 800), new VehiclePathPoint(-1808, 228280, -3610, 300, 800),
new VehiclePathPoint(-22165, 231742, -3610, 300, 800), new VehiclePathPoint(-22165, 230542, -3610, 300, 800),
new VehiclePathPoint(-42523, 235205, -3610, 300, 800), new VehiclePathPoint(-42523, 235205, -3610, 300, 800),
new VehiclePathPoint(-68451, 259960, -3610, 250, 800), new VehiclePathPoint(-68451, 259960, -3610, 250, 800),
new VehiclePathPoint(-70848, 261696, -3610, 200, 800), new VehiclePathPoint(-70848, 261696, -3610, 200, 800),
......
...@@ -70,7 +70,7 @@ public class BoatTalkingGludin implements Runnable ...@@ -70,7 +70,7 @@ public class BoatTalkingGludin implements Runnable
private static final VehiclePathPoint[] TALKING_DOCK = private static final VehiclePathPoint[] TALKING_DOCK =
{ {
new VehiclePathPoint(-95622, 261660, -3610, 150, 1800) new VehiclePathPoint(-96622, 261660, -3610, 150, 1800)
}; };
private final L2BoatInstance _boat; private final L2BoatInstance _boat;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment