Add workaround for RSR refusing to attack enemies spawned by quest in 'Taking Stock'

pull/78/head^2
Liza 2024-10-09 18:20:38 +02:00
parent ab6e3a847f
commit 588beffc37
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 8 additions and 10 deletions

View File

@ -72,17 +72,14 @@
"Steps": [ "Steps": [
{ {
"Position": { "Position": {
"X": -403.42465, "X": -346.407,
"Y": 154.8542, "Y": 152.32855,
"Z": 82.59637 "Z": 86.98739
}, },
"TerritoryId": 399, "TerritoryId": 399,
"InteractionType": "Combat", "InteractionType": "WalkTo",
"EnemySpawnType": "AutoOnEnterArea", "Mount": false,
"KillEnemyDataIds": [ "Sprint": false
5042
],
"CombatDelaySecondsAtStart": 1
}, },
{ {
"DataId": 2005885, "DataId": 2005885,
@ -92,7 +89,8 @@
"Z": 82.84119 "Z": 82.84119
}, },
"TerritoryId": 399, "TerritoryId": 399,
"InteractionType": "Interact" "InteractionType": "Interact",
"DelaySecondsAtStart": 5
} }
] ]
}, },