fine-tune

This commit is contained in:
Yang-z
2025-01-21 16:18:47 +08:00
parent 1abb983f7e
commit 4cdf684d15
19 changed files with 323 additions and 297 deletions

View File

@@ -219,6 +219,12 @@
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{
"x": -3145.0810546875,
"y": -3696.58984375,
"type": "path",
"move_mode": "walk"
},
{ {
"x": -3140.2431640625, "x": -3140.2431640625,
"y": -3700.9541015625, "y": -3700.9541015625,
@@ -239,7 +245,9 @@
"y": -3704.04296875, "y": -3704.04296875,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "combat_script",
"action_params": "wait(0.2),keypress(x)",
"//": "stop_climbing",
"#": "19" "#": "19"
}, },
@@ -267,7 +275,7 @@
"y": -3734.564453125, "y": -3734.564453125,
"type": "path", "type": "path",
"move_mode": "walk", "move_mode": "walk",
"#": "jump down" "//": "jump down"
}, },
{ {
"x": -3147.9990234375, "x": -3147.9990234375,

View File

@@ -18,21 +18,21 @@
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 1149.5205078125, "x": 1134.4013671875,
"y": 1261.96435546875, "y": 1255.51416015625,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 1143.5537109375, "x": 1142.4873046875,
"y": 1266.68212890625, "y": 1269.95556640625,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 1141.517578125, "x": 1140.642578125,
"y": 1274.34228515625, "y": 1274.60986328125,
"type": "path", "type": "path",
"move_mode": "walk", "move_mode": "walk",
"//": "target逼近时有概率被击飞从远处小碎步逼近导致耗时过长被怪打死。", "//": "target逼近时有概率被击飞从远处小碎步逼近导致耗时过长被怪打死。",
@@ -43,10 +43,10 @@
}, },
{ {
"x": 1135.203125, "x": 1142.4111328125,
"y": 1283.068359375, "y": 1277.38623046875,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "walk"
}, },
{ {
"x": 1123.3408203125, "x": 1123.3408203125,
@@ -63,7 +63,12 @@
"action": "", "action": "",
"No.": "2" "No.": "2"
}, },
{
"x": 1117.9150390625,
"y": 1284.15625,
"type": "path",
"move_mode": "walk"
},
{ {
"x": 1115.29296875, "x": 1115.29296875,
"y": 1284.30615234375, "y": 1284.30615234375,
@@ -74,28 +79,39 @@
}, },
{ {
"x": 1118.7373046875, "x": 1115.234375,
"y": 1285.69921875, "y": 1284.07470703125,
"type": "path",
"move_mode": "walk"
},
{
"x": 1118.2216796875,
"y": 1286.3212890625,
"type": "path",
"move_mode": "run"
},
{
"x": 1117.2822265625,
"y": 1286.083984375,
"type": "path",
"move_mode": "walk"
},
{
"x": 1113.0625,
"y": 1284.61474609375,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{
"x": 1104.076171875,
"y": 1289.1982421875,
"type": "path",
"move_mode": "run"
},
{ {
"x": 1036.33984375, "x": 1036.33984375,
"y": 1254.439453125, "y": 1254.439453125,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 1031.7666015625, "x": 1032.080078125,
"y": 1254.69921875, "y": 1254.5400390625,
"type": "target", "type": "target",
"move_mode": "walk" "move_mode": "walk"
}, },

View File

@@ -186,36 +186,37 @@
"#": "12" "#": "12"
}, },
{ {
"x": 9805.1796875, "x": 9798.2060546875,
"y": -559.619140625, "y": -557.38671875,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 9800.7109375, "x": 9793.73828125,
"y": -558.79296875, "y": -559.4853515625,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 9796.2333984375, "x": 9793.759765625,
"y": -561.84716796875, "y": -559.50830078125,
"type": "path",
"move_mode": "walk"
},
{
"x": 9795.7744140625,
"y": -561.93408203125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"#": "13 14" "#": "13 14"
}, },
{ {
"x": 9796.056640625, "x": 9795.7802734375,
"y": -561.787109375, "y": -561.93017578125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"#": "13 14" "#": "13 14"
},
{
"x": 9795.404296875,
"y": -564.86279296875,
"type": "path",
"move_mode": "walk"
} }
] ]

