Merged
Conversation
huiyadanli
reviewed
Nov 1, 2024
| log.info('开始每日委托或探索派遣,若无退出对话,则说明重复领取或未完成派遣'); | ||
| // 自动每日或纪行 | ||
| await keyPress("f"); | ||
| dispatcher.addTimer(new RealtimeTimer("AutoSkip", { "forceInteraction": true })); |
Member
There was a problem hiding this comment.
AutoSkip 的 Timer 还未支持,这个需要等待我改造。这里其实也不太适合用 自动剧情的触发器
huiyadanli
added a commit
to babalae/better-genshin-impact
that referenced
this pull request
Nov 8, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

新增璃月合成台路径,枫丹凯瑟琳路径和枫丹的委托和派遣js
可能存在路径追踪复现时抖动的情况,不知道是否与系统缩放设置为1.25有关,希望能够得到大佬解答,以及能否引入js的休眠机制,在休眠时能够使用其他bgi的脚本功能,我用sleep无法实现让bgi识别凯瑟琳的委托界面,所以直接停止js脚本让bgi接管。
我看了一下大佬的自动秘境也是通过调用秘境脚本后就停止js了