Page 1 of 1

Bigger Enemies - How to prevent pushing them back?

Posted: Fri Jul 16, 2010 1:06 pm
by Eluzive
I am fighting larger monsters so my bot always walks into them. The problem is the monster moves back aswell to beable to hit me, so it repeatedly continues to move backwards and attract more enemies.

I tried changing the combat to ranged and changing the range of where to attack, but seems to not help. I am a melee character so it was expected not to work.

Any tips?

Re: Bigger Enemies - How to prevent pushing them back?

Posted: Fri Jul 16, 2010 1:30 pm
by Administrator
Open classes/player.lua, CTRL+F. Find

Code: Select all

local successDist = 15.0
Change the 15 to a higher number (something between 25 and 45 should work).

Re: Bigger Enemies - How to prevent pushing them back?

Posted: Wed Jul 21, 2010 4:14 pm
by Eluzive
Thanks so much :)