[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:
听雨♪
2025-03-06 20:52:28 +08:00
committed by GitHub
parent e38d258be8
commit 6a07c4c1c3
23 changed files with 1495 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "珀姆",
"type": "collect",
"author": "听雨♪",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 2786.958984375,
"y": -503.0859375,
"action_params": ""
},
{
"id": 2,
"x": 2809.5712890625,
"y": -514.7138671875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 2811.244140625,
"y": -509.603515625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}