244-255

GlobalEntries.Add("Custom", new MapEntry[] //add locations to the custom map here
{
new MapEntry("Custom [1]", new Point3D(119, 2223, -5), Map.Trammel ),
new MapEntry("Custom [2]", new Point3D(3, 3, 0), Map.Trammel ),
new MapEntry("Custom [3]", new Point3D(1956, 893, 7), Map.Trammel ),
new MapEntry("Custom [4]", new Point3D(2726, 2923, -5), Map.Trammel ),
new MapEntry("Custom [5]", new Point3D(1069, 1443, -90), Map.Malas ),
new MapEntry("Taming Forest", new Point3D(902, 912, 0), Map.Trammel ),
new MapEntry("Gate Room", new Point3D(6079, 451, -22), Map.Felucca ),
new MapEntry("Champ Abyss", new Point3D(5256, 3325, 4), Map.Felucca ),
new MapEntry("Event Area", new Point3D(4703, 1146, 0), Map.Trammel )
});
I don't know where the error cannot be moved to the specified position

thank you very much
The above content is translated using Google
 

Attachments

  • TravelAtlas.cs
    31.6 KB · Views: 0
Back