12-31-2014, 12:18 AM
Hello everyone, I can see that speed is a concern now. I actually tried increasing the speed in the next version because it can run on my computer with no problem, doubling the speed and I couldn't see that it was an issue then. Next version I'll add more options for speed due to slow computers and for longer run time. When I changed the speed in the battle, I removed all delays between troop drops and it increased the chances of me getting close to 100% with B.Arch everytime.
About the two compiled versions 64 and 32-bit. There is a thing with ImageSearch.dll (renamed COCBot32/64.dll) that is specific for which type of system you have. I can't really anything about it, but we'll find a better approach to this later.
Finally, about the repeating restarting BlueStacks, I know the source of the problem. If you can edit the script you can make it work for your computer:
The bot tries to re-run the process by using this, but the directory is different for everyone. You can try changing to it the HD-RunApp.exe for your computer if you can find it. ie Mine is "C:\Program Files (x86)\BlueStacks\HD-RunApp.exe" (Don't remove the other parts. It runs the game)
About the two compiled versions 64 and 32-bit. There is a thing with ImageSearch.dll (renamed COCBot32/64.dll) that is specific for which type of system you have. I can't really anything about it, but we'll find a better approach to this later.
Finally, about the repeating restarting BlueStacks, I know the source of the problem. If you can edit the script you can make it work for your computer:
Code:
If FileExists(@HomeDrive & "\" & $ProgramFileDir & "\BlueStacks\HD-RunApp.exe") Then
Run(@HomeDrive & "\" & $ProgramFileDir & "\BlueStacks\HD-RunApp.exe -p com.supercell.clashofclans -a com.supercell.clashofclans.GameApp")
The bot tries to re-run the process by using this, but the directory is different for everyone. You can try changing to it the HD-RunApp.exe for your computer if you can find it. ie Mine is "C:\Program Files (x86)\BlueStacks\HD-RunApp.exe" (Don't remove the other parts. It runs the game)