The Bytecode Club

Full Version: v5.6 out of sync
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please help me guys.When I clicked on searching i see that ''out of sync''.How can fix it?I try a villagesearch au3. file and change if sleep(1000) and 4000,but didnt work.Thank you so much.
(02-25-2015, 04:00 PM)xearo002 Wrote: [ -> ]Please help me guys.When I clicked on searching i see that ''out of sync''.How can fix it?I try a villagesearch au3. file and change if sleep(1000) and 4000,but didnt work.Thank you so much.


Code:
While 1
_WinAPI_EmptyWorkingSet(WinGetProcess($Title)) ; Reduce BlueStacks Memory Usage
If _Sleep(3000) Then ExitLoop (2)
GetResources() ;Reads Resource Values

If $Restart = True Then ExitLoop (2)

in "TBC BOT 5.6\TBC BOT 5.6\COCBot\functions\Search" line 25

i tried change if_sleep to 6000 working great so far for me.