View File

@@ -118,22 +118,29 @@
"action": "force_tp" "action": "force_tp"
}, },
{ {
"x": 9613.099609375, "x": 9615.9599609375,
"y": -1848.04833984375, "y": -1852.849609375,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 9617.1337890625, "x": 9615.4560546875,
"y": -1843.072265625, "y": -1847.71484375,
"type": "path",
"move_mode": "walk"
},
{
"x": 9617.69921875,
"y": -1843.1611328125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
"#" : "7" "#" : "7"
}, },
{ {
"x": 9616.623046875, "x": 9616.6455078125,
"y": -1837.8388671875, "y": -1838.330078125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
@@ -159,22 +166,15 @@
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 9616.951171875, "x": 9616.9033203125,
"y": -1752.6650390625, "y": -1751.93017578125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"#" : "9" "#" : "9"
}, },
{ {
"x": 9616.7041015625, "x": 9616.90625,
"y": -1751.63330078125, "y": -1751.115234375,
"type": "target",
"move_mode": "walk",
"#" : "9"
},
{
"x": 9616.783203125,
"y": -1751.5556640625,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"#" : "9" "#" : "9"

View File

@@ -23,36 +23,40 @@
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 3233.4013671875, "x": 3236.7802734375,
"y": -672.80419921875, "y": -673.25830078125,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 3234, "x": 3236.8076171875,
"y": -672.80419921875, "y": -673.2666015625,
"type": "path",
"move_mode": "walk"
},
{
"x": 3236.5,
"y": -673.720703125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "",
"#": "1" "#": "1"
}, },
{ {
"x": 3243.1982421875, "x": 3237.884765625,
"y": -670.1328125, "y": -672.767578125,
"type": "path",
"move_mode": "walk"
},
{
"x": 3243.1435546875,
"y": -669.97021484375,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "",
"#": "2" "#": "2"
}, },
{
"x": 3241.931640625,
"y": -669.71826171875,
"type": "path",
"move_mode": "walk"
},
{ {
"x": 3223.59375, "x": 3223.59375,
"y": -663.43701171875, "y": -663.43701171875,
@@ -60,19 +64,16 @@
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 3183.31591796875, "x": 3183.4638671875,
"y": -670.1142578125, "y": -668.1484375,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 3177.87109375, "x": 3177.5126953125,
"y": -669.33544921875, "y": -668.67236328125,
"type": "path", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "combat_script",
"action_params": "wait(0.8)",
"//": "不逼近,只等待。",
"#": "5" "#": "5"
}, },
@@ -81,7 +82,6 @@
"y": -667.78662109375, "y": -667.78662109375,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "",
"#": "6" "#": "6"
} }
], ],

View File

