Afk Exp Farmer
Posted: Sat Nov 12, 2011 12:25 am
Hi all. I'm just dipping my toes into macroing outside of the in game set up of setting up an incoming message XD
I've been nibbling all day trying things out in order to get what I'm looking for, so I'll get right down to explaining it;
I play on an eqemu server (THF) where they have built in bots. Well, I basically want to park a character in a corner and consistently tell him to go whack a mob for steady exp gain while I'm off at work.
I snipped this and cut out a few lines that I didn't need out from another macro and it is "sort" of working for me. Basically it targets nearest with ` and presses 1 which is #bot group attack macro hotkey and off it goes to whack away. I tried to tweak it so that if I get hit I'll sit down once the combat is actually over and it ended up just sitting me down every time I got hit bellow x% hp ^-^;
Some things I was trying to add in other than that was that when I leveled I would target my bot if out of combat, and tell him to update his level, I'm sure that it is in the html guide somewhere and I'm currently nibbling my way through it. The other thing is looting; I was tweaking with a few different ones here, some just opened the loot window, others made me run off into a wall o.O?? Anyhow, I'm sure when I have the chance I might be able to figure this all out, but some assistance would be very much appreciated.
~Mutt
I've been nibbling all day trying things out in order to get what I'm looking for, so I'll get right down to explaining it;
I play on an eqemu server (THF) where they have built in bots. Well, I basically want to park a character in a corner and consistently tell him to go whack a mob for steady exp gain while I'm off at work.
Code: Select all
Sub Main
:combatloop
}
/if (!${Me.Casting.ID}) /nomodkey /keypress 1
/doevents
/if (${Target.Distance}<15 && !${Me.Combat}) /keypress `
/goto :combatloop
/returnSome things I was trying to add in other than that was that when I leveled I would target my bot if out of combat, and tell him to update his level, I'm sure that it is in the html guide somewhere and I'm currently nibbling my way through it. The other thing is looting; I was tweaking with a few different ones here, some just opened the loot window, others made me run off into a wall o.O?? Anyhow, I'm sure when I have the chance I might be able to figure this all out, but some assistance would be very much appreciated.
~Mutt