[JS脚本]购买食材-自动购物 (#397)
* 注销系统用户的js脚本 一个注销系统用户的js脚本,用于用于远程本地多用户桌面 * 一个购买食材-自动购物的JS脚本 一个自动买菜脚本, 目前添加了15个NPC * [JS脚本]买菜脚本BUG修复 修复了志村勘兵卫寻路问题. * [JS脚本]购买食材-自动购物BUG修复 1、修复了一键购买时sleep时间较短,小概率跳过部分商品的BUG 2、修复了少女体型角色在无移速加成时,稻妻杂物NPC葵的寻路BUG * [JS脚本][BUG修复]购买食材-自动购物 修复了阻塞函数genshin.returnMainUi()未加await导致外部报错的BUG :) * [JS脚本]自动加工食材 自动食材加工, 可自动获取加工完成食材,可指定制作食材
This commit is contained in:
57
repo/js/买菜/assets/AutoPath/布希柯.json
Normal file
57
repo/js/买菜/assets/AutoPath/布希柯.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "布希柯",
|
||||
"type": "collect",
|
||||
"author": "听雨♪",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4508.96875,
|
||||
"y": 3630.584228515625,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4514.79296875,
|
||||
"y": 3605.441650390625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4497.20556640625,
|
||||
"y": 3586.030029296875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4475.7421875,
|
||||
"y": 3559.308837890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4470.52685546875,
|
||||
"y": 3560.251708984375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user