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?
Bigger Enemies - How to prevent pushing them back?
- Administrator
- Site Admin
- Posts: 5342
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Bigger Enemies - How to prevent pushing them back?
Open classes/player.lua, CTRL+F. Find
Change the 15 to a higher number (something between 25 and 45 should work).
Code: Select all
local successDist = 15.0Re: Bigger Enemies - How to prevent pushing them back?
Thanks so much 