From 21a505a11008afb623f8e048b3683bfb0d49d684 Mon Sep 17 00:00:00 2001 From: mno <718135749@qq.com> Date: Thu, 8 Jan 2026 18:51:40 +0800 Subject: [PATCH] =?UTF-8?q?js=EF=BC=9A=E9=94=84=E5=9C=B0=E4=B8=80=E6=9D=A1?= =?UTF-8?q?=E9=BE=991.18.0=20(#2644)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * js:锄地一条龙 1.增加实验路线,按需自行加入 2.适配水下路线 3.增加吃buff药 4.优化校验机制,允许用户无视校验强行运行 * 简化免责声明流程 * Update main.js 增加校验未通过时的日志提示 --- repo/js/AutoHoeingOneDragon/assets/使用.png | Bin 0 -> 2842 bytes .../assets/学习螃蟹技能.json | 58 +++++ repo/js/AutoHoeingOneDragon/assets/搜索.png | Bin 0 -> 3163 bytes .../AutoHoeingOneDragon/assets/料理界面.png | Bin 0 -> 2496 bytes .../AutoHoeingOneDragon/assets/确认筛选.png | Bin 0 -> 3851 bytes repo/js/AutoHoeingOneDragon/assets/筛选1.png | Bin 0 -> 941 bytes repo/js/AutoHoeingOneDragon/assets/筛选2.png | Bin 0 -> 892 bytes .../assets/螃蟹技能图标.png | Bin 0 -> 3967 bytes repo/js/AutoHoeingOneDragon/assets/重置.png | Bin 0 -> 1478 bytes repo/js/AutoHoeingOneDragon/main.js | 144 ++++++++--- repo/js/AutoHoeingOneDragon/manifest.json | 2 +- repo/js/AutoHoeingOneDragon/settings.json | 48 ++-- .../旧日和圣山锄地路线/README.md | 4 + .../旧日和圣山锄地路线/旧日之海/004枫丹旧日之海龙蜥 传奇.json | 67 +++++ .../旧日和圣山锄地路线/旧日之海/525枫丹切萨勒姆宫(200_2).json | 49 ++++ .../旧日和圣山锄地路线/旧日之海/526枫丹切萨勒姆宫东(200_2).json | 68 +++++ .../旧日之海/527枫丹旧日之海谐律院(200_2).json | 49 ++++ .../旧日和圣山锄地路线/远古圣山/6a01纳塔远古圣山聚火祭验所西.json | 76 ++++++ .../旧日和圣山锄地路线/远古圣山/6a02纳塔远古圣山聚火祭验所西.json | 94 +++++++ .../旧日和圣山锄地路线/远古圣山/6a03纳塔远古圣山聚火祭验所东.json | 85 +++++++ .../远古圣山/6a04纳塔远古圣山聚火祭验所东北.json | 130 ++++++++++ .../旧日和圣山锄地路线/远古圣山/6b01纳塔远古圣山分流识海东南.json | 49 ++++ .../旧日和圣山锄地路线/远古圣山/6b02纳塔远古圣山分流识海东南.json | 238 ++++++++++++++++++ .../旧日和圣山锄地路线/远古圣山/6b03纳塔远古圣山分流识海中.json | 94 +++++++ .../旧日和圣山锄地路线/远古圣山/6b04纳塔远古圣山分流识海北.json | 76 ++++++ .../旧日和圣山锄地路线/远古圣山/6b05纳塔远古圣山分流识海西.json | 193 ++++++++++++++ .../旧日和圣山锄地路线/远古圣山/6c01纳塔远古圣山力向逆心西.json | 175 +++++++++++++ .../旧日和圣山锄地路线/远古圣山/6c02纳塔远古圣山力向逆心西.json | 58 +++++ .../旧日和圣山锄地路线/远古圣山/6c03纳塔远古圣山力向逆心北.json | 49 ++++ .../旧日和圣山锄地路线/远古圣山/6c04纳塔远古圣山支离武备所.json | 76 ++++++ .../远古圣山/6c05纳塔远古圣山支离武备所东【狭窄地形】.json | 112 +++++++++ .../远古圣山/6c06纳塔远古圣山支离武备所东【高危】.json | 112 +++++++++ .../旧日和圣山锄地路线/远古圣山/6c07纳塔远古圣山拟星的台座.json | 49 ++++ .../远古圣山/6c08纳塔远古圣山拟星的台座【狭窄地形】.json | 67 +++++ .../水下/5901枫丹水下埃尔顿海沟南.json | 71 ++++++ .../水下/5903枫丹水下埃尔顿海沟南.json | 150 +++++++++++ .../水下/5904枫丹水下塞洛海原.json | 97 +++++++ .../水下/5905枫丹水下塞洛海原.json | 156 ++++++++++++ .../水下/5906枫丹水下梅洛彼得堡.json | 70 ++++++ .../水下/README.md | 9 + 40 files changed, 2714 insertions(+), 61 deletions(-) create mode 100644 repo/js/AutoHoeingOneDragon/assets/使用.png create mode 100644 repo/js/AutoHoeingOneDragon/assets/学习螃蟹技能.json create mode 100644 repo/js/AutoHoeingOneDragon/assets/搜索.png create mode 100644 repo/js/AutoHoeingOneDragon/assets/料理界面.png create mode 100644 repo/js/AutoHoeingOneDragon/assets/确认筛选.png create mode 100644 repo/js/AutoHoeingOneDragon/assets/筛选1.png create mode 100644 repo/js/AutoHoeingOneDragon/assets/筛选2.png create mode 100644 repo/js/AutoHoeingOneDragon/assets/螃蟹技能图标.png create mode 100644 repo/js/AutoHoeingOneDragon/assets/重置.png create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/README.md create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/004枫丹旧日之海龙蜥 传奇.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/525枫丹切萨勒姆宫(200_2).json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/526枫丹切萨勒姆宫东(200_2).json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/527枫丹旧日之海谐律院(200_2).json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a01纳塔远古圣山聚火祭验所西.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a02纳塔远古圣山聚火祭验所西.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a03纳塔远古圣山聚火祭验所东.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a04纳塔远古圣山聚火祭验所东北.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b01纳塔远古圣山分流识海东南.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b02纳塔远古圣山分流识海东南.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b03纳塔远古圣山分流识海中.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b04纳塔远古圣山分流识海北.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b05纳塔远古圣山分流识海西.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c01纳塔远古圣山力向逆心西.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c02纳塔远古圣山力向逆心西.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c03纳塔远古圣山力向逆心北.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c04纳塔远古圣山支离武备所.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c05纳塔远古圣山支离武备所东【狭窄地形】.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c06纳塔远古圣山支离武备所东【高危】.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c07纳塔远古圣山拟星的台座.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c08纳塔远古圣山拟星的台座【狭窄地形】.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5901枫丹水下埃尔顿海沟南.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5903枫丹水下埃尔顿海沟南.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5904枫丹水下塞洛海原.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5905枫丹水下塞洛海原.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5906枫丹水下梅洛彼得堡.json create mode 100644 repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/README.md diff --git a/repo/js/AutoHoeingOneDragon/assets/使用.png b/repo/js/AutoHoeingOneDragon/assets/使用.png new file mode 100644 index 0000000000000000000000000000000000000000..318fecd1492f576e6b08f2a79bd3dca749adecd2 GIT binary patch literal 2842 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 literal 0 HcmV?d00001 diff --git a/repo/js/AutoHoeingOneDragon/assets/学习螃蟹技能.json b/repo/js/AutoHoeingOneDragon/assets/学习螃蟹技能.json new file mode 100644 index 000000000..85e805ead --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/assets/学习螃蟹技能.json @@ -0,0 +1,58 @@ +{ + "info": { + "authors": [ + { + "links": "https://github.com/cheese-bagel", + "name": "芝士贝果" + } + ], + "bgi_version": "0.45.0", + "description": "", + "enable_monster_loot_split": false, + "last_modified_time": 1767785084806, + "map_match_method": "", + "map_name": "Teyvat", + "name": "学习螃蟹技能", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 4399.8906, + "y": 3083.4001 + }, + { + "action": "combat_script", + "action_params": "attack;wait(0.5);moveby(0,2285);wait(0.5);attack;click(middle)", + "id": 2, + "move_mode": "walk", + "type": "orientation", + "x": 4421.7334, + "y": 3081.2798 + }, + { + "action": "combat_script", + "action_params": "attack;wait(0.5);moveby(0,2285);wait(0.5);attack;click(middle)", + "id": 3, + "move_mode": "walk", + "type": "orientation", + "x": 4413.1172, + "y": 3106.9414 + }, + { + "action": "combat_script", + "action_params": "attack;wait(0.5);moveby(0,2285);wait(0.5);attack", + "id": 4, + "move_mode": "walk", + "type": "orientation", + "x": 4390.1826, + "y": 3099.9868 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/assets/搜索.png b/repo/js/AutoHoeingOneDragon/assets/搜索.png new file mode 100644 index 0000000000000000000000000000000000000000..257732aa5b5e195112cd87f1850e680c5eda8214 GIT binary patch literal 3163 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 BJevRj literal 0 HcmV?d00001 diff --git a/repo/js/AutoHoeingOneDragon/assets/料理界面.png b/repo/js/AutoHoeingOneDragon/assets/料理界面.png new file mode 100644 index 0000000000000000000000000000000000000000..e373aa4d7664e364bca6ab4c3d7b51f100319c95 GIT binary patch literal 2496 zcmV;x2|xCUP)L&j8*XN#l?(Hu4P$>RaSi!%7@QA)DM(-zT2fNoP~WDlYT|KAD4;ZjTPrK{a(NY-BL_hV0KSK^5Fj2Egb*IDM5Adiw06$T%pD)@ zfBX7fCarwKm(B}JPzXj;s+y6Zap&fy@7fc^@1CNe`=Iyuz%@5BXK3qEDyunM1prD? zpD=q107^Jqg-TV^+0nndz4a6gJ%oct`+Iu5L0DWWl~yQ~HA0~(lL!+OK{S?W%R@N$ z9LLkzw%u-M>yk(`FbgG@GLtmfPL5%*qzF=OXzSXx+ez7naL{w&uB_Axi%a!7!|KxV zp=-C(+?Pp>3EFPzIddPTMWhg$JU1nsw(uAU?rv>0>W!JC3juKv zTQ<-)a&db66b+FgPf_gh?6|yK*V5d6aq5l{djNZm<5r7RrK(XVs)mQgh6l$|HJKi@ zOj{B$;-C3g{61h`U$3fcOw}b@2KzrQbO}*EiGy1T!<)H7{ec;0GZWA%=Asn2ao0rSA3?#D31chK} zSI5BR*-2X6OpSkTjv}@kgisJdlem)4V-t6`SDD5$+7mIHaOd%nxxEj9rFnrC0us4g zJM(>(9`6j@)aw4u4u`9tgHBHTH|V=g9htTz5ySDj+poV(p=bp~2>=qhF+Exc5F1vn zGal^jQpqo^I@OqnVml58izS616oOC?L_kn7I`ZZ2=8_tdz3>3NW`MDk)iQ?j??>q_lM<&K%fFa326`{ZEkG8JU!0t$Yf5%u05w_Q!k&VOl6?8 zAO*Av)9n(m=JV(T9=OdJ1HS8v;lXhpR|$eB3`^xQ?dG~Iisd*so}wY&m8a9(FW{@P zU?jV;f&zeq$5R^Hx-ZX89wQ;*P>#JGt;v0wpsH~k^WT0MpDbd@GYhq z>5Cf<`hK69R+iK{9S$mK-~q4i%0nGdi5MOZ`kW3&dvdv9nAn1ELDTc(041LR1Q8Bf zArO>`MH&>TKqM7nk)~LvuCHset*%qYPa=j#LjKjI6@6P|cr?m4CrB=jW_32gW-A)%4G!DOrJeL{6!Y8G){Sl5 z->0U#I|osu5`v^;?6O$0+Sx`w=ZJD%9!-mzOhX8lQ_|GfzPG(ikAX5DxBcZ<~z0!eVtkv6yL0L8gw>b~4nsJY`F> z+39dZ@w-F}OBx;y`Bs-!5VV3XP)$xu1(Ua6DrBFc*pX|m!`%OOSpO0z%Hu2BTDuPS zcH{Sf2qymRVJ%~V3f-(vCPZ`y~K_ECu2PXh9le8;g>U)M?v7K=4jixu&$4UQG(U_}8ijpYf7 z^7yLW?jirpCEZVC2<~ic)zK(PT!lirw!9J!`6#E7g@E^JeDps8LFrpBrXgeC<^zff z1f|16Q=)u^8q)a2X9f9Ii6`G!P2BS`kN~*PEOU2aS>-CazkTfAPnnRH`MIUdLxD6lCfE zAXF$S8yXyEAd=q)&Fy`>(JHv&{vm0f}C%?8TmC|W;u z($$~i_gCkqU0s7hQ5guMq-CFm9K#osnoPYXM+cM|32HX?^8~8w3b{c+SgIV z(a>Wwl!#&1p0obGPa?49(QSW*tc(zIGR8;ix7j*fxF`Nf4F3zHL5+Uk}fjsk>p1P>{j z0~CZ&h$Rz>%2cIw;@%_nTM%0000< KMNUMnLSTZPPr#!9 literal 0 HcmV?d00001 diff --git a/repo/js/AutoHoeingOneDragon/assets/确认筛选.png b/repo/js/AutoHoeingOneDragon/assets/确认筛选.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc098dd03806a362913e7864aa4ef6b964d7b87 GIT binary patch literal 3851 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 N002ovPDHLkV1n!WdlLWv literal 0 HcmV?d00001 diff --git a/repo/js/AutoHoeingOneDragon/assets/筛选1.png b/repo/js/AutoHoeingOneDragon/assets/筛选1.png new file mode 100644 index 0000000000000000000000000000000000000000..b58f24d71415f4d1963e6b4b48d8cccadfa1c6a4 GIT binary patch literal 941 zcmV;e15*5nP)_R&=l+u8L#?9Y`i%xiBrh(L2{uS1zkZ{kR?)HS zbi|JXbYfBf=b~NSq$-gp1WPj?mPi!xCYAg1$3Fmy0N@*9wa!-8wOx@>B2iS=wOOn) z=-wuYW0?pj0+2WeAMOqf>tLx85(~@{B$mTc<>0U`6x=z9U|hgS1Pul}BVz_w+RDUR zkONCwN5%}nfafHFGU^loQe8yifW)yx1oa{A@rg-Tsw_ylxJ(91mE#kWKE$0!t1~Uc z2Ba{FV{~ohlTL3ehyhELI=yjiUC^?S zNG5@sM@9`_T}$zBfKkr}AaN`j@~^Ktd;15)Rn2)$1|*V;tD1ZJ2iI4f(U70Sv77)V z9L9--{9eS}-rXmvY%1oBLnISbHnn&6c@cLkpRt2FXE1eGbff;Bva&EYq5~uVPDYPdsJHS7o)VIUUTn}!@iJz@3d^r24Jrksm*^D_&&w|RN>R0K3289QWSIX(?IM7Mog zsl0Pma}ASe_0xEej2;!8li?(BKwI_)?6h7Ia2mzVV%T{iNX33EZ+U(JL0`HEjIYOs P00000NkvXXu0mjf6~4K_ literal 0 HcmV?d00001 diff --git a/repo/js/AutoHoeingOneDragon/assets/筛选2.png b/repo/js/AutoHoeingOneDragon/assets/筛选2.png new file mode 100644 index 0000000000000000000000000000000000000000..2a4d5828aef8925d9ff1943cca81ff0b99273536 GIT binary patch literal 892 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 Z^?y;4WPT$oe|`V}002ovPDHLkV1f`>icZa z)G^8UBc`yat{$3}Zc;8aQguGuetrA)J$=u6ecyX@dG35@c=XT+U!FUIoF9hHgLMwp z`Tx4S;nMc8b7OtQy7+O%YMwMrj*gEG4-X9vyzlFM_lH5R*J?XeDvhG4wW_AExU@P~ zBF)GuU~z?s3;~tK35jG34-Nc%vV;7BD+_b7T18=T<*#7m!{F)HPsp%1ZCsr7I(&S&zf$Br*^}VX(QPY*DeKu)MUardlSKD_WFo>JCtAo*q9t-bN;Y zk`Sizt0GLk&3E@uxKWU3`oms4|eRA=T2kqySOAC zi3|YD%*{31<+*cvV=mr7sD_CKxQNh`4Vf+sTM&VQMZR*J9X+Ea_{y|Zm zbZ=`J85XCFi}UovXhO2*4}m`?*t1$DKipeGCUm%KUt6}WF3kCaC{OC1(qteukvlRp z=+kF)VQ$B+nRQspHaoNOUC!klx&CGG8R;eQg=zpAd`4VA{Z zp0lo77g&2&R8r;KUM0j6=}ee2tXTX8R-KWYySloqvr{&U2@B@wvENc(Krg**&OCvn zvbv$Jz6k=r%zP5z?n%O;nI&a4@OV*46(x?1zs@OXFZr4I{Hy{j@LouuhL1!BZkuzf zQnlk)IyrDaC@iiFjdC~1G=OijnBeibnTeznPg(HP8NX`ofHR@wAZHNl@YypVwQZUl zz4*5K^K>5zuA?nxx)2I@+jSKWY zQjJC`CkLu?L@c{nCPzCcmFoA#UcYNtVR5Bg(V}Q-#X^0<8|cjB#@Fqir=P#O_AXqz zSSXR!KnFVUbiRGbg5`GM+Wm3550%2k^r_=cfh&N*ejAqvHC4S<8nod*N*M_3PX4OaCRMSZLZnYmaV^zgB|;i zzdZ8BliAJr_~CqWFTTUbLC(a_mhP}z0lzv}=U|-!7SBC@FsSXIw(q$_15Pif?Vz>; g7SBC@@F8mZU#&7zJU}mQY5)KL07*qoM6N<$g3xW(nE(I) literal 0 HcmV?d00001 diff --git a/repo/js/AutoHoeingOneDragon/main.js b/repo/js/AutoHoeingOneDragon/main.js index ad3d355de..7199f7b24 100644 --- a/repo/js/AutoHoeingOneDragon/main.js +++ b/repo/js/AutoHoeingOneDragon/main.js @@ -1,4 +1,4 @@ -//当前js版本1.15.0 +//当前js版本1.18.0 let timeMoveUp; let timeMoveDown; @@ -60,6 +60,8 @@ let excludeTags; let runningFailCount = 0; +let lastEatBuff = 0; + (async function () { if (settings.groupIndex === "路径组一") { const cfg = { @@ -221,59 +223,53 @@ let runningFailCount = 0; const avatars = Array.from(getAvatars?.() || []); - // 拼接队伍字符串,放在 switch 之前 let teamStr = ''; for (let k = 0; k < avatars.length; k++) { teamStr += avatars[k]; if (k < avatars.length - 1) teamStr += '、'; } log.info('当前队伍:' + teamStr); + let haveProblem = false; - switch (true) { - case targetEliteNum <= 350 && targetMonsterNum >= 100: - log.warn("目标怪物数量配置不合理,建议重新阅读 readme 相关部分"); + if (settings.skipCheck) { + log.warn("确认跳过校验阶段,任何包括但不限于漏怪、卡死、不拾取等问题均由自己配置与队伍等引起,与脚本和路线无关"); + } else { + if (targetEliteNum <= 350 && targetMonsterNum >= 100) { + log.warn("目标怪物数量配置不合理,请重新阅读 readme 相关部分"); await sleep(5000); - log.warn("目标怪物数量配置不合理,建议重新阅读 readme 相关部分"); + haveProblem = true; + } + if (genshin.width !== 1920 || genshin.height !== 1080) { + log.warn("游戏窗口非 1920×1080,可能导致图像识别失败,造成拾取等行为异常"); await sleep(5000); - log.warn("目标怪物数量配置不合理,建议重新阅读 readme 相关部分"); + haveProblem = true; + } + if (avatars.includes('钟离')) { + log.warn("当前队伍包含钟离,请重新阅读 readme 相关部分"); await sleep(5000); - log.warn("目标怪物数量配置不合理,建议重新阅读 readme 相关部分"); + haveProblem = true; + } + if (!['芙宁娜', '爱可菲'].some(n => avatars.includes(n))) { + log.warn("未携带合适的输出角色(芙宁娜/爱可菲),建议重新阅读 readme 相关部分"); await sleep(5000); - break; - - case genshin.width !== 1920 || genshin.height !== 1080: - log.warn("游戏窗口非 1920×1080,可能导致图像识别失败,如果执意使用可能造成拾取等行为异常,后果自负"); - await sleep(5000); - log.warn("游戏窗口非 1920×1080,可能导致图像识别失败,如果执意使用可能造成拾取等行为异常,后果自负"); - await sleep(5000); - log.warn("游戏窗口非 1920×1080,可能导致图像识别失败,如果执意使用可能造成拾取等行为异常,后果自负"); - await sleep(5000); - log.warn("游戏窗口非 1920×1080,可能导致图像识别失败,如果执意使用可能造成拾取等行为异常,后果自负"); - await sleep(5000); - break; - - case ['钟离', '芙宁娜', '纳西妲', '雷电将军'].every(n => avatars.includes(n)): - log.warn("四神队不适合锄地,建议重新阅读 readme 相关部分"); - await sleep(10000); - return; - - case avatars.includes('钟离'): - log.warn("当前队伍包含钟离,不适合锄地,建议重新阅读 readme 相关部分"); - await sleep(5000); - break; - - case !['芙宁娜', '爱可菲', '玛薇卡'].some(n => avatars.includes(n)): - log.warn("未携带合适的输出角色(芙宁娜/爱可菲/玛薇卡),建议重新阅读 readme 相关部分"); - await sleep(5000); - break; - - case !['茜特菈莉', '伊涅芙', '莱依拉', '蓝砚', '白术', '琦良良', '迪希雅', '迪奥娜'] - .some(n => avatars.includes(n)): + haveProblem = true; + } + if (!['茜特菈莉', '伊涅芙', '莱依拉', '蓝砚', '琦良良', '迪希雅', '迪奥娜'] + .some(n => avatars.includes(n))) { log.warn("未携带合适的抗打断角色(茜特菈莉/伊涅芙/莱依拉/蓝砚/白术/琦良良/迪希雅/迪奥娜)"); await sleep(5000); - break; + haveProblem = true; + } + if (haveProblem) { + log.warn("校验未通过,请按照以上提示修改,或者在自定义配置中勾选以跳过校验阶段"); + return; + } + } + if (['钟离', '芙宁娜', '纳西妲', '雷电将军'].every(n => avatars.includes(n))) { + log.warn("禁止使用四神队,请重新阅读 readme 相关部分"); + await sleep(5000); + return; } - log.info("开始运行锄地路线"); await updateRecords(pathings, accountName); await processPathingsByGroup(pathings, accountName); @@ -652,6 +648,34 @@ async function runPath(fullPath, map_name) { doFurinaSwitch = false; await pathingScript.runFile("assets/强制黑芙.json"); } + if (settings.eatBuff) { + const res = settings.eatBuff.split(','); + if (new Date() - lastEatBuff > 300 * 1000) { + lastEatBuff = new Date(); + await genshin.returnMainUi(); + keyPress("B"); + await clickPNG("料理界面"); + // 2. 遍历数组,逐项执行 + for (const item of res) { + await sleep(800); + await clickPNG('筛选1', 1); + await clickPNG('筛选2', 1); + await clickPNG('重置'); + await sleep(500); + await clickPNG('搜索'); + await sleep(800); + // 真正输入当前这一项 + log.info(`搜索${item}`) + inputText(item); + + await clickPNG('确认筛选'); + await sleep(500); + await clickPNG('使用'); + } + await genshin.returnMainUi(); + } + + } /* ===== 1. 取得当前路线对象 ===== */ let currentPathing = null; for (let i = 0; i < pathings.length; i++) { @@ -660,6 +684,16 @@ async function runPath(fullPath, map_name) { break; } } + if (currentPathing.tags) { + if (currentPathing.tags.includes("水下")) { + log.info("当前路线为水下路线,检查螃蟹技能"); + let skillRes = await findPNG("螃蟹技能图标"); + if (!skillRes) { + log.info("识别到没有螃蟹技能,前往获取"); + await pathingScript.runFile("assets/学习螃蟹技能.json"); + } + } + } /* ===== 2. 重排 targetItems:当前路线拾取过的提前 ===== */ if (targetItems && currentPathing && currentPathing.items && currentPathing.items.length) { @@ -1442,7 +1476,7 @@ async function processPathingsByGroup(pathings, accountName) { let skippedTime = 0; //移除不必要的属性 { - const keysToDelete = ['monsterInfo', 'mora_m', 'mora_e', 'available', 'prioritized', 'G1', 'G2', 'index', 'folderPathArray', 'tags', 'E1', 'E2']; // 删除的字段列表 + const keysToDelete = ['monsterInfo', 'mora_m', 'mora_e', 'available', 'prioritized', 'G1', 'G2', 'index', 'folderPathArray', 'E1', 'E2']; // 删除的字段列表 pathings.forEach(p => { keysToDelete.forEach(k => delete p[k]); }); @@ -1817,3 +1851,31 @@ async function isTimeRestricted(timeRule, threshold = 5) { log.info("不处于限制时间"); return false; } + +async function clickPNG(png, maxAttempts = 20) { + //log.info(`调试-点击目标${png},重试次数${maxAttempts}`); + const pngRo = RecognitionObject.TemplateMatch(file.ReadImageMatSync(`assets/${png}.png`)); + pngRo.Threshold = 0.95; + pngRo.InitTemplate(); + return await findAndClick(pngRo, true, maxAttempts); +} + +async function findPNG(png, maxAttempts = 20) { + //log.info(`调试-识别目标${png},重试次数${maxAttempts}`); + const pngRo = RecognitionObject.TemplateMatch(file.ReadImageMatSync(`assets/${png}.png`)); + pngRo.Threshold = 0.95; + pngRo.InitTemplate(); + return await findAndClick(pngRo, false, maxAttempts); +} + +async function findAndClick(target, doClick = true, maxAttempts = 60) { + for (let i = 0; i < maxAttempts; i++) { + const rg = captureGameRegion(); + try { + const res = rg.find(target); + if (res.isExist()) { await sleep(50 * 2 + 50); if (doClick) { res.click(); } return true; } + } finally { rg.dispose(); } + if (i < maxAttempts - 1) await sleep(50); + } + return false; +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/manifest.json b/repo/js/AutoHoeingOneDragon/manifest.json index 4e925bc0d..6987fa7be 100644 --- a/repo/js/AutoHoeingOneDragon/manifest.json +++ b/repo/js/AutoHoeingOneDragon/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "锄地一条龙", - "version": "1.17.0", + "version": "1.18.0", "description": "一站式解决自动化锄地,支持只拾取狗粮,请仔细阅读README.md后使用", "authors": [ { diff --git a/repo/js/AutoHoeingOneDragon/settings.json b/repo/js/AutoHoeingOneDragon/settings.json index 795114947..31e355556 100644 --- a/repo/js/AutoHoeingOneDragon/settings.json +++ b/repo/js/AutoHoeingOneDragon/settings.json @@ -33,6 +33,17 @@ "type": "input-text", "label": "本路径组使用配队名称" }, + { + "name": "sortMode", + "type": "select", + "label": "组内路线排序模式", + "options": [ + "原文件顺序", + "效率降序", + "高收益优先" + ], + "default": "原文件顺序" + }, { "name": "pickup_Mode", "type": "select", @@ -45,6 +56,21 @@ ], "default": "模板匹配拾取,拾取狗粮和怪物材料" }, + { + "name": "activeDumperMode", + "type": "input-text", + "label": "泥头车模式,将在接近战斗点前提前释放部分角色e技能\n需要启用时填写这些角色在队伍中的编号\n有多个角色需要释放时用【中文逗号】分隔" + }, + { + "name": "eatBuff", + "type": "input-text", + "label": "使用料理名称,将在路线之间尝试使用对应名称的料理,如果使用特殊料理,请提前勾选不再提示,多个料理名称之间使用中文逗号分隔,使用间隔为300秒" + }, + { + "name": "timeRule", + "type": "input-text", + "label": "本地时间-不运行时段\n示例写法:\n 单个小时:8\n 连续区间:8-11 或 23:11-23:55(可省略分钟)\n 多项分隔:用中文逗号【,】\n规则:\n 只写小时:开始=整点,结束=59分;跨天自动识别\n 含分钟:按实际时分计算\n 提前10分钟结束并等待到限制时段开始\n留空=全天可运行" + }, { "name": "findFInterval", "type": "input-text", @@ -70,25 +96,9 @@ "default": "1000" }, { - "name": "activeDumperMode", - "type": "input-text", - "label": "泥头车模式,将在接近战斗点前提前释放部分角色e技能\n需要启用时填写这些角色在队伍中的编号\n有多个角色需要释放时用【中文逗号】分隔" - }, - { - "name": "sortMode", - "type": "select", - "label": "组内路线排序模式", - "options": [ - "原文件顺序", - "效率降序", - "高收益优先" - ], - "default": "原文件顺序" - }, - { - "name": "timeRule", - "type": "input-text", - "label": "本地时间-不运行时段\n示例写法:\n 单个小时:8\n 连续区间:8-11 或 23:11-23:55(可省略分钟)\n 多项分隔:用中文逗号【,】\n规则:\n 只写小时:开始=整点,结束=59分;跨天自动识别\n 含分钟:按实际时分计算\n 提前10分钟结束并等待到限制时段开始\n留空=全天可运行" + "name": "skipCheck", + "type": "checkbox", + "label": "跳过校验阶段,如果你执意想要使用错误的配置进行锄地,请在下面一字勾选以同意以下内容\n\n确认跳过校验阶段,任何包括但不限于漏怪、卡死、不拾取等问题均由自己配置引起,与脚本和路线无关" }, { "name": "accountName", diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/README.md b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/README.md new file mode 100644 index 000000000..92e01c04b --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/README.md @@ -0,0 +1,4 @@ +旧日之海与远古圣山地图目前(2026/1/8)正式版无法使用,当你使用的bgi版本为测试版时才可以使用这部分路线 + +确认可以使用时,将该部分路线复制到pathing文件夹下任意位置 + diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/004枫丹旧日之海龙蜥 传奇.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/004枫丹旧日之海龙蜥 传奇.json new file mode 100644 index 000000000..8f9a17c45 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/004枫丹旧日之海龙蜥 传奇.json @@ -0,0 +1,67 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "汐" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时100秒,预计收入1200摩拉,包含以下怪物:2只精英传奇倍率三。", + "enable_monster_loot_split": false, + "last_modified_time": 1767726586175, + "map_match_method": "", + "map_name": "SeaOfBygoneEras", + "name": "004枫丹旧日之海龙蜥 传奇", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 3542.162841796875, + "y": 1377.1722412109375 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 3550.346923828125, + "y": 1430.4874267578125 + }, + { + "action": "fight", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 3544.763427734375, + "y": 1462.154052734375 + }, + { + "action": "fight", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "orientation", + "x": 3544.763427734375, + "y": 1462.154052734375 + }, + { + "action": "combat_script", + "action_params": "wait(0.2)", + "id": 5, + "move_mode": "dash", + "type": "orientation", + "x": 3544.763427734375, + "y": 1462.154052734375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/525枫丹切萨勒姆宫(200_2).json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/525枫丹切萨勒姆宫(200_2).json new file mode 100644 index 000000000..73a5ec6db --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/525枫丹切萨勒姆宫(200_2).json @@ -0,0 +1,49 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "汐" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时51秒,包含以下怪物:2只魔像禁卫。", + "enable_monster_loot_split": false, + "last_modified_time": 1767728650378, + "map_match_method": "", + "map_name": "SeaOfBygoneEras", + "name": "525枫丹切萨勒姆宫(200_2)", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 4739.18896484375, + "y": 1354.5679931640625 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 4730.55078125, + "y": 1374.54443359375 + }, + { + "action": "fight", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 4713.1474609375, + "y": 1388.3568115234375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/526枫丹切萨勒姆宫东(200_2).json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/526枫丹切萨勒姆宫东(200_2).json new file mode 100644 index 000000000..b84934ba0 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/526枫丹切萨勒姆宫东(200_2).json @@ -0,0 +1,68 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "汐" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时66秒,包含以下怪物:2只魔像禁卫。", + "enable_monster_loot_split": false, + "last_modified_time": 1767728638478, + "map_match_method": "", + "map_name": "SeaOfBygoneEras", + "name": "526枫丹切萨勒姆宫东(200_2)", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 4547.02490234375, + "y": 1477.1634521484375 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 4564.86767578125, + "y": 1371.078857421875 + }, + { + "action": "combat_script", + "action_params": "keydown(w),wait(2.4),dash", + "id": 3, + "locked": false, + "move_mode": "dash", + "type": "orientation", + "x": 4541.044921875, + "y": 1351.780029296875 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 4541.044921875, + "y": 1351.780029296875 + }, + { + "action": "fight", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": 4556.9306640625, + "y": 1311.4007568359375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/527枫丹旧日之海谐律院(200_2).json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/527枫丹旧日之海谐律院(200_2).json new file mode 100644 index 000000000..3d7ca0808 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/旧日之海/527枫丹旧日之海谐律院(200_2).json @@ -0,0 +1,49 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "汐" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时52秒,包含以下怪物:2只魔像禁卫。", + "enable_monster_loot_split": false, + "last_modified_time": 1767728664745, + "map_match_method": "", + "map_name": "SeaOfBygoneEras", + "name": "527枫丹旧日之海谐律院(200_2)", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 4006.736328125, + "y": 1337.83544921875 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 3981.960693359375, + "y": 1324.236328125 + }, + { + "action": "fight", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 3967.423583984375, + "y": 1273.9945068359375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a01纳塔远古圣山聚火祭验所西.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a01纳塔远古圣山聚火祭验所西.json new file mode 100644 index 000000000..6a237a62e --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a01纳塔远古圣山聚火祭验所西.json @@ -0,0 +1,76 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时74.92秒,包含以下怪物:1只幼突角龙、4只突角龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735769500, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6a01纳塔远古圣山聚火祭验所西", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": -80.9501953125, + "y": -248.4892578125 + }, + { + "action": "combat_script", + "action_params": "attack;芙宁娜 e", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": -95.977294921875, + "y": -253.21923828125 + }, + { + "action": "fight", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": -102.095703125, + "y": -269.39208984375 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": -102.095703125, + "y": -269.39208984375 + }, + { + "action": "fight", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": -146.060302734375, + "y": -264.712646484375 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 6, + "move_mode": "dash", + "type": "orientation", + "x": -146.060302734375, + "y": -264.712646484375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a02纳塔远古圣山聚火祭验所西.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a02纳塔远古圣山聚火祭验所西.json new file mode 100644 index 000000000..208098745 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a02纳塔远古圣山聚火祭验所西.json @@ -0,0 +1,94 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时96秒,包含以下怪物:4只突角龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735771033, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6a02纳塔远古圣山聚火祭验所西", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": -81.189453125, + "y": -249.110595703125 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": -73.280029296875, + "y": -226.4833984375 + }, + { + "action": "stop_flying", + "action_params": "", + "id": 3, + "move_mode": "fly", + "type": "path", + "x": -116.86181640625, + "y": -226.253662109375 + }, + { + "action": "combat_script", + "action_params": "attack;芙宁娜 e", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": -120.485107421875, + "y": -220.952880859375 + }, + { + "action": "fight", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": -147.67919921875, + "y": -215.98095703125 + }, + { + "action": "combat_script", + "action_params": "attack;芙宁娜 e", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": -176.656494140625, + "y": -247.97412109375 + }, + { + "action": "fight", + "action_params": "", + "id": 7, + "move_mode": "dash", + "type": "path", + "x": -266.62939453125, + "y": -278.840576171875 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 8, + "move_mode": "walk", + "type": "orientation", + "x": -266.636962890625, + "y": -278.872802734375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a03纳塔远古圣山聚火祭验所东.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a03纳塔远古圣山聚火祭验所东.json new file mode 100644 index 000000000..812231fc4 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a03纳塔远古圣山聚火祭验所东.json @@ -0,0 +1,85 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时94.01秒,包含以下怪物:3只突角龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735772557, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6a03纳塔远古圣山聚火祭验所东", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": -245.3154296875, + "y": -291.366455078125 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": -303.214599609375, + "y": -272.06201171875 + }, + { + "action": "fight", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": -331.73291015625, + "y": -245.585205078125 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": -331.733154296875, + "y": -245.590087890625 + }, + { + "action": "", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": -406.59912109375, + "y": -234.59765625 + }, + { + "action": "fight", + "action_params": "", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": -409.73974609375, + "y": -234.423095703125 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 7, + "move_mode": "dash", + "type": "orientation", + "x": -409.73974609375, + "y": -234.423095703125 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a04纳塔远古圣山聚火祭验所东北.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a04纳塔远古圣山聚火祭验所东北.json new file mode 100644 index 000000000..ef830b514 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6a04纳塔远古圣山聚火祭验所东北.json @@ -0,0 +1,130 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时168.72秒,包含以下怪物:1只突角龙、1只炉壳山鼬、1只深邃拟覆叶_200、2只幼绒翼龙、1只绒翼龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735774352, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6a04纳塔远古圣山聚火祭验所东北", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": -546.25830078125, + "y": 7.285888671875 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": -571.335693359375, + "y": 70.420654296875 + }, + { + "action": "fight", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": -592.20166015625, + "y": 160.784423828125 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": -592.20166015625, + "y": 160.784423828125 + }, + { + "action": "", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": -622.148681640625, + "y": 186.6226806640625 + }, + { + "action": "fight", + "action_params": "", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": -641.77880859375, + "y": 190.7513427734375 + }, + { + "action": "", + "action_params": "", + "id": 7, + "move_mode": "dash", + "type": "path", + "x": -631.021240234375, + "y": 194.3299560546875 + }, + { + "action": "", + "action_params": "", + "id": 8, + "move_mode": "dash", + "type": "path", + "x": -618.7099609375, + "y": 215.59814453125 + }, + { + "action": "stop_flying", + "action_params": "", + "id": 9, + "move_mode": "fly", + "type": "target", + "x": -585.486083984375, + "y": 281.3262939453125 + }, + { + "action": "combat_script", + "action_params": "keydown(w),dash(4.5),keyup(w)", + "id": 10, + "move_mode": "walk", + "type": "orientation", + "x": -587.25, + "y": 309.25 + }, + { + "action": "fight", + "action_params": "", + "id": 11, + "move_mode": "walk", + "type": "orientation", + "x": -585.486083984375, + "y": 281.3262939453125 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 12, + "move_mode": "walk", + "type": "orientation", + "x": -585.486083984375, + "y": 281.3262939453125 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b01纳塔远古圣山分流识海东南.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b01纳塔远古圣山分流识海东南.json new file mode 100644 index 000000000..389215104 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b01纳塔远古圣山分流识海东南.json @@ -0,0 +1,49 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时46.28秒,包含以下怪物:1只秘源机兵·寻捕械、1只幼突角龙、1只突角龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735776178, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6b01纳塔远古圣山分流识海东南", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 185.332763671875, + "y": -43.50439453125 + }, + { + "action": "combat_script", + "action_params": "attack;芙宁娜 e", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 183.4168701171875, + "y": -36.19775390625 + }, + { + "action": "fight", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 182.517333984375, + "y": -59.42822265625 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b02纳塔远古圣山分流识海东南.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b02纳塔远古圣山分流识海东南.json new file mode 100644 index 000000000..2c9254a24 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b02纳塔远古圣山分流识海东南.json @@ -0,0 +1,238 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时196.66秒,包含以下怪物:1只绒翼龙、1只幼突角龙、8只突角龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735778710, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6b02纳塔远古圣山分流识海东南", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 185.430419921875, + "y": -43.427001953125 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 214.150634765625, + "y": -31.366455078125 + }, + { + "action": "", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 235.7960205078125, + "y": -24.388916015625 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 258.2891845703125, + "y": -22.209716796875 + }, + { + "action": "fight", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": 263.277587890625, + "y": -22.694580078125 + }, + { + "action": "", + "action_params": "", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": 307.8809814453125, + "y": -27.71728515625 + }, + { + "action": "combat_script", + "action_params": "attack;芙宁娜 e", + "id": 7, + "move_mode": "dash", + "type": "path", + "x": 340.4974365234375, + "y": -46.09228515625 + }, + { + "action": "fight", + "action_params": "", + "id": 8, + "move_mode": "dash", + "type": "path", + "x": 334.5916748046875, + "y": -68.903076171875 + }, + { + "action": "", + "action_params": "", + "id": 9, + "move_mode": "dash", + "type": "path", + "x": 343.25, + "y": -79.75 + }, + { + "action": "", + "action_params": "", + "id": 10, + "move_mode": "fly", + "type": "path", + "x": 356.7403564453125, + "y": -95.10546875 + }, + { + "action": "stop_flying", + "action_params": "", + "id": 11, + "move_mode": "fly", + "type": "path", + "x": 337.0032958984375, + "y": -91.144287109375 + }, + { + "action": "combat_script", + "action_params": "attack;芙宁娜 e", + "id": 12, + "move_mode": "dash", + "type": "path", + "x": 342.8885498046875, + "y": -84.897705078125 + }, + { + "action": "", + "action_params": "", + "id": 13, + "move_mode": "dash", + "type": "path", + "x": 327.3887939453125, + "y": -42.516357421875 + }, + { + "action": "combat_script", + "action_params": "attack;芙宁娜 e", + "id": 14, + "move_mode": "dash", + "type": "path", + "x": 329.753662109375, + "y": -41.997802734375 + }, + { + "action": "fight", + "action_params": "", + "id": 15, + "move_mode": "dash", + "type": "path", + "x": 328.6611328125, + "y": -58.53076171875 + }, + { + "action": "", + "action_params": "", + "id": 16, + "move_mode": "dash", + "type": "path", + "x": 334.485595703125, + "y": -70.6748046875 + }, + { + "action": "combat_script", + "action_params": "attack;芙宁娜 e", + "id": 17, + "move_mode": "dash", + "type": "path", + "x": 377.86376953125, + "y": -98.582763671875 + }, + { + "action": "", + "action_params": "", + "id": 18, + "move_mode": "dash", + "type": "path", + "x": 404.8792724609375, + "y": -94.67236328125 + }, + { + "action": "fight", + "action_params": "", + "id": 19, + "move_mode": "dash", + "type": "path", + "x": 414.243896484375, + "y": -96.0693359375 + }, + { + "action": "", + "action_params": "", + "id": 20, + "move_mode": "dash", + "type": "path", + "x": 447.2540283203125, + "y": -92.7177734375 + }, + { + "action": "combat_script", + "action_params": "attack;芙宁娜 e", + "id": 21, + "move_mode": "dash", + "type": "path", + "x": 457.986083984375, + "y": -80.8837890625 + }, + { + "action": "", + "action_params": "", + "id": 22, + "move_mode": "dash", + "type": "path", + "x": 473.8603515625, + "y": -57.6572265625 + }, + { + "action": "fight", + "action_params": "", + "id": 23, + "move_mode": "dash", + "type": "path", + "x": 457.986083984375, + "y": -80.8837890625 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 24, + "move_mode": "dash", + "type": "orientation", + "x": 457.986083984375, + "y": -80.8837890625 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b03纳塔远古圣山分流识海中.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b03纳塔远古圣山分流识海中.json new file mode 100644 index 000000000..2e2937880 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b03纳塔远古圣山分流识海中.json @@ -0,0 +1,94 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时79.8秒,包含以下怪物:1只秘源机兵·寻捕械、1只绒翼龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735782751, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6b03纳塔远古圣山分流识海中", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 185.427490234375, + "y": -43.43359375 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 251.4033203125, + "y": -15.380126953125 + }, + { + "action": "combat_script", + "action_params": "keypress(VK_SPACE),wait(2),keypress(VK_SPACE)", + "id": 3, + "move_mode": "fly", + "type": "path", + "x": 262.220703125, + "y": 2.7366943359375 + }, + { + "action": "stop_flying", + "action_params": "2000", + "id": 4, + "move_mode": "fly", + "type": "path", + "x": 282.2860107421875, + "y": -16.11474609375 + }, + { + "action": "", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": 290.5225830078125, + "y": -18.52392578125 + }, + { + "action": "", + "action_params": "", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": 307.2587890625, + "y": -24.089111328125 + }, + { + "action": "fight", + "action_params": "", + "id": 7, + "move_mode": "dash", + "type": "path", + "x": 309.6695556640625, + "y": -19.3876953125 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 8, + "move_mode": "dash", + "type": "orientation", + "x": 309.6695556640625, + "y": -19.3876953125 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b04纳塔远古圣山分流识海北.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b04纳塔远古圣山分流识海北.json new file mode 100644 index 000000000..ea5ab70f3 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b04纳塔远古圣山分流识海北.json @@ -0,0 +1,76 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时102.29秒,包含以下怪物:2只幼鳍游龙、1只鳍游龙、2只绒翼龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735784877, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6b04纳塔远古圣山分流识海北", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 202.531494140625, + "y": 209.22607421875 + }, + { + "action": "fight", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 209.1436767578125, + "y": 174.8350830078125 + }, + { + "action": "", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 209.1436767578125, + "y": 174.8350830078125 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 216.28955078125, + "y": 144.8721923828125 + }, + { + "action": "fight", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": 229.2037353515625, + "y": 117.4962158203125 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 6, + "move_mode": "dash", + "type": "orientation", + "x": 229.2037353515625, + "y": 117.4962158203125 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b05纳塔远古圣山分流识海西.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b05纳塔远古圣山分流识海西.json new file mode 100644 index 000000000..fcb786bf3 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6b05纳塔远古圣山分流识海西.json @@ -0,0 +1,193 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时216.86秒,包含以下怪物:1只深邃拟覆叶_200、1只秘源机兵·寻捕械、2只幼匿叶龙、2只匿叶龙、2只绒翼龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735787236, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6b05纳塔远古圣山分流识海西", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 387.545166015625, + "y": 35.2698974609375 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 404.907958984375, + "y": 62.2330322265625 + }, + { + "action": "", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 388.282470703125, + "y": 67.742919921875 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "fly", + "type": "path", + "x": 367.7987060546875, + "y": 100.82470703125 + }, + { + "action": "fight", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": 361.61376953125, + "y": 99.7017822265625 + }, + { + "action": "", + "action_params": "", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": 361.2373046875, + "y": 100.6024169921875 + }, + { + "action": "fight", + "action_params": "", + "id": 7, + "move_mode": "dash", + "type": "path", + "x": 351.7164306640625, + "y": 134.3717041015625 + }, + { + "action": "", + "action_params": "", + "id": 8, + "move_mode": "dash", + "type": "path", + "x": 351.7164306640625, + "y": 134.3717041015625 + }, + { + "action": "", + "action_params": "", + "id": 9, + "move_mode": "dash", + "type": "path", + "x": 354.285888671875, + "y": 142.2803955078125 + }, + { + "action": "fight", + "action_params": "", + "id": 10, + "move_mode": "dash", + "type": "path", + "x": 312.4649658203125, + "y": 176.3822021484375 + }, + { + "action": "combat_script", + "action_params": "click(middle),keypress(T),moveby(1200,0),wait(0.5),keypress(T),moveby(1200,0),wait(0.5),keypress(T),moveby(1200,0),wait(0.5),keypress(T),moveby(1200,0),wait(0.5),keypress(T),moveby(1200,0),wait(0.5),keypress(T)", + "id": 11, + "move_mode": "dash", + "type": "target", + "x": 312.4649658203125, + "y": 176.3822021484375 + }, + { + "action": "", + "action_params": "", + "id": 12, + "move_mode": "walk", + "type": "path", + "x": 299.9208984375, + "y": 185.8914794921875 + }, + { + "action": "", + "action_params": "", + "id": 13, + "move_mode": "walk", + "type": "path", + "x": 280.5816650390625, + "y": 191.3587646484375 + }, + { + "action": "", + "action_params": "", + "id": 14, + "move_mode": "walk", + "type": "target", + "x": 277.4586181640625, + "y": 192.7681884765625 + }, + { + "action": "combat_script", + "action_params": "keydown(e),wait(1.5),keyup(e),wait(0.5),j,keypress(e)", + "id": 15, + "move_mode": "walk", + "type": "orientation", + "x": 266.3702392578125, + "y": 196.78173828125 + }, + { + "action": "", + "action_params": "", + "id": 16, + "move_mode": "walk", + "type": "path", + "x": 266.18896484375, + "y": 196.630126953125 + }, + { + "action": "combat_script", + "action_params": "keydown(Q),wait(1.5),keyup(Q),wait(0.1)", + "id": 17, + "move_mode": "dash", + "type": "path", + "x": 253.0037841796875, + "y": 200.71044921875 + }, + { + "action": "fight", + "action_params": "", + "id": 18, + "move_mode": "dash", + "type": "path", + "x": 248.2806396484375, + "y": 218.8236083984375 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 19, + "move_mode": "dash", + "type": "orientation", + "x": 248.2806396484375, + "y": 218.8236083984375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c01纳塔远古圣山力向逆心西.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c01纳塔远古圣山力向逆心西.json new file mode 100644 index 000000000..bd5213f85 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c01纳塔远古圣山力向逆心西.json @@ -0,0 +1,175 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时181.15秒,包含以下怪物:3只幼突角龙、4只突角龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735793432, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6c01纳塔远古圣山力向逆心西", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 270.5750732421875, + "y": 346.8878173828125 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 288.182861328125, + "y": 344.106201171875 + }, + { + "action": "stop_flying", + "action_params": "1500", + "id": 3, + "move_mode": "fly", + "type": "path", + "x": 313.557373046875, + "y": 344.0484619140625 + }, + { + "action": "fight", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 308.025146484375, + "y": 340.62158203125 + }, + { + "action": "fight", + "action_params": "", + "id": 5, + "move_mode": "jump", + "type": "path", + "x": 340.746826171875, + "y": 337.2044677734375 + }, + { + "action": "", + "action_params": "", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": 337.4010009765625, + "y": 307.599365234375 + }, + { + "action": "", + "action_params": "", + "id": 7, + "move_mode": "dash", + "type": "path", + "x": 303.4107666015625, + "y": 263.8162841796875 + }, + { + "action": "", + "action_params": "", + "id": 8, + "move_mode": "dash", + "type": "path", + "x": 316.9466552734375, + "y": 246.6494140625 + }, + { + "action": "fight", + "action_params": "", + "id": 9, + "move_mode": "dash", + "type": "path", + "x": 315.271240234375, + "y": 244.720703125 + }, + { + "action": "", + "action_params": "", + "id": 10, + "move_mode": "dash", + "type": "path", + "x": 293.7569580078125, + "y": 257.543701171875 + }, + { + "action": "", + "action_params": "", + "id": 11, + "move_mode": "dash", + "type": "path", + "x": 252.1058349609375, + "y": 232.989501953125 + }, + { + "action": "", + "action_params": "", + "id": 12, + "move_mode": "dash", + "type": "path", + "x": 249.1748046875, + "y": 225.6763916015625 + }, + { + "action": "fight", + "action_params": "", + "id": 13, + "move_mode": "dash", + "type": "path", + "x": 245.1219482421875, + "y": 221.2191162109375 + }, + { + "action": "", + "action_params": "", + "id": 14, + "move_mode": "jump", + "type": "path", + "x": 249.0576171875, + "y": 237.911865234375 + }, + { + "action": "", + "action_params": "", + "id": 15, + "move_mode": "dash", + "type": "path", + "x": 230.44140625, + "y": 235.96484375 + }, + { + "action": "fight", + "action_params": "", + "id": 16, + "move_mode": "dash", + "type": "path", + "x": 173.629638671875, + "y": 204.4454345703125 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 17, + "move_mode": "dash", + "type": "orientation", + "x": 173.629638671875, + "y": 204.4454345703125 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c02纳塔远古圣山力向逆心西.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c02纳塔远古圣山力向逆心西.json new file mode 100644 index 000000000..2bf10b586 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c02纳塔远古圣山力向逆心西.json @@ -0,0 +1,58 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时72.13秒,包含以下怪物:1只炉壳山鼬。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735795607, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6c02纳塔远古圣山力向逆心西", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 270.5377197265625, + "y": 346.8792724609375 + }, + { + "action": "stop_flying", + "action_params": "3000", + "id": 2, + "move_mode": "fly", + "type": "path", + "x": 214.8193359375, + "y": 413.552490234375 + }, + { + "action": "fight", + "action_params": "", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 211.3577880859375, + "y": 410.176025390625 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 4, + "move_mode": "dash", + "type": "orientation", + "x": 211.3577880859375, + "y": 410.176025390625 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c03纳塔远古圣山力向逆心北.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c03纳塔远古圣山力向逆心北.json new file mode 100644 index 000000000..e08e3ebbc --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c03纳塔远古圣山力向逆心北.json @@ -0,0 +1,49 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时36.71秒,包含以下怪物:2只突角龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735797469, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6c03纳塔远古圣山力向逆心北", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 20.2198486328125, + "y": 509.046875 + }, + { + "action": "fight", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 1.85107421875, + "y": 539.71826171875 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 3, + "move_mode": "dash", + "type": "orientation", + "x": 1.85107421875, + "y": 539.71826171875 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c04纳塔远古圣山支离武备所.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c04纳塔远古圣山支离武备所.json new file mode 100644 index 000000000..366854c57 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c04纳塔远古圣山支离武备所.json @@ -0,0 +1,76 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时63.12秒,包含以下怪物:1只炉壳山鼬。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735799447, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6c04纳塔远古圣山支离武备所", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": -84.717041015625, + "y": 646.283935546875 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": -76.513427734375, + "y": 617.2735595703125 + }, + { + "action": "", + "action_params": "", + "id": 3, + "move_mode": "fly", + "type": "path", + "x": -109.604736328125, + "y": 572.9798583984375 + }, + { + "action": "stop_flying", + "action_params": "1500", + "id": 4, + "move_mode": "fly", + "type": "path", + "x": -82.289306640625, + "y": 566.1561279296875 + }, + { + "action": "fight", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": -77.077880859375, + "y": 564.127685546875 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 6, + "move_mode": "dash", + "type": "orientation", + "x": -77.077880859375, + "y": 564.127685546875 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c05纳塔远古圣山支离武备所东【狭窄地形】.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c05纳塔远古圣山支离武备所东【狭窄地形】.json new file mode 100644 index 000000000..c47d9c21a --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c05纳塔远古圣山支离武备所东【狭窄地形】.json @@ -0,0 +1,112 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时92.59秒,包含以下怪物:2只幼鳍游龙、2只鳍游龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735803080, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6c05纳塔远古圣山支离武备所东【狭窄地形】", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": -293.474853515625, + "y": 535.0426025390625 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": -313.361328125, + "y": 540.705810546875 + }, + { + "action": "", + "action_params": "", + "id": 3, + "move_mode": "jump", + "type": "path", + "x": -314.877197265625, + "y": 558.22900390625 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": -313.11376953125, + "y": 565.9464111328125 + }, + { + "action": "", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": -309.669921875, + "y": 573.88525390625 + }, + { + "action": "", + "action_params": "", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": -330.5771484375, + "y": 586.2391357421875 + }, + { + "action": "stop_flying", + "action_params": "2500", + "id": 7, + "move_mode": "fly", + "type": "path", + "x": -356.123046875, + "y": 616.505859375 + }, + { + "action": "fight", + "action_params": "", + "id": 8, + "move_mode": "walk", + "type": "path", + "x": -356.123046875, + "y": 616.505859375 + }, + { + "action": "fight", + "action_params": "", + "id": 9, + "move_mode": "walk", + "type": "path", + "x": -352.1904296875, + "y": 609.6064453125 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 10, + "move_mode": "walk", + "type": "orientation", + "x": -356.123046875, + "y": 616.505859375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c06纳塔远古圣山支离武备所东【高危】.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c06纳塔远古圣山支离武备所东【高危】.json new file mode 100644 index 000000000..92e2a701b --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c06纳塔远古圣山支离武备所东【高危】.json @@ -0,0 +1,112 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时111.64秒,包含以下怪物:1只深邃拟覆叶、1只秘源机兵·寻捕械。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735805111, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6c06纳塔远古圣山支离武备所东【高危】", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": -293.452880859375, + "y": 535.0208740234375 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": -238.568115234375, + "y": 534.86328125 + }, + { + "action": "", + "action_params": "", + "id": 3, + "move_mode": "jump", + "type": "path", + "x": -240.515380859375, + "y": 556.7698974609375 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "run", + "type": "path", + "x": -228.80712890625, + "y": 600.0780029296875 + }, + { + "action": "", + "action_params": "", + "id": 5, + "move_mode": "run", + "type": "path", + "x": -238.796875, + "y": 600.94482421875 + }, + { + "action": "", + "action_params": "", + "id": 6, + "move_mode": "run", + "type": "path", + "x": -232.216064453125, + "y": 607.0211181640625 + }, + { + "action": "", + "action_params": "", + "id": 7, + "move_mode": "run", + "type": "path", + "x": -230.393798828125, + "y": 618.33251953125 + }, + { + "action": "fight", + "action_params": "", + "id": 8, + "move_mode": "run", + "type": "path", + "x": -232.30322265625, + "y": 612.4769287109375 + }, + { + "action": "fight", + "action_params": "", + "id": 9, + "move_mode": "run", + "type": "path", + "x": -232.30322265625, + "y": 612.4769287109375 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 10, + "move_mode": "run", + "type": "orientation", + "x": -232.30322265625, + "y": 612.4769287109375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c07纳塔远古圣山拟星的台座.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c07纳塔远古圣山拟星的台座.json new file mode 100644 index 000000000..1c93f3e00 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c07纳塔远古圣山拟星的台座.json @@ -0,0 +1,49 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时31.68秒,包含以下怪物:1只暝视龙。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735807306, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6c07纳塔远古圣山拟星的台座", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": -432.421875, + "y": 253.5699462890625 + }, + { + "action": "fight", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": -436.149169921875, + "y": 257.107666015625 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 3, + "move_mode": "dash", + "type": "orientation", + "x": -436.149169921875, + "y": 257.107666015625 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c08纳塔远古圣山拟星的台座【狭窄地形】.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c08纳塔远古圣山拟星的台座【狭窄地形】.json new file mode 100644 index 000000000..b98762041 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/旧日和圣山锄地路线/远古圣山/6c08纳塔远古圣山拟星的台座【狭窄地形】.json @@ -0,0 +1,67 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时68.4秒,包含以下怪物:2只丘丘人、1只打手丘丘人、1只冲锋丘丘人、1只木盾丘丘暴徒、1只岩丘丘萨满。", + "enable_monster_loot_split": false, + "last_modified_time": 1767735810001, + "map_match_method": "", + "map_name": "AncientSacredMountain", + "name": "6c08纳塔远古圣山拟星的台座【狭窄地形】", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": -432.410400390625, + "y": 253.5457763671875 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": -408.0224609375, + "y": 267.77587890625 + }, + { + "action": "combat_script", + "action_params": "wait(10)", + "id": 3, + "move_mode": "jump", + "type": "target", + "x": -400.306396484375, + "y": 268.400341796875 + }, + { + "action": "fight", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": -442.883544921875, + "y": 259.5577392578125 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 5, + "move_mode": "dash", + "type": "orientation", + "x": -442.883544921875, + "y": 259.5577392578125 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5901枫丹水下埃尔顿海沟南.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5901枫丹水下埃尔顿海沟南.json new file mode 100644 index 000000000..3033a43b5 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5901枫丹水下埃尔顿海沟南.json @@ -0,0 +1,71 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时82.85秒,包含以下怪物:2.5只重甲蟹·红、2只坚盾重甲蟹。", + "enable_monster_loot_split": false, + "last_modified_time": 1767786814975, + "map_match_method": "", + "map_name": "Teyvat", + "name": "5901枫丹水下埃尔顿海沟南", + "tags": [ + "水下" + ], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 4507.2509765625, + "y": 2557.9501953125 + }, + { + "action": "fight", + "action_params": "", + "id": 2, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 4492.5205078125, + "y": 2489.693115234375 + }, + { + "action": "combat_script", + "action_params": "click(middle)", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 4492.5205078125, + "y": 2489.693115234375 + }, + { + "action": "combat_script", + "action_params": "keypress(e)", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 4483.89453125, + "y": 2449.94140625 + }, + { + "action": "combat_script", + "action_params": "keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack,wait(0.1),keypress(e),attack,wait(0.7),attack,wait(0.7),attack", + "id": 5, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 4477.904296875, + "y": 2429.523193359375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5903枫丹水下埃尔顿海沟南.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5903枫丹水下埃尔顿海沟南.json new file mode 100644 index 000000000..9e83a23a9 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5903枫丹水下埃尔顿海沟南.json @@ -0,0 +1,150 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时99.03秒,包含以下怪物:2只坚盾重甲蟹。", + "enable_monster_loot_split": false, + "last_modified_time": 1767790229674, + "map_match_method": "", + "map_name": "Teyvat", + "name": "5903枫丹水下埃尔顿海沟南", + "tags": [ + "水下" + ], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "force_tp", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 4401.1904296875, + "y": 2277.581787109375 + }, + { + "action": "combat_script", + "action_params": "keydown(VK_LCONTROL),wait(3),keyup(VK_LCONTROL)", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 4443.8330078125, + "y": 2264.982177734375 + }, + { + "action": "combat_script", + "action_params": "keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 4458.318359375, + "y": 2261.612548828125 + }, + { + "action": "combat_script", + "action_params": "click(middle),attack,keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 4453.3310546875, + "y": 2259.084228515625 + }, + { + "action": "combat_script", + "action_params": "click(middle),attack,keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": 4450.2763671875, + "y": 2250.439453125 + }, + { + "action": "combat_script", + "action_params": "click(middle),attack,keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": 4454.8291015625, + "y": 2248.2265625 + }, + { + "action": "combat_script", + "action_params": "click(middle),attack,keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 7, + "move_mode": "dash", + "type": "path", + "x": 4456.0703125, + "y": 2249.962158203125 + }, + { + "action": "combat_script", + "action_params": "click(middle),attack,keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 8, + "move_mode": "dash", + "type": "path", + "x": 4454.953125, + "y": 2251.14306640625 + }, + { + "action": "combat_script", + "action_params": "click(middle),attack,keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 9, + "move_mode": "dash", + "type": "path", + "x": 4450.2763671875, + "y": 2250.439453125 + }, + { + "action": "combat_script", + "action_params": "click(middle),attack,keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 10, + "move_mode": "dash", + "type": "path", + "x": 4454.8291015625, + "y": 2248.2265625 + }, + { + "action": "combat_script", + "action_params": "click(middle),attack,keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 11, + "move_mode": "dash", + "type": "path", + "x": 4456.0703125, + "y": 2249.962158203125 + }, + { + "action": "combat_script", + "action_params": "click(middle),attack,keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 12, + "move_mode": "dash", + "type": "path", + "x": 4454.953125, + "y": 2251.14306640625 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(3),keyup(VK_LCONTROL)", + "id": 13, + "move_mode": "dash", + "type": "path", + "x": 4432.212890625, + "y": 2196.24560546875 + }, + { + "action": "fight", + "action_params": "", + "id": 14, + "move_mode": "dash", + "type": "path", + "x": 4432.212890625, + "y": 2196.24560546875 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5904枫丹水下塞洛海原.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5904枫丹水下塞洛海原.json new file mode 100644 index 000000000..9ee4c5cef --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5904枫丹水下塞洛海原.json @@ -0,0 +1,97 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时68.56秒,包含以下怪物:3只膨膨兽、1只坚盾重甲蟹。", + "enable_monster_loot_split": false, + "last_modified_time": 1767792008518, + "map_match_method": "", + "map_name": "Teyvat", + "name": "5904枫丹水下塞洛海原", + "tags": [ + "水下" + ], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 3964.3466796875, + "y": 3245.18359375 + }, + { + "action": "combat_script", + "action_params": "attack,wait(0.1),keypress(e),attack,wait(0.4),attack,wait(0.4),attack,wait(0.1),keypress(e),attack,wait(0.4),attack,wait(0.4),attack,wait(0.1),keypress(e),attack,wait(0.4),attack,wait(0.4),attack", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 3956.349609375, + "y": 3255.200439453125 + }, + { + "action": "combat_script", + "action_params": "keydown(VK_LCONTROL),wait(5),keyup(VK_LCONTROL)", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 3925.9755859375, + "y": 3293.17529296875 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 3916.9619140625, + "y": 3293.245849609375 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": 3923.693359375, + "y": 3301.431640625 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 6, + "move_mode": "dash", + "type": "path", + "x": 3936.125, + "y": 3301.50927734375 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 7, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 3944.3662109375, + "y": 3295.72119140625 + }, + { + "action": "fight", + "action_params": "", + "id": 8, + "move_mode": "dash", + "type": "path", + "x": 3944.3662109375, + "y": 3295.72119140625 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5905枫丹水下塞洛海原.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5905枫丹水下塞洛海原.json new file mode 100644 index 000000000..702ea7452 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5905枫丹水下塞洛海原.json @@ -0,0 +1,156 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时146.92秒,包含以下怪物:0.5只重甲蟹·红、4只坚盾重甲蟹。", + "enable_monster_loot_split": false, + "last_modified_time": 1767793013015, + "map_match_method": "", + "map_name": "Teyvat", + "name": "5905枫丹水下塞洛海原", + "tags": [ + "水下" + ], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 4017.3583984375, + "y": 3426.729248046875 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(5),keyup(VK_LCONTROL)", + "id": 2, + "move_mode": "dash", + "type": "path", + "x": 3993.1005859375, + "y": 3401.6298828125 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 3, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 4002.548828125, + "y": 3397.44775390625 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 3995.2783203125, + "y": 3399.29443359375 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": 4002.91015625, + "y": 3401.111328125 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 6, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 4013.185546875, + "y": 3402.589111328125 + }, + { + "action": "fight", + "action_params": "", + "id": 7, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 4013.185546875, + "y": 3402.589111328125 + }, + { + "action": "combat_script", + "action_params": "click(middle)", + "id": 8, + "move_mode": "dash", + "type": "path", + "x": 4013.185546875, + "y": 3402.589111328125 + }, + { + "action": "combat_script", + "action_params": "click(middle),keypress(e),keydown(VK_LCONTROL),wait(8),keyup(VK_LCONTROL)", + "id": 9, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 4049.5576171875, + "y": 3378.18408203125 + }, + { + "action": "fight", + "action_params": "", + "id": 10, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 4049.5576171875, + "y": 3378.18408203125 + }, + { + "action": "combat_script", + "action_params": "wait(1)", + "id": 11, + "move_mode": "dash", + "type": "orientation", + "x": 4049.5576171875, + "y": 3378.18408203125 + }, + { + "action": "", + "action_params": "", + "id": 12, + "move_mode": "walk", + "type": "teleport", + "x": 4017.365234375, + "y": 3426.73779296875 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL)", + "id": 13, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 4004.1103515625, + "y": 3480.105224609375 + }, + { + "action": "fight", + "action_params": "", + "id": 14, + "move_mode": "dash", + "type": "path", + "x": 4004.1103515625, + "y": 3480.105224609375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5906枫丹水下梅洛彼得堡.json b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5906枫丹水下梅洛彼得堡.json new file mode 100644 index 000000000..6936ba23e --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/5906枫丹水下梅洛彼得堡.json @@ -0,0 +1,70 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "mno" + } + ], + "bgi_version": "0.45.0", + "description": " 路线信息:该路线预计用时78.66秒,包含以下怪物:1只坚盾重甲蟹。", + "enable_monster_loot_split": false, + "last_modified_time": 1767794025032, + "map_match_method": "", + "map_name": "Teyvat", + "name": "5906枫丹水下梅洛彼得堡", + "tags": [ + "水下" + ], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 4753.86328125, + "y": 4498.95751953125 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(12),keyup(VK_LCONTROL),click(middle)", + "id": 2, + "locked": false, + "move_mode": "dash", + "type": "path", + "x": 4661.2353515625, + "y": 4460.14599609375 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 3, + "move_mode": "dash", + "type": "path", + "x": 4653.744140625, + "y": 4453.119140625 + }, + { + "action": "combat_script", + "action_params": "keypress(e),keydown(VK_LCONTROL),wait(1),keyup(VK_LCONTROL),click(middle)", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 4651.908203125, + "y": 4462.0888671875 + }, + { + "action": "fight", + "action_params": "", + "id": 5, + "move_mode": "dash", + "type": "path", + "x": 4661.2353515625, + "y": 4460.14599609375 + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/README.md b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/README.md new file mode 100644 index 000000000..88d38e591 --- /dev/null +++ b/repo/js/AutoHoeingOneDragon/实验路线(阅读对应文件夹中说明才能使用)/水下/README.md @@ -0,0 +1,9 @@ +水下路线整体效率较慢,怪均较高,仅当小怪权重较高时才会入选 +水下路线需要单独分组配置,使用单独的配队和战斗策略 +建议战斗超时时间60秒以上,关闭旋转找怪,战斗策略如下(以迪希雅为例,可换为其他抗揍的角色) +迪希雅 attack,wait(0.1),keypress(e),attack,wait(0.6),attack,wait(0.7),attack +队伍中没有芙宁娜时需要延长等待时间 +迪希雅 attack,wait(0.1),keypress(e),attack,wait(0.8),attack,wait(0.9),attack + +确认可以使用时,将该部分路线复制到pathing文件夹下任意位置 +