JS脚本: 自动伐木-地图追踪版 (#1434)

支持分层木材:桃椰子木、炬木

新增王树瑞佑检查
This commit is contained in:
起个名字好难的喵
2025-07-28 23:58:59 +08:00
committed by GitHub
parent 82535c0e1f
commit 95ce32c850
48 changed files with 2244 additions and 1506 deletions

View File

@@ -5,7 +5,13 @@
"author": "Tim",
"version": "1.0",
"description": "",
"bgi_version": "0.35.1"
"bgi_version": "0.42.0",
"authors": [
{
"name": "Tim",
"links": "https://github.com/Limint"
}
]
},
"positions": [
{
@@ -13,13 +19,13 @@
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 3135.7509765625,
"y": -1079.6494140625
"x": 3135.751,
"y": -1079.6494
},
{
"id": 2,
"x": 3156.2080078125,
"y": -1066.37353515625,
"x": 3156.208,
"y": -1066.3735,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
@@ -27,11 +33,11 @@
},
{
"id": 3,
"x": 3166.2431640625,
"y": -1077.31982421875,
"x": 3166.2432,
"y": -1077.3198,
"type": "path",
"move_mode": "walk",
"action": ""
}
]
}
}

View File

@@ -5,43 +5,49 @@
"author": "Tim",
"version": "1.0",
"description": "",
"bgi_version": "0.35.1"
"bgi_version": "0.42.0",
"authors": [
{
"name": "Tim",
"links": "https://github.com/Limint"
}
]
},
"positions": [
{
"id": 1,
"move_mode": "walk",
"type": "path",
"x": 3175.4052734375,
"y": -1059.90869140625,
"x": 3175.4053,
"y": -1059.9087,
"action": "combat_script",
"action_params": "wait(0.5),keypress(VK_Z)"
},
{
"id": 2,
"x": 3184.5078125,
"y": -1062.76708984375,
"x": 3184.5078,
"y": -1062.7671,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 3,
"x": 3191.4482421875,
"y": -1051.36279296875,
"x": 3191.4482,
"y": -1051.3628,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "wait(0.5),keypress(VK_Z)"
},
{
"id": 5,
"x": 3176.30078125,
"y": -1066.23876953125,
"id": 4,
"x": 3176.3008,
"y": -1066.2388,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "wait(1),keypress(VK_Z)"
}
]
}
}