Skip to content

Commit

Permalink
(362) Brayflox Hard: Adjusted pre 2nd boss area transition
Browse files Browse the repository at this point in the history
  • Loading branch information
erdelf committed Jan 6, 2025
1 parent a38f05a commit d73ff6d
Showing 1 changed file with 45 additions and 5 deletions.
50 changes: 45 additions & 5 deletions AutoDuty/Paths/(362) Brayflox's Longstop (Hard).json
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,51 @@
},
{
"tag": 0,
"name": "AutoMoveFor",
"name": "MoveTo",
"position": {
"X": 45.85255,
"Y": 7.0103893,
"Z": -129.5
},
"arguments": [],
"note": ""
},
{
"tag": 0,
"name": "MoveTo",
"position": {
"X": 45.56,
"X": 44.4,
"Y": 7.01,
"Z": -130
"Z": -133
},
"arguments": [
"false"
],
"note": ""
},
{
"tag": 0,
"name": "Wait",
"position": {
"X": 0,
"Y": 0,
"Z": 0
},
"arguments": [
"1000"
],
"note": ""
},
{
"tag": 0,
"name": "WaitFor",
"position": {
"X": 0,
"Y": 0,
"Z": 0
},
"arguments": [
"5000"
"IsReady"
],
"note": ""
},
Expand Down Expand Up @@ -222,7 +259,6 @@
"note": ""
}
],
"interactables": [],
"meta": {
"createdAt": 106,
"changelog": [
Expand All @@ -241,6 +277,10 @@
{
"version": 171,
"change": "Replaced interactable names with DataID\u0027s, Added extra waitfor for gobbies to spawn"
},
{
"version": 182,
"change": "Adjusted pre 2nd boss area transition"
}
],
"notes": []
Expand Down

0 comments on commit d73ff6d

Please sign in to comment.