AutoMainPNG スライドとランダムについて

AutoMainPNGページ

モンスターストライクを題材として
With Monster Strike as the subject

必要なスクリーンショットを取得していきます。ストーリーを巡回するように作成するためかなりの枚数を必要とします。
Get the screenshots you need.
It requires a considerable number of sheets to create to cycle through the story.

取得場所は動画を参考にしてください。
Please refer to the video for the acquisition location.

LDPlayerの設定は次の通りです。
詳細設定 解像度 モバイル 540×960
他の設定 ROOT権限 無効
他の設定 ADBデバッグ ローカルエリア接続を有効にする。
The LDPlayer settings are as follows.
Detailed settings resolution mobile 540 x 960
Other settings ROOT authority disabled
Other settings ADB debug Enable local area connection.

取得したスクリーンショットをAutoMainPNGで作成したフォルダーに入れます。
Put the screenshot you took in the folder created by AutoMainPNG.

それでは画面ごとに設定していきます。動画を確認してください。
Let’s set it for each screen.
Please check the video.

スライドはモンスターを弾く処理に利用します。弾く方角は×方向として4方向をランダムで動作させます。
Slides are used to play monsters.
The direction of playing is x direction, and 4 directions are randomly operated.

わかりやすく順番に並べます。ポイントは画面の変化しないところをポイントに設定します。クエストの円の中は微妙に色合いが変化しているので不適切ですが、文字は変化していないのでここをポイントにします。
Arrange them in order for easy understanding.
For points, set the points where the screen does not change.
The inside of the quest circle is inappropriate because the color has changed slightly, but since the characters have not changed, I will point here.

注意点
25を選択中に27の画面が赤くなっています。25よりも前に27が動作するため画面のボーナス出現中がタップされることはありません。確認する順番を入れ替える必要があります。
important point
The screen of 27 is red while selecting 25. Because 27 operates before 25
It will not be tapped while the bonus is appearing on the screen.

これで27番は25よりも後になりました。このようにひとつづつリストを確認して赤のリストが前に無いように設定します。
You need to change the order of checking. No. 27 is now after 25.
Check the list one by one like this and set so that the red list is not in front.

 

この状態はだめですね!今回はクリアーしたクエストは除外するために少し工夫します。もちろん順番を変更しても問題ありませんん~順番変えて回避します。
This state is useless! This time, I will devise a little to exclude the cleared quests.
Of course there is no problem even if you change the order

 

これで選択した行よりも赤いリストは後になりました。これで新しいクエストから順次タップします。
Hmm, change the order and avoid it. Now the red list is later than the selected row.
Now tap from new quests.

 

画面の動きを確認しながらポイントを決めるとうまく動くと思います。スキルを使うことを前提に自分自身をタップします。誰の番が来たか上に少し移動するのでここを判断にしています。
I think that it works well if you decide the point while checking the movement of the screen.
Tap yourself on the assumption that you will use the skill.
I’m making a decision here because I’ll move up a little to see who’s turn has come.

大まかに設定が終わりました。スライドを4方向をランダムに発動するスクリプト設定を行います。この時キャラのスキルをタップした後にスライドを動作する必要があります。PTPの設定をタップの後に処理するに切り替えます。
The setting is roughly completed.
Set the script to randomly activate the slide in 4 directions.
At this time, it is necessary to operate the slide after tapping the skill of the character.
Switch the PTP settings to process after tapping.

 

ランダムは4方向なので4個入れます。Randのリストを選択して
スライドを挿入します。これで4つ入りました。Tapは余計なので挿入から更新へ切り替えてスライドに変更します。
Random has 4 directions, so put 4 in. Select a list of Rands
Insert the slide.
Now I have four. Tap is superfluous, so switch from insert to update
Change to a slide.

 

次のスライドの設定を行います。始点と終点をそれぞれ決めます。方向は×ですねスライドの200の設定は始点から終点までの移動時間です。時間を3000にすると3秒かけて指を動かします。今回は200のままで大丈夫です。
Set the next slide.
Decide the start point and end point respectively. The direction is ×
The 200 setting on the slide is the travel time from the start point to the end point.
If you set the time to 3000, you will move your finger over 3 seconds.
This time, you can leave it at 200.

あ!大事な設定をし忘れていました。アンドロイドなので設定変更しましょうアンドロイドはmSではなく秒設定になります。したがって修正が必要です。最初にアンドロイドの設定にするといいです。
a! I forgot to make important settings. Since it is an android, let’s change the setting
Android has a second setting instead of mS. Therefore, it needs to be corrected.
It’s a good idea to set the android settings first.

もう少しです。3キャラ分同じ処理を入れる必要があるのですが、分岐ナンバーを同じにするとそのスクリプトを流用できます。やり方はスクリプトの入っている親画像を選択して番号をロックします。同じ処理の画像を選択してロック番号をセットします。これで1~3キャラは同じ処理を行います。
It’s a little more.
It is necessary to put the same processing for 3 characters, but if the branch number is the same
You can use that script.
The method is to select the parent image that contains the script
Lock the number.
Select an image with the same processing and set the lock number.
Now 1-3 characters will do the same.

完成したのでスクリプトを作成してみますね!
Now that it’s complete, let’s create a script!

それでは完成したスクリプトをLDPlayerに入れましょう!
Now let’s put the completed script into LDPlayer!