@@ -40,8 +40,8 @@
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 4013.5322265625, "x": 4012.326171875,
"y": -1061.263671875, "y": -1061.72802734375,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
@@ -136,11 +136,18 @@
"move_mode": "walk", "move_mode": "walk",
"#": "4" "#": "4"
}, },
{
"x": 4021.0546875,
"y": -1058.57568359375,
"type": "target",
"move_mode": "walk",
"#": "4"
},
{ {
"x": 4023.93359375, "x": 4023.93359375,
"y": -1057.693359375, "y": -1057.693359375,
"type": "target", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {

View File

@@ -13,10 +13,9 @@
"type": "teleport", "type": "teleport",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 4510.58544921875, "x": 4511.11669921875,
"y": 4714.5146484375, "y": 4714.876953125,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
@@ -31,14 +30,8 @@
}, },
{ {
"x": 4563.70947265625, "x": 4566.25927734375,
"y": 4737.5703125, "y": 4736.98583984375,
"type": "path",
"move_mode": "walk"
},
{
"x": 4561.50537109375,
"y": 4743.1923828125,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
@@ -51,26 +44,23 @@
"action": "", "action": "",
"#": "2- 1+2" "#": "2- 1+2"
}, },
{
"x": 4560.0244140625,
"y": 4742.79296875,
"type": "target",
"move_mode": "walk",
"action": "",
"#": "2-1"
},
{
"x": 4562.60009765625,
"y": 4743.57568359375,
"type": "target",
"move_mode": "walk",
"action": "",
"#": "2-2"
},
{ {
"x": 4566.13623046875, "x": 4566.13623046875,
"y": 4743.39306640625, "y": 4743.39306640625,
"type": "target", "type": "path",
"move_mode": "walk"
},
{
"x": 4562.08837890625,
"y": 4746.34814453125,
"type": "path",
"move_mode": "walk"
},
{
"x": 4561.72412109375,
"y": 4747.18408203125,
"type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
@@ -81,73 +71,57 @@
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 4558.66943359375, "x": 4562.1533203125,
"y": 4835.7998046875, "y": 4819.3095703125,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 4560.64208984375, "x": 4563.64404296875,
"y": 4835.521484375, "y": 4825.14794921875,
"type": "path",
"move_mode": "walk"
},
{
"x": 4565.115234375,
"y": 4830.0751953125,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 4568.84814453125, "x": 4568.73779296875,
"y": 4826.6826171875, "y": 4826.36181640625,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
"#": "2-3" "#": "2-3"
}, },
{
"x": 4568.302734375,
"y": 4827.03173828125,
"type": "target",
"move_mode": "walk",
"action": "",
"#": "2-3 repeat"
},
{ {
"x": 4540.765625, "x": 4564.3427734375,
"y": 4846.49951171875, "y": 4832.90625,
"type": "path",
"move_mode": "run"
},
{
"x": 4535.2919921875,
"y": 4847.5625,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 4534.837890625, "x": 4533.40283203125,
"y": 4847.81298828125, "y": 4848.49462890625,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
"#": "2-4" "#": "2-4"
}, },
{ {
"x": 4534.4267578125, "x": 4534.02978515625,
"y": 4848.03515625, "y": 4848.39111328125,
"type": "target",
"move_mode": "walk",
"action": "",
"#": "2-4"
},
{
"x": 4534.80419921875,
"y": 4847.86279296875,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
"#": "2-4" "#": "2-4"
} }
] ]
} }

View File

