调整枫丹凯瑟琳终点坐标,自动权限点击间隔。
This commit is contained in:
@@ -12,17 +12,17 @@
|
||||
"id": 1,
|
||||
"x": 4509.96044921875,
|
||||
"y": 3630.826904296875,
|
||||
"type": "teleport",
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4496.73193359375,
|
||||
"y": 3638.144287109375,
|
||||
"type": "path",
|
||||
"x": 4495.000794515572,
|
||||
"y": 3639.75,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "自动找凯瑟琳",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"description": "去找凯瑟琳(基于路径追踪)",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
log.info("请确保执行脚本时处于主界面");
|
||||
|
||||
keyPress("VK_F2")
|
||||
await sleep(500);
|
||||
await sleep(1000);
|
||||
click(330,1010) //点击世界权限
|
||||
await sleep(500);
|
||||
await sleep(1000);
|
||||
let domainName = settings.domainName;
|
||||
|
||||
switch (domainName) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "自动设置权限",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"description": "设置进入世界的权限,默认锁门",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user