Quote:
Originally Posted by boblewo
Thanks very much for your awnser!
And yes, I do have low fps, usually between 14 to 18 fps (that's low right? just to confirm xD) Maybe that's why?
I've attached two pics in here, first one is an error that's new to me, It's the first time I'm seeing, I think he couldn't read the line properly. And the other is a pic of the item equipped (it was one of the rings)
|
The first image is a new error, you are correct. It means that the bot read the awake of the item as "Awakening Available", meaning that it either failed to awake the item, or there was a lag/delay before the awake would change on the item and the bot took the snapshot of the awake too early.
That can most likely be fixed by increasing the "Before Awake Snapshot Delay" slider option in the bot. If that does not fix it, the issue occurs because the client misses the simulated left-clicks due to the low fps / freezes.
Second image, I see the item being equipped and the bot having nothing to read anymore. As far as I know, the sole reason that occurs is due to low fps and/or lag spikes. You have VERY low fps. The bot is not designed to be working on such low fps.
An issue like this could very well be fixed by having the bot wait for the messages to be handled by the target application. However, that would involve injecting a dll into the target process, which would leave a bad detection vector. It is simply not worth for such a small thing.
One thing you could do to possibly fix the second issue is to modify the server config and increasing the "ScrollDelayMs":
Code:
<!--
The amount of time in milliseconds it takes before an awake scroll is done
showing that "Watering Effect" on the item before awakening it
-->
<Setting name="ScrollDelayMs">200</Setting>
All the solutions above are about increasing delay's due to the low fps / lag spikes, therefore the end result would be a slower bot. Looking at the image it already seems very slow seeing the "Iteration Time". It seems as if you need a better computer.
Sorry I can't do anything else to counter the issues you are having.