joynt Posted January 7, 2017 Posted January 7, 2017 (edited) So I created a bot for a specific area in an idle game I play, where I face 2 kinds of enemies (minions and boss) and I automated the different attack patterns necessary. My question is how do I fully automate it in the sense that the bot will recognize the kind of enemy ( there are 7 different enemies in this area) and proceed according to the attack pattern I have laid out for it? here is the sample of code for the boss attack pattern( go easy on me I'm new to this.) -snip- Edited January 7, 2017 by Jos
joynt Posted January 7, 2017 Author Posted January 7, 2017 To clarify, I want the bot to be able to differentiate between different enemies, and then take the attack pattern I have laid out for that. Any help is appreciated
Developers Jos Posted January 7, 2017 Developers Posted January 7, 2017 @joynt, Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. (there is also a link link in my signature) Please read them now particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts