自动剧情加载器 (#1637)

从自动委托中分分离出来的
This commit is contained in:
LX666-666
2025-08-18 22:29:00 +08:00
committed by GitHub
parent 3c08a443bf
commit d909d2450a
92 changed files with 8426 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@@ -0,0 +1,38 @@
{
"timestamp": "2025-07-22T11:29:54.245Z",
"commissions": [
{
"id": 1,
"name": "惊喜大礼",
"supported": true,
"type": "talk",
"location": "蒙德城",
"country": "蒙德",
"CommissionPosition": {
"X": -685.26171875,
"Y": 2355.3818359375
}
},
{
"id": 2,
"name": "丘丘人的一小步",
"supported": true,
"type": "fight",
"location": "已完成"
},
{
"id": 3,
"name": "邪恶的扩张",
"supported": true,
"type": "fight",
"location": "已完成"
},
{
"id": 4,
"name": "圆滚滚的易爆品",
"supported": true,
"type": "fight",
"location": "已完成"
}
]
}

View File

@@ -0,0 +1,9 @@
# 原神每日委托识别报告
生成时间: 2025/7/22 19:29:54
## 委托列表
1. 惊喜大礼 [talk] - ✅ 支持
2. 丘丘人的一小步 [fight] - ✅ 支持
3. 邪恶的扩张 [fight] - ✅ 支持
4. 圆滚滚的易爆品 [fight] - ✅ 支持

View File

@@ -0,0 +1,279 @@
# 自动剧情加载器 - 使用说明
## 项目宗旨
自动剧情加载器是专为委托开发者设计的**脚本调试与编辑工具**,旨在提升委托开发效率,简化测试流程。
> **重要声明**
> 1. 本项目**不会将任何非委托任务流程脚本上传至脚本仓库**
> 2. **禁止任何人用于商业用途**,禁止在任何场合展示或宣传自动任务效果
> 3. **不提倡**上传任何任务流程脚本到公开平台
> 4. 工具仅提供技术框架,**不包含任何自动游戏剧情内容**
> 5. 请勿在任何官方平台米游社、B站、微博等讨论本工具
> 6. 严禁在官方直播、动态或社区提及本工具相关内容
**免责声明:**
1. **使用风险:**
1. 本脚本为开源学习项目,仅为游戏委托开发提供技术支持,禁止用于商业用途或违反游戏条款的行为。
2. **责任限制:**
1. 本脚本按“现状”提供,不承诺兼容性、安全性或功能完整性。
2. 用户应自行承担使用风险,并严格遵守《原神》用户协议。因使用本脚本导致的损失,开发者概不负责。
使用即表示您已阅读并同意上述条款。
---
## 使用方法及配置
1. 将脚本添加至调度器。
2. 右键点击脚本以修改 JS 自定义配置。
3. 在设置中选择"刷新剧情列表"
4. 工具将扫描所有可用剧情脚本
5. 从更新后的列表中选择要执行的剧情
## 安全规范
### 社区公约
> "我们理解大家对工具的热情,但脚本属于敏感领域。请务必:
> - 不在任何官方平台讨论技术细节
> - 不在直播、视频中展示工具效果
> - 不与官方产生任何形式冲突
>
> 保持低调才能让工具持续可用!"
### 开发者社区
```markdown
如急需自动剧情脚本,请加入开发者社群:
▨ QQ群[开发者群号]加作者QQ获取
▨ 作者QQ3302871403
▨ 小提示:群内还有提瓦特全战斗宝箱
5.8部分解谜宝箱
部分已下架的资源
```
> **再次强调**
> - **禁止任何人用于商业用途**,禁止在任何场合展示或宣传自动任务效果
> - **不要将任何非委托任务流程脚本上传至脚本仓库**
**让我们共同维护良好的社区环境让大家都BetterGI用**
---
## 以下为开发指南
---
## 1 制作前检查
- 打开 [AutoCommission 开发进度表格](https://docs.qq.com/sheet/DWGRCTGtDUGVPa1h0?tab=BB08J2)
---
## 2 了解委托信息
- 名称:在任务界面看到的完整委托标题
- 地点:地图右上角名称
---
## 3 创建流程文件
路径规则 \process\{委托名称}\{委托地点}\process.json
- 使用 UTF-8 无 BOM 编码保存。
- 所有子流程(如 `取餐.json`)放在同一目录,方便相对路径引用。
---
## 4 流程文件格式总览
### 4.1 基本结构
```json
[
{
"type": "<步骤类型>",
"data": <>,
"note": "控制台日志,可选",
"run": "<子流程文件名,可选,仅分支步骤>"
}
]
```
### 4.2 支持的步骤类型
| type | 作用 | data 示例 | 备注 |
|---|---|---|---|
| 委托描述检测 | 按 J 打开任务界面并匹配委托详情 | `"取得制作好的餐品"` | 支持 `run` 跳转子流程 |
| 地址检测 | 检测玩家坐标与给定坐标差距 ≤15 | `[-667, 2285]` | 支持 `run` 跳转子流程 |
| 地图追踪 | 执行地图寻路脚本 | `"tracking1.json"` | 相对路径 |
| 键鼠脚本 | 执行键鼠脚本 | `"script1.json"` | 相对路径 |
| 对话 | 自动对话并优先选择指定选项 | 见下方详解 | |
| 按键 | 按一次键盘按键 | `"F"``{"action":"press","key":"E"}` | 复杂按键操作对象,包含 action (动作,如"down"、"up"、"press")和 key (按键值)|
| tp | 强制传送到坐标 | `[100,200,true]` | 已不常用 |
| 等待 | 自定义等待 | `3000`(毫秒) | 默认 5000 ms |
| 自动任务 | 开启/关闭 AutoSkip、AutoPick | 见下方详解 | |
| 等待返回主界面 | 判断返回主界面 | — | 无 data |
| 追踪委托 | 追踪NPC头顶图标 | data可以直接写npc的名字字符串类型也可以写成一个列表name是npc的名字iconType追踪的标,Bigmap大地图的委托图标Question问号图标Task任务图标默认 | 好用 |
---
## 5 对话步骤详解
```json
{
"type": "对话",
"data": {
"skipCount": 5,
"priorityOptions": ["同意", "接受委托", "我来帮忙"],
"npcWhiteList": ["派蒙", "凯亚", "安柏"]
},
"note": "优先选“同意”等选项,且只与白名单 NPC 交互"
}
"skipCount""priorityOptions"npcWhiteListnpc
```
---
## 6 自动任务步骤详解
#### 功能特点
- 动态启用/禁用自动任务
- 支持任务配置参数
- 统一的任务管理接口
#### 使用方法
**1. 启用自动拾取(默认配置)**
```json
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoPick"
},
"note": "启用自动拾取"
}
```
**2. 启用自动拾取(自定义配置)**
```json
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoPick",
"config": {
"forceInteraction": false
}
},
"note": "启用自动拾取,禁用急速拾取模式"
}
```
**3. 启用自动剧情**
```json
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoSkip"
},
"note": "开启自动剧情"
}
```
**4. 取消所有自动任务**
```json
{
"type": "自动任务",
"data": {
"action": "disable"
},
"note": "取消所有自动任务"
}
```
#### 参数详细说明
**action** (必需)
- 类型: string
- 可选值: "enable" | "disable"
- "enable": 启用自动任务
- "disable": 取消所有自动任务
**taskType** (启用时必需)
- 类型: string
- 可选值: "AutoSkip" | "AutoPick"
- "AutoSkip": 自动剧情
- "AutoPick": 自动拾取
**config** (可选)
- 类型: object
- 用于配置任务的具体参数
- 对于 AutoPick 任务:
- `forceInteraction`: boolean - 是否启用急速拾取模式
#### 支持的任务类型
| 任务类型 | 说明 | 支持的配置 |
|---------|------|----------|
| AutoSkip | 自动剧情 | 无特殊配置 |
| AutoPick | 自动拾取 | forceInteraction: 急速拾取模式开关 |
---
## 7 分支(条件跳转)机制
`委托描述检测``地址检测` 支持 `run` 字段:
- 条件匹配 → 执行 `run` 指向的子流程,子流程使用process.json同样的写法
- 条件不匹配 → 跳过本步骤继续往下执行
示例:
```json
[
{
"type": "委托描述检测",
"data": "取得制作好的餐品",
"note": "分支名字正确的情况",
"run": "取餐.json"
},
{
"type": "地址检测",
"data": [-667, 2285],
"note": "距离目标 ≤15",
"run": "让纳西妲进尘歌壶.json"
}
]
```
---
## 8 完整示例
下面是一份可直接使用的 `process.json` 模板,含新功能:
```json
[
{
"type": "自动任务",
"data": { "action": "enable", "taskType": "AutoPick", "config": { "forceInteraction": false } },
"note": "启用自动拾取(非急速)"
},
{
"type": "地图追踪",
"data": "tracking1.json",
"note": "前往目标 NPC"
},
{
"type": "等待",
"data": 2000,
"note": "等待传送动画"
},
{
"type": "对话",
"data": {
"skipCount": 3,
"priorityOptions": ["确定", "好的"],
"npcWhiteList": ["鲁道夫"]
},
"note": "与鲁道夫对话"
},
{
"type": "自动任务",
"data": { "action": "disable" },
"note": "清理自动任务"
}
]
```
> 完成后把 `process.json` 及所有子流程文件打包发给审核即可。祝制作顺利!

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
{
"manifest_version": 1,
"name": "自动剧情加载器",
"version": "1.0",
"tags": ["剧情","任务"],
"description": "剧情自动执行器一键挂机过剧情:自动寻路、对话、战斗,脚本拖进调度器就能跑,仅提供技术框架,详情见说明文档",
"authors": [
{
"name": "星野",
"links": "https://github.com/LX666-666"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}

View File

@@ -0,0 +1,3 @@
-1.json
F
-2.json

View File

@@ -0,0 +1,130 @@
{
"info": {
"name": "圆滚滚的大团骚乱-1",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "圆滚滚的大团骚乱-1",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -578.8076171875,
"y": 1853.396484375,
"action_params": ""
},
{
"id": 2,
"x": -496.169921875,
"y": 1821.05224609375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -488.1904296875,
"y": 1815.54638671875,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -446.2294921875,
"y": 1787.8017578125,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 5,
"x": -444.9365234375,
"y": 1770.681640625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -443.546875,
"y": 1749.72216796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -451.5029296875,
"y": 1708.76025390625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": -421.736328125,
"y": 1694.24658203125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": -403.6259765625,
"y": 1692.9951171875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": -402.4580078125,
"y": 1686.95361328125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 11,
"x": -409.0654296875,
"y": 1685.06787109375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 12,
"x": -407.998046875,
"y": 1687.474609375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": -405.185546875,
"y": 1687.04296875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,105 @@
{
"info": {
"name": "圆滚滚的大团骚乱-2",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "圆滚滚的大团骚乱-2",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "path",
"x": -406.5341796875,
"y": 1686.943359375,
"action_params": ""
},
{
"id": 2,
"x": -412.4833984375,
"y": 1684.91162109375,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -420.6025390625,
"y": 1653.9306640625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -378.134765625,
"y": 1652.35400390625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -353.4072265625,
"y": 1655.490234375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -326.3935546875,
"y": 1633.00146484375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -322.5263671875,
"y": 1631.1552734375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 8,
"x": -322.5263671875,
"y": 1631.1552734375,
"type": "path",
"move_mode": "walk",
"action": "anemo_collect",
"action_params": "",
"locked": false
},
{
"id": 9,
"x": -322.5263671875,
"y": 1631.1552734375,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 10,
"x": -318.3642578125,
"y": 1629.23779296875,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,79 @@
[
{
"type": "地图追踪",
"data": "愿风带走思念-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoSkip"
},
"note": "开启自动剧情"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "等待",
"data": 20
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "等待返回主界面",
"note": "等待对话完成"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "等待",
"data": 20
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "等待返回主界面",
"note": "等待对话完成"
},
{
"type": "地图追踪",
"data": "到风神神像手上.json",
"note": "执行第二个地图追踪步骤"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "等待",
"data": 20
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "地图追踪",
"data": "愿风带走思念-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "对话",
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
}
]

View File

@@ -0,0 +1,177 @@
{
"info": {
"name": "未命名路径",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1750834568592
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -749.390625,
"y": 2263.107421875,
"action_params": ""
},
{
"id": 2,
"x": -747.5390625,
"y": 2262.634521484375,
"type": "target",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -746.6640625,
"y": 2288.333984375,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 4,
"x": -748.8193359375,
"y": 2312.42626953125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -751.2431640625,
"y": 2316.685546875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -752.2646484375,
"y": 2319.859130859375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -748.5244140625,
"y": 2325.636474609375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": -745.65625,
"y": 2325.71435546875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": -745.3330078125,
"y": 2323.943115234375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": -746.1318359375,
"y": 2319.88916015625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 11,
"x": -747.109375,
"y": 2319.633544921875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 12,
"x": -748.43359375,
"y": 2319.788330078125,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": -748.9775390625,
"y": 2320.320556640625,
"type": "target",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 14,
"x": -751.6474609375,
"y": 2321.45068359375,
"type": "target",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 15,
"x": -751.7041015625,
"y": 2320.953369140625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 16,
"x": -752.2158203125,
"y": 2320.233154296875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 17,
"x": -753.3447265625,
"y": 2318.937255859375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 18,
"x": -754.841796875,
"y": 2317.612548828125,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,60 @@
{
"info": {
"name": "愿风带走思念-1",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1753433105044
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -867.6884765625,
"y": 2281.375244140625,
"action_params": ""
},
{
"id": 2,
"x": -850.603515625,
"y": 2247.04443359375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -846.548828125,
"y": 2238.94482421875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -849.9765625,
"y": 2236.47802734375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -855.09765625,
"y": 2233.345947265625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,2 @@
-1.json
F

View File

@@ -0,0 +1,104 @@
{
"info": {
"name": "此路不通-1",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "此路不通-1",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1167.66015625,
"y": 2133.339599609375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -1183.017578125,
"y": 2114.7578125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -1204.1376953125,
"y": 2113.880126953125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -1237.576171875,
"y": 2118.918701171875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -1257.15625,
"y": 2134.82568359375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -1256.58984375,
"y": 2136.4736328125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 7,
"x": -1256.58984375,
"y": 2136.4736328125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 8,
"x": -1264.908203125,
"y": 2148.431640625,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": -1258.1123046875,
"y": 2144.801513671875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": -1255.60546875,
"y": 2142.148193359375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,2 @@
-1.json
F

View File

@@ -0,0 +1,94 @@
{
"info": {
"name": "此路不通-1",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "此路不通-1",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1120.9248046875,
"y": 2190.61865234375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -1082.921875,
"y": 2170.38916015625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -1077.7021484375,
"y": 2170.734375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -1054.9169921875,
"y": 2147.05078125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -1038.853515625,
"y": 2089.74267578125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -1030.337890625,
"y": 2068.903564453125,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": -1038.0185546875,
"y": 2067.16064453125,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -1029.134765625,
"y": 2071.604736328125,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": -1029.7587890625,
"y": 2067.420166015625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -0,0 +1,20 @@
[
{
"type": "地址检测",
"data": [
-774,
1808
],
"note": "目的地址与检测地址超过15的情况",
"run": "执行分支一米拉娜.json"
},
{
"type": "地址检测",
"data": [
-568,
1955
],
"note": "目的地址与检测地址超过15的情况",
"run": "执行分支二杰克.json"
}
]

View File

@@ -0,0 +1,24 @@
[
{
"type": "地图追踪",
"data": "此路不通-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoSkip"
},
"note": "开启自动剧情"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "等待返回主界面",
"note": "等待返回主界面"
}
]

View File

@@ -0,0 +1,24 @@
[
{
"type": "地图追踪",
"data": "此路不通-2.json",
"note": "执行第二个地图追踪步骤"
},
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoSkip"
},
"note": "开启自动剧情"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "等待返回主界面",
"note": "等待返回主界面"
}
]

View File

@@ -0,0 +1,104 @@
{
"info": {
"name": "此路不通-1",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "此路不通-1",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -914.822265625,
"y": 1795.4873046875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -904.6572265625,
"y": 1800.70703125,
"type": "path",
"move_mode": "swim",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -889.396484375,
"y": 1808.716796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -834.48046875,
"y": 1806.64208984375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -799.4609375,
"y": 1808.38671875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -772.3544921875,
"y": 1808.93017578125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 7,
"x": -772.3544921875,
"y": 1808.93017578125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 8,
"x": -767.53515625,
"y": 1797.4560546875,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 9,
"x": -778.1533203125,
"y": 1801.01513671875,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 10,
"x": -774.4892578125,
"y": 1808.38037109375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,112 @@
{
"info": {
"name": "此路不通-2",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "此路不通-2",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -578.767578125,
"y": 1853.41552734375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -583.9541015625,
"y": 1872.5712890625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -540.2041015625,
"y": 1932.1123046875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -542.66796875,
"y": 1940.15576171875,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -543.021484375,
"y": 1953.623046875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -566.66015625,
"y": 1953.3759765625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": -566.66015625,
"y": 1953.3759765625,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -566.66015625,
"y": 1953.3759765625,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": -565.3037109375,
"y": 1949.03466796875,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": -564.1240234375,
"y": 1956.7958984375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 11,
"x": -568.38671875,
"y": 1955.6904296875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,7 @@
-1.json
F
-2.json
-3.json
-4.json
-5.json
F

View File

@@ -0,0 +1,59 @@
{
"info": {
"name": "艾琳,未来的骑士-1",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "艾琳,未来的骑士-1",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"update_time":20250615
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -749.513671875,
"y": 2263.146484375,
"action_params": ""
},
{
"id": 2,
"x": -747.12890625,
"y": 2262.235595703125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -740.51953125,
"y": 2260.38525390625,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -738.279296875,
"y": 2264.16845703125,
"type": "target",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 5,
"x": -730.9306640625,
"y": 2267.73046875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,49 @@
{
"info": {
"name": "艾琳,未来的骑士-1",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "艾琳,未来的骑士-1",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -749.513671875,
"y": 2263.146484375,
"action_params": ""
},
{
"id": 2,
"x": -747.12890625,
"y": 2262.235595703125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -740.51953125,
"y": 2260.38525390625,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -738.279296875,
"y": 2264.16845703125,
"type": "target",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,49 @@
{
"info": {
"name": "艾琳,未来的骑士-3",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "艾琳,未来的骑士-3",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -749.513671875,
"y": 2263.146484375,
"action_params": ""
},
{
"id": 2,
"x": -747.12890625,
"y": 2262.235595703125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -740.51953125,
"y": 2260.38525390625,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -734.431640625,
"y": 2264.39208984375,
"type": "target",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "300"
}
]
}

View File

@@ -0,0 +1,49 @@
{
"info": {
"name": "艾琳,未来的骑士-4",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "艾琳,未来的骑士-4",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -749.513671875,
"y": 2263.146484375,
"action_params": ""
},
{
"id": 2,
"x": -747.12890625,
"y": 2262.235595703125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -740.51953125,
"y": 2260.38525390625,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -737.0185546875,
"y": 2263.715087890625,
"type": "target",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "200"
}
]
}

View File

@@ -0,0 +1,76 @@
{
"info": {
"name": "艾琳,未来的骑士-5",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "艾琳,未来的骑士-5",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -733.5673828125,
"y": 2264.910888671875,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "钟离 wait(12),e(hold),"
},
{
"id": 2,
"x": -734.591796875,
"y": 2262.66064453125,
"action": "combat_script",
"move_mode": "walk",
"action_params": "钟离 wait(12),e(hold),",
"type": "target"
},
{
"id": 3,
"x": -734.591796875,
"y": 2262.66064453125,
"action": "combat_script",
"move_mode": "walk",
"action_params": "attack,keypress(1),wait(0.3),keypress(Q),wait(2.1),e(hold),",
"type": "target"
},
{
"id": 4,
"x": -734.591796875,
"y": 2262.66064453125,
"action": "combat_script",
"move_mode": "walk",
"action_params": "attack,keypress(2),wait(0.3),keypress(Q),wait(2.1),e(hold),",
"type": "target"
},
{
"id": 5,
"x": -734.591796875,
"y": 2262.66064453125,
"action": "combat_script",
"move_mode": "walk",
"action_params": "attack,keypress(3),wait(0.3),keypress(Q),wait(2.1),e(hold),",
"type": "target"
},
{
"id": 6,
"x": -734.591796875,
"y": 2262.66064453125,
"action": "combat_script",
"move_mode": "walk",
"action_params": "attack,keypress(4),wait(0.3),keypress(Q),wait(2.1),e(hold),",
"type": "target"
},
{
"id": 7,
"x": -731.0205078125,
"y": 2267.665771484375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,40 @@
{
"info": {
"name": "1",
"type": "collect",
"author": "未知_",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -1166.845703125,
"y": 2133.358642578125,
"action_params": ""
},
{
"id": 2,
"x": -1172.5341796875,
"y": 2103.667236328125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -1186.0234375,
"y": 2066.802734375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,51 @@
{
"info": {
"name": "2",
"type": "collect",
"author": "未知_",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1753774931527
},
"positions": [
{
"id": 1,
"x": -867.685546875,
"y": 2281.36083984375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -846.0087890625,
"y": 2238.015625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -852.6513671875,
"y": 2234.505859375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -854.9996745089811,
"y": 2233.3751376736036,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,64 @@
[
{
"type": "地图追踪",
"data": "1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoSkip"
},
"note": "开启自动剧情"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "等待返回主界面",
"note": "等待返回主界面"
},
{
"type": "自动任务",
"data": {
"action": "disable"
},
"note": "取消所有自动任务"
},
{
"type": "地图追踪",
"data": "2.json",
"note": "执行第二个地图追踪步骤"
},
{
"type": "键鼠脚本",
"data": "对话并关闭阅读.json",
"note": "对话并关闭阅读"
},
{
"type": "地图追踪",
"data": "1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoSkip"
},
"note": "开启自动剧情"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "等待返回主界面",
"note": "等待返回主界面"
}
]

View File

@@ -0,0 +1 @@
{"macroEvents":[{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":3250},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":3375},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":5438},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":5547},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":6766},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":6891},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":8407},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":8532},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":9860},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":9969},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":11328},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":11438},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":13063},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":13157},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":14610},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":14719},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":16063},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":16203},{"type":0,"keyCode":27,"mouseX":0,"mouseY":0,"time":18828},{"type":1,"keyCode":27,"mouseX":0,"mouseY":0,"time":18953},{"type":0,"keyCode":27,"mouseX":0,"mouseY":0,"time":20625},{"type":1,"keyCode":27,"mouseX":0,"mouseY":0,"time":20797},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":21297},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":22407},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":22807},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":23047},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":23425},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":23819},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":24072},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":24460},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":25047},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":25488},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":25769},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":26110}],"info":{"name":"","description":"","x":319,"y":195,"width":1920,"height":1080,"recordDpi":1.25}}

View File

@@ -0,0 +1,40 @@
[
{
"type": "地图追踪",
"data": "诗歌交流-坠星山谷-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "对话",
"note": "执行对话步骤默认跳过10次对话"
},
{
"type": "地图追踪",
"data": "诗歌交流-坠星山谷-2.json",
"note": "执行第二个地图追踪步骤"
},
{
"type": "对话",
"data": {
"skipCount": 5,
"priorityOptions": [
"Celi dada",
"Muhe ye!",
"Ye dada"
]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
},
{
"type": "地图追踪",
"data": "诗歌交流-坠星山谷-3.json",
"note": "执行第三个地图追踪步骤"
},
{
"type": "对话",
"note": "执行对话步骤默认跳过10次对话"
}
]

View File

@@ -0,0 +1,67 @@
{
"info": {
"name": "诗歌交流-坠星山谷-1",
"type": "collect",
"author": "11",
"version": "1.0",
"description": "诗歌交流-坠星山谷-1",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1536.81640625,
"y": 1978.66552734375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -1536.109375,
"y": 1982.35986328125,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -1502.8125,
"y": 2070.242431640625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -1472.19140625,
"y": 2081.34033203125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -1474.841796875,
"y": 2133.108154296875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -1473.66796875,
"y": 2144.080078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,40 @@
{
"info": {
"name": "诗歌交流-坠星山谷-2",
"type": "collect",
"author": "11",
"version": "1.0",
"description": "诗歌交流-坠星山谷-2",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1473.802734375,
"y": 2143.8759765625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 2,
"x": -1455.962890625,
"y": 2159.3115234375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -1475.9736328125,
"y": 2191.275634765625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,31 @@
{
"info": {
"name": "诗歌交流-坠星山谷-3",
"type": "collect",
"author": "11",
"version": "1.0",
"description": "诗歌交流-坠星山谷-3",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1476.3779296875,
"y": 2190.221923828125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 2,
"x": -1473.28125,
"y": 2143.79248046875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,7 @@
-1.json
F
-2.json
F
-3.json
-4.json
F

View File

@@ -0,0 +1,30 @@
{
"info": {
"name": "语言交流-1",
"type": "collect",
"author": "LX666-666",
"version": "1.0",
"description": "",
"bgi_version": "0.42.3"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -1558.7587890625,
"y": 2495.6064453125,
"action_params": ""
},
{
"id": 2,
"x": -1526.3173828125,
"y": 2498.93212890625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,30 @@
{
"info": {
"name": "语言交流-2",
"type": "collect",
"author": "LX666-666",
"version": "1.0",
"description": "",
"bgi_version": "0.42.3"
},
"positions": [
{
"id": 1,
"x": -1526.9365234375,
"y": 2498.802001953125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -1527.57421875,
"y": 2479.588134765625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "语言交流-3",
"type": "collect",
"author": "LX666-666",
"version": "1.0",
"description": "",
"bgi_version": "0.42.3"
},
"positions": [
{
"id": 1,
"x": -1527.5419921875,
"y": 2480.11181640625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 2,
"x": -1513.6279296875,
"y": 2478.95361328125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -1514.599609375,
"y": 2472.046875,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,21 @@
{
"info": {
"name": "语言交流-4",
"type": "collect",
"author": "LX666-666",
"version": "1.0",
"description": "",
"bgi_version": "0.42.3"
},
"positions": [
{
"id": 1,
"x": -1514.599609375,
"y": 2472.046875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,9 @@
-1.json
F
-2.json
F
-3.json
F
-4.json
-5.json
F

View File

@@ -0,0 +1,94 @@
{
"info": {
"name": "语言交流-1",
"type": "collect",
"author": "星野工具箱",
"version": "1.0",
"description": "自动地图追踪录制",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1266.513671875,
"y": 1933.7255859375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -1254.9794921875,
"y": 1934.5322265625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -1226.2001953125,
"y": 1939.65771484375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -1199.3505859375,
"y": 1939.05517578125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -1173.5078125,
"y": 1939.14794921875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -1148.2265625,
"y": 1940.38720703125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": -1137.47265625,
"y": 1932.69140625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -1137.9951171875,
"y": 1925.18798828125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": -1136.283203125,
"y": 1922.94580078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,40 @@
{
"info": {
"name": "语言交流-2",
"type": "collect",
"author": "星野工具箱",
"version": "1.0",
"description": "自动地图追踪录制",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1136.326171875,
"y": 1923.3017578125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 2,
"x": -1139.361328125,
"y": 1936.99853515625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -1146.9228515625,
"y": 1960.92236328125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,31 @@
{
"info": {
"name": "语言交流-3",
"type": "collect",
"author": "星野",
"version": "1.0",
"description": "自动地图追踪录制",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1147.1240234375,
"y": 1960.763671875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 2,
"x": -1161.0830078125,
"y": 1950.35498046875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,22 @@
{
"info": {
"name": "语言交流-3",
"type": "collect",
"author": "星野",
"version": "1.0",
"description": "自动地图追踪录制",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1161.0830078125,
"y": 1950.35498046875,
"action": "fight",
"move_mode": "dash",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,22 @@
{
"info": {
"name": "语言交流-3",
"type": "collect",
"author": "星野",
"version": "1.0",
"description": "自动地图追踪录制",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1161.0830078125,
"y": 1950.35498046875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,42 @@
[
{
"type": "地图追踪",
"data": "语言交流-风龙废墟-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "地图追踪",
"data": "语言交流-风龙废墟-2.json",
"note": "执行第二个地图追踪步骤"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
},
{
"type": "地图追踪",
"data": "语言交流-风龙废墟-3.json",
"note": "执行第三个地图追踪步骤"
},
{
"type": "地图追踪",
"data": "执行战斗策略.json",
"note": "执行战斗策略"
},
{
"type": "地图追踪",
"data": "语言交流-风龙废墟-4.json",
"note": "执行第四个地图追踪步骤"
},
{
"type": "按键",
"data": "F",
"note": "按下F键"
}
]

View File

@@ -0,0 +1,22 @@
{
"info": {
"name": "5",
"type": "collect",
"author": "未知_",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": 72.7578125,
"y": 2767.362060546875,
"type": "fight",
"move_mode": "walk",
"action": "",
"action_params": "path"
}
]
}

View File

@@ -0,0 +1,40 @@
{
"info": {
"name": "1",
"type": "collect",
"author": "未知_",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -83.3798828125,
"y": 2781.734130859375,
"action_params": ""
},
{
"id": 2,
"x": -4.775390625,
"y": 2798.0595703125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -7.8662109375,
"y": 2803.570068359375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,31 @@
{
"info": {
"name": "2",
"type": "collect",
"author": "未知_",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "path",
"x": -5.537109375,
"y": 2801.556884765625,
"action_params": ""
},
{
"id": 2,
"x": 43.2666015625,
"y": 2761.027587890625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,31 @@
{
"info": {
"name": "3",
"type": "collect",
"author": "未知_",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "path",
"x": 43.578125,
"y": 2761.056640625,
"action_params": ""
},
{
"id": 2,
"x": 72.7578125,
"y": 2767.362060546875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,22 @@
{
"info": {
"name": "4",
"type": "collect",
"author": "未知_",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": 72.7578125,
"y": 2767.362060546875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,5 @@
-1.json
F
-2.json
-1.json
F

View File

@@ -0,0 +1,76 @@
{
"info": {
"name": "说到做到-1",
"type": "collect",
"author": "LX666-666",
"version": "1.0",
"description": "",
"bgi_version": "0.42.3"
},
"positions": [
{
"id": 1,
"x": -1136,
"y": 1589,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -1142.5,
"y": 1623.5,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -1097,
"y": 1647.75,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -1079.5,
"y": 1666.75,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -1091.875,
"y": 1767.5,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -1094.125,
"y": 1775.375,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 7,
"x": -1088.517578125,
"y": 1770.88134765625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,53 @@
{
"info": {
"name": "说到做到-2",
"type": "collect",
"author": "LX666-666",
"version": "1.0",
"description": "",
"bgi_version": "0.42.3"
},
"positions": [
{
"id": 1,
"x": -1131.666015625,
"y": 1597.25390625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -1155.25,
"y": 1628,
"type": "path",
"move_mode": "dash"
},
{
"id": 3,
"x": -1186.5,
"y": 1648,
"type": "path",
"move_mode": "fly"
},
{
"id": 4,
"x": -1198.5,
"y": 1654.75,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 5,
"x": -1192.25,
"y": 1645,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -0,0 +1,36 @@
[
{
"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

@@ -0,0 +1,68 @@
{
"info": {
"name": "钥匙是易丢物品-晨曦酒庄-1",
"type": "collect",
"author": "11",
"version": "1.0",
"description": "钥匙是易丢物品2",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -578.76171875,
"y": 1853.5517578125,
"action_params": ""
},
{
"id": 2,
"x": -555.89453125,
"y": 1844.61572265625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -495.7841796875,
"y": 1822.93310546875,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 4,
"x": -488.7841796875,
"y": 1820.93310546875,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -456.9140625,
"y": 1808.41552734375,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "100"
},
{
"id": 6,
"x": -442.2568359375,
"y": 1790.41357421875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,193 @@
{
"info": {
"name": "钥匙是易丢物品-晨曦酒庄-2",
"type": "collect",
"author": "11",
"version": "1.0",
"description": "钥匙是易丢物品2",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -442.783203125,
"y": 1790.21826171875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 2,
"x": -443.55078125,
"y": 1755.0136718749998,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -448.6533203125,
"y": 1721.419921875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -455.9951171875,
"y": 1696.10107421875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -459.19921875,
"y": 1705.77734375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -466.1142578125,
"y": 1701.08544921875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 7,
"x": -474.76171875,
"y": 1713.13330078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -493.640625,
"y": 1723.76318359375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 9,
"x": -477.82421875,
"y": 1750.01806640625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": -473.2314453125,
"y": 1794.81005859375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": -446.4462890625,
"y": 1804.73046875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 12,
"x": -386.4208984375,
"y": 1820.828125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 13,
"x": -385.7529296875,
"y": 1832.931640625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 14,
"x": -375.109375,
"y": 1804.3125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 15,
"x": -365.55078125,
"y": 1788.20068359375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 16,
"x": -362.6923828125,
"y": 1788.6904296875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 17,
"x": -385.783203125,
"y": 1777.36572265625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 18,
"x": -402.17578125,
"y": 1786.65673828125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 19,
"x": -418.06738281250006,
"y": 1780.18115234375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 20,
"x": -441.8291015625,
"y": 1790.55078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,229 @@
{
"info": {
"name": "钥匙是易丢物品-晨曦酒庄-2",
"type": "collect",
"author": "11",
"version": "1.0",
"description": "说到做到-山腰",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -442.783203125,
"y": 1790.21826171875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 2,
"x": -443.55078125,
"y": 1755.013671875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -448.6533203125,
"y": 1721.419921875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -454.09765625,
"y": 1702.578125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -456.978515625,
"y": 1697.5751953125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 6,
"x": -460.173828125,
"y": 1707.54638671875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 7,
"x": -464.20703125,
"y": 1703.1494140625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -467.2568359375,
"y": 1699.845703125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 9,
"x": -474.76171875,
"y": 1713.13330078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": -489.84765625,
"y": 1721.37841796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 11,
"x": -493.640625,
"y": 1723.76318359375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 12,
"x": -477.82421875,
"y": 1750.01806640625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 13,
"x": -472.4998719544019,
"y": 1794.3751695505216,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 14,
"x": -446.4462890625,
"y": 1804.73046875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 15,
"x": -386.4375,
"y": 1820.3751978089422,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 16,
"x": -383.962890625,
"y": 1829.78955078125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 17,
"x": -385.7529296875,
"y": 1832.931640625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 18,
"x": -375.109375,
"y": 1804.3125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 19,
"x": -365.55078125,
"y": 1788.20068359375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 20,
"x": -362.6923828125,
"y": 1788.6904296875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 21,
"x": -385.783203125,
"y": 1777.36572265625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 22,
"x": -402.17578125,
"y": 1786.65673828125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 23,
"x": -418.0673828125,
"y": 1780.18115234375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 24,
"x": -441.8291015625,
"y": 1790.55078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,48 @@
[
{
"type": "自动任务",
"data": {
"action": "enable",
"taskType": "AutoPick"
},
"note": "启用自动拾取"
},
{
"type": "地图追踪",
"data": "钥匙是易丢品-达达乌帕谷-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "对话",
"data": {
"skipCount": 6,
"priorityOptions": ["好的"],
"npcWhiteList": ["怀尔德"]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
},
{
"type": "地图追踪",
"data": "钥匙是易丢品-达达乌帕谷-2.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "地图追踪",
"data": "钥匙是易丢品-达达乌帕谷-3.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "地图追踪",
"data": "钥匙是易丢品-达达乌帕谷-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "对话",
"data": {
"skipCount": 3,
"priorityOptions": ["这是你丢的钥匙吗?"],
"npcWhiteList": ["怀尔德"]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
}
]

View File

@@ -0,0 +1,58 @@
{
"info": {
"name": "钥匙是易丢物品",
"type": "collect",
"author": "11",
"version": "1.0",
"description": "钥匙是易丢物品",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -1432.650390625,
"y": 1464.65673828125,
"action_params": ""
},
{
"id": 2,
"x": -1457.60546875,
"y": 1451.36474609375,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -1472.6240234375,
"y": 1444.4580078125,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -1500.3818359375,
"y": 1435.9716796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -1538.0888671875,
"y": 1415.87646484375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,178 @@
{
"info": {
"name": "钥匙是易丢物品-达达乌帕谷",
"type": "collect",
"author": "11",
"version": "1.0",
"description": "钥匙是易丢物品-达达乌帕谷",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "path",
"x": -1537.58984375,
"y": 1415.99169921875,
"action_params": "",
"locked": false
},
{
"id": 2,
"x": -1531.7080078125,
"y": 1358.65771484375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 3,
"x": -1533.7119140625,
"y": 1297.326171875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 4,
"x": -1517.5908203125,
"y": 1275.15966796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -1497.7314453125,
"y": 1288.021484375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -1485.02734375,
"y": 1267.44921875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -1439.3837890625,
"y": 1274.07861328125,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": -1442.4599609375,
"y": 1249.560546875,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": -1445.2509765625,
"y": 1251.44140625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": -1411.1650390625,
"y": 1258.8120117187498,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 11,
"x": -1436.15234375,
"y": 1255.63525390625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 12,
"x": -1467.1767578125,
"y": 1270.5498046875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": -1488.24609375,
"y": 1266.62744140625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 14,
"x": -1496.958984375,
"y": 1282.8486328125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 15,
"x": -1514.9072265625,
"y": 1272.970703125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 16,
"x": -1533.7119140625,
"y": 1297.326171875,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 17,
"x": -1531.7080078125,
"y": 1358.65771484375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 18,
"action": "",
"move_mode": "walk",
"type": "path",
"x": -1537.58984375,
"y": 1415.99169921875,
"action_params": ""
}
]
}

View File

@@ -0,0 +1,167 @@
{
"info": {
"name": "钥匙是易丢物品-达达乌帕谷大锅位置",
"type": "collect",
"author": "11",
"version": "1.0",
"description": "钥匙是易丢物品-达达乌帕谷大锅位置",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -1540.1884765625,
"y": 1413.04296875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -1580.9248046875,
"y": 1411.60546875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -1599.0830078125,
"y": 1473.849609375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -1607.7294921875,
"y": 1487.51904296875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -1613.5263671875,
"y": 1509.744140625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -1599.279296875,
"y": 1543.27099609375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -1581.9541015625,
"y": 1557.22802734375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": -1567.30859375,
"y": 1563.79296875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": -1562.21875,
"y": 1565.611328125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 10,
"x": -1564.8750601748943,
"y": 1571.5,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 11,
"x": -1563.5623094461644,
"y": 1565.625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 12,
"x": -1576.18775072873,
"y": 1561.25,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": -1578.5908203125,
"y": 1592.2978515625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 14,
"x": -1582.5908203125,
"y": 1600.2978515625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 15,
"x": -1584.154296875,
"y": 1603.55810546875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 16,
"x": -1600.962890625,
"y": 1606.20947265625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 17,
"x": -1605.0751953125,
"y": 1609.23193359375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,59 @@
[
{
"type": "地图追踪",
"data": "餐品订单-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "对话",
"data": {
"skipCount": 5,
"priorityOptions": [
"餐品外送订单",
"好吧"
],
"npcWhiteList": [
"莎拉"
]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
},
{
"type": "委托描述检测",
"data": "取得制作好的餐品",
"note": "分支名字正确的情况",
"run": "取餐.json"
},
{
"type": "委托描述检测",
"data": "询问帕拉德",
"note": "分支名字正确的情况",
"run": "询问帕拉德.json"
},
{
"type": "委托描述检测",
"data": "运送餐品给活跃的欧琳",
"note": "分支名字正确的情况",
"run": "找到活跃的欧琳.json"
},
{
"type": "地图追踪",
"data": "餐品订单-1.json",
"note": "执行第四个地图追踪步骤"
},
{
"type": "对话",
"data": {
"skipCount": 5,
"priorityOptions": [
"交付餐费",
"这是餐费"
],
"npcWhiteList": [
"莎拉"
]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
}
]

View File

@@ -0,0 +1,35 @@
[
{
"type": "对话",
"data": {
"skipCount": 5,
"priorityOptions": [
"已经找好了"
],
"npcWhiteList": [
"莎拉"
]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
},
{
"type": "地图追踪",
"data": "餐品订单-晨曦酒庄-1.json",
"note": "执行地图追踪找到恩内斯特"
},
{
"type": "对话",
"data": {
"skipCount": 5,
"priorityOptions": [
"这是你点的餐"
],
"npcWhiteList": [
"恩内斯特"
]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
}
]

View File

@@ -0,0 +1,16 @@
[
{
"type": "地图追踪",
"data": "餐品订单-5.json",
"note": "执行第五个地图追踪步骤,自动战斗"
},
{
"type": "地图追踪",
"data": "餐品订单-6.json",
"note": "执行第六个地图追踪步骤,对话"
},
{
"type": "对话",
"note": "执行对话步骤默认跳过10次对话"
}
]

View File

@@ -0,0 +1,29 @@
[
{
"type": "地图追踪",
"data": "餐品订单-2.json",
"note": "执行第二个地图追踪步骤"
},
{
"type": "对话",
"note": "执行对话步骤默认跳过10次对话"
},
{
"type": "地图追踪",
"data": "餐品订单-3.json",
"note": "执行第三个地图追踪步骤,找到冒失的帕拉德"
},
{
"type": "对话",
"note": "执行对话步骤默认跳过10次对话"
},
{
"type": "地图追踪",
"data": "餐品订单-4.json",
"note": "执行第四个地图追踪步骤,对话"
},
{
"type": "对话",
"note": "执行对话步骤默认跳过10次对话"
}
]

View File

@@ -0,0 +1,49 @@
{
"info": {
"name": "餐品订单-1",
"type": "collect",
"author": "小鹰划船不用桨",
"version": "1.0",
"description": "寻路",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -867.693359375,
"y": 2281.361572265625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -880.0439453125,
"y": 2268.28662109375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -889.107421875,
"y": 2246.7099609375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -888.232421875,
"y": 2241.43359375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -0,0 +1,96 @@
{
"info": {
"name": "餐品订单-2",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "餐品订单-2",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1751272328810
},
"positions": [
{
"id": 1,
"x": -867.6806640625,
"y": 1992.19775390625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -876.0380859375,
"y": 1983.77880859375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -880.236328125,
"y": 1966.93603515625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -880.912109375,
"y": 1950.27783203125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -890.921875,
"y": 1930.01904296875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -884.580078125,
"y": 1928.8720703125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -882.423828125,
"y": 1935.13330078125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -872.28515625,
"y": 1947.14404296875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": -869.341796875,
"y": 1948.38330078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,49 @@
{
"info": {
"name": "餐品订单-3",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "餐品订单-3",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "dash",
"type": "path",
"x": -869.3271484375,
"y": 1948.564453125,
"action_params": ""
},
{
"id": 2,
"x": -889.55859375,
"y": 1932.28955078125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -896.9921875,
"y": 1917.9619140625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -900.1279296875,
"y": 1908.84814453125,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,58 @@
{
"info": {
"name": "餐品订单-4",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "餐品订单-4",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "dash",
"type": "path",
"x": -899.7958984375,
"y": 1907.9736328125,
"action_params": ""
},
{
"id": 2,
"x": -907.2802734375,
"y": 1849.0224609375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -878.3642578125,
"y": 1841.28125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -878.34765625,
"y": 1852.4248046875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -880.515625,
"y": 1856.84228515625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,51 @@
{
"info": {
"name": "餐品订单-5",
"type": "collect",
"author": "",
"version": "1.0",
"description": "餐品订单-5",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1753169040026
},
"positions": [
{
"id": 1,
"x": -912.716796875,
"y": 1795.1181640625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -905.14453125,
"y": 1798.400390625,
"type": "path",
"move_mode": "swim",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -882.166015625,
"y": 1807.447265625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -840.013671875,
"y": 1825.50830078125,
"action": "fight",
"move_mode": "dash",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -0,0 +1,40 @@
{
"info": {
"name": "餐品订单-6",
"type": "collect",
"author": "小鹰划船不用桨",
"version": "1.0",
"description": "餐品订单-6",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": -845.49609375,
"y": 1827.08056640625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -844.818359375,
"y": 1824.11279296875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -838.5029296875,
"y": 1825.25634765625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,105 @@
{
"info": {
"name": "餐品订单-晨曦酒庄-1",
"type": "collect",
"author": "云闲vsv",
"version": "1.0",
"description": "餐品订单-晨曦酒庄-1",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1751031744808
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -578.794921875,
"y": 1853.41015625,
"action_params": ""
},
{
"id": 2,
"x": -558.85546875,
"y": 1844.28125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -505.28515625,
"y": 1820.08203125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -498.1748046875,
"y": 1817.87109375,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -461.40234375,
"y": 1800.5986328125,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 6,
"x": -426.3291015625,
"y": 1785.091796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -413.607421875,
"y": 1792.0458984375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": -405.88671875,
"y": 1792.48388671875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": -398.4873046875,
"y": 1789.5810546875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": -395.7255859375,
"y": 1788.23876953125,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,40 @@
[
{
"type": "地图追踪",
"data": "鸽子习惯一去不回-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "对话",
"data": {
"skipCount": 5,
"priorityOptions": ["鸽子"],
"npcWhiteList": ["杜拉夫"]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
},
{
"type": "地图追踪",
"data": "鸽子习惯一去不回-2.json",
"note": "执行第二个地图追踪步骤"
},
{
"type": "地图追踪",
"data": "鸽子习惯一去不回-3.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "地图追踪",
"data": "鸽子习惯一去不回-1.json",
"note": "执行第一个地图追踪步骤"
},
{
"type": "对话",
"data": {
"skipCount": 5,
"priorityOptions": ["鸽子"],
"npcWhiteList": ["杜拉夫"]
},
"note": "执行对话步骤优先选择特定选项并与白名单NPC交互"
}
]

View File

@@ -0,0 +1,71 @@
{
"info": {
"name": "鸽子习惯一去不回-1",
"type": "collect",
"author": "星野",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1753107027152
},
"positions": [
{
"id": 1,
"x": -867.611328125,
"y": 1992.30029296875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport",
"locked": false
},
{
"id": 2,
"x": -867.611328125,
"y": 1992.30029296875,
"action": "set_time",
"move_mode": "dash",
"action_params": "8:00",
"type": "path",
"locked": false
},
{
"id": 3,
"x": -867.611328125,
"y": 1992.30029296875,
"action": "set_time",
"move_mode": "dash",
"action_params": "9:00",
"type": "path"
},
{
"id": 4,
"x": -889.37109375,
"y": 1986.9931640625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -909.185546875,
"y": 1973.29345703125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -914.1845703125,
"y": 1958.85693359375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,81 @@
{
"info": {
"name": "鸽子习惯一去不回-2",
"type": "collect",
"author": "星野",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1753091712667
},
"positions": [
{
"id": 1,
"x": -578.7451171875,
"y": 1853.404296875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -626.267578125,
"y": 1907.54541015625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -672.021484375,
"y": 1960.14453125,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 4,
"x": -672.021484375,
"y": 1960.14453125,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 5,
"x": -693.5458984375,
"y": 2011.5703125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 6,
"x": -693.5458984375,
"y": 2011.5703125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 7,
"x": -693.5458984375,
"y": 2011.5703125,
"type": "target",
"move_mode": "walk",
"action": "pick_around",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,96 @@
{
"info": {
"name": "鸽子习惯一去不回-3",
"type": "collect",
"author": "星野",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1753091890935
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -867.5166015625,
"y": 1992.19140625,
"action_params": ""
},
{
"id": 2,
"x": -824.0859375,
"y": 1980.37890625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -803.9501953125,
"y": 1975.4482421875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -779.7744140625,
"y": 1977.1767578125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -748.525390625,
"y": 1972.9638671875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -736.8916015625,
"y": 1981.36572265625,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -700.64453125,
"y": 2003.47509765625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": -697.267578125,
"y": 2004.078125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 7,
"x": -693.5458984375,
"y": 2011.5703125,
"type": "target",
"move_mode": "walk",
"action": "pick_around",
"action_params": ""
}
]
}

View File

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

View File

@@ -0,0 +1,40 @@
{
"info": {
"name": "鸽子、鸭子、小孩子-坠星山谷-1",
"type": "collect",
"author": "未知_",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -1120.9697265625,
"y": 2190.62646484375,
"action_params": ""
},
{
"id": 2,
"x": -1053.6591796875,
"y": 2184.705810546875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -1017.8310546875,
"y": 2184.93603515625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,49 @@
{
"info": {
"name": "到达播撒点位",
"type": "collect",
"author": "未知_",
"version": "1.0",
"description": "到达任务执行地点",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "path",
"x": -1018.0361328125,
"y": 2184.58251953125,
"action_params": ""
},
{
"id": 2,
"x": -1048.16796875,
"y": 2199.8818359375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -1071.3662109375,
"y": 2204.976806640625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -1069.3525390625,
"y": 2226.945068359375,
"type": "target",
"move_mode": "swim",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,21 @@
[
{
"name": "process_selector",
"type": "select",
"label": "可执行剧情列表",
"options": [
"刷新剧情列表"
],
"default": "刷新剧情列表"
},
{
"name": "team",
"type": "input-text",
"label": "战斗的队伍名称,不填表示不切换队伍"
},
{
"name": "elementTeam",
"type": "input-text",
"label": "元素采集的队伍名称"
}
]