I haven't had a chance to dig into it to look yet, however past few eq2bot updates my illy will not melee even if melee attack is turned on and all combat movement is allowed.
I'll see if I can find the time to dig into it, but if you beat me to it
I would asume so as I did a full svn export last night and copied everything over (exception of eq2harvest folder as it overwrites some of my paths) and ran for a good couple of hours. Didn't see him melee once nor did he gain a single skill point.
My Illy has the same issue, and I think it was setup that way semi on purpose originally. Before epics and mythicals, rarely did an Illy bother to melee as the added DPS wasn't worth the trouble, and the bot was designed to maximize casting spam. There is rarely a moment when my Illy is not flowing from one spell immediately into another.
raiding, i always tried to melee as your overall dps is pretty important, but botting, meh, id rather he stand back and cast nonstop than waste time running around positioning (personally, ymmv).
well I checked my echo and kept getting a we are rooted issue.
so I tracked it down in eq2bot.iss and if you echo ${Me.ToActor.Speed} during combat it shows 0, guessing that function shows what speed buffs you have etc
Changing the check from a logical or to a and && has melee re-enabled, now getting a math error I'll see if I can track that one down for ya too
so change in EQ2Bot.iss
if ${Me.ToActor.Speed}<1 || ${Me.ToActor.IsRooted} to
if ${Me.ToActor.Speed}<1 && ${Me.ToActor.IsRooted}
and it fixes the melee issue that was occuring, now getting some math errors for the movement but those appear unrelated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.