|
Post by ronaldexim on Apr 17, 2017 21:36:21 GMT
Star Wars Galaxy od Herous automation script. Script repeats battles to the end of normal or cantina energy. Doesn't purchase energy. It gives you double ally points and save sim tickets. 1920x1024 version. Open LS, DS or cantina battles. Choice nod that you want. Start script.
auto_battle_swgoh_ankulua.zip
|
|
|
Post by AnkuLua on Apr 18, 2017 0:19:45 GMT
There are some problems in your script.
For portability to other devices, you should make the dimension values fixed. Accordingly, please also fix the image path. Also don't recommend minimal similarity to 0.99. It's too high.
local screen = getAppUsableScreenSize() local scrX = screen:getX() local localPath = scriptPath()
Settings:setCompareDimension(true, scrX) Settings:setScriptDimension(true, scrX) Settings:set("MinSimilarity", 0.99) setImagePath(localPath..scrX)
Please modify it as following
Settings:setCompareDimension(true, 1920) Settings:setScriptDimension(true, 1920) Settings:set("MinSimilarity", 0.85) setImagePath(localPath..1920)
Then please PM us the account to authorize the two licenses. It could be authorized to the same account. Please register and active the account with Pro2 first.
|
|
|
Post by ronaldexim on Apr 23, 2017 10:11:37 GMT
I changed script according to your suggestions - link in first post.
|
|
|
Post by AnkuLua on Apr 23, 2017 10:21:32 GMT
Good job. Two licenses are authorized to your account.
|
|
|
Post by scof1ld on Oct 13, 2017 12:48:58 GMT
Hi, I cannot download your file. Can upload it again?
|
|