When farming low level dungeons, its kinda annoying that the bot will stop at every single mob and kill them before it continues on. It would be better if it was possible to just RunTo specified location, and then deal with the mobs at this spot in a single AOE, instead of using all that time to kill one and one mob, looting, then moving on. I would recon this already is implemented, but how?
you need to write your own profile for this.theres a quest behaviour called RunLikeHell which disables combat when you are running to target location
RunLikeHell was exactly what i was looking for. However it's buggy, and even though i set AllowCombat to false, it still tries to kill enemies you got aggro from, and that fucks your shit up as it does attack, but doesnt care if the mobs are behind you. so your stuck forever with mobs hitting you from behind.
Set the particular mob you want to run from as blacklisted in the profile and it should ignore them entirely, not even glance at them even if they're killing you. Not sure if that's what you were looking for, highly doubt it. But all I can contribute with.
<DisableBehavior Name="Combat" /><MoveTo X="" Y="" Z="" /><EnableBehavior Name="Combat" /> put as many movetos as you need, when the combat is enabled it will kill everything.