From 3e54811a26b4759b858ed6f079ec5de2c117e950 Mon Sep 17 00:00:00 2001 From: FalconTaterz Date: Sun, 25 Aug 2024 14:34:02 -0500 Subject: [PATCH] Fix enemy interaction --- .../1204_The Rise and Fall of a Gentlemen.json | 3 ++- .../Hildibrand Quests/1440_Seeds of Rebellion.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json index 1619def5..59f9dd56 100644 --- a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json +++ b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json @@ -61,7 +61,8 @@ "Z": 222.65837 }, "TerritoryId": 146, - "InteractionType": "Combat" + "InteractionType": "Combat", + "EnemySpawnType": "OverworldEnemies" } ] }, diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json index eb2fdacf..ebfa92b0 100644 --- a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json +++ b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json @@ -76,7 +76,9 @@ }, { "Comment": "Fight some Mandragoras", - "InteractionType": "Combat" + "InteractionType": "Combat", + "EnemySpawnType": "OverworldEnemies" + } ] },