ChosenUno Posted October 5, 2008 Posted October 5, 2008 I'm having some trouble programming the mob detection for my bot. My code search for 3 colour from the mob, one after the other and if 1 succeeds, then mouse moves there and click. Trouble is, I sometimes get false detection even though the colour I chose are very distinct. Any advice?? The game is 9Dragons btw.
Andreik Posted October 5, 2008 Posted October 5, 2008 I'm having some trouble programming the mob detection for my bot. My code search for 3 colour from the mob, one after the other and if 1 succeeds, then mouse moves there and click. Trouble is, I sometimes get false detection even though the colour I chose are very distinct. Any advice?? The game is 9Dragons btw.PixelSearch should be help you to find the colors.
nf67 Posted October 5, 2008 Posted October 5, 2008 (edited) You might also use your mmorpgs autotargeting function, it's less complicated. Tab is the key you're looking for in most games... Send("{TAB}") Edited October 5, 2008 by nf67
ChosenUno Posted October 5, 2008 Author Posted October 5, 2008 You might also use your mmorpgs autotargeting function, it's less complicated. Tab is the key you're looking for in most games... Send("{TAB}") 9Dragons doesn't have any auto-target function, or else I'd use it. I use pixel search, but sometimes the mouse click wrongly. This is the problem. I was hoping that experienced bot-makers might show up with some tips
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now