js: 每日委托 0.98.2 (#1342)

This commit is contained in:
xoipz
2025-07-14 00:13:01 +08:00
committed by GitHub
parent c9f8e0baab
commit a49404d1bb
11 changed files with 203 additions and 75 deletions

View File

@@ -1,4 +1,36 @@
--1.json
F
--2.json
F
[
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoPick"
},
"note": "启用自动拾取"
},
{
"type": "地图追踪",
"data": "钥匙是易丢物品-晨曦酒庄-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "对话",
"data": {
"skipCount": 3,
"npcWhiteList": ["怀尔德"]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
},
{
"type": "地图追踪",
"data": "钥匙是易丢物品-晨曦酒庄-2.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "对话",
"data": {
"skipCount": 3,
"npcWhiteList": ["怀尔德"]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
}
]

View File

@@ -1,4 +1,12 @@
[
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoPick"
},
"note": "启用自动拾取"
},
{
"type": "地图追踪",
"data": "钥匙是易丢品-达达乌帕谷-1.json",

View File

@@ -18,6 +18,11 @@
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
},
{
"type": "等待",
"data": 10000,
"note": "等待10秒钟"
},
{
"type": "委托描述检测",
"data": "取得制作好的餐品",

View File

@@ -13,7 +13,7 @@
"id": 1,
"x": -880.248046875,
"y": 1857.73388671875,
"type": "path",
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""

View File

@@ -6,24 +6,17 @@ json
"note": "执行第一个地图追踪步骤"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
"type": "对话",
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
"type": "对话",
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
},
{
"type": "地图追踪",
"data": "鸽子、鸭子、小孩子-坠星山谷-2.json",
"note": "执行第个地图追踪步骤"
"note": "执行第个地图追踪步骤"
},
{
"type": "按键",
@@ -32,12 +25,11 @@ json
},
{
"type": "地图追踪",
"data": "鸽子、鸭子、小孩子-坠星山谷-3.json",
"note": "执行第个地图追踪步骤"
"data": "鸽子、鸭子、小孩子-坠星山谷-1.json",
"note": "执行第个地图追踪步骤"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
"type": "对话",
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
}
]