The Bytecode Club

Full Version: [Bug] camps are full and bot is still "waiting for full army"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Provide the info below
- Operating System: Windows 7 64bit

- COC Bot Version:
COC Bot v5.5.1.1

- Bluestack Version:
http://www.mediafire.com/download/y287bs...BSEasy.msi

- Screenshot:
I forgot to take it sorry

- Brief Description Of Problem:
I left the bot running over the night, in the morning i saw that bot was stuck at "waiting for full army" even though the camps were full and last attack BOT made was 4 hours ago. So it ran only for like 4-5 hours...
Btw there was a time when message came that "you have been playing for too long" after a couple of reloads, it went away on its on and BOT was back in control. Kindly note that when it was stuck at waiting for full army, bot was doing other functions properly e.g collecting resources


- What Were You Doing To Trigger This:

Nothing


- What have you done to try resolve the problem.

I stopped it and start it again and then it was running fine
Code:
------------------------
    BLUESTACKS
------------------------
BlueStacks is open and not minimized
Resolution: 860, 720
------------------------
    AUTOIT
------------------------
Version: 3.3.12.0
Native x64
Compiled
------------------------
    SPECS
------------------------
CPU: X64
OS: X64; WIN_7
------------------------
    DESKTOP
------------------------
Aero Enabled
Depth: 32
Resolution: 768, 1280
Refresh rate: 60
------------------------
    FUNCTION CALL
------------------------
_WinAPI_GetDC: 0xFFFFFFFFE90127EF
_WinAPI_CreateCompatibleDC: 0x0000000055011BA7
_WinAPI_CreateCompatibleBitmap: 0x000000005D050036
i have the same exact issue. it does it every time i get kicked off every 6hrs for 10mins.
I have same issue too.
Bot don't knows that army caps are full!
It opens barracks but doesn't do anything
closing coc bot and running again solves the problem temporarily.
If you enabled donations, this could be the cause of the problem. try disabling it worked for me.
Donations are already disabled

i think the problem is with barracks training capacity. Bot wants to buy all the troops together. for example it want to buy 50 Archers. it clicks Archer 50 times and then thinks that all thing going ok. but it doesn't know that barracks can only train 30 troops in one time.
It´s Func CheckFullArmy()
maybe the pixel color or position _get ....

Code:
Func CheckFullArmy()
_CaptureRegion()
$Pixel = _ColorCheck(_GetPixelColor(327, 520), Hex(0xD03838, 6), 20)
If $Pixel Then
$fullArmy = True
ElseIf _GUICtrlComboBox_GetCurSel($cmbTroopComp) = 8 Then
$fullArmy = False
EndIf
EndFunc   ;==>CheckFullArmy

I never had problems with my TH8 , but with my Th10 yes ... i will snapshot both and see if there are differences...
anyone solved this problem? occurs in latest version and im currently in th10
just close the bot and run it again as admin.
solved to me.