ArmyofDragons 28 Posted July 4, 2018 I have been babysitting a private script I am working on (coming free soon!) and I noticed the mouse has significant side effects trying to click on an NPC. Some of these side effects I noticed is when it: Mouse follows the NPC off by some pixels, failing to click on it for a few seconds. This can happen a LOT. Mouse "jerks" towards an NPC but not on it, sometimes "flicking" slowly towards the target but never on the target. It corrects itself after 10 seconds or so. Not sure if this happens all the time but it definitely happens consistently at some points, this can be troublesome because it is very easy to detect for how it looks movement wise. Sidenote: No, I am not calling functions directly from the Mouse class (as the Dreambot API says against it, although I use it for opening interfaces)
ArmyofDragons 28 Author Posted July 4, 2018 1 hour ago, Xephy said: Give a concrete example so we can see if it's reproducible, please. I'll get some gifs of it when I'm watching my script.
soccersw2 0 Posted July 4, 2018 I have the same issue with the looting script I'm working on. I have these side effects: - significant buffer time between clicks - occasional jitters back and forth after picking up an item - inaccurate clicking (misses often) - when on the same tile of the targeted item(s), the bot right clicks and misclicks "pickup" for the item twitch before finally clicking on the tile (at around 1 second intervals) This causes the bot to miss valuable time to pickup items. As far as method I'm simply using closest() to find the targeted item in a defined Area.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.