feat: 异步战斗,任务触发检测

This commit is contained in:
秋云
2025-05-10 09:34:57 +08:00
parent 846252a3d4
commit ba0429979c
5 changed files with 280 additions and 167 deletions

View File

@@ -21,7 +21,7 @@
"x": -2739.48,
"y": -3437.85,
"action": "",
"move_mode": "walk",
"move_mode": "dash",
"type": "path"
},
{
@@ -29,7 +29,7 @@
"x": -2764.44,
"y": -3465.81,
"action": "",
"move_mode": "walk",
"move_mode": "dash",
"type": "path"
},
{
@@ -37,7 +37,7 @@
"x": -2771.27,
"y": -3453.23,
"action": "fight",
"move_mode": "walk",
"move_mode": "dash",
"type": "path"
}
]

View File

@@ -10,43 +10,11 @@
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -2738.38,
"y": -3414.45
},
{
"id": 2,
"x": -2739.72,
"y": -3400.15,
"type": "path",
"move_mode": "walk",
"action": "exit_and_relogin"
},
{
"id": 3,
"x": -2739.71,
"y": -3399.06,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 4,
"x": -2738.67,
"y": -3427.38,
"type": "path",
"move_mode": "run",
"action": ""
},
{
"id": 5,
"x": -2756.67,
"y": -3467.63,
"type": "path",
"move_mode": "walk",
"action": "fight"
"move_mode": "dash",
"action": ""
}
]
}

View File

@@ -0,0 +1,44 @@
{
"info": {
"name": "盗宝团",
"type": "collect",
"author": "HZYgrandma",
"version": "1.0",
"description": "",
"bgiVersion": "0.43.4"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -2738.38,
"y": -3414.45
},
{
"id": 2,
"x": -2739.72,
"y": -3400.15,
"type": "path",
"move_mode": "walk",
"action": "exit_and_relogin"
},
{
"id": 3,
"x": -2739.71,
"y": -3399.06,
"type": "path",
"move_mode": "dash",
"action": ""
},
{
"id": 4,
"x": -2738.67,
"y": -3427.38,
"type": "path",
"move_mode": "dash",
"action": ""
}
]
}