diff --git a/repo/js/AutoWoodcutting-Pathing/README.md b/repo/js/AutoWoodcutting-Pathing/README.md new file mode 100644 index 00000000..1b4d2da1 --- /dev/null +++ b/repo/js/AutoWoodcutting-Pathing/README.md @@ -0,0 +1,29 @@ +## 注意事项 + +**如果移速过快,部分路径需要对 keypress(VK_Z) 前后的 wait 进行特调(单位:秒),请自行留意** + +**批量采集前,请对用到的路径进行预测试,避免因诸如因wait时间不足,王树瑞佑冷却时间未到导致部分点位漏采及其之后连续空跑** + +脚本内置的路径仅供参考,随着软件及地图的更新,可能**并非最佳**采集路径,如有更好的路径,欢迎贡献 + +目前脚本已支持5.7版本之前的全部木材,清单如下:`桦木 萃华木 松木 垂香木 杉木 竹节 却砂木 梦见木 枫木 孔雀木 御伽木 证悟木 业果木 辉木 刺葵木 柽木 悬铃木 椴木 白梣木 香柏木 炬木 白栗栎木 燃爆木 灰灰楼林木 桃椰子木` + +## 原理说明 + +5.2版本后,王树瑞佑的使用冷却时间从15秒降至5秒 + +退出重新登陆会刷新木材采集时间 + +当采集到第11棵树的时候,第1棵树会刷新,采集到第12棵树(第1棵树)的时候,第2棵树会刷新,依次类推, + +故使用本脚本遇到两个采集点位间隔较近的,且没有**重新登录**操作的路径,需要**留意王树瑞佑的冷却时间**,按需添加或延长wait时间 + +## 循环说明 + +* 未标注:从传送锚点开始采集,重复循环 + +* 大循环:从传送锚点开始前往采集区域,仅执行1次 + +* 循环:不含传送锚点,减少地图传送及跑图时间,执行完1次大循环后,重复循环 + +因采用不同配队时,采取不同的循环方式耗时上有一定差距,故部分木材预留了循环路径和未标注路径,请根据实际情况自行选择,在[main.js](main.js)的`pathingMap`中修改即可。 diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-很明亮的地方-炬木-36个.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-很明亮的地方-炬木-36个.json new file mode 100644 index 00000000..f8ab3962 --- /dev/null +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-很明亮的地方-炬木-36个.json @@ -0,0 +1,84 @@ +{ + "info": { + "name": "枫丹-很明亮的地方-炬木-36个", + "type": "collect", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753711626346, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 4713.2051, + "y": 2391.5508, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 4717.0029, + "y": 2387.1792, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 3, + "x": 4693.106, + "y": 2393.0996, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 4, + "x": 4680.8965, + "y": 2386.0247, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "wait(2),keypress(VK_Z)" + }, + { + "id": 5, + "x": 4691.4717, + "y": 2373.5291, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "wait(1.5),keypress(VK_Z)" + }, + { + "id": 6, + "x": 4681.293, + "y": 2356.0234, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "wait(1.5),keypress(VK_Z)" + }, + { + "id": 7, + "x": 4700.3086, + "y": 2336.3958, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-27个-椴木-30个(小循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-27个-椴木-30个(小循环).json index 0d786832..b4b20258 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-27个-椴木-30个(小循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-27个-椴木-30个(小循环).json @@ -1,74 +1,80 @@ { - "info": { - "name": "卡布狄斯堡遗迹-悬铃木-51个-椴木-33个", - "type": "collect", - "author": "起个名字好难", - "version": "1.0", - "description": "", - "bgi_version": "0.35.1" - }, - "positions": [ + "info": { + "name": "枫丹-卡布狄斯堡遗迹-悬铃木-27个-椴木-30个(小循环)", + "type": "collect", + "author": "起个名字好难", + "version": "1.0", + "description": "", + "bgi_version": "0.42.0", + "authors": [ { - "id": 3, - "x": 3250.01171875, - "y": 2762.572509765625, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 4, - "x": 3252.6640625, - "y": 2753.50537109375, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 5, - "x": 3212.640625, - "y": 2730.0439453125, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 6, - "x": 3212.962890625, - "y": 2713.168701171875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(1),keypress(VK_Z)" - }, - { - "id": 7, - "x": 3191.3779296875, - "y": 2694.701171875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 8, - "x": 3202.04296875, - "y": 2720.28369140625, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z),wait(0.5)" - }, - { - "id": 9, - "x": 3188.1435546875, - "y": 2733.958740234375, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(0.5),keypress(VK_Z)" + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" } ] - } \ No newline at end of file + }, + "positions": [ + { + "id": 1, + "x": 3250.0117, + "y": 2762.5725, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 2, + "x": 3252.6641, + "y": 2753.5054, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": 3212.6406, + "y": 2730.0439, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 4, + "x": 3212.9629, + "y": 2713.1687, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(1),keypress(VK_Z)" + }, + { + "id": 5, + "x": 3191.3779, + "y": 2694.7012, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 6, + "x": 3202.043, + "y": 2720.2837, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z),wait(0.5)" + }, + { + "id": 7, + "x": 3188.1436, + "y": 2733.9587, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.5),keypress(VK_Z)" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-42个-椴木-30个(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-42个-椴木-30个(循环).json index 7410f3db..f1f7c24a 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-42个-椴木-30个(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-42个-椴木-30个(循环).json @@ -1,92 +1,98 @@ { - "info": { - "name": "卡布狄斯堡遗迹-悬铃木-51个-椴木-33个", - "type": "collect", - "author": "起个名字好难", - "version": "1.0", - "description": "", - "bgi_version": "0.35.1" - }, - "positions": [ + "info": { + "name": "枫丹-卡布狄斯堡遗迹-悬铃木-42个-椴木-30个(循环)", + "type": "collect", + "author": "起个名字好难", + "version": "1.0", + "description": "", + "bgi_version": "0.42.0", + "authors": [ { - "id": 3, - "x": 3250.01171875, - "y": 2762.572509765625, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 4, - "x": 3252.6640625, - "y": 2753.50537109375, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 5, - "x": 3212.640625, - "y": 2730.0439453125, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 6, - "x": 3212.962890625, - "y": 2713.168701171875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(1),keypress(VK_Z)" - }, - { - "id": 7, - "x": 3191.3779296875, - "y": 2694.701171875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 8, - "x": 3202.04296875, - "y": 2720.28369140625, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z),wait(0.5)" - }, - { - "id": 9, - "x": 3188.1435546875, - "y": 2733.958740234375, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(0.5),keypress(VK_Z)" - }, - { - "id": 10, - "x": 3183.2021484375, - "y": 2772.982421875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z),wait(1)" - }, - { - "id": 11, - "x": 3179.90234375, - "y": 2792.812255859375, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" } ] - } \ No newline at end of file + }, + "positions": [ + { + "id": 1, + "x": 3250.0117, + "y": 2762.5725, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 2, + "x": 3252.6641, + "y": 2753.5054, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": 3212.6406, + "y": 2730.0439, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 4, + "x": 3212.9629, + "y": 2713.1687, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(1),keypress(VK_Z)" + }, + { + "id": 5, + "x": 3191.3779, + "y": 2694.7012, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 6, + "x": 3202.043, + "y": 2720.2837, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z),wait(0.5)" + }, + { + "id": 7, + "x": 3188.1436, + "y": 2733.9587, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.5),keypress(VK_Z)" + }, + { + "id": 8, + "x": 3183.2021, + "y": 2772.9824, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z),wait(1)" + }, + { + "id": 9, + "x": 3179.9023, + "y": 2792.8123, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-51个-椴木-33个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-51个-椴木-33个(大循环).json index ef855624..0e976ff1 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-51个-椴木-33个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-悬铃木-椴木/枫丹-卡布狄斯堡遗迹-悬铃木-51个-椴木-33个(大循环).json @@ -1,118 +1,124 @@ { - "info": { - "name": "卡布狄斯堡遗迹-悬铃木-51个-椴木-33个", - "type": "collect", - "author": "起个名字好难", - "version": "1.0", - "description": "", - "bgi_version": "0.35.1" - }, - "positions": [ + "info": { + "name": "枫丹-卡布狄斯堡遗迹-悬铃木-51个-椴木-33个(大循环)", + "type": "collect", + "author": "起个名字好难", + "version": "1.0", + "description": "", + "bgi_version": "0.42.0", + "authors": [ { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 3252.224609375, - "y": 2963.4765625 - }, - { - "id": 2, - "x": 3232.0205078125, - "y": 2843.3056640625, - "type": "path", - "move_mode": "run", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 4, - "x": 3251.67578125, - "y": 2788.007568359375, - "type": "path", - "move_mode": "run", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 3, - "x": 3250.01171875, - "y": 2762.572509765625, - "type": "path", - "move_mode": "fly", - "action": "combat_script", - "action_params": "click,wait(2),keypress(VK_Z)" - }, - { - "id": 4, - "x": 3252.6640625, - "y": 2753.50537109375, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 5, - "x": 3212.640625, - "y": 2730.0439453125, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 6, - "x": 3212.962890625, - "y": 2713.168701171875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(1),keypress(VK_Z)" - }, - { - "id": 7, - "x": 3191.3779296875, - "y": 2694.701171875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 8, - "x": 3202.04296875, - "y": 2720.28369140625, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z),wait(0.5)" - }, - { - "id": 9, - "x": 3188.1435546875, - "y": 2733.958740234375, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(0.5),keypress(VK_Z)" - }, - { - "id": 10, - "x": 3183.2021484375, - "y": 2772.982421875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z),wait(1)" - }, - { - "id": 11, - "x": 3179.90234375, - "y": 2792.812255859375, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" } ] - } \ No newline at end of file + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3252.2246, + "y": 2963.4766 + }, + { + "id": 2, + "x": 3232.0205, + "y": 2843.3057, + "type": "path", + "move_mode": "run", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 3, + "x": 3251.6758, + "y": 2788.0076, + "type": "path", + "move_mode": "run", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 4, + "x": 3250.0117, + "y": 2762.5725, + "type": "path", + "move_mode": "fly", + "action": "combat_script", + "action_params": "click,wait(2),keypress(VK_Z)" + }, + { + "id": 5, + "x": 3252.6641, + "y": 2753.5054, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": 3212.6406, + "y": 2730.0439, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 7, + "x": 3212.9629, + "y": 2713.1687, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(1),keypress(VK_Z)" + }, + { + "id": 8, + "x": 3191.3779, + "y": 2694.7012, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 9, + "x": 3202.043, + "y": 2720.2837, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z),wait(0.5)" + }, + { + "id": 10, + "x": 3188.1436, + "y": 2733.9587, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.5),keypress(VK_Z)" + }, + { + "id": 11, + "x": 3183.2021, + "y": 2772.9824, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z),wait(1)" + }, + { + "id": 12, + "x": 3179.9023, + "y": 2792.8123, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-炬木/枫丹-很明亮的地方-炬木-36个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-炬木/枫丹-很明亮的地方-炬木-36个(大循环).json new file mode 100644 index 00000000..bc2a3079 --- /dev/null +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-炬木/枫丹-很明亮的地方-炬木-36个(大循环).json @@ -0,0 +1,84 @@ +{ + "info": { + "name": "枫丹-很明亮的地方-炬木-36个(大循环)", + "type": "collect", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753711088411, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 4713.2026, + "y": 2391.5591, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 4717.0029, + "y": 2387.1792, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(VK_Z)", + "type": "path" + }, + { + "id": 3, + "x": 4678.3716, + "y": 2384.7493, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(VK_Z)", + "type": "path" + }, + { + "id": 4, + "x": 4679.9453, + "y": 2353.6282, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(VK_Z)", + "type": "path" + }, + { + "id": 5, + "x": 4699.9233, + "y": 2335.9404, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 6, + "x": 4691.3535, + "y": 2370.8062, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(VK_Z)", + "type": "path" + }, + { + "id": 7, + "x": 4690.5649, + "y": 2392.1562, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(2),keypress(VK_Z)", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-炬木/枫丹-很明亮的地方-炬木-36个(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-炬木/枫丹-很明亮的地方-炬木-36个(循环).json new file mode 100644 index 00000000..0c042de1 --- /dev/null +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-炬木/枫丹-很明亮的地方-炬木-36个(循环).json @@ -0,0 +1,75 @@ +{ + "info": { + "name": "枫丹-很明亮的地方-炬木-36个(循环)", + "type": "collect", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753711088411, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 4717.0029, + "y": 2387.1792, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(VK_Z)", + "type": "path" + }, + { + "id": 2, + "x": 4678.3716, + "y": 2384.7493, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(VK_Z)", + "type": "path" + }, + { + "id": 3, + "x": 4679.9453, + "y": 2353.6282, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(VK_Z)", + "type": "path" + }, + { + "id": 4, + "x": 4699.9233, + "y": 2335.9404, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 5, + "x": 4691.3535, + "y": 2370.8062, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(VK_Z)", + "type": "path" + }, + { + "id": 6, + "x": 4690.5649, + "y": 2392.1562, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(2),keypress(VK_Z)", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-白梣木/枫丹-苍晶区-白梣木-75个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-白梣木/枫丹-苍晶区-白梣木-75个(大循环).json index 1c928cc4..fa89640c 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-白梣木/枫丹-苍晶区-白梣木-75个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-白梣木/枫丹-苍晶区-白梣木-75个(大循环).json @@ -1,11 +1,17 @@ { "info": { - "name": "枫丹-苍晶区-白梣木-75个", + "name": "枫丹-苍晶区-白梣木-75个(大循环)", "type": "collect", "author": "起个名字好难", "version": "1.0", "description": "", - "bgi_version": "0.35.1" + "bgi_version": "0.42.0", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ] }, "positions": [ { @@ -13,48 +19,57 @@ "action": "", "move_mode": "walk", "type": "teleport", - "x": 4689.58935546875, - "y": 2429.309326171875 + "x": 4689.5894, + "y": 2429.3093 }, { - "id": 3, - "x":4702.38037109375, - "y":2459.947509765625, + "id": 2, + "x": 4702.3804, + "y": 2459.9475, "type": "path", "move_mode": "fly", "action": "combat_script", "action_params": "click,wait(2),keypress(VK_Z)" }, { - "id": 4, - "x": 4730.1552734375, - "y": 2477.38818359375, + "id": 3, + "x": 4730.1553, + "y": 2477.3882, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z),wait(0.5)" }, { - "id": 5, - "x": 4742.123046875, - "y": 2492.362060546875, + "id": 4, + "x": 4742.123, + "y": 2492.3621, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 6, - "x": 4747.15869140625, - "y": 2507.729248046875, + "id": 5, + "x": 4747.1587, + "y": 2507.7292, "type": "path", "move_mode": "walk", "action": "" }, + { + "id": 6, + "x": 4740.4888, + "y": 2528.626, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, { "id": 7, - "x":4740.48876953125, - "y":2528.6259765625, + "x": 4723.4131, + "y": 2545.8225, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -62,26 +77,26 @@ }, { "id": 8, - "x": 4723.4130859375, - "y": 2545.822509765625, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 9, - "x":4697.5166015625, - "y":2533.1142578125, + "x": 4697.5166, + "y": 2533.1143, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z),wait(2)" }, + { + "id": 9, + "x": 4684.8452, + "y": 2537.2507, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, { "id": 10, - "x": 4684.84521484375, - "y": 2537.250732421875, + "x": 4675.2842, + "y": 2504.7053, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -89,23 +104,15 @@ }, { "id": 11, - "x":4675.2841796875, - "y":2504.705322265625, + "x": 4655.4922, + "y": 2485.7097, "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "x":4655.4921875, - "y":2485.709716796875, - "type":"path", - "move_mode":"run" + "move_mode": "run" }, { "id": 12, - "x":4651.8828125, - "y":2447.710205078125, + "x": 4651.8828, + "y": 2447.7102, "type": "path", "move_mode": "run", "action": "combat_script", diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-白梣木/枫丹-苍晶区-白梣木-75个(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-白梣木/枫丹-苍晶区-白梣木-75个(循环).json index da45c6d6..e9acfb99 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-白梣木/枫丹-苍晶区-白梣木-75个(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-白梣木/枫丹-苍晶区-白梣木-75个(循环).json @@ -1,35 +1,58 @@ { "info": { - "name": "枫丹-苍晶区-白梣木-75个", + "name": "枫丹-苍晶区-白梣木-75个(循环)", "type": "collect", "author": "起个名字好难", "version": "1.0", "description": "", - "bgi_version": "0.35.1" + "bgi_version": "0.42.0", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ] }, "positions": [ { - "id": 3, - "x":4702.38037109375, - "y":2459.947509765625, + "id": 1, + "x": 4702.3804, + "y": 2459.9475, "type": "path", "move_mode": "run", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 4, - "x": 4730.1552734375, - "y": 2477.38818359375, + "id": 2, + "x": 4730.1553, + "y": 2477.3882, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z),wait(0.5)" }, + { + "id": 3, + "x": 4742.123, + "y": 2492.3621, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 4, + "x": 4747.1587, + "y": 2507.7292, + "type": "path", + "move_mode": "walk", + "action": "" + }, { "id": 5, - "x": 4742.123046875, - "y": 2492.362060546875, + "x": 4740.4888, + "y": 2528.626, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -37,25 +60,26 @@ }, { "id": 6, - "x": 4747.15869140625, - "y": 2507.729248046875, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 7, - "x":4740.48876953125, - "y":2528.6259765625, + "x": 4723.4131, + "y": 2545.8225, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, + { + "id": 7, + "x": 4697.5166, + "y": 2533.1143, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z),wait(2)" + }, { "id": 8, - "x": 4723.4130859375, - "y": 2545.822509765625, + "x": 4684.8452, + "y": 2537.2507, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -63,41 +87,24 @@ }, { "id": 9, - "x":4697.5166015625, - "y":2533.1142578125, + "x": 4675.2842, + "y": 2504.7053, "type": "path", "move_mode": "walk", "action": "combat_script", - "action_params": "keypress(VK_Z),wait(2)" + "action_params": "keypress(VK_Z)" }, { "id": 10, - "x": 4684.84521484375, - "y": 2537.250732421875, + "x": 4655.4922, + "y": 2485.7097, "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" + "move_mode": "run" }, { "id": 11, - "x":4675.2841796875, - "y":2504.705322265625, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "x":4655.4921875, - "y":2485.709716796875, - "type":"path", - "move_mode":"run" - }, - { - "id": 12, - "x":4651.8828125, - "y":2447.710205078125, + "x": 4651.8828, + "y": 2447.7102, "type": "path", "move_mode": "run", "action": "combat_script", diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木-萃华木/枫丹-枫丹廷-香柏木-27个-萃华木-15个-59秒(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木-萃华木/枫丹-枫丹廷-香柏木-27个-萃华木-15个-59秒(循环).json index 2b481d15..148e6db4 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木-萃华木/枫丹-枫丹廷-香柏木-27个-萃华木-15个-59秒(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木-萃华木/枫丹-枫丹廷-香柏木-27个-萃华木-15个-59秒(循环).json @@ -5,13 +5,28 @@ "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, - "x": 4639.6904296875, - "y": 3902.56201171875, + "x": 4639.6904, + "y": 3902.562, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.5),keypress(VK_Z)" + }, + { + "id": 2, + "x": 4612.0874, + "y": 3899.45, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -19,74 +34,65 @@ }, { "id": 3, - "x": 4612.08740234375, - "y": 3899.449951171875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(0.5),keypress(VK_Z)" - }, - { - "id": 4, - "x": 4600.353515625, - "y": 3876.9326171875, + "x": 4600.3535, + "y": 3876.9326, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1),keypress(VK_Z)" }, { - "id": 5, - "x": 4608.41650390625, - "y": 3869.802734375, + "id": 4, + "x": 4608.4165, + "y": 3869.8027, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(3),keypress(VK_Z)" }, { - "id": 6, - "x": 4645.93310546875, - "y": 3871.053955078125, + "id": 5, + "x": 4645.9331, + "y": 3871.054, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 7, - "x": 4640.2685546875, - "y": 3887.483154296875, + "id": 6, + "x": 4640.2686, + "y": 3887.4832, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1),keypress(VK_Z)" }, { - "id": 8, - "x": 4653.9873046875, - "y": 3896.05908203125, + "id": 7, + "x": 4653.9873, + "y": 3896.0591, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 9, - "x": 4661.322265625, - "y": 3892.666748046875, + "id": 8, + "x": 4661.3223, + "y": 3892.6667, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 10, - "x": 4643.06005859375, - "y": 3908.08740234375, + "id": 9, + "x": 4643.0601, + "y": 3908.0874, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木-萃华木/枫丹-枫丹廷-香柏木-9个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木-萃华木/枫丹-枫丹廷-香柏木-9个(大循环).json index 44042b73..b2810d8b 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木-萃华木/枫丹-枫丹廷-香柏木-9个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木-萃华木/枫丹-枫丹廷-香柏木-9个(大循环).json @@ -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": 4701.4755859375, - "y": 3959.022216796875 + "x": 4701.4756, + "y": 3959.0222 }, { "id": 2, - "x": 4684.9453125, - "y": 3949.1728515625, + "x": 4684.9453, + "y": 3949.1729, "type": "path", "move_mode": "walk", "action": "" @@ -27,11 +33,11 @@ { "id": 3, "x": 4642.9375, - "y": 3907.40185546875, + "y": 3907.4019, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木/枫丹-秋分山西侧-香柏木-0个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木/枫丹-秋分山西侧-香柏木-0个(大循环).json index 1fd205d7..648f59e3 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木/枫丹-秋分山西侧-香柏木-0个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木/枫丹-秋分山西侧-香柏木-0个(大循环).json @@ -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,48 +19,48 @@ "action": "", "move_mode": "walk", "type": "teleport", - "x": 4146.6630859375, - "y": 2606.2529296875 + "x": 4146.6631, + "y": 2606.2529 }, { "id": 2, - "x": 4150.46875, - "y": 2547.546630859375, + "x": 4150.4688, + "y": 2547.5466, "type": "path", "move_mode": "run", "action": "" }, { "id": 3, - "x": 4156.419921875, - "y": 2474.727783203125, + "x": 4156.4199, + "y": 2474.7278, "type": "path", "move_mode": "run", "action": "" }, { "id": 4, - "x": 4161.18603515625, - "y": 2415.501708984375, + "x": 4161.186, + "y": 2415.5017, "type": "path", "move_mode": "walk", "action": "" }, { "id": 5, - "x": 4156.50537109375, - "y": 2383.64892578125, + "x": 4156.5054, + "y": 2383.6489, "type": "path", "move_mode": "fly", "action": "stop_flying" }, { "id": 6, - "x": 4125.1455078125, - "y": 2356.02685546875, + "x": 4125.1455, + "y": 2356.0269, "type": "path", "move_mode": "run", "action": "" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木/枫丹-秋分山西侧-香柏木-72个-49秒(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木/枫丹-秋分山西侧-香柏木-72个-49秒(循环).json index 8fd59d52..06794ca5 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木/枫丹-秋分山西侧-香柏木-72个-49秒(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/枫丹-香柏木/枫丹-秋分山西侧-香柏木-72个-49秒(循环).json @@ -5,13 +5,19 @@ "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, - "x": 4117.29296875, - "y": 2335.499755859375, + "x": 4117.293, + "y": 2335.4998, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -19,7 +25,7 @@ }, { "id": 2, - "x": 4110.03759765625, + "x": 4110.0376, "y": 2351.5625, "type": "path", "move_mode": "walk", @@ -27,47 +33,47 @@ }, { "id": 3, - "x": 4093.4404296875, - "y": 2347.26416015625, + "x": 4093.4404, + "y": 2347.2642, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 5, - "x": 4082.8291015625, - "y": 2345.908935546875, + "id": 4, + "x": 4082.8291, + "y": 2345.9089, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(3.4),keypress(VK_Z)" }, { - "id": 6, - "x": 4088.2490234375, - "y": 2377.537353515625, + "id": 5, + "x": 4088.249, + "y": 2377.5374, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1.5),keypress(VK_Z)" }, { - "id": 7, - "x": 4110.20361328125, - "y": 2376.251953125, + "id": 6, + "x": 4110.2036, + "y": 2376.252, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1.2),keypress(VK_Z)" }, { - "id": 8, - "x": 4121.8623046875, - "y": 2371.576904296875, + "id": 7, + "x": 4121.8623, + "y": 2371.5769, "type": "path", "move_mode": "walk", "action": "" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-却砂木/璃月-归离原-却砂木-39个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-却砂木/璃月-归离原-却砂木-39个(大循环).json index b3f375ef..9ed3aeb6 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-却砂木/璃月-归离原-却砂木-39个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-却砂木/璃月-归离原-却砂木-39个(大循环).json @@ -1,11 +1,17 @@ { "info": { - "name": "璃月-归离原-却砂木-39个", + "name": "璃月-归离原-却砂木-39个(大循环)", "type": "collect", "author": "起个名字好难", "version": "1.0", "description": "", - "bgi_version": "0.35.1" + "bgi_version": "0.42.0", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ] }, "positions": [ { @@ -13,29 +19,29 @@ "action": "", "move_mode": "walk", "type": "teleport", - "x": 341.3017578125, - "y": 548.232421875 + "x": 341.3018, + "y": 548.2324 }, { "id": 2, - "x": 350.7763671875, - "y": 542.86328125, + "x": 350.7764, + "y": 542.8633, "type": "path", "move_mode": "run", "action": "" }, { "id": 3, - "x": 367.6201171875, - "y": 524.19580078125, + "x": 367.6201, + "y": 524.1958, "type": "path", "move_mode": "run", "action": "" }, { "id": 4, - "x":406.9091796875, - "y":503.80615234375, + "x": 406.9092, + "y": 503.8062, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -43,17 +49,17 @@ }, { "id": 5, - "x": 418.763671875, - "y": 494.4697265625, + "x": 418.7637, + "y": 494.4697, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z),wait(2.5)" }, { - "id": 7, - "x": 417.869140625, - "y": 479.9580078125, + "id": 6, + "x": 417.8691, + "y": 479.958, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -61,8 +67,8 @@ }, { "id": 7, - "x": 430.8212890625, - "y": 464.87109375, + "x": 430.8213, + "y": 464.8711, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -70,16 +76,16 @@ }, { "id": 8, - "x": 420.044921875, - "y": 474.55419921875, + "x": 420.0449, + "y": 474.5542, "type": "path", "move_mode": "walk", "action": "" }, { "id": 9, - "x":396.82421875, - "y":461.33837890625, + "x": 396.8242, + "y": 461.3384, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -87,8 +93,8 @@ }, { "id": 10, - "x": 386.46875, - "y": 475.10400390625, + "x": 386.4688, + "y": 475.104, "type": "path", "move_mode": "walk", "action": "combat_script", diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-却砂木/璃月-归离原-却砂木-39个(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-却砂木/璃月-归离原-却砂木-39个(循环).json index b959206f..efb35adb 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-却砂木/璃月-归离原-却砂木-39个(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-却砂木/璃月-归离原-却砂木-39个(循环).json @@ -1,70 +1,76 @@ { "info": { - "name": "璃月-归离原-却砂木-39个", + "name": "璃月-归离原-却砂木-39个(循环)", "type": "collect", "author": "起个名字好难", "version": "1.0", "description": "", - "bgi_version": "0.35.1" + "bgi_version": "0.42.0", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ] }, "positions": [ { - "id": 4, - "x":406.9091796875, - "y":503.80615234375, + "id": 1, + "x": 406.9092, + "y": 503.8062, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z),wait(2.2)" }, { - "id": 5, - "x": 418.763671875, - "y": 494.4697265625, + "id": 2, + "x": 418.7637, + "y": 494.4697, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z),wait(2.5)" }, { - "id": 7, - "x": 417.869140625, - "y": 479.9580078125, + "id": 3, + "x": 417.8691, + "y": 479.958, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z),wait(2)" }, { - "id": 7, - "x": 430.8212890625, - "y": 464.87109375, + "id": 4, + "x": 430.8213, + "y": 464.8711, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 8, - "x": 420.044921875, - "y": 474.55419921875, + "id": 5, + "x": 420.0449, + "y": 474.5542, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 9, - "x":396.82421875, - "y":461.33837890625, + "id": 6, + "x": 396.8242, + "y": 461.3384, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z),wait(2)" }, { - "id": 10, - "x": 386.46875, - "y": 475.10400390625, + "id": 7, + "x": 386.4688, + "y": 475.104, "type": "path", "move_mode": "walk", "action": "combat_script", diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-竹节/璃月-轻策庄-竹节-0个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-竹节/璃月-轻策庄-竹节-0个(大循环).json index 9e3729f0..a90c5711 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-竹节/璃月-轻策庄-竹节-0个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-竹节/璃月-轻策庄-竹节-0个(大循环).json @@ -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,32 +19,32 @@ "action": "", "move_mode": "walk", "type": "teleport", - "x": 839.76953125, - "y": 1532.56201171875 + "x": 839.7695, + "y": 1532.562 }, { "id": 2, - "x": 846.3828125, - "y": 1567.5322265625, + "x": 846.3828, + "y": 1567.5322, "type": "path", "move_mode": "walk", "action": "" }, { "id": 3, - "x": 843.6962890625, - "y": 1588.63232421875, + "x": 843.6963, + "y": 1588.6323, "type": "path", "move_mode": "walk", "action": "" }, { "id": 4, - "x": 852.4560546875, - "y": 1621.3076171875, + "x": 852.4561, + "y": 1621.3076, "type": "path", "move_mode": "walk", "action": "" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-竹节/璃月-轻策庄-竹节-78个-29秒(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-竹节/璃月-轻策庄-竹节-78个-29秒(循环).json index a210efb3..bf92e208 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-竹节/璃月-轻策庄-竹节-78个-29秒(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/璃月-竹节/璃月-轻策庄-竹节-78个-29秒(循环).json @@ -5,13 +5,19 @@ "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, - "x": 856.779296875, - "y": 1611.1357421875, + "x": 856.7793, + "y": 1611.1357, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -19,16 +25,16 @@ }, { "id": 2, - "x": 849.48828125, - "y": 1618.41357421875, + "x": 849.4883, + "y": 1618.4136, "type": "path", "move_mode": "walk", "action": "" }, { "id": 3, - "x": 841.259765625, - "y": 1620.26318359375, + "x": 841.2598, + "y": 1620.2632, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -36,8 +42,8 @@ }, { "id": 4, - "x": 863.1455078125, - "y": 1628.45458984375, + "x": 863.1455, + "y": 1628.4546, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -45,11 +51,11 @@ }, { "id": 5, - "x": 853.6552734375, - "y": 1620.3740234375, + "x": 853.6553, + "y": 1620.374, "type": "path", "move_mode": "walk", "action": "" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-御伽木/稻妻-水月池-御伽木-18个-90秒(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-御伽木/稻妻-水月池-御伽木-18个-90秒(大循环).json index 6b25d202..e480bfe2 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-御伽木/稻妻-水月池-御伽木-18个-90秒(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-御伽木/稻妻-水月池-御伽木-18个-90秒(大循环).json @@ -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,21 +19,21 @@ "action": "", "move_mode": "walk", "type": "teleport", - "x": -765.9765625, - "y": -3557.2373046875 + "x": -765.9766, + "y": -3557.2373 }, { - "id": 1, + "id": 2, "move_mode": "walk", "type": "path", - "x": -769.482421875, - "y": -3564.517578125, + "x": -769.4824, + "y": -3564.5176, "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 2, - "x": -816.1904296875, + "id": 3, + "x": -816.1904, "y": -3573.5, "type": "path", "move_mode": "fly", @@ -35,95 +41,95 @@ "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 3, - "x": -821.5322265625, - "y": -3574.7109375, + "id": 4, + "x": -821.5322, + "y": -3574.7109, "type": "path", "move_mode": "climb", "action": "" }, { - "id": 4, - "x": -849.0185546875, - "y": -3570.8974609375, + "id": 5, + "x": -849.0186, + "y": -3570.8975, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 5, - "x": -864.98046875, - "y": -3567.7685546875, + "id": 6, + "x": -864.9805, + "y": -3567.7686, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 6, - "x": -887.6640625, - "y": -3559.587890625, + "id": 7, + "x": -887.6641, + "y": -3559.5879, "type": "path", "move_mode": "fly", "action": "" }, - { - "id": 7, - "x": -910.5625, - "y": -3562.7099609375, - "type": "path", - "move_mode": "walk", - "action": "" - }, { "id": 8, - "x": -917.703125, - "y": -3575.3076171875, + "x": -910.5625, + "y": -3562.71, "type": "path", "move_mode": "walk", "action": "" }, { "id": 9, - "x": -931.0029296875, - "y": -3580.3095703125, + "x": -917.7031, + "y": -3575.3076, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 10, + "x": -931.0029, + "y": -3580.3096, "type": "path", "move_mode": "jump", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 10, - "x": -951.080078125, - "y": -3576.3466796875, + "id": 11, + "x": -951.0801, + "y": -3576.3467, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 11, - "x": -966.15625, - "y": -3581.255859375, + "id": 12, + "x": -966.1562, + "y": -3581.2559, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 12, - "x": -964.04296875, - "y": -3596.123046875, + "id": 13, + "x": -964.043, + "y": -3596.123, "type": "path", "move_mode": "fly", "action": "stop_flying", "action_params": "2400" }, { - "id": 13, - "x": -984.0888671875, - "y": -3598.572265625, + "id": 14, + "x": -984.0889, + "y": -3598.5723, "type": "path", "move_mode": "walk" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-御伽木/稻妻-水月池-御伽木-57个-64秒(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-御伽木/稻妻-水月池-御伽木-57个-64秒(循环).json index 165b6338..8582a777 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-御伽木/稻妻-水月池-御伽木-57个-64秒(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-御伽木/稻妻-水月池-御伽木-57个-64秒(循环).json @@ -5,22 +5,28 @@ "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, - "x": -990.55859375, - "y": -3603.63671875, + "x": -990.5586, + "y": -3603.6367, "type": "path", "move_mode": "jump", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 4, - "x": -998.9541015625, - "y": -3615.333984375, + "id": 2, + "x": -998.9541, + "y": -3615.334, "type": "path", "move_mode": "jump", "action": "combat_script", @@ -28,32 +34,41 @@ }, { "id": 3, - "x": -999.70703125, - "y": -3613.2158203125, + "x": -999.707, + "y": -3613.2158, "type": "path", "move_mode": "walk", "action": "" }, { "id": 4, - "x": -1021.2041015625, - "y": -3597.5751953125, + "x": -1021.2041, + "y": -3597.5752, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 6, - "x": -1032.5419921875, - "y": -3584.6201171875, + "id": 5, + "x": -1032.542, + "y": -3584.6201, "type": "path", "move_mode": "fly", "action": "" }, + { + "id": 6, + "x": -1033.2178, + "y": -3579.5498, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.5),keypress(VK_Z)" + }, { "id": 7, - "x": -1033.2177734375, - "y": -3579.5498046875, + "x": -1033.6875, + "y": -3544.4248, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -61,26 +76,16 @@ }, { "id": 8, - "x": -1033.6875, - "y": -3544.4248046875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "wait(0.5),keypress(VK_Z)" - }, - - { - "id": 15, - "x": -1020.5078125, - "y": -3555.53125, + "x": -1020.5078, + "y": -3555.5312, "type": "path", "move_mode": "walk", "action": "" }, { "id": 9, - "x": -1022.1796875, - "y": -3563.6484375, + "x": -1022.1797, + "y": -3563.6484, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -88,16 +93,16 @@ }, { "id": 10, - "x": -1017.20703125, - "y": -3572.90625, + "x": -1017.207, + "y": -3572.9062, "type": "path", "move_mode": "walk", "action": "" }, { "id": 11, - "x": -1019.97656255, - "y": -3576.072265625, + "x": -1019.9766, + "y": -3576.0723, "type": "path", "move_mode": "jump", "action": "combat_script", @@ -105,20 +110,20 @@ }, { "id": 12, - "x": -1009.740234375, - "y": -3594.962890625, + "x": -1009.7402, + "y": -3594.9629, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1.5),keypress(VK_Z)" }, { - "id": 17, - "x": -998.564453125, - "y": -3599.2060546875, + "id": 13, + "x": -998.5645, + "y": -3599.2061, "type": "path", "move_mode": "walk", "action": "" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-梦见木/稻妻-甘金岛-梦见木-0个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-梦见木/稻妻-甘金岛-梦见木-0个(大循环).json index 69724a05..ee94fdd5 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-梦见木/稻妻-甘金岛-梦见木-0个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-梦见木/稻妻-甘金岛-梦见木-0个(大循环).json @@ -5,13 +5,19 @@ "author": "起个名字好难", "version": "1.1", "description": "", - "bgi_version": "0.42.3" + "bgi_version": "0.42.3", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ] }, "positions": [ { "id": 1, - "x": -4232.216796875, - "y": -3002.05078125, + "x": -4232.2168, + "y": -3002.0508, "action": "", "move_mode": "walk", "type": "teleport", @@ -19,8 +25,8 @@ }, { "id": 2, - "x": -4217.91015625, - "y": -2980.302734375, + "x": -4217.9102, + "y": -2980.3027, "type": "path", "move_mode": "run", "action": "", @@ -29,8 +35,8 @@ }, { "id": 3, - "x": -4151.078125, - "y": -2968.4287109375, + "x": -4151.0781, + "y": -2968.4287, "type": "path", "move_mode": "run", "action": "", @@ -38,8 +44,8 @@ }, { "id": 4, - "x": -4117.685546875, - "y": -2916.8291015625, + "x": -4117.6855, + "y": -2916.8291, "type": "path", "move_mode": "dash", "action": "", @@ -47,8 +53,8 @@ }, { "id": 5, - "x": -4011.484375, - "y": -2963.87109375, + "x": -4011.4844, + "y": -2963.8711, "type": "path", "move_mode": "dash", "action": "", @@ -57,8 +63,8 @@ }, { "id": 6, - "x": -4001.5341796875, - "y": -2960.849609375, + "x": -4001.5342, + "y": -2960.8496, "action": "", "move_mode": "dash", "action_params": "", @@ -67,8 +73,8 @@ }, { "id": 7, - "x": -3988.7275390625, - "y": -2963.3701171875, + "x": -3988.7275, + "y": -2963.3701, "action": "", "move_mode": "walk", "action_params": "", @@ -77,8 +83,8 @@ }, { "id": 8, - "x": -3981.16796875, - "y": -2985.267578125, + "x": -3981.168, + "y": -2985.2676, "action": "", "move_mode": "walk", "action_params": "", @@ -87,8 +93,8 @@ }, { "id": 9, - "x": -3996.86328125, - "y": -2976.578125, + "x": -3996.8633, + "y": -2976.5781, "action": "", "move_mode": "walk", "action_params": "", diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-梦见木/稻妻-甘金岛-梦见木-45个(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-梦见木/稻妻-甘金岛-梦见木-45个(循环).json index d7e6d12f..46d66c39 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-梦见木/稻妻-甘金岛-梦见木-45个(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-梦见木/稻妻-甘金岛-梦见木-45个(循环).json @@ -5,13 +5,19 @@ "author": "起个名字好难", "version": "1.1", "description": "", - "bgi_version": "0.42.3" + "bgi_version": "0.42.3", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ] }, "positions": [ { "id": 1, - "x": -3996.86328125, - "y": -2976.578125, + "x": -3996.8633, + "y": -2976.5781, "action": "combat_script", "move_mode": "walk", "action_params": "keypress(VK_Z),wait(2)", @@ -20,8 +26,8 @@ }, { "id": 2, - "x": -4010.0439453125, - "y": -2984.115234375, + "x": -4010.0439, + "y": -2984.1152, "action": "", "move_mode": "walk", "action_params": "", @@ -30,8 +36,8 @@ }, { "id": 3, - "x": -4010.0439453125, - "y": -2984.115234375, + "x": -4010.0439, + "y": -2984.1152, "action": "combat_script", "move_mode": "walk", "action_params": "keypress(VK_Z),wait(1.5)", @@ -40,8 +46,8 @@ }, { "id": 4, - "x": -4031.265625, - "y": -3000.931640625, + "x": -4031.2656, + "y": -3000.9316, "action": "combat_script", "move_mode": "walk", "action_params": "keypress(VK_Z)", @@ -50,8 +56,8 @@ }, { "id": 5, - "x": -4039.6923828125, - "y": -3022.5771484375, + "x": -4039.6924, + "y": -3022.5771, "action": "combat_script", "move_mode": "walk", "action_params": "keypress(VK_Z),wait(1.5)", @@ -60,8 +66,8 @@ }, { "id": 6, - "x": -4020.197265625, - "y": -3013.8046875, + "x": -4020.1973, + "y": -3013.8047, "action": "", "move_mode": "walk", "action_params": "", @@ -70,8 +76,8 @@ }, { "id": 7, - "x": -4020.197265625, - "y": -3013.8046875, + "x": -4020.1973, + "y": -3013.8047, "action": "combat_script", "move_mode": "walk", "action_params": "keypress(VK_Z),wait(1.0)", @@ -80,8 +86,8 @@ }, { "id": 8, - "x": -4006.0859375, - "y": -3000.724609375, + "x": -4006.0859, + "y": -3000.7246, "action": "combat_script", "move_mode": "walk", "action_params": "keypress(VK_Z)", @@ -90,8 +96,8 @@ }, { "id": 9, - "x": -4001.9833984375, - "y": -2990.015625, + "x": -4001.9834, + "y": -2990.0156, "type": "path", "move_mode": "walk", "action": "", @@ -99,8 +105,8 @@ }, { "id": 10, - "x": -3981.384765625, - "y": -2985.6025390625, + "x": -3981.3848, + "y": -2985.6025, "action": "combat_script", "move_mode": "walk", "action_params": "keypress(VK_Z)", @@ -109,8 +115,8 @@ }, { "id": 11, - "x": -3996.86328125, - "y": -2976.578125, + "x": -3996.8633, + "y": -2976.5781, "action": "", "move_mode": "walk", "action_params": "", diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-绯木村-枫木-42个-83秒.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-绯木村-枫木-42个-83秒.json index f6319248..f16b2c65 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-绯木村-枫木-42个-83秒.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-绯木村-枫木-42个-83秒.json @@ -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,21 +19,21 @@ "action": "", "move_mode": "walk", "type": "teleport", - "x": -2216.0390625, - "y": -3709.5185546875 + "x": -2216.0391, + "y": -3709.5186 }, { "id": 2, - "x": -2225.91796875, - "y": -3696.6591796875, + "x": -2225.918, + "y": -3696.6592, "type": "path", "move_mode": "walk", "action": "" }, { "id": 3, - "x": -2218.095703125, - "y": -3687.4287109375, + "x": -2218.0957, + "y": -3687.4287, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -35,8 +41,8 @@ }, { "id": 4, - "x": -2250.16796875, - "y": -3669.9052734375, + "x": -2250.168, + "y": -3669.9053, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -44,8 +50,8 @@ }, { "id": 5, - "x": -2253.5703125, - "y": -3687.4755859375, + "x": -2253.5703, + "y": -3687.4756, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -53,75 +59,75 @@ }, { "id": 6, - "x": -2252.6865234375, - "y": -3704.5859375, + "x": -2252.6865, + "y": -3704.5859, "type": "path", "move_mode": "walk", "action": "" }, { "id": 7, - "x": -2223.591796875, - "y": -3737.7177734375, + "x": -2223.5918, + "y": -3737.7178, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, - { - "id": 7, - "x": -2195.1572265625, - "y": -3730.41015625, - "type": "path", - "move_mode": "walk", - "action": "" - }, { "id": 8, - "x": -2191.1083984375, - "y": -3724.37890625, + "x": -2195.1572, + "y": -3730.4102, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": -2191.1084, + "y": -3724.3789, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 9, - "x": -2191.3876953125, - "y": -3762.783203125, + "id": 10, + "x": -2191.3877, + "y": -3762.7832, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 10, - "x": -2187.2578125, - "y": -3765.4208984375, + "id": 11, + "x": -2187.2578, + "y": -3765.4209, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1),keypress(VK_Z)" }, - { - "id": 11, - "x": -2192.4541015625, - "y": -3770.97265625, - "type": "path", - "move_mode": "jump", - "action": "" - }, { "id": 12, - "x": -2184.8759765625, - "y": -3777.056640625, + "x": -2192.4541, + "y": -3770.9727, "type": "path", "move_mode": "jump", "action": "" }, { "id": 13, - "x": -2190.5009765625, - "y": -3789.6015625, + "x": -2184.876, + "y": -3777.0566, + "type": "path", + "move_mode": "jump", + "action": "" + }, + { + "id": 14, + "x": -2190.501, + "y": -3789.6016, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -129,12 +135,12 @@ }, { "id": 15, - "x": -2166.4951171875, - "y": -3789.8466796875, + "x": -2166.4951, + "y": -3789.8467, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-镇守之森-孔雀木-51个-御伽木-9个-萃华木-3个-60秒.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-镇守之森-孔雀木-51个-御伽木-9个-萃华木-3个-60秒.json index 0dc08895..fbb261f8 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-镇守之森-孔雀木-51个-御伽木-9个-萃华木-3个-60秒.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/稻妻-镇守之森-孔雀木-51个-御伽木-9个-萃华木-3个-60秒.json @@ -5,21 +5,27 @@ "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, - "x": -4429.86328125, - "y": -2798.49609375, + "x": -4429.8633, + "y": -2798.4961, "type": "teleport", "move_mode": "walk", "action": "" }, { "id": 2, - "x": -4430.525390625, - "y": -2782, + "x": -4430.5254, + "y": -2782.0, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -27,16 +33,16 @@ }, { "id": 3, - "x": -4422.7421875, - "y": -2775.1376953125, + "x": -4422.7422, + "y": -2775.1377, "type": "path", "move_mode": "walk", "action": "" }, { "id": 4, - "x": -4411.763671875, - "y": -2781.984375, + "x": -4411.7637, + "y": -2781.9844, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -44,16 +50,16 @@ }, { "id": 5, - "x": -4408.1640625, - "y": -2791.5205078125, + "x": -4408.1641, + "y": -2791.5205, "type": "path", "move_mode": "walk", "action": "" }, { "id": 6, - "x": -4412.888671875, - "y": -2802.60546875, + "x": -4412.8887, + "y": -2802.6055, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -61,32 +67,32 @@ }, { "id": 7, - "x": -4423.61328125, - "y": -2810.6416015625, + "x": -4423.6133, + "y": -2810.6416, "type": "path", "move_mode": "jump", "action": "" }, { "id": 8, - "x": -4431.37890625, - "y": -2809.3681640625, + "x": -4431.3789, + "y": -2809.3682, "type": "path", "move_mode": "walk", "action": "" }, { "id": 9, - "x": -4449.60546875, - "y": -2809.2783203125, + "x": -4449.6055, + "y": -2809.2783, "type": "path", "move_mode": "fly", "action": "" }, { "id": 10, - "x": -4457.734375, - "y": -2810.76953125, + "x": -4457.7344, + "y": -2810.7695, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -94,16 +100,16 @@ }, { "id": 11, - "x": -4470.134765625, - "y": -2815.0703125, + "x": -4470.1348, + "y": -2815.0703, "type": "path", "move_mode": "walk", "action": "" }, { "id": 12, - "x": -4482.890625, - "y": -2802.5693359375, + "x": -4482.8906, + "y": -2802.5693, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -111,20 +117,20 @@ }, { "id": 13, - "x": -4487.61328125, - "y": -2782.6162109375, + "x": -4487.6133, + "y": -2782.6162, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 15, - "x": -4502.759765625, - "y": -2787.203125, + "id": 14, + "x": -4502.7598, + "y": -2787.2031, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-奥奇卡纳塔-灰灰楼林木-42个-79秒.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-奥奇卡纳塔-灰灰楼林木-42个-79秒.json index 794e7387..f30a5f8e 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-奥奇卡纳塔-灰灰楼林木-42个-79秒.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-奥奇卡纳塔-灰灰楼林木-42个-79秒.json @@ -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,112 +19,112 @@ "action": "force_tp", "move_mode": "walk", "type": "teleport", - "x": 10112.84375, - "y": -140.396484375 + "x": 10112.8438, + "y": -140.3965 }, { - "id": 3, - "x": 10103.2021484375, - "y": -153.8212890625, + "id": 2, + "x": 10103.2021, + "y": -153.8213, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 4, - "x": 10089.7060546875, - "y": -164.4853515625, + "id": 3, + "x": 10089.7061, + "y": -164.4854, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_D),wait(0.2),click(right),wait(1.5),keypress(VK_Z)" }, { - "id": 6, - "x": 10071.0634765625, - "y": -161.73291015625, + "id": 4, + "x": 10071.0635, + "y": -161.7329, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1),keypress(VK_Z)" }, { - "id": 7, - "x": 10079.775390625, - "y": -138.1982421875, + "id": 5, + "x": 10079.7754, + "y": -138.1982, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 8, - "x": 10066.123046875, - "y": -114.41357421875, + "id": 6, + "x": 10066.123, + "y": -114.4136, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 9, - "x": 10028.55078125, - "y": -108.58447265625, + "id": 7, + "x": 10028.5508, + "y": -108.5845, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 10, - "x": 10016.900390625, - "y": -96.97314453125, + "id": 8, + "x": 10016.9004, + "y": -96.9731, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(2.2),keypress(VK_Z)" }, { - "id": 11, - "x": 10001.560546875, - "y": -122.64990234375, + "id": 9, + "x": 10001.5605, + "y": -122.6499, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1),keypress(VK_Z)" }, + { + "id": 10, + "x": 9987.5332, + "y": -131.4619, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 11, + "x": 9989.7852, + "y": -139.1543, + "type": "path", + "move_mode": "walk", + "action": "" + }, { "id": 12, - "x": 9987.533203125, - "y": -131.4619140625, + "x": 10011.7441, + "y": -143.8223, "type": "path", "move_mode": "walk", "action": "" }, { "id": 13, - "x": 9989.78515625, - "y": -139.154296875, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 14, - "x": 10011.744140625, - "y": -143.822265625, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 15, - "x": 10010.353515625, - "y": -166.6484375, + "x": 10010.3535, + "y": -166.6484, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.2),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-桃椰子木/纳塔-浮土静界-桃椰子木-36个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-桃椰子木/纳塔-浮土静界-桃椰子木-36个(大循环).json new file mode 100644 index 00000000..775c4304 --- /dev/null +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-桃椰子木/纳塔-浮土静界-桃椰子木-36个(大循环).json @@ -0,0 +1,102 @@ +{ + "info": { + "name": "纳塔-浮土静界-桃椰子木-36个(大循环)", + "type": "collect", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753689962383, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 8353.3818, + "y": -2842.7031, + "action_params": "" + }, + { + "id": 2, + "x": 8331.8311, + "y": -2835.7305, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 3, + "x": 8331.5156, + "y": -2815.3916, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "wait(1.5),keypress(VK_Z)" + }, + { + "id": 4, + "x": 8359.3311, + "y": -2805.9062, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 5, + "x": 8359.3311, + "y": -2805.9062, + "type": "path", + "move_mode": "walk", + "action": "exit_and_relogin", + "action_params": "" + }, + { + "id": 6, + "x": 8359.3311, + "y": -2805.9062, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 7, + "x": 8331.5156, + "y": -2815.3916, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 8, + "x": 8331.8311, + "y": -2835.7305, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 9, + "x": 8331.8311, + "y": -2835.7305, + "type": "path", + "move_mode": "walk", + "action": "exit_and_relogin", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-桃椰子木/纳塔-浮土静界-桃椰子木-36个(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-桃椰子木/纳塔-浮土静界-桃椰子木-36个(循环).json new file mode 100644 index 00000000..281cd727 --- /dev/null +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-桃椰子木/纳塔-浮土静界-桃椰子木-36个(循环).json @@ -0,0 +1,93 @@ +{ + "info": { + "name": "纳塔-浮土静界-桃椰子木-36个(循环)", + "type": "collect", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753705055067, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 8331.8311, + "y": -2835.7305, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 2, + "x": 8331.5156, + "y": -2815.3916, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "wait(1.5),keypress(VK_Z)" + }, + { + "id": 3, + "x": 8359.3311, + "y": -2805.9062, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 4, + "x": 8359.3311, + "y": -2805.9062, + "type": "path", + "move_mode": "walk", + "action": "exit_and_relogin", + "action_params": "" + }, + { + "id": 5, + "x": 8359.3311, + "y": -2805.9062, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 6, + "x": 8331.5156, + "y": -2815.3916, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 7, + "x": 8331.8311, + "y": -2835.7305, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "wait(0.5),keypress(VK_Z)" + }, + { + "id": 8, + "x": 8331.8311, + "y": -2835.7305, + "type": "path", + "move_mode": "walk", + "action": "exit_and_relogin", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-白栗栎木-燃爆木/纳塔-回声之子-白栗栎木-33个-燃爆木-27个.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-白栗栎木-燃爆木/纳塔-回声之子-白栗栎木-33个-燃爆木-27个.json index 16cc4b57..21fe41e7 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-白栗栎木-燃爆木/纳塔-回声之子-白栗栎木-33个-燃爆木-27个.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-白栗栎木-燃爆木/纳塔-回声之子-白栗栎木-33个-燃爆木-27个.json @@ -1,129 +1,136 @@ { - "info": { - "name": "回声之子-白栗栎木-33个-燃爆木-27个", - "type": "collect", - "author": "起个名字好难", - "version": "1.0", - "description": "", - "bgi_version": "0.35.1" - }, - "positions": [ + "info": { + "name": "纳塔-回声之子-白栗栎木-33个-燃爆木-27个", + "type": "collect", + "author": "起个名字好难", + "version": "1.0", + "description": "", + "bgi_version": "0.42.0", + "authors": [ { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 7633.859375, - "y": -1646.6982421875 - }, - { - "id": 2, - "x": 7626.90625, - "y": -1639.8232421875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 3, - "x": 7578.19384765625, - "y": -1687.45849609375, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 4, - "x":7531.408203125, - "y":-1707.43896484375, - "type": "path", - "move_mode": "fly", - "action": "stop_flying" - }, - { - "id": 5, - "x": 7519.7353515625, - "y": -1699.18798828125, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 7, - "x":7483.171875, - "y":-1650.626953125, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 7, - "x":7478.20166015625, - "y":-1626.26416015625, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 8, - "x": 7497.3818359375, - "y": -1556.83837890625, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z),wait(1.5)" - }, - { - "id": 9, - "x": 7496.97607421875, - "y": -1540.78662109375, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 10, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 7229.10, - "y": -1441.13 - }, - { - "x":7255.64501953125, - "y":-1431.7705078125, - "type":"path", - "move_mode":"walk" - }, - { - "id": 11, - "x": 7257.61083984375, - "y": -1423.62939453125, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 12, - "x": 7207.01220703125, - "y": -1437.00830078125, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 13, - "x": 7198.01220703125, - "y": -1437.18359375, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" } ] - } \ No newline at end of file + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 7633.8594, + "y": -1646.6982 + }, + { + "id": 2, + "x": 7626.9062, + "y": -1639.8232, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 3, + "x": 7578.1938, + "y": -1687.4585, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": 7531.4082, + "y": -1707.439, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 5, + "x": 7519.7354, + "y": -1699.188, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 6, + "x": 7483.1719, + "y": -1650.627, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": 7478.2017, + "y": -1626.2642, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 8, + "x": 7497.3818, + "y": -1556.8384, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z),wait(1.5)" + }, + { + "id": 9, + "x": 7496.9761, + "y": -1540.7866, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 10, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 7229.1, + "y": -1441.13 + }, + { + "id": 11, + "x": 7255.645, + "y": -1431.7705, + "type": "path", + "move_mode": "walk" + }, + { + "id": 12, + "x": 7257.6108, + "y": -1423.6294, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 13, + "x": 7207.0122, + "y": -1437.0083, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 14, + "x": 7198.0122, + "y": -1437.1836, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-白栗栎木-燃爆木/纳塔-踞石山-白栗栎木-36个.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-白栗栎木-燃爆木/纳塔-踞石山-白栗栎木-36个.json index 8b3b547c..17edc3d5 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-白栗栎木-燃爆木/纳塔-踞石山-白栗栎木-36个.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-白栗栎木-燃爆木/纳塔-踞石山-白栗栎木-36个.json @@ -1,11 +1,17 @@ { "info": { - "name": "白栗栎木-踞石山-36个", + "name": "纳塔-踞石山-白栗栎木-36个", "type": "collect", "author": "起个名字好难", "version": "1.0", "description": "", - "bgi_version": "0.35.1" + "bgi_version": "0.42.0", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ] }, "positions": [ { @@ -13,20 +19,20 @@ "action": "", "move_mode": "walk", "type": "teleport", - "x": 8286.041015625, - "y": -2521.2783203125 + "x": 8286.041, + "y": -2521.2783 }, { "id": 2, - "x":8279.2275390625, - "y":-2523.287109375, + "x": 8279.2275, + "y": -2523.2871, "type": "path", "move_mode": "fly" }, { "id": 3, - "x":8279.2275390625, - "y":-2523.287109375, + "x": 8279.2275, + "y": -2523.2871, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -34,40 +40,32 @@ }, { "id": 4, - "x": 8266.060546875, - "y": -2499.291015625, + "x": 8266.0605, + "y": -2499.291, "type": "path", "move_mode": "walk", "action": "" }, { "id": 5, - "x": 8251.76171875, - "y": -2471.82421875, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "x": 8235.66015625, - "y": -2446.724609375, + "x": 8251.7617, + "y": -2471.8242, "type": "path", "move_mode": "walk", "action": "" }, { "id": 6, - "x": 8222.3974609375, - "y": -2444.3203125, + "x": 8235.6602, + "y": -2446.7246, "type": "path", "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" + "action": "" }, { "id": 7, - "x": 8176.63818359375, - "y": -2424.1708984375, + "x": 8222.3975, + "y": -2444.3203, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -75,33 +73,33 @@ }, { "id": 8, - "x": 8166.3349609375, - "y": -2433.0185546875, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 9, - "x": 8155.7978515625, - "y": -2430.185546875, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 10, - "x": 8156.60302734375, - "y": -2415.5341796875, + "x": 8176.6382, + "y": -2424.1709, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, + { + "id": 9, + "x": 8166.335, + "y": -2433.0186, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 10, + "x": 8155.7979, + "y": -2430.1855, + "type": "path", + "move_mode": "walk", + "action": "" + }, { "id": 11, - "x": 8147.0302734375, - "y": -2440.24609375, + "x": 8156.603, + "y": -2415.5342, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -109,8 +107,17 @@ }, { "id": 12, - "x": 8150.5712890625, - "y": -2492.11328125, + "x": 8147.0303, + "y": -2440.2461, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 13, + "x": 8150.5713, + "y": -2492.1133, "type": "path", "move_mode": "walk", "action": "combat_script", diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-隆崛坡-燃爆木-54个-105秒.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-隆崛坡-燃爆木-54个-105秒.json index 4972a4f8..626cb540 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-隆崛坡-燃爆木-54个-105秒.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/纳塔-隆崛坡-燃爆木-54个-105秒.json @@ -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": 8179.40771484375, - "y": -1868.0712890625 + "x": 8179.4077, + "y": -1868.0713 }, { "id": 2, - "x": 8189.26025390625, - "y": -1878.45263671875, + "x": 8189.2603, + "y": -1878.4526, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -27,8 +33,8 @@ }, { "id": 3, - "x": 8171.16455078125, - "y": -1863.49609375, + "x": 8171.1646, + "y": -1863.4961, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -36,24 +42,24 @@ }, { "id": 4, - "x": 8171.5244140625, - "y": -1856.505859375, + "x": 8171.5244, + "y": -1856.5059, "type": "path", "move_mode": "walk", "action": "" }, { "id": 5, - "x": 8157.283203125, - "y": -1853.572265625, + "x": 8157.2832, + "y": -1853.5723, "type": "path", "move_mode": "jump", "action": "" }, { "id": 6, - "x": 8185.99560546875, - "y": -1815.99560546875, + "x": 8185.9956, + "y": -1815.9956, "type": "path", "move_mode": "fly", "action": "combat_script", @@ -61,24 +67,24 @@ }, { "id": 7, - "x": 8197.6572265625, - "y": -1819.63232421875, + "x": 8197.6572, + "y": -1819.6323, "type": "path", "move_mode": "walk", "action": "" }, { "id": 8, - "x": 8195.9638671875, - "y": -1795.9658203125, + "x": 8195.9639, + "y": -1795.9658, "type": "path", "move_mode": "walk", "action": "" }, { "id": 9, - "x": 8183.033203125, - "y": -1785.69921875, + "x": 8183.0332, + "y": -1785.6992, "type": "path", "move_mode": "fly", "action": "stop_flying", @@ -86,32 +92,32 @@ }, { "id": 10, - "x": 8149.8955078125, - "y": -1782.28564453125, + "x": 8149.8955, + "y": -1782.2856, "type": "path", "move_mode": "walk", "action": "" }, { "id": 11, - "x": 8141.24560546875, - "y": -1779.4345703125, + "x": 8141.2456, + "y": -1779.4346, "type": "path", "move_mode": "fly", "action": "" }, { "id": 12, - "x": 8129.49755859375, - "y": -1769.7880859375, + "x": 8129.4976, + "y": -1769.7881, "type": "path", "move_mode": "walk", "action": "" }, { "id": 13, - "x": 8119.33251953125, - "y": -1777.85302734375, + "x": 8119.3325, + "y": -1777.853, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -119,70 +125,70 @@ }, { "id": 14, - "x": 8114.55078125, - "y": -1787.61279296875, + "x": 8114.5508, + "y": -1787.6128, "type": "path", "move_mode": "walk", "action": "" }, { "id": 15, - "x": 8107.9638671875, - "y": -1785.0341796875, + "x": 8107.9639, + "y": -1785.0342, "type": "path", "move_mode": "walk", "action": "" }, { "id": 16, - "x": 8085.4140625, - "y": -1768.6962890625, + "x": 8085.4141, + "y": -1768.6963, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 18, - "x": 8071.65673828125, - "y": -1764.98193359375, + "id": 17, + "x": 8071.6567, + "y": -1764.9819, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 19, - "x": 8085.6025390625, - "y": -1739.6494140625, + "id": 18, + "x": 8085.6025, + "y": -1739.6494, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, + { + "id": 19, + "x": 8084.8584, + "y": -1724.5615, + "type": "path", + "move_mode": "walk", + "action": "" + }, { "id": 20, - "x": 8084.8583984375, - "y": -1724.5615234375, + "x": 8059.9082, + "y": -1728.4453, "type": "path", "move_mode": "walk", "action": "" }, { "id": 21, - "x": 8059.908203125, - "y": -1728.4453125, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 22, - "x": 8053.916015625, - "y": -1746.35205078125, + "x": 8053.916, + "y": -1746.3521, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/萃华木-48个-松木-3-垂香木-9-御伽木-9-香柏木-9-191秒.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/萃华木-48个-松木-3-垂香木-9-御伽木-9-香柏木-9-191秒.json index 6d13915c..6ec8ea26 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/萃华木-48个-松木-3-垂香木-9-御伽木-9-香柏木-9-191秒.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/萃华木-48个-松木-3-垂香木-9-御伽木-9-香柏木-9-191秒.json @@ -1,11 +1,17 @@ { "info": { - "name": "萃华木-48个-松木-3-垂香-9-御伽-9-香柏-9-194秒", + "name": "萃华木-48个-松木-3-垂香木-9-御伽木-9-香柏木-9-191秒", "type": "collect", "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": -386.392578125, - "y": 2297.682861328125 + "x": -386.3926, + "y": 2297.6829 }, { "id": 2, - "x": -363.9775390625, - "y": 2290.44873046875, + "x": -363.9775, + "y": 2290.4487, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -27,16 +33,16 @@ }, { "id": 3, - "x": -867.552734375, - "y": 1992.23779296875, + "x": -867.5527, + "y": 1992.2378, "type": "teleport", "move_mode": "walk", "action": "" }, { "id": 4, - "x": -853.3330078125, - "y": 2022.06884765625, + "x": -853.333, + "y": 2022.0688, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -44,206 +50,206 @@ }, { "id": 5, - "x": -1120.9853515625, - "y": 2190.470947265625, + "x": -1120.9854, + "y": 2190.4709, "type": "teleport", "move_mode": "walk", "action": "" }, { "id": 6, - "x": -1141.447265625, - "y": 2174.13427734375, + "x": -1141.4473, + "y": 2174.1343, "type": "path", "move_mode": "walk", "action": "" }, { "id": 7, - "x": -1155.9580078125, - "y": 2174.738525390625, + "x": -1155.958, + "y": 2174.7385, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(z)" }, - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": -4050.087890625, - "y": -2657.3544921875 - }, - { - "id": 2, - "x": -4037.68359375, - "y": -2683.376953125, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 3, - "x": -4124.525390625, - "y": -2759.8857421875, - "type": "teleport", - "move_mode": "walk", - "action": "" - }, - { - "id": 4, - "x": -4113.591796875, - "y": -2755.4365234375, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 5, - "x": -4106.234375, - "y": -2773.64453125, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 6, - "x": -4098.126953125, - "y": -2787.8330078125, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 7, - "x": -4084.3994140625, - "y": -2797.23046875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, { "id": 8, - "x": -4059.8798828125, - "y": -2794.3505859375, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -4050.0879, + "y": -2657.3545 + }, + { + "id": 9, + "x": -4037.6836, + "y": -2683.377, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 10, + "x": -4124.5254, + "y": -2759.8857, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 11, + "x": -4113.5918, + "y": -2755.4365, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 9, - "x": -4044.8095703125, - "y": -2803.7744140625, + "id": 12, + "x": -4106.2344, + "y": -2773.6445, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 13, + "x": -4098.127, + "y": -2787.833, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 14, + "x": -4084.3994, + "y": -2797.2305, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 15, + "x": -4059.8799, + "y": -2794.3506, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 16, + "x": -4044.8096, + "y": -2803.7744, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 1, + "id": 17, "action": "", "move_mode": "walk", "type": "teleport", - "x": 4865.41015625, - "y": 3913.16259765625 + "x": 4865.4102, + "y": 3913.1626 }, { - "id": 2, - "x": 4837.92724609375, - "y": 3895.598388671875, + "id": 18, + "x": 4837.9272, + "y": 3895.5984, "type": "path", "move_mode": "fly", "action": "stop_flying" }, { - "id": 4, - "x": 4810.251953125, - "y": 3858.8310546875, + "id": 19, + "x": 4810.252, + "y": 3858.8311, "type": "path", "move_mode": "run", "action": "" }, { - "id": 5, - "x": 4774.16748046875, - "y": 3802.2998046875, + "id": 20, + "x": 4774.1675, + "y": 3802.2998, "type": "path", "move_mode": "run", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 6, - "x": 4744.2392578125, - "y": 3797.851318359375, + "id": 21, + "x": 4744.2393, + "y": 3797.8513, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1),keypress(VK_Z)" }, { - "id": 7, - "x": 4733.77001953125, - "y": 3749.589599609375, + "id": 22, + "x": 4733.77, + "y": 3749.5896, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1),keypress(VK_Z)" }, { - "id": 1, + "id": 23, "action": "", "move_mode": "walk", "type": "teleport", - "x": 4701.42724609375, - "y": 3958.91552734375 + "x": 4701.4272, + "y": 3958.9155 }, { - "id": 2, + "id": 24, "x": 4683.9375, - "y": 3949.414306640625, + "y": 3949.4143, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 3, - "x": 4641.37451171875, - "y": 3885.625244140625, + "id": 25, + "x": 4641.3745, + "y": 3885.6252, "type": "path", "move_mode": "run", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 4, - "x": 4610.77978515625, - "y": 3869.26708984375, + "id": 26, + "x": 4610.7798, + "y": 3869.2671, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.8),keypress(VK_Z)" }, { - "id": 5, - "x": 4597.0283203125, - "y": 3875.97998046875, + "id": 27, + "x": 4597.0283, + "y": 3875.98, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(2.5),keypress(VK_Z)" }, { - "id": 6, - "x": 4608.9248046875, - "y": 3898.78857421875, + "id": 28, + "x": 4608.9248, + "y": 3898.7886, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1.2),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-星落湖-桦木-75个-54秒.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-星落湖-桦木-75个-54秒.json index 5eaab110..c804e492 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-星落湖-桦木-75个-54秒.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-星落湖-桦木-75个-54秒.json @@ -5,109 +5,115 @@ "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, - "x": -1330.0517578125, - "y": 2563.900390625, + "x": -1330.0518, + "y": 2563.9004, "action": "", "move_mode": "walk", "type": "teleport" }, { "id": 2, - "x": -1324.2451171875, - "y": 2562.7314453125, - "action": "", - "move_mode": "walk", - "type": "path" - }, - { - "id": 2, - "x": -1321.0087890625, - "y": 2566.410400390625, + "x": -1324.2451, + "y": 2562.7314, "action": "", "move_mode": "walk", "type": "path" }, { "id": 3, - "x": -1299.3505859375, - "y": 2574.847900390625, + "x": -1321.0088, + "y": 2566.4104, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 4, + "x": -1299.3506, + "y": 2574.8479, "action": "", "move_mode": "fly", "type": "path" }, { - "id": 4, - "x": -1291.8896484375, - "y": 2577.42041015625, + "id": 5, + "x": -1291.8896, + "y": 2577.4204, "action": "combat_script", "move_mode": "walk", "type": "path", "action_params": "keypress(VK_Z)" }, - { - "id": 5, - "x": -1285.4482421875, - "y": 2565.784423828125, - "action": "", - "move_mode": "walk", - "type": "path" - }, { "id": 6, - "x": -1311.775390625, - "y": 2530.9931640625, - "action": "combat_script", - "move_mode": "walk", - "type": "path", - "action_params": "keypress(VK_Z)" - }, - { - "id": 7, - "x": -1321.0751953125, - "y": 2518.44189453125, + "x": -1285.4482, + "y": 2565.7844, "action": "", "move_mode": "walk", "type": "path" }, + { + "id": 7, + "x": -1311.7754, + "y": 2530.9932, + "action": "combat_script", + "move_mode": "walk", + "type": "path", + "action_params": "keypress(VK_Z)" + }, { "id": 8, - "x": -1338.51953125, - "y": 2521.916259765625, + "x": -1321.0752, + "y": 2518.4419, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 9, + "x": -1338.5195, + "y": 2521.9163, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 9, - "x": -1369.244140625, - "y": 2552.98291015625, + "id": 10, + "x": -1369.2441, + "y": 2552.9829, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 10, - "x": -1375.4873046875, - "y": 2553.815673828125, + "id": 11, + "x": -1375.4873, + "y": 2553.8157, "action": "combat_script", "move_mode": "walk", "type": "path", "action_params": "keypress(VK_Z)" }, { - "id": 11, - "x": -1376.4267578125, - "y": 2578.98876953125, + "id": 12, + "x": -1376.4268, + "y": 2578.9888, "action": "combat_script", "move_mode": "walk", "type": "path", "action_params": "wait(0.8),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-杉木/蒙德-达达乌帕谷-杉木-0个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-杉木/蒙德-达达乌帕谷-杉木-0个(大循环).json index 29490df1..9e50faea 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-杉木/蒙德-达达乌帕谷-杉木-0个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-杉木/蒙德-达达乌帕谷-杉木-0个(大循环).json @@ -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": [ { @@ -14,20 +20,20 @@ "move_mode": "walk", "type": "teleport", "x": -1432.6875, - "y": 1464.71533203125 + "y": 1464.7153 }, { "id": 2, - "x": -1408.2314453125, - "y": 1485.69775390625, + "x": -1408.2314, + "y": 1485.6978, "type": "path", "move_mode": "fly", "action": "stop_flying" }, { "id": 3, - "x": -1360.306640625, - "y": 1526.39794921875, + "x": -1360.3066, + "y": 1526.3979, "type": "path", "move_mode": "run", "action": "" @@ -35,34 +41,34 @@ { "id": 4, "x": -1311.5, - "y": 1501.251285890432, + "y": 1501.2513, "type": "path", "move_mode": "run", "action": "" }, { "id": 5, - "x": -1309.7333984375, - "y": 1485.02001953125, + "x": -1309.7334, + "y": 1485.02, "type": "path", "move_mode": "walk", "action": "" }, { "id": 6, - "x": -1320.392578125, - "y": 1470.60693359375, + "x": -1320.3926, + "y": 1470.6069, "type": "path", "move_mode": "fly", "action": "" }, { "id": 7, - "x": -1354.99609375, + "x": -1354.9961, "y": 1436.0625, "type": "path", "move_mode": "run", "action": "" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-杉木/蒙德-达达乌帕谷-杉木-69个-58秒(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-杉木/蒙德-达达乌帕谷-杉木-69个-58秒(循环).json index d03ce8dd..e3f4c01c 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-杉木/蒙德-达达乌帕谷-杉木-69个-58秒(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-杉木/蒙德-达达乌帕谷-杉木-69个-58秒(循环).json @@ -5,22 +5,28 @@ "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": -1352.20703125, - "y": 1450.73974609375, + "x": -1352.207, + "y": 1450.7397, "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { "id": 2, - "x": -1354.8408203125, - "y": 1468.32373046875, + "x": -1354.8408, + "y": 1468.3237, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -28,8 +34,8 @@ }, { "id": 3, - "x": -1369.1982421875, - "y": 1473.8544921875, + "x": -1369.1982, + "y": 1473.8545, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -37,8 +43,8 @@ }, { "id": 4, - "x": -1386.13671875, - "y": 1473.23974609375, + "x": -1386.1367, + "y": 1473.2397, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -46,8 +52,8 @@ }, { "id": 5, - "x": -1392.37890625, - "y": 1448.9482421875, + "x": -1392.3789, + "y": 1448.9482, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -55,38 +61,38 @@ }, { "id": 6, - "x": -1381.6376953125, - "y": 1449.677734375, + "x": -1381.6377, + "y": 1449.6777, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 6, - "x": -1373.20703125, - "y": 1457.39013671875, + "id": 7, + "x": -1373.207, + "y": 1457.3901, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1),keypress(VK_Z)" }, { - "id": 10, - "x": -1363.78515625, - "y": 1460.14892578125, + "id": 8, + "x": -1363.7852, + "y": 1460.1489, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(3),keypress(VK_Z)" }, { - "id": 11, - "x": -1356.53125, - "y": 1426.60986328125, + "id": 9, + "x": -1356.5312, + "y": 1426.6099, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(1),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-松木/蒙德-蒙德城-松木-0个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-松木/蒙德-蒙德城-松木-0个(大循环).json index ebc164b1..4602d3f4 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-松木/蒙德-蒙德城-松木-0个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-松木/蒙德-蒙德城-松木-0个(大循环).json @@ -5,24 +5,30 @@ "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, - "x": -749.1171875, - "y": 2262.842041015625, + "x": -749.1172, + "y": 2262.842, "action": "", "move_mode": "walk", "type": "teleport" }, { "id": 2, - "x": -780.999418319725, - "y": 2276.754757794599, + "x": -780.9994, + "y": 2276.7548, "action": "stop_flying", "move_mode": "fly", "type": "path" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-松木/蒙德-蒙德城-松木-48个-43秒(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-松木/蒙德-蒙德城-松木-48个-43秒(循环).json index 868dc4d1..dc365800 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-松木/蒙德-蒙德城-松木-48个-43秒(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-松木/蒙德-蒙德城-松木-48个-43秒(循环).json @@ -5,76 +5,82 @@ "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, - "x": -790.3994140625, - "y": 2256.621337890625, + "x": -790.3994, + "y": 2256.6213, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 3, - "x": -777.7216796875, - "y": 2257.013427734375, + "id": 2, + "x": -777.7217, + "y": 2257.0134, "move_mode": "walk", "type": "path", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 1, - "x": -779.3896484375, - "y": 2285.1611328125, + "id": 3, + "x": -779.3896, + "y": 2285.1611, "action": "", "move_mode": "walk", "type": "path" }, { - "id": 3, - "x": -785.5078125, - "y": 2300.47412109375, + "id": 4, + "x": -785.5078, + "y": 2300.4741, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" }, { - "id": 3, - "x": -788.62890625, - "y": 2306.305908203125, + "id": 5, + "x": -788.6289, + "y": 2306.3059, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(3.5),keypress(VK_Z)" }, { - "id": 1, - "x": -782.59765625, - "y": 2289.109619140625, + "id": 6, + "x": -782.5977, + "y": 2289.1096, "action": "", "move_mode": "walk", "type": "path" }, { - "id": 1, - "x": -793.3828125, - "y": 2248.433349609375, + "id": 7, + "x": -793.3828, + "y": 2248.4333, "action": "", "move_mode": "walk", "type": "path" }, { - "id": 3, - "x": -788.6083984375, - "y": 2235.560302734375, + "id": 8, + "x": -788.6084, + "y": 2235.5603, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-风起地-垂香木-48个-萃华木-6个-57秒.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-风起地-垂香木-48个-萃华木-6个-57秒.json index 160c7540..b47ef771 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-风起地-垂香木-48个-萃华木-6个-57秒.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/蒙德-风起地-垂香木-48个-萃华木-6个-57秒.json @@ -5,13 +5,19 @@ "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, - "x": -1121.017578125, - "y": 2190.48486328125, + "x": -1121.0176, + "y": 2190.4849, "type": "teleport", "move_mode": "walk", "action": "combat_script", @@ -19,8 +25,8 @@ }, { "id": 2, - "x": -1107.2958984375, - "y": 2210.1455078125, + "x": -1107.2959, + "y": 2210.1455, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -28,8 +34,8 @@ }, { "id": 3, - "x": -1109.6298828125, - "y": 2173.08740234375, + "x": -1109.6299, + "y": 2173.0874, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -37,8 +43,8 @@ }, { "id": 4, - "x": -1155.431640625, - "y": 2174.83056640625, + "x": -1155.4316, + "y": 2174.8306, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -46,24 +52,24 @@ }, { "id": 5, - "x": -1152.3603515625, - "y": 2167.70947265625, + "x": -1152.3604, + "y": 2167.7095, "type": "path", "move_mode": "walk", "action": "" }, { "id": 6, - "x": -1154.1171875, - "y": 2155.71142578125, + "x": -1154.1172, + "y": 2155.7114, "type": "path", "move_mode": "fly", "action": "stop_flying" }, { "id": 7, - "x": -1160.6689453125, - "y": 2146.870361328125, + "x": -1160.6689, + "y": 2146.8704, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -71,8 +77,8 @@ }, { "id": 8, - "x": -1175.0341796875, - "y": 2123.09912109375, + "x": -1175.0342, + "y": 2123.0991, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -80,12 +86,12 @@ }, { "id": 9, - "x": -1180.3759765625, - "y": 2116.396728515625, + "x": -1180.376, + "y": 2116.3967, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(3),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-上下风蚀地-刺葵木-42个.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-上下风蚀地-刺葵木-42个.json index 3abc621e..4ee8b29f 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-上下风蚀地-刺葵木-42个.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-上下风蚀地-刺葵木-42个.json @@ -5,21 +5,27 @@ "author": "起个名字好难", "version": "1.0", "description": "", - "bgi_version": "0.35.1" + "bgi_version": "0.42.0", + "authors": [ + { + "name": "起个名字好难的喵", + "links": "https://github.com/MisakaAldrich" + } + ] }, "positions": [ { "id": 1, - "x": 4077.765625, - "y": -2164.19921875, + "x": 4077.7656, + "y": -2164.1992, "action": "", "move_mode": "walk", "type": "teleport" }, { "id": 2, - "x": 4083.4814453125, - "y": -2127.748046875, + "x": 4083.4814, + "y": -2127.748, "type": "path", "move_mode": "run", "action": "combat_script", @@ -27,144 +33,41 @@ }, { "id": 3, - "x": 4110.85498046875, - "y": -2117.7255859375, + "x": 4110.855, + "y": -2117.7256, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 4, + "x": 4180.0586, + "y": -2149.1328, "type": "path", "move_mode": "run", "action": "" }, { "id": 5, - "x": 4180.05859375, - "y": -2149.1328125, - "type": "path", - "move_mode": "run", - "action": "" - }, - { - "id": 6, - "x": 4192.30615234375, - "y": -2164.1181640625, + "x": 4192.3062, + "y": -2164.1182, "action": "combat_script", "action_params": "keypress(VK_Z)", "move_mode": "run", "type": "path" }, { - "id": 1, + "id": 6, "action": "", "move_mode": "walk", "type": "teleport", - "x": 4210.15673828125, - "y": -2715.1298828125 - }, - { - "id": 2, - "x": 4205.67333984375, - "y": -2724.9169921875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 3, - "x": 4189.03076171875, - "y": -2715.0224609375, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 4, - "x": 4170.8408203125, - "y": -2731.8564453125, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 5, - "x": 4132.41650390625, - "y": -2738.4189453125, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 6, - "x": 4103.8447265625, - "y": -2732.0302734375, - "type": "path", - "move_mode": "walk", - "action": "" + "x": 4210.1567, + "y": -2715.1299 }, { "id": 7, - "x": 4092.31640625, - "y": -2744.7451171875, - "type": "path", - "move_mode": "walk", - "action": "combat_script", - "action_params": "keypress(VK_Z)" - }, - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 4479.48486328125, - "y": -2918.5439453125 - }, - { - "id": 2, - "x": 4504.37060546875, - "y": -2906.0732421875, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 3, - "x": 4574.37109375, - "y": -2911.8359375, - "type": "path", - "move_mode": "run", - "action": "combat_script", - "action_params": "wait(0.5),keypress(VK_Z)" - }, - { - "id": 4, - "x": 4605.47509765625, - "y": -2884.7763671875, - "type": "path", - "move_mode": "run", - "action": "combat_script", - "action_params": "wait(0.5),keypress(VK_Z)" - }, - { - "id": 5, - "x": 4649.0595703125, - "y": -2788.5966796875, - "type": "path", - "move_mode": "run", - "action": "combat_script", - "action_params": "wait(0.5),keypress(VK_Z)" - }, - { - "id": 6, - "x": 4660.44677734375, - "y": -2749.330078125, - "type": "path", - "move_mode": "run", - "action": "" - }, - { - "id": 7, - "x": 4657.7265625, - "y": -2739.2666015625, + "x": 4205.6733, + "y": -2724.917, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -172,16 +75,119 @@ }, { "id": 8, - "x": 4665.77099609375, - "y": -2741.431640625, + "x": 4189.0308, + "y": -2715.0225, "type": "path", "move_mode": "walk", "action": "" }, { "id": 9, - "x": 4698.5712890625, - "y": -2730.5244140625, + "x": 4170.8408, + "y": -2731.8564, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 10, + "x": 4132.4165, + "y": -2738.4189, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 11, + "x": 4103.8447, + "y": -2732.0303, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 12, + "x": 4092.3164, + "y": -2744.7451, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 13, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4479.4849, + "y": -2918.5439 + }, + { + "id": 14, + "x": 4504.3706, + "y": -2906.0732, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 15, + "x": 4574.3711, + "y": -2911.8359, + "type": "path", + "move_mode": "run", + "action": "combat_script", + "action_params": "wait(0.5),keypress(VK_Z)" + }, + { + "id": 16, + "x": 4605.4751, + "y": -2884.7764, + "type": "path", + "move_mode": "run", + "action": "combat_script", + "action_params": "wait(0.5),keypress(VK_Z)" + }, + { + "id": 17, + "x": 4649.0596, + "y": -2788.5967, + "type": "path", + "move_mode": "run", + "action": "combat_script", + "action_params": "wait(0.5),keypress(VK_Z)" + }, + { + "id": 18, + "x": 4660.4468, + "y": -2749.3301, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 19, + "x": 4657.7266, + "y": -2739.2666, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_Z)" + }, + { + "id": 20, + "x": 4665.771, + "y": -2741.4316, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 21, + "x": 4698.5713, + "y": -2730.5244, "type": "path", "move_mode": "run", "action": "combat_script", diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-业果木/须弥-禅那园-业果木-12个-证悟木-3个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-业果木/须弥-禅那园-业果木-12个-证悟木-3个(大循环).json index 329bb6e6..a98a9193 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-业果木/须弥-禅那园-业果木-12个-证悟木-3个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-业果木/须弥-禅那园-业果木-12个-证悟木-3个(大循环).json @@ -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": "" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-业果木/须弥-禅那园-业果木-42个-辉木-12个-23秒(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-业果木/须弥-禅那园-业果木-42个-辉木-12个-23秒(循环).json index d6b9cc21..566ef08d 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-业果木/须弥-禅那园-业果木-42个-辉木-12个-23秒(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-业果木/须弥-禅那园-业果木-42个-辉木-12个-23秒(循环).json @@ -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)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-证悟木/须弥-禅那园-证悟木-3个-业果木-6个-辉木-3个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-证悟木/须弥-禅那园-证悟木-3个-业果木-6个-辉木-3个(大循环).json index 6a3aae06..dbfb542c 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-证悟木/须弥-禅那园-证悟木-3个-业果木-6个-辉木-3个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-证悟木/须弥-禅那园-证悟木-3个-业果木-6个-辉木-3个(大循环).json @@ -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.6904296875, - "y": -1079.63427734375 + "x": 3135.6904, + "y": -1079.6343 }, { "id": 2, - "x": 3148.7041015625, - "y": -1090.595703125, + "x": 3148.7041, + "y": -1090.5957, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -27,11 +33,11 @@ }, { "id": 3, - "x": 3152.1123046875, - "y": -1108.0283203125, + "x": 3152.1123, + "y": -1108.0283, "type": "path", "move_mode": "walk", "action": "" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-证悟木/须弥-禅那园-证悟木-57个-业果木-24个-62秒(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-证悟木/须弥-禅那园-证悟木-57个-业果木-24个-62秒(循环).json index 66533f6c..f57bdbe3 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-证悟木/须弥-禅那园-证悟木-57个-业果木-24个-62秒(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-证悟木/须弥-禅那园-证悟木-57个-业果木-24个-62秒(循环).json @@ -5,13 +5,19 @@ "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, - "x": 3148.9228515625, - "y": -1126.27392578125, + "x": 3148.9229, + "y": -1126.2739, "action": "combat_script", "move_mode": "walk", "type": "path", @@ -19,8 +25,8 @@ }, { "id": 2, - "x": 3159.2939453125, - "y": -1140.28271484375, + "x": 3159.2939, + "y": -1140.2827, "action": "combat_script", "move_mode": "walk", "type": "path", @@ -28,8 +34,8 @@ }, { "id": 3, - "x": 3188.396484375, - "y": -1150.56689453125, + "x": 3188.3965, + "y": -1150.5669, "action": "combat_script", "move_mode": "walk", "type": "path", @@ -37,8 +43,8 @@ }, { "id": 4, - "x": 3202.716796875, - "y": -1160.197265625, + "x": 3202.7168, + "y": -1160.1973, "action": "combat_script", "move_mode": "walk", "type": "path", @@ -46,16 +52,16 @@ }, { "id": 5, - "x": 3221.8515625, - "y": -1157.46337890625, + "x": 3221.8516, + "y": -1157.4634, "type": "path", "move_mode": "walk", "action": "" }, { "id": 6, - "x": 3235.6943359375, - "y": -1159.15234375, + "x": 3235.6943, + "y": -1159.1523, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -63,8 +69,8 @@ }, { "id": 7, - "x": 3221.2568359375, - "y": -1149.39404296875, + "x": 3221.2568, + "y": -1149.394, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -72,21 +78,21 @@ }, { "id": 8, - "x": 3195.572265625, - "y": -1136.73583984375, + "x": 3195.5723, + "y": -1136.7358, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.8),keypress(VK_Z)" }, { - "id": 11, - "x": 3163.83984375, - "y": -1130.91357421875, + "id": 9, + "x": 3163.8398, + "y": -1130.9136, "action": "combat_script", "move_mode": "walk", "type": "path", "action_params": "wait(0.8),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-辉木/须弥-禅那园-辉木-0个(大循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-辉木/须弥-禅那园-辉木-0个(大循环).json index df3682ff..97f5c2ed 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-辉木/须弥-禅那园-辉木-0个(大循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-辉木/须弥-禅那园-辉木-0个(大循环).json @@ -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,48 +19,48 @@ "action": "", "move_mode": "walk", "type": "teleport", - "x": 3135.640625, - "y": -1079.52734375 + "x": 3135.6406, + "y": -1079.5273 }, { "id": 2, - "x": 3167.279296875, - "y": -1077.09326171875, + "x": 3167.2793, + "y": -1077.0933, "type": "path", "move_mode": "walk", "action": "" }, { "id": 3, - "x": 3175.97265625, - "y": -1061.23583984375, + "x": 3175.9727, + "y": -1061.2358, "type": "path", "move_mode": "walk", "action": "" }, { "id": 4, - "x": 3186.150390625, - "y": -1066.2529296875, + "x": 3186.1504, + "y": -1066.2529, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": 3196.2051, + "y": -1083.7769, "type": "path", "move_mode": "walk", "action": "" }, { "id": 6, - "x": 3196.205078125, - "y": -1083.77685546875, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 7, "x": 3206.25, - "y": -1067.1474609375, + "y": -1067.1475, "type": "path", "move_mode": "walk", "action": "" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-辉木/须弥-禅那园-辉木-48个-29秒(循环).json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-辉木/须弥-禅那园-辉木-48个-29秒(循环).json index fb74d607..0e6f265b 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-辉木/须弥-禅那园-辉木-48个-29秒(循环).json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-辉木/须弥-禅那园-辉木-48个-29秒(循环).json @@ -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,14 +19,14 @@ "action": "combat_script", "move_mode": "walk", "type": "path", - "x": 3203.98828125, - "y": -1063.259765625, + "x": 3203.9883, + "y": -1063.2598, "action_params": "wait(3),keypress(VK_Z)" }, { "id": 2, - "x": 3208.5693359375, - "y": -1056.02392578125, + "x": 3208.5693, + "y": -1056.0239, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -28,8 +34,8 @@ }, { "id": 3, - "x": 3215.537109375, - "y": -1061.00732421875, + "x": 3215.5371, + "y": -1061.0073, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -37,12 +43,12 @@ }, { "id": 4, - "x": 3211.1552734375, - "y": -1068.49267578125, + "x": 3211.1553, + "y": -1068.4927, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(3),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-阿如村-柽木-42个-65秒.json b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-阿如村-柽木-42个-65秒.json index 30cb7ab3..6112345f 100644 --- a/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-阿如村-柽木-42个-65秒.json +++ b/repo/js/AutoWoodcutting-Pathing/assets/AutoPath/须弥-阿如村-柽木-42个-65秒.json @@ -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,21 +19,21 @@ "action": "", "move_mode": "walk", "type": "teleport", - "x": 4096.05224609375, - "y": -2025.96875 + "x": 4096.0522, + "y": -2025.9688 }, { "id": 2, - "x": 4097.50439453125, - "y": -2036.2197265625, + "x": 4097.5044, + "y": -2036.2197, "type": "path", "move_mode": "walk", "action": "" }, { "id": 3, - "x": 4112.2109375, - "y": -2034.2060546875, + "x": 4112.2109, + "y": -2034.2061, "type": "path", "move_mode": "walk", "action": "combat_script", @@ -35,89 +41,88 @@ }, { "id": 4, - "x": 4108.60302734375, - "y": -2040.36474609375, + "x": 4108.603, + "y": -2040.3647, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": 4129.7002, + "y": -2047.8936, "type": "path", "move_mode": "walk", "action": "" }, { "id": 6, - "x": 4129.7001953125, - "y": -2047.8935546875, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 7, - "x": 4151.6357421875, - "y": -2037.359375, + "x": 4151.6357, + "y": -2037.3594, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, + { + "id": 7, + "x": 4145.0229, + "y": -2039.6367, + "type": "path", + "move_mode": "walk", + "action": "" + }, { "id": 8, - "x": 4145.02294921875, - "y": -2039.63671875, + "x": 4144.7031, + "y": -2017.1704, "type": "path", "move_mode": "walk", "action": "" }, { "id": 9, - "x": 4144.703125, - "y": -2017.17041015625, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 12, - "x": 4152.56591796875, - "y": -1998.60986328125, + "x": 4152.5659, + "y": -1998.6099, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" }, { - "id": 13, - "x": 4144.98681640625, - "y": -1996.576171875, + "id": 10, + "x": 4144.9868, + "y": -1996.5762, "type": "path", "move_mode": "fly", "action": "combat_script", "action_params": "click,wait(3),keypress(VK_Z)" }, { - "id": 13, - "x": 4136.96875, - "y": -1996.74267578125, + "id": 11, + "x": 4136.9688, + "y": -1996.7427, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(3),keypress(VK_Z)" }, - { - "id": 14, - "x": 4124.5283203125, - "y": -1992.64306640625, + "id": 12, + "x": 4124.5283, + "y": -1992.6431, "type": "path", "move_mode": "walk", "action": "" }, { - "id": 15, - "x": 4108.23486328125, - "y": -1982.93994140625, + "id": 13, + "x": 4108.2349, + "y": -1982.9399, "type": "path", "move_mode": "walk", "action": "combat_script", "action_params": "wait(0.5),keypress(VK_Z)" } ] -} +} \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/assets/RecognitionObject/The Boon of the Elder Tree.png b/repo/js/AutoWoodcutting-Pathing/assets/RecognitionObject/The Boon of the Elder Tree.png new file mode 100644 index 00000000..0d8f2c7f Binary files /dev/null and b/repo/js/AutoWoodcutting-Pathing/assets/RecognitionObject/The Boon of the Elder Tree.png differ diff --git a/repo/js/AutoWoodcutting-Pathing/main.js b/repo/js/AutoWoodcutting-Pathing/main.js index 6f8a21e6..d6ef1585 100644 --- a/repo/js/AutoWoodcutting-Pathing/main.js +++ b/repo/js/AutoWoodcutting-Pathing/main.js @@ -1,6 +1,6 @@ (async function () { - const woodType = ["桦木", "萃华木", "松木", "垂香木", "杉木", "竹节", "却砂木", "梦见木", "枫木", "孔雀木", "御伽木", "证悟木", "业果木", "辉木", "刺葵木", "柽木", "悬铃木", "椴木", "白梣木", "香柏木", "白栗栎木", "燃爆木", "灰灰楼林木"]; - const singleWoodType = ["桦木", "松木", "杉木", "竹节", "却砂木", "梦见木", "枫木", "孔雀木", "御伽木", "证悟木", "业果木", "辉木", "刺葵木", "柽木", "白梣木", "白栗栎木", "燃爆木", "灰灰楼林木"]; + const woodType = ["桦木", "萃华木", "松木", "垂香木", "杉木", "竹节", "却砂木", "梦见木", "枫木", "孔雀木", "御伽木", "证悟木", "业果木", "辉木", "刺葵木", "柽木", "悬铃木", "椴木", "白梣木", "香柏木", "炬木", "白栗栎木", "燃爆木", "灰灰楼林木", "桃椰子木"]; + const singleWoodType = ["桦木", "松木", "杉木", "竹节", "却砂木", "梦见木", "枫木", "孔雀木", "御伽木", "证悟木", "业果木", "辉木", "刺葵木", "柽木", "白梣木", "炬木", "白栗栎木", "燃爆木", "灰灰楼林木", "桃椰子木"]; const woodNumberMap = new Map(woodType.map(key => [key, 0])); let woodNumberMapCopy = new Map(); @@ -55,18 +55,18 @@ } } - function woodCountToStr(woodCount, n = 1) { + function woodCountToStr(woodCount, runTimes = 1) { let result = ''; for (let [key, value] of woodCount) { if (value > 0) { - result += ` ${key}:${Math.min(value * n, 2000)}`; + result += ` ${key}:${Math.min(value * runTimes, 2000)}`; } } return result; } - async function runPathingNTimes(pathingName, wood, n = null) { - if ((n === null && woodNumberMap.get(wood) <= 0) || (n !== null && n <= 0)) { + async function runPathingNTimes(pathingName, wood, runTimes = null) { + if ((runTimes === null && woodNumberMap.get(wood) <= 0) || (runTimes !== null && runTimes <= 0)) { return; } let filePathPre = 'assets/AutoPath/'; @@ -83,6 +83,7 @@ try { log.info(`正在执行 ${pathingName} 大循环路径`); await pathingScript.runFile(filePath); + await sleep(1); log.info(`完成 ${pathingName} 大循环路径, 获得${woodCountToStr(woodCount)}`); woodCount.forEach((value, key) => { woodNumberMap.set(key, woodNumberMap.get(key) - value) }); } catch (error) { @@ -97,28 +98,30 @@ return filenameToWoodCountMap(currentValue, accumulator); }, woodCount); } - if (n === null) { + if (runTimes === null) { if (!woodCount.has(wood) || woodCount.get(wood) === 0) { log.info(`${wood} 路线设置或命名错误`); return; } else { - n = Math.ceil(woodNumberMap.get(wood) / woodCount.get(wood)); + runTimes = Math.ceil(woodNumberMap.get(wood) / woodCount.get(wood)); } } + await sleep(1); try { - for (let i = 0; i < n; i++) { - log.info(`正在执行 ${pathingName} 第 ${i + 1}/${n} 次循环`); + for (let i = 0; i < runTimes; i++) { + log.info(`正在执行 ${pathingName} 第 ${i + 1}/${runTimes} 次循环`); for (let k = j; k < pathing.fileName.length; k++) { filePath = filePathPre + pathing.fileName[k] + filePathSuf; await pathingScript.runFile(filePath); + await sleep(1); } - log.info(`${pathingName} 第 ${i + 1}/${n} 次循环执行完成`); + log.info(`${pathingName} 第 ${i + 1}/${runTimes} 次循环执行完成`); logTimeTaken(startTime); } - log.info(`完成 ${pathingName} 循环路径, 获得${woodCountToStr(woodCount, n)}`); + log.info(`完成 ${pathingName} 循环路径, 获得${woodCountToStr(woodCount, runTimes)}`); logTimeTaken(startTime); woodCount.forEach((value, key) => { - woodNumberMap.set(key, woodNumberMap.get(key) - value * n); + woodNumberMap.set(key, woodNumberMap.get(key) - value * runTimes); }); log.info(`${pathingName} 伐木完成,将执行下一个`); logTimeTaken(startTime); @@ -219,6 +222,26 @@ return woodCount; } + async function theElderTree() { + let theElderTreeStatus = false; + click(960, 480); + await genshin.returnMainUi(); + keyDown("VK_Z"); + await sleep(1500) + keyUp("VK_Z"); + let theBoonOfTheElderTree = captureGameRegion().find(RecognitionObject.TemplateMatch(file.ReadImageMatSync("Assets/RecognitionObject/The Boon of the Elder Tree.png"), 550, 450, 900, 300)); + if (theBoonOfTheElderTree.isExist()) { + log.info("识别到王树瑞佑"); + theBoonOfTheElderTree.click(); + theElderTreeStatus = true; + } + else { + theElderTreeStatus = false; + notification.error(`未装备有王树瑞佑,伐木结束`); + } + return theElderTreeStatus + } + function logTimeTaken(startTime) { const currentTime = Date.now(); const totalTimeInSeconds = (currentTime - startTime) / 1000; @@ -231,7 +254,7 @@ // Set game environment settings const startTime = Date.now(); setGameMetrics(1920, 1080, 1); - //修改路线:除了 垂香木-萃华木-香柏木,悬铃木-椴木 以外,其他木材基本都是单独路线,可以替换 \assets\AutoPath 中的路径追踪脚本,然后修改 pathingMap 中的文件名即可。 + // 修改路线:除了 垂香木-萃华木-香柏木,悬铃木-椴木 以外,其他木材基本都是单独路线,可以替换 \assets\AutoPath 中的路径追踪脚本,然后修改 pathingMap 中的文件名即可。 // pathingMap 为木材路径追踪文件路径列表, 键名可以随意命名, 值的 fileName 属性为路线包含路径追踪文件名列表, 文件夹为'assets/AutoPath/', 如果还有子文件夹请添加 folderName 属性. 如果 fileName 数组中有两项以上, 并且第一个文件名包含 '大循环', 则会先执行一次大循环, 剩余的文件名视为循环路径, 将在每次循环中依次执行. // 因为要根据文件名来计算循环次数, 所以文件命名必须包含 '木材种类1-数量1-木材种类2-数量2-...', 说明此文件路线中采集的木材种类和数目. 如果没有采集木材(比如单纯跑路的大循环)也请至少添加一种类型, 数量可以填0. // 文件名中的木材种类见 woodType 数组, 与游戏保持一致, 数量可以只填数字, 地址和时间等其他信息可以不填, 分隔符用 '-'. @@ -257,12 +280,13 @@ '椴木': { fileName: ['枫丹-卡布狄斯堡遗迹-悬铃木-27个-椴木-30个(小循环)'], folderName: '枫丹-悬铃木-椴木' }, '白梣木': { fileName: ['枫丹-苍晶区-白梣木-75个(大循环)', '枫丹-苍晶区-白梣木-75个(循环)'], folderName: '枫丹-白梣木' }, '香柏木': { fileName: ['枫丹-秋分山西侧-香柏木-0个(大循环)', '枫丹-秋分山西侧-香柏木-72个-49秒(循环)'], folderName: '枫丹-香柏木' }, - // '炬木': { description: '炬木15个', times: 134 }, + '香柏木-萃华木': { fileName: ['枫丹-枫丹廷-香柏木-9个(大循环)', '枫丹-枫丹廷-香柏木-27个-萃华木-15个-59秒(循环)'], folderName: '枫丹-香柏木-萃华木' }, + '炬木': { fileName: ['枫丹-很明亮的地方-炬木-36个'] }, + // '炬木': { fileName: ['枫丹-很明亮的地方-炬木-36个(大循环)', '枫丹-很明亮的地方-炬木-36个(循环)'], folderName: '枫丹-炬木' }, '白栗栎木': { fileName: ['纳塔-踞石山-白栗栎木-36个', '纳塔-回声之子-白栗栎木-33个-燃爆木-27个'], folderName: '纳塔-白栗栎木-燃爆木' }, '灰灰楼林木': { fileName: ['纳塔-奥奇卡纳塔-灰灰楼林木-42个-79秒'] }, '燃爆木': { fileName: ['纳塔-隆崛坡-燃爆木-54个-105秒'] }, - '香柏木-萃华木': { fileName: ['枫丹-枫丹廷-香柏木-9个(大循环)', '枫丹-枫丹廷-香柏木-27个-萃华木-15个-59秒(循环)'], folderName: '枫丹-香柏木-萃华木' }, - // '桃椰子木': { description: '桃椰子木12个', times: 167 } + '桃椰子木': { fileName: ['纳塔-浮土静界-桃椰子木-36个(大循环)', '纳塔-浮土静界-桃椰子木-36个(循环)'], folderName: '纳塔-桃椰子木' } }; const messages = [ @@ -274,11 +298,17 @@ await sleep(500); } - log.info('自动伐木开始...'); + let theBoonOfTheElderTreeStatus = settings.theBoonOfTheElderTree ? await theElderTree() : true; - let woodsArray = settings.woods ? settings.woods.split(/\s+/) : []; - let numbersArray = settings.numbers ? settings.numbers.split(/\s+/).map(Number).map(num => isNaN(num) ? 0 : num) : []; - let hasItto = settings.hasItto ? settings.hasItto : false; - mapWoodsToNumbers(woodsArray, numbersArray, hasItto); - await woodCutting(); + if (theBoonOfTheElderTreeStatus) { + log.info('自动伐木开始...'); + + let woodsArray = settings.woods ? settings.woods.split(/\s+/) : []; + let numbersArray = settings.numbers ? settings.numbers.split(/\s+/).map(Number).map(num => isNaN(num) ? 0 : num) : []; + let hasItto = settings.hasItto ? settings.hasItto : false; + mapWoodsToNumbers(woodsArray, numbersArray, hasItto); + await woodCutting(); + } else { + log.error("未装备有王树瑞佑,伐木结束") + } })(); \ No newline at end of file diff --git a/repo/js/AutoWoodcutting-Pathing/manifest.json b/repo/js/AutoWoodcutting-Pathing/manifest.json index e50b7d6b..5c1c5f81 100644 --- a/repo/js/AutoWoodcutting-Pathing/manifest.json +++ b/repo/js/AutoWoodcutting-Pathing/manifest.json @@ -1,8 +1,13 @@ { "manifest_version": 1, "name": "自动伐木-地图追踪版", - "version": "1.0.8", - "description": "基于地图追踪的自动伐木,暂不支持'炬木'和'桃椰子木'\n默认砍伐全部支持木材至2000上限\n自定义设置:\n-可更改砍伐木材种类和数量\n-可以单独设置每个木材数量\n-可设置队伍中是否包含一斗,按保底20%,计算砍伐数量时会除以1.2", + "version": "1.1.0", + "description": "基于地图追踪的自动伐木,已支持5.7版本前的全部木材\n默认砍伐全部支持木材至2000上限\n自定义设置:\n-可更改砍伐木材种类和数量\n-可以单独设置每个木材数量\n-可设置队伍中是否包含一斗,按保底20%,计算砍伐数量时会除以1.2", + "tags": [ + "伐木", + "地图追踪", + "王树瑞佑" + ], "authors": [ { "name": "Tim", diff --git a/repo/js/AutoWoodcutting-Pathing/settings.json b/repo/js/AutoWoodcutting-Pathing/settings.json index 1e939e2d..779081bc 100644 --- a/repo/js/AutoWoodcutting-Pathing/settings.json +++ b/repo/js/AutoWoodcutting-Pathing/settings.json @@ -13,6 +13,12 @@ "name": "hasItto", "type": "checkbox", "label": "队伍中是否有荒泷一斗(按20%保底算)" + }, + { + "name": "theBoonOfTheElderTree", + "type": "checkbox", + "label": "开启装备王树瑞佑检查", + "default": true } // { // "name": "桦木",