mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-16 03:33:25 +08:00
@@ -85,6 +85,8 @@ https://www.kdocs.cn/wo/sl/v13uXscL
|
||||
- **这个js好慢,不像abe四十分钟就跑完了**:那就用abe
|
||||
|
||||
## 更新日志
|
||||
### 1.3.8(2025.10.2)
|
||||
1. 提高识别f图标和狗粮时的模板匹配阈值
|
||||
### 1.3.7(2025.10.1)
|
||||
1. 修几个漏捡的点
|
||||
### 1.3.6(2025.09.30)
|
||||
|
||||
@@ -1338,6 +1338,8 @@ async function recognizeAndInteract() {
|
||||
let itemName = null;
|
||||
for (const targetItem of targetItems) {
|
||||
let recognitionObject = RecognitionObject.TemplateMatch(targetItem.template, 1219, centerYF - 15, 32 + 30 * (targetItem.itemName.length) + 2, 30);
|
||||
recognitionObject.Threshold = 0.9;
|
||||
recognitionObject.InitTemplate();
|
||||
result = gameRegion.find(recognitionObject);
|
||||
if (result.isExist()) {
|
||||
itemName = targetItem.itemName;
|
||||
@@ -1353,6 +1355,8 @@ async function recognizeAndInteract() {
|
||||
|
||||
async function findFIcon() {
|
||||
let recognitionObject = RecognitionObject.TemplateMatch(fIcontemplate, 1102, 335, 34, 400);
|
||||
recognitionObject.Threshold = 0.95;
|
||||
recognitionObject.InitTemplate();
|
||||
try {
|
||||
let result = gameRegion.find(recognitionObject);
|
||||
if (result.isExist()) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "AAA狗粮批发",
|
||||
"version": "1.3.7",
|
||||
"version": "1.3.8",
|
||||
"tags": [
|
||||
"狗粮"
|
||||
],
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
* **预留足够的背包空间**:运行AAA狗粮批发将获取约150个圣遗物,运行本js将获取约230个圣遗物,请确保你的背包有足够的空间容纳这些圣遗物,建议在AAA狗粮批发中选择分解或摧毁,并预留380+的空间
|
||||
|
||||
## 更新日志
|
||||
### 1.4.7(2025.10.2)
|
||||
1. 提高模板匹配阈值
|
||||
### 1.4.6(2025.10.1)
|
||||
1. 修几个漏捡的点
|
||||
### 1.4.5(2025.09.30)
|
||||
|
||||
@@ -1143,6 +1143,8 @@ async function recognizeAndInteract() {
|
||||
let itemName = null;
|
||||
for (const targetItem of targetItems) {
|
||||
let recognitionObject = RecognitionObject.TemplateMatch(targetItem.template, 1219, centerYF - 15, 32 + 30 * (targetItem.itemName.length) + 2, 30);
|
||||
recognitionObject.Threshold = 0.9;
|
||||
recognitionObject.InitTemplate();
|
||||
result = gameRegion.find(recognitionObject);
|
||||
if (result.isExist()) {
|
||||
itemName = targetItem.itemName;
|
||||
@@ -1158,6 +1160,8 @@ async function recognizeAndInteract() {
|
||||
|
||||
async function findFIcon() {
|
||||
let recognitionObject = RecognitionObject.TemplateMatch(fIcontemplate, 1102, 335, 34, 400);
|
||||
recognitionObject.Threshold = 0.95;
|
||||
recognitionObject.InitTemplate();
|
||||
try {
|
||||
let result = gameRegion.find(recognitionObject);
|
||||
if (result.isExist()) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "AAA狗粮联机团购",
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"tags": [
|
||||
"狗粮"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user