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

