Merged
Conversation
古いコマンドを使用していたので修正 checkIfAliveを追加
…into new_commands
上げ忘れ
KawaSwitch
reviewed
Jan 23, 2020
KawaSwitch
reviewed
Jan 23, 2020
KawaSwitch
approved these changes
Jan 23, 2020
Owner
KawaSwitch
left a comment
There was a problem hiding this comment.
細かいですが継承しているのでメンバメソッドの書き方へ
4匹の選び方は後から実装予定のコマンドオプション機能等(まだGUIの概要は決まっていませんが...)で1コマンドに統一するかもしれませんが, 現状はこの実装で大丈夫です
fossil_loopメソッドの実装助かります
Owner
デフォルトでも"ポケモン"の位置は上段の左から2番目なので特に問題は無いかと思います |
Co-Authored-By: KawaSwitch <41296626+KawaSwitch@users.noreply.github.com>
Co-Authored-By: KawaSwitch <41296626+KawaSwitch@users.noreply.github.com>
Co-Authored-By: KawaSwitch <41296626+KawaSwitch@users.noreply.github.com>
Co-Authored-By: KawaSwitch <41296626+KawaSwitch@users.noreply.github.com>
OP認識後のコマンド修正 Co-Authored-By: KawaSwitch <41296626+KawaSwitch@users.noreply.github.com>
ラグ対策でwait修正 Co-Authored-By: KawaSwitch <41296626+KawaSwitch@users.noreply.github.com>
KawaSwitch
reviewed
Jan 23, 2020
過剰なB連打をひかえめした コメントアウト部分を修正 ループのインクリメント位置をループの最後に。それに合わせてprintも修正
…oller into new_commands
Contributor
Author
|
返信遅くなりすみません。 |
Owner
|
お疲れ様です。いつもありがとうございます。 画像認識後のwaitの件について了解いたしました。 |
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.
いつもお世話になります。早速ですが概要です。
化石ポケモンの色違い厳選コマンド
画像認識必須
前準備として以下の状態でレポートを書いた上でスタートする
また、プラスボタンで技構成のあるステータス画面を表示するようにしておく
これは自分がアイコン位置を変更していること。また、厳選の過程でポケモンの再起動処理が入る際にカーソル位置が左上にリセットされるようであるため。
デフォルトのアイコン位置を忘れてしまったので、デフォルトのアイコン位置に合わせてコマンドを修正したほうが良いかもしれません。
動作ですが、
を繰り返します。(1ループ約10分です)

逃がす処理は行わないので、終了時はこんな感じです。
手元では動いたので動くとは思うのですが、一旦draftです。
プログラム初心者なので若干変なコマンドの実装になっていると思います。