mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-05-20 22:25:50 +08:00
尝试修复委托流程中误入商店的问题 (#2069)
* 尝试修复重试任务时,对话到商店NPC进入商店的问题 * 委托任务流程优化-餐品订单重试任务时减少重复对话 * 更新版本号
This commit is contained in:
@@ -1,49 +1,32 @@
|
||||
[
|
||||
{
|
||||
"type": "地图追踪",
|
||||
"data": "餐品订单-1.json",
|
||||
"note": "执行第一个地图追踪步骤"
|
||||
},
|
||||
{
|
||||
"type": "对话",
|
||||
"data": {
|
||||
"skipCount": 5,
|
||||
"priorityOptions": [
|
||||
"餐品外送订单",
|
||||
"好吧"
|
||||
],
|
||||
"npcWhiteList": [
|
||||
"莎拉"
|
||||
]
|
||||
},
|
||||
"note": "执行对话步骤,优先选择特定选项并与白名单NPC交互"
|
||||
},
|
||||
{
|
||||
"type": "关闭商店界面",
|
||||
"note": "关闭商店界面(如果现在在商店页面)"
|
||||
"type": "委托描述检测",
|
||||
"data": "与莎拉对话",
|
||||
"note": "尝试接取委托任务",
|
||||
"run": "接取任务.json"
|
||||
},
|
||||
{
|
||||
"type": "委托描述检测",
|
||||
"data": "取得制作好的餐品",
|
||||
"note": "分支名字正确的情况",
|
||||
"note": "取得制作好的餐品",
|
||||
"run": "取餐.json"
|
||||
},
|
||||
{
|
||||
"type": "委托描述检测",
|
||||
"data": "询问帕拉德",
|
||||
"note": "分支名字正确的情况",
|
||||
"note": "询问帕拉德",
|
||||
"run": "询问帕拉德.json"
|
||||
},
|
||||
{
|
||||
"type": "委托描述检测",
|
||||
"data": "运送餐品给活跃的欧琳",
|
||||
"note": "分支名字正确的情况",
|
||||
"note": "运送餐品给活跃的欧琳",
|
||||
"run": "找到活跃的欧琳.json"
|
||||
},
|
||||
{
|
||||
"type": "地图追踪",
|
||||
"data": "餐品订单-1.json",
|
||||
"note": "执行第四个地图追踪步骤"
|
||||
"note": "寻路莎拉-交付餐费"
|
||||
},
|
||||
{
|
||||
"type": "对话",
|
||||
@@ -58,9 +41,5 @@
|
||||
]
|
||||
},
|
||||
"note": "执行对话步骤,优先选择特定选项并与白名单NPC交互"
|
||||
},
|
||||
{
|
||||
"type": "关闭商店界面",
|
||||
"note": "关闭商店界面(如果现在在商店页面)"
|
||||
}
|
||||
]
|
||||
21
repo/js/AutoCommission/assets/process/餐品订单/蒙德城/接取任务.json
Normal file
21
repo/js/AutoCommission/assets/process/餐品订单/蒙德城/接取任务.json
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"type": "地图追踪",
|
||||
"data": "餐品订单-1.json",
|
||||
"note": "寻路到莎拉"
|
||||
},
|
||||
{
|
||||
"type": "对话",
|
||||
"data": {
|
||||
"skipCount": 5,
|
||||
"priorityOptions": [
|
||||
"餐品外送订单",
|
||||
"好吧"
|
||||
],
|
||||
"npcWhiteList": [
|
||||
"莎拉"
|
||||
]
|
||||
},
|
||||
"note": "与莎拉对话接取任务"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user