@@ -28,14 +28,14 @@
}, },
{ {
"x": -3975.2333984375, "x": -3976.1171875,
"y": -4438.943359375, "y": -4444.0205078125,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": -3977.71875, "x": -3977.556640625,
"y": -4438.30078125, "y": -4438.66015625,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
@@ -141,8 +141,8 @@
}, },
{ {
"x": -3966.9580078125, "x": -3967.384765625,
"y": -4425.4560546875, "y": -4425.671875,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },

View File

@@ -109,6 +109,13 @@
"action": "combat_script", "action": "combat_script",
"action_params": "click,wait(0.5),click,wait(0.5),click,wait(0.2)", "action_params": "click,wait(0.5),click,wait(0.5),click,wait(0.2)",
"#": 4 "#": 4
},
{
"x": -3988.51953125,
"y": -3231.46875,
"type": "target",
"move_mode": "walk"
} }
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"name": "狗粮ABE路线自动拾取分解", "name": "狗粮ABE路线自动拾取分解",
"version": "2.1.3", "version": "2.1.4",
"bgi_version": "0.38.1", "bgi_version": "0.38.1",
"description": "圣遗物狗粮AB及额外路线自动轮换自动分解就近恢复。", "description": "圣遗物狗粮AB及额外路线自动轮换自动分解就近恢复。",
"authors": [ "authors": [

View File

@@ -219,6 +219,12 @@
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{
"x": -3145.0810546875,
"y": -3696.58984375,
"type": "path",
"move_mode": "walk"
},
{ {
"x": -3140.2431640625, "x": -3140.2431640625,
"y": -3700.9541015625, "y": -3700.9541015625,
@@ -239,7 +245,9 @@
"y": -3704.04296875, "y": -3704.04296875,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "combat_script",
"action_params": "wait(0.2),keypress(x)",
"//": "stop_climbing",
"#": "19" "#": "19"
}, },
@@ -267,7 +275,7 @@
"y": -3734.564453125, "y": -3734.564453125,
"type": "path", "type": "path",
"move_mode": "walk", "move_mode": "walk",
"#": "jump down" "//": "jump down"
}, },
{ {
"x": -3147.9990234375, "x": -3147.9990234375,

View File

@@ -18,21 +18,21 @@
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 1149.5205078125, "x": 1134.4013671875,
"y": 1261.96435546875, "y": 1255.51416015625,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 1143.5537109375, "x": 1142.4873046875,
"y": 1266.68212890625, "y": 1269.95556640625,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 1141.517578125, "x": 1140.642578125,
"y": 1274.34228515625, "y": 1274.60986328125,
"type": "path", "type": "path",
"move_mode": "walk", "move_mode": "walk",
"//": "target逼近时有概率被击飞从远处小碎步逼近导致耗时过长被怪打死。", "//": "target逼近时有概率被击飞从远处小碎步逼近导致耗时过长被怪打死。",
@@ -43,10 +43,10 @@
}, },
{ {
"x": 1135.203125, "x": 1142.4111328125,
"y": 1283.068359375, "y": 1277.38623046875,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "walk"
}, },
{ {
"x": 1123.3408203125, "x": 1123.3408203125,
@@ -63,7 +63,12 @@
"action": "", "action": "",
"No.": "2" "No.": "2"
}, },
{
"x": 1117.9150390625,
"y": 1284.15625,
"type": "path",
"move_mode": "walk"
},
{ {
"x": 1115.29296875, "x": 1115.29296875,
"y": 1284.30615234375, "y": 1284.30615234375,
@@ -74,28 +79,39 @@
}, },
{ {
"x": 1118.7373046875, "x": 1115.234375,
"y": 1285.69921875, "y": 1284.07470703125,
"type": "path",
"move_mode": "walk"
},
{
"x": 1118.2216796875,
"y": 1286.3212890625,
"type": "path",
"move_mode": "run"
},
{
"x": 1117.2822265625,
"y": 1286.083984375,
"type": "path",
"move_mode": "walk"
},
{
"x": 1113.0625,
"y": 1284.61474609375,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{
"x": 1104.076171875,
"y": 1289.1982421875,
"type": "path",
"move_mode": "run"
},
{ {
"x": 1036.33984375, "x": 1036.33984375,
"y": 1254.439453125, "y": 1254.439453125,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 1031.7666015625, "x": 1032.080078125,
"y": 1254.69921875, "y": 1254.5400390625,
"type": "target", "type": "target",
"move_mode": "walk" "move_mode": "walk"
}, },

View File

@@ -186,36 +186,37 @@
"#": "12" "#": "12"
}, },
{ {
"x": 9805.1796875, "x": 9798.2060546875,
"y": -559.619140625, "y": -557.38671875,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 9800.7109375, "x": 9793.73828125,
"y": -558.79296875, "y": -559.4853515625,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 9796.2333984375, "x": 9793.759765625,
"y": -561.84716796875, "y": -559.50830078125,
"type": "path",
"move_mode": "walk"
},
{
"x": 9795.7744140625,
"y": -561.93408203125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"#": "13 14" "#": "13 14"
}, },
{ {
"x": 9796.056640625, "x": 9795.7802734375,
"y": -561.787109375, "y": -561.93017578125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"#": "13 14" "#": "13 14"
},
{
"x": 9795.404296875,
"y": -564.86279296875,
"type": "path",
"move_mode": "walk"
} }
] ]

