Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path updates #679

Merged
merged 3 commits into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AutoDuty/Helpers/LevelingHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ internal static Content[] LevelingDuties
1039u, // The Thousand Maws of Toto-Rak
1041u, // Brayflox's Longstop
1042u, // Stone Vigil
1043u, // Castrum Meridianum
1064u, // Sohm Al
1065u, // The Aery
1066u, // The Vault
Expand Down
181 changes: 157 additions & 24 deletions AutoDuty/Paths/(1043) Castrum Meridianum.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,35 @@
"tag": 0,
"name": "MoveTo",
"position": {
"X": 194.67,
"Y": 91.74,
"Z": -93.41
"X": 224.32,
"Y": 88.6,
"Z": -94.18
},
"arguments": [
""
"true"
],
"note": ""
},
{
"tag": 0,
"name": "StopForCombat",
"name": "MoveTo",
"position": {
"X": 0,
"Y": 0,
"Z": 0
"X": 130.00374,
"Y": 90.31388,
"Z": -67.056755
},
"arguments": [
"False"
],
"arguments": [],
"note": ""
},
{
"tag": 0,
"name": "StopForCombat",
"name": "MoveTo",
"position": {
"X": 125.65,
"Y": 89.67,
"Z": -66.37
"X": 36.381397,
"Y": 72.13117,
"Z": -45.53322
},
"arguments": [
"True"
],
"arguments": [],
"note": ""
},
{
Expand Down Expand Up @@ -78,6 +74,63 @@
],
"note": "Disposal Chute"
},
{
"tag": 0,
"name": "WaitFor",
"position": {
"X": 0,
"Y": 0,
"Z": 0
},
"arguments": [
"IsReady"
],
"note": ""
},
{
"tag": 0,
"name": "MoveTo",
"position": {
"X": -59.3487,
"Y": 72.62593,
"Z": 182.84897
},
"arguments": [],
"note": ""
},
{
"tag": 0,
"name": "MoveTo",
"position": {
"X": -46.592396,
"Y": 73.753395,
"Z": 135.69669
},
"arguments": [],
"note": ""
},
{
"tag": 0,
"name": "MoveTo",
"position": {
"X": -26.48639,
"Y": 74.245285,
"Z": 108.95167
},
"arguments": [],
"note": ""
},
{
"tag": 0,
"name": "MoveTo",
"position": {
"X": -7.2955933,
"Y": 70.321594,
"Z": 57.358044
},
"arguments": [],
"note": ""
},
{
"tag": 0,
"name": "Boss",
Expand All @@ -93,14 +146,90 @@
},
{
"tag": 0,
"name": "Wait",
"name": "StopForCombat",
"position": {
"X": -83.88,
"Y": 72,
"Z": -35.23
"X": 0,
"Y": 0,
"Z": 0
},
"arguments": [
"30000"
"false"
],
"note": ""
},
{
"tag": 0,
"name": "MoveTo",
"position": {
"X": 7.7214556,
"Y": 70.172455,
"Z": -66.46675
},
"arguments": [],
"note": ""
},
{
"tag": 0,
"name": "StopForCombat",
"position": {
"X": 0,
"Y": 0,
"Z": 0
},
"arguments": [
"true"
],
"note": ""
},
{
"tag": 0,
"name": "StopForCombat",
"position": {
"X": 0,
"Y": 0,
"Z": 0
},
"arguments": [
"false"
],
"note": ""
},
{
"tag": 0,
"name": "MoveTo",
"position": {
"X": -58.45,
"Y": 68.37,
"Z": -57.43
},
"arguments": [
"true"
],
"note": ""
},
{
"tag": 0,
"name": "StopForCombat",
"position": {
"X": 0,
"Y": 0,
"Z": 0
},
"arguments": [
"true"
],
"note": ""
},
{
"tag": 0,
"name": "WaitFor",
"position": {
"X": 0,
"Y": 0,
"Z": 0
},
"arguments": [
"IsReady"
],
"note": ""
},
Expand Down Expand Up @@ -136,8 +265,12 @@
{
"version": 164,
"change": "Converted to JSON Structure with Tags"
},
{
"version": 179,
"change": "Updated to newer standards"
}
],
"notes": []
}
}
}
Loading