The Bytecode Club
[Bug] camps are full and bot is still "waiting for full army" - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97)
+--- Thread: [Bug] camps are full and bot is still "waiting for full army" (/showthread.php?tid=896)



[Bug] camps are full and bot is still "waiting for full army" - HellsGuardian - 02-18-2015

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/y287bsy7zio4msg/BlueStacks_App_Player_0.9.6.4092_SuperUser_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



RE: [Bug] camps are full and still bot is "waiting for full army" - irice - 02-19-2015

i have the same exact issue. it does it every time i get kicked off every 6hrs for 10mins.


RE: [Bug] camps are full and still bot is "waiting for full army" - h4mid007 - 02-20-2015

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.


RE: [Bug] camps are full and still bot is "waiting for full army" - will321123 - 02-20-2015

If you enabled donations, this could be the cause of the problem. try disabling it worked for me.


RE: [Bug] camps are full and still bot is "waiting for full army" - h4mid007 - 02-20-2015

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.


RE: [Bug] camps are full and still bot is "waiting for full army" - promac - 02-20-2015

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...


RE: [Bug] camps are full and bot is still "waiting for full army" - ershin77 - 02-24-2015

anyone solved this problem? occurs in latest version and im currently in th10


RE: [Bug] camps are full and bot is still "waiting for full army" - youbrey - 02-24-2015

just close the bot and run it again as admin.
solved to me.