View File

@@ -118,22 +118,29 @@
"action": "force_tp" "action": "force_tp"
}, },
{ {
"x": 9613.099609375, "x": 9615.9599609375,
"y": -1848.04833984375, "y": -1852.849609375,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 9617.1337890625, "x": 9615.4560546875,
"y": -1843.072265625, "y": -1847.71484375,
"type": "path",
"move_mode": "walk"
},
{
"x": 9617.69921875,
"y": -1843.1611328125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
"#" : "7" "#" : "7"
}, },
{ {
"x": 9616.623046875, "x": 9616.6455078125,
"y": -1837.8388671875, "y": -1838.330078125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
@@ -159,22 +166,15 @@
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 9616.951171875, "x": 9616.9033203125,
"y": -1752.6650390625, "y": -1751.93017578125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"#" : "9" "#" : "9"
}, },
{ {
"x": 9616.7041015625, "x": 9616.90625,
"y": -1751.63330078125, "y": -1751.115234375,
"type": "target",
"move_mode": "walk",
"#" : "9"
},
{
"x": 9616.783203125,
"y": -1751.5556640625,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"#" : "9" "#" : "9"

View File

@@ -23,36 +23,40 @@
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 3233.4013671875, "x": 3236.7802734375,
"y": -672.80419921875, "y": -673.25830078125,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 3234, "x": 3236.8076171875,
"y": -672.80419921875, "y": -673.2666015625,
"type": "path",
"move_mode": "walk"
},
{
"x": 3236.5,
"y": -673.720703125,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "",
"#": "1" "#": "1"
}, },
{ {
"x": 3243.1982421875, "x": 3237.884765625,
"y": -670.1328125, "y": -672.767578125,
"type": "path",
"move_mode": "walk"
},
{
"x": 3243.1435546875,
"y": -669.97021484375,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "",
"#": "2" "#": "2"
}, },
{
"x": 3241.931640625,
"y": -669.71826171875,
"type": "path",
"move_mode": "walk"
},
{ {
"x": 3223.59375, "x": 3223.59375,
"y": -663.43701171875, "y": -663.43701171875,
@@ -60,19 +64,16 @@
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 3183.31591796875, "x": 3183.4638671875,
"y": -670.1142578125, "y": -668.1484375,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 3177.87109375, "x": 3177.5126953125,
"y": -669.33544921875, "y": -668.67236328125,
"type": "path", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "combat_script",
"action_params": "wait(0.8)",
"//": "不逼近,只等待。",
"#": "5" "#": "5"
}, },
@@ -81,7 +82,6 @@
"y": -667.78662109375, "y": -667.78662109375,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "",
"#": "6" "#": "6"
} }
], ],

View File

