调整枫丹凯瑟琳终点坐标,自动权限点击间隔。

This commit is contained in:
Traveler07
2024-12-03 19:48:22 +08:00
parent 2780bacd33
commit 78a82bd093
4 changed files with 10 additions and 10 deletions

View File

@@ -12,17 +12,17 @@
"id": 1, "id": 1,
"x": 4509.96044921875, "x": 4509.96044921875,
"y": 3630.826904296875, "y": 3630.826904296875,
"type": "teleport", "action": "",
"move_mode": "walk", "move_mode": "walk",
"action": "" "type": "teleport"
}, },
{ {
"id": 2, "id": 2,
"x": 4496.73193359375, "x": 4495.000794515572,
"y": 3638.144287109375, "y": 3639.75,
"type": "path", "action": "",
"move_mode": "walk", "move_mode": "walk",
"action": "" "type": "path"
} }
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"name": "自动找凯瑟琳", "name": "自动找凯瑟琳",
"version": "1.0", "version": "1.1",
"description": "去找凯瑟琳(基于路径追踪)", "description": "去找凯瑟琳(基于路径追踪)",
"authors": [ "authors": [
{ {

View File

@@ -5,9 +5,9 @@
log.info("请确保执行脚本时处于主界面"); log.info("请确保执行脚本时处于主界面");
keyPress("VK_F2") keyPress("VK_F2")
await sleep(500); await sleep(1000);
click(330,1010) //点击世界权限 click(330,1010) //点击世界权限
await sleep(500); await sleep(1000);
let domainName = settings.domainName; let domainName = settings.domainName;
switch (domainName) { switch (domainName) {

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"name": "自动设置权限", "name": "自动设置权限",
"version": "1.0", "version": "1.1",
"description": "设置进入世界的权限,默认锁门", "description": "设置进入世界的权限,默认锁门",
"authors": [ "authors": [
{ {