Remove New Gridania navmesh workaround
authorLiza Carvelli <liza@carvel.li>
Mon, 18 Aug 2025 12:19:58 +0000 (14:19 +0200)
committerLiza Carvelli <liza@carvel.li>
Mon, 18 Aug 2025 12:19:58 +0000 (14:19 +0200)
QuestPaths/2.x - A Realm Reborn/MSQ-1/Gridania/123_ARC_Close to Home.json
QuestPaths/2.x - A Realm Reborn/MSQ-1/Gridania/124_CNJ_Close to Home.json
QuestPaths/2.x - A Realm Reborn/MSQ-1/Gridania/447_To Guard a Guardian.json
QuestPaths/2.x - A Realm Reborn/MSQ-1/Gridania/448_Festive Endeavors.json
QuestPaths/2.x - A Realm Reborn/MSQ-1/Gridania/85_LNC_Close to Home.json
QuestPaths/2.x - A Realm Reborn/MSQ-1/Shared/677_Fire in the Gloom.json
Questionable/Controller/NavigationOverrides/MovementOverrideController.cs

index 5837737..d319070 100644 (file)
     {
       "Sequence": 1,
       "Steps": [
-        {
-          "Position": {
-            "X": 49.65071,
-            "Y": -8.046952,
-            "Z": 102.32186
-          },
-          "TerritoryId": 132,
-          "InteractionType": "WalkTo",
-          "$": "New Gridania Navmesh workaround"
-        },
         {
           "TerritoryId": 132,
           "InteractionType": "AttuneAetheryte",
index 8f104be..17cac48 100644 (file)
     {
       "Sequence": 1,
       "Steps": [
-        {
-          "Position": {
-            "X": 49.65071,
-            "Y": -8.046952,
-            "Z": 102.32186
-          },
-          "TerritoryId": 132,
-          "InteractionType": "WalkTo",
-          "$": "New Gridania Navmesh workaround"
-        },
         {
           "TerritoryId": 132,
           "InteractionType": "AttuneAetheryte",
index 04941d8..93eca56 100644 (file)
     {
       "Sequence": 1,
       "Steps": [
-        {
-          "Position": {
-            "X": 49.65071,
-            "Y": -8.046952,
-            "Z": 102.32186
-          },
-          "TerritoryId": 132,
-          "InteractionType": "WalkTo",
-          "$": "New Gridania Navmesh workaround"
-        },
         {
           "DataId": 1000423,
           "Position": {
index f283391..ce63288 100644 (file)
     {
       "Sequence": 2,
       "Steps": [
-        {
-          "Position": {
-            "X": 49.65071,
-            "Y": -8.046952,
-            "Z": 102.32186
-          },
-          "TerritoryId": 132,
-          "InteractionType": "WalkTo",
-          "$": "New Gridania Navmesh workaround"
-        },
         {
           "DataId": 1000153,
           "Position": {
     {
       "Sequence": 255,
       "Steps": [
-        {
-          "Position": {
-            "X": 49.65071,
-            "Y": -8.046952,
-            "Z": 102.32186
-          },
-          "TerritoryId": 132,
-          "InteractionType": "WalkTo",
-          "$": "New Gridania Navmesh workaround"
-        },
         {
           "DataId": 1000100,
           "Position": {
index ba8a8c4..3f09f4c 100644 (file)
     {
       "Sequence": 1,
       "Steps": [
-        {
-          "Position": {
-            "X": 49.65071,
-            "Y": -8.046952,
-            "Z": 102.32186
-          },
-          "TerritoryId": 132,
-          "InteractionType": "WalkTo",
-          "$": "New Gridania Navmesh workaround"
-        },
         {
           "TerritoryId": 132,
           "InteractionType": "AttuneAetheryte",
index e8fc0bc..383c21b 100644 (file)
     {
       "Sequence": 1,
       "Steps": [
-        {
-          "Position": {
-            "X": 49.65071,
-            "Y": -8.046952,
-            "Z": 102.32186
-          },
-          "TerritoryId": 132,
-          "InteractionType": "WalkTo",
-          "$": "New Gridania Navmesh workaround"
-        },
         {
           "TerritoryId": 148,
           "InteractionType": "AttuneAetheryte",
     {
       "Sequence": 255,
       "Steps": [
-        {
-          "Position": {
-            "X": 49.65071,
-            "Y": -8.046952,
-            "Z": 102.32186
-          },
-          "TerritoryId": 132,
-          "InteractionType": "WalkTo",
-          "$": "New Gridania Navmesh workaround",
-          "AetheryteShortcut": "Gridania"
-        },
         {
           "DataId": 1000100,
           "Position": {
index 950e75d..f8f831c 100644 (file)
@@ -24,10 +24,6 @@ internal sealed class MovementOverrideController
         // lotus stand
         new BlacklistedPoint(205, new(26.75f, 0.5f, 20.75f), new(27.179117f, 0.26728272f, 19.714373f)),
 
-        // New Gridania Navmesh workaround - planter box outside the Carline Canopy
-        new BlacklistedPoint(132, new(45.5f, -8f, 101f), new(50.53978f, -8.046954f, 101.06045f), 1),
-        new BlacklistedPoint(132, new(48.5f, -8f, 98.25f), new(50.53978f, -8.046954f, 101.06045f), 3f),
-
         // ul'dah lamp near adventurers' guild
         new BlacklistedPoint(130, new(59.5f, 4.25f, -118f), new(60.551353f, 4f, -119.76446f)),