@@ -40,8 +40,8 @@
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 4013.5322265625, "x": 4012.326171875,
"y": -1061.263671875, "y": -1061.72802734375,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
@@ -136,11 +136,18 @@
"move_mode": "walk", "move_mode": "walk",
"#": "4" "#": "4"
}, },
{
"x": 4021.0546875,
"y": -1058.57568359375,
"type": "target",
"move_mode": "walk",
"#": "4"
},
{ {
"x": 4023.93359375, "x": 4023.93359375,
"y": -1057.693359375, "y": -1057.693359375,
"type": "target", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {

View File

@@ -13,10 +13,9 @@
"type": "teleport", "type": "teleport",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 4510.58544921875, "x": 4511.11669921875,
"y": 4714.5146484375, "y": 4714.876953125,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
@@ -31,14 +30,8 @@
}, },
{ {
"x": 4563.70947265625, "x": 4566.25927734375,
"y": 4737.5703125, "y": 4736.98583984375,
"type": "path",
"move_mode": "walk"
},
{
"x": 4561.50537109375,
"y": 4743.1923828125,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
@@ -51,26 +44,23 @@
"action": "", "action": "",
"#": "2- 1+2" "#": "2- 1+2"
}, },
{
"x": 4560.0244140625,
"y": 4742.79296875,
"type": "target",
"move_mode": "walk",
"action": "",
"#": "2-1"
},
{
"x": 4562.60009765625,
"y": 4743.57568359375,
"type": "target",
"move_mode": "walk",
"action": "",
"#": "2-2"
},
{ {
"x": 4566.13623046875, "x": 4566.13623046875,
"y": 4743.39306640625, "y": 4743.39306640625,
"type": "target", "type": "path",
"move_mode": "walk"
},
{
"x": 4562.08837890625,
"y": 4746.34814453125,
"type": "path",
"move_mode": "walk"
},
{
"x": 4561.72412109375,
"y": 4747.18408203125,
"type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
@@ -81,73 +71,57 @@
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 4558.66943359375, "x": 4562.1533203125,
"y": 4835.7998046875, "y": 4819.3095703125,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 4560.64208984375, "x": 4563.64404296875,
"y": 4835.521484375, "y": 4825.14794921875,
"type": "path",
"move_mode": "walk"
},
{
"x": 4565.115234375,
"y": 4830.0751953125,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": 4568.84814453125, "x": 4568.73779296875,
"y": 4826.6826171875, "y": 4826.36181640625,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
"#": "2-3" "#": "2-3"
}, },
{
"x": 4568.302734375,
"y": 4827.03173828125,
"type": "target",
"move_mode": "walk",
"action": "",
"#": "2-3 repeat"
},
{ {
"x": 4540.765625, "x": 4564.3427734375,
"y": 4846.49951171875, "y": 4832.90625,
"type": "path",
"move_mode": "run"
},
{
"x": 4535.2919921875,
"y": 4847.5625,
"type": "path", "type": "path",
"move_mode": "run" "move_mode": "run"
}, },
{ {
"x": 4534.837890625, "x": 4533.40283203125,
"y": 4847.81298828125, "y": 4848.49462890625,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
"#": "2-4" "#": "2-4"
}, },
{ {
"x": 4534.4267578125, "x": 4534.02978515625,
"y": 4848.03515625, "y": 4848.39111328125,
"type": "target",
"move_mode": "walk",
"action": "",
"#": "2-4"
},
{
"x": 4534.80419921875,
"y": 4847.86279296875,
"type": "target", "type": "target",
"move_mode": "walk", "move_mode": "walk",
"action": "", "action": "",
"#": "2-4" "#": "2-4"
} }
] ]
} }

View File

@@ -28,14 +28,14 @@
}, },
{ {
"x": -3975.2333984375, "x": -3976.1171875,
"y": -4438.943359375, "y": -4444.0205078125,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
{ {
"x": -3977.71875, "x": -3977.556640625,
"y": -4438.30078125, "y": -4438.66015625,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },
@@ -141,8 +141,8 @@
}, },
{ {
"x": -3966.9580078125, "x": -3967.384765625,
"y": -4425.4560546875, "y": -4425.671875,
"type": "path", "type": "path",
"move_mode": "walk" "move_mode": "walk"
}, },

View File

@@ -109,6 +109,13 @@
"action": "combat_script", "action": "combat_script",
"action_params": "click,wait(0.5),click,wait(0.5),click,wait(0.2)", "action_params": "click,wait(0.5),click,wait(0.5),click,wait(0.2)",
"#": 4 "#": 4
},
{
"x": -3988.51953125,
"y": -3231.46875,
"type": "target",
"move_mode": "walk"
} }
] ]
} }