Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Bug] camps are full and bot is still "waiting for full army"
#1
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
Reply
#2
i have the same exact issue. it does it every time i get kicked off every 6hrs for 10mins.
Reply
#3
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.
Reply
#4
If you enabled donations, this could be the cause of the problem. try disabling it worked for me.
If I helped you in some way, I woud Appreciate it if you gave me a Reputation. Smile
Reply
#5
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.
Reply
#6
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...
Reply
#7
anyone solved this problem? occurs in latest version and im currently in th10
Reply
#8
just close the bot and run it again as admin.
solved to me.
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website