Anigrind Posted June 6, 2019 Posted June 6, 2019 (edited) Yesterday i decided to realize a dream of mine which was to create a bot for an MMORPG. So I did just that! The bot manages to find targets based on Pixels and is working great! (Finds targets, kills them and moves onto the next) One thing that would take the script further though would be for it to Roam around or look around if its not already fighting an enemy. (Kinda search out for more enemies) The final product i'm trying to manage is something close to the ROS BOT for Diablo 3 -snip- I know the ROS BOT reads memory to path through the dungeons and attack monsters and so fourth, but if i'm not wrong this is an easy way to get caught which is why i went the pixel route instead. Just wondering if anyone has some suggestions which would help it navigate around and "Roam" until it finds a target. Right now i have a budget version kinda, right now i use a else $attacking = False MouseClickDrag("right", 880, 490, 403, 490, 4 ) endif To make my bot simply look around rather then actually "Roam", but i imagine this wont cut it for other mmorpgs out there which i want to expand to eventually and create bots for. Sorry if i'm not following the right "format" for making a post, I am very new to all this! Thanks for reading and its a pleasure being here ^^. Theres' no real info out there on this to my knowledge so i feel really lost at the moment :c Also would i imagine i would have to read the memory if i wanted to make a GUI on screen where it would display the exp gained in the session or am i wrong? Finally would i be able to read the memory of a game to make codes of it with AutoIT? Honestly falling in love with AutoIT :') Edited June 6, 2019 by Jos
Developers Jos Posted June 6, 2019 Developers Posted June 6, 2019 Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. 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. The Moderation team 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