|
I know this is an old post I am bumping, but I came here looking for a macro since I was discussing creating a simple leveling bot for AC earlier today with a buddy of mine. It would be pretty easy to make a bot using a pixel bot framerwork like M M O V I P E R.
Basically you need 4 pixel detections, 1 for your health and mana (knowing when to use potions or food), 1 for the mob top tell it's been selected, and 1 for when it's dead.
You use tab to select a new mob. With a ranged character it's simply a matter of finding a safe spot to fire off your ranged attack which has no chance for the mob to attack you back. With a melee type character, you do 1-2 ranged shots then you fire off your melee attacks until health = 0. If a ranged character is selected, then no looting is required, sit and wait for mana to = 100% then tab to select new mob. If a melee character is selected, when health = 0, collect loot, then sit and wait for health to = 100%, then tab to select new mob.
You would simply need to move the bot to a new location every so often.
You could probably do this easily with M M O V I P E R. If you do not have an account with them, then likely you would need to learn to program in AutoIt (which I would recommend anyways so you could compile the program). It would be a little harder with AutoIt since you need to learn more, but the flexability of the program makes up for the difficulty to learn it.
|