忘れていました。これにはAnKuLuaが入っていません。少し時間ください。
I forgot.
It does not include AnKuLua. Please give me some time.

FReeのankuLuaをダウンロードしてインストールします。その後daemonを設定する必要があります。まずダウンロードします。
Download and install FRee’s ankuLua.
Then you need to configure the daemon.
Download first.

AnkuLuaはインストールが完了しDaemon設定も終わりました。これで準備完了です。
AnkuLua is installed
The Daemon settings are complete. Now you are ready.

スクリプトの入れ方です。
今のようにPCフォルダーはLDPlayerに接続されています。
ここにスクリプトを入れるとOKです。
How to put the script.
The PC folder is connected to LDPlayer as it is now.
If you put the script here, it’s OK.

次にAnkuLUaを起動してモンスト巡回を選びます。とりあえずはいとか許可とかにしましょう
Next, start AnkuLUa and select Monster Strike.
For the time being, let’s do something like permission

スクリプトはピクチャーにあります。バックグラウンドサービスを始めます
The script is in the picture.
Start background service

モンスト画面に変更します。
Change to the Monster Strike screen.

この三角形は消すことはできますがそのままでも問題ありません。この三角形はポイントにも影響しますので十分注意しましょうポイントとはマウスで示す部分です。
This triangle can be erased, but it’s okay to leave it as it is.
Please note that this triangle also affects the points.
The point is the part indicated by the mouse.

 

それでは自動操作をスタートします
Let’s start the automatic operation

少し早くしましょう 3秒間待機を入れているのでレスポン吸悪いですね!
Let’s make it a little faster. It’s bad to suck the response because it waits for 3 seconds!

 

まず、止めると使用制限としてクールダウンタイムがあります。
また、使用利用時間は30分程度です。
もっと長く利用したい場合はAnkuLua製作者にお金をお支払いください。
First of all, there is a cooldown time as a usage limit when stopped.
In addition, the usage time is about 30 minutes.
If you want to use it for a longer time, please pay the AnkuLua creator.

 

支払い方法は私のホームページに記載しています。
The payment method is listed on my homepage.

3秒を 1秒に変えてみましょうファイル変更した場合は一度バックグランドを解除するとOKです。
Let’s change 3 seconds to 1 second
If you change the file, you can cancel the background once.

 

それでは待機を1秒にした時の動作になります。
Then, it will be the operation when the standby is set to 1 second.

これでスライドとランダムについて講義を終了します。
Now about slides and randomness
The lecture ends.

長い間お疲れさまでした。
Thank you for your hard work for a long time.

なお、今回のスクリプトはホームページに置いておきますので参考にご利用ください。
In addition, since this script will be placed on the homepage
Please use it for reference.

皆様のパソコンでも同じ設定にすることで動作すると思います。また、ランダムは何個でも入れることができますので4方向を8方向や16方向へ拡張も可能と思います。I think that it will work with the same settings on your personal computer. Also, since you can enter as many random pieces as you like, I think it is possible to expand 4 directions to 8 or 16 directions.

と言いつつとまりましたね、光ることによって反応しなくなったのでしょうこの場合OKを見てください。大きくなっていますし光っていることによる影響はないようです。動作するよう変更してみますねもう少しお付き合いください。
I stopped while saying, I guess it stopped responding by shining. In this case, see OK. It’s getting bigger and it doesn’t seem to be affected by the shining. I’ll change it to work. Please keep in touch with me a little more.

 

なお、分岐セットをなくすには次のように分岐キャンセルをクリックです。完成しましたが、次のキャラも同様に止まると思います。その都度変更していきます。
To remove the branch set, click Cancel Branch as follows. It’s completed, but I think the next character will stop as well. I will change it each time.

 

私が、OKのKの白をポイントにしたか良ーくゲームの部分を見てください。大きくなって小さくなるを繰り返していますが、白の部分Kの縦棒の位置は変化していないようなのでここをポイントにしました。
Look at the part of the game if I made the point of OK K white.
It keeps getting bigger and smaller, but the position of the vertical bar in the white part K is
It seems that it has not changed, so I made this point.

残念動作しませんでした。何枚か画像を撮って検証してみます。
Unfortunately it didn’t work.
I will take some images and verify it.

どの画像も 赤くなるのでもんだいないようですねもう一度スクリプト作成します。
Every image turns red, so it doesn’t seem to be a problem. Create the script again.

 

動作確認済みのファイルをこちらに置いておきますので参考にしてください。スクリプトはAutoMainPNGで作成をお願いします。
Please refer to the file whose operation has been confirmed here. Please create the script with AutoMainPNG.

動作状況や使い方動画
Operation status and usage video

設定ファイルダウンロード
Configuration file download

ファイルはドキュメントフォルダーのAutoMainPNG内にあるFileDataフォルダーに解凍してください。

動画の説明内容文

00028,00034,00010,00043,00007,00008,00009のTag_NにB0006を入れないと動きません。
To Tag_N of 00028,00034,00010,00043,00007,00008,00009 It will not work unless B0006 is inserted.

あることをすることで一時的にスクリプト設定が利用できるのでいろいろ試してください。
By doing something, you can temporarily use the script settings.
Please try various things.

スクリプトを作成してAnkuLuaへ導入します。
Create a script and deploy it to AnkuLua.

DAEMONを設定します。
Set DAEMON.

スクリプトを動かします。
Run the script.

終わります。
自由に任意でご利用ください。