since some days my daylie-farm bot is doing long trips, far away from his waypionts.
then he often gets stuck cause he fell of a cliff or couldn't walk past a tree, fence,...etc
To control how far he travels from the waypoints chasing mobs you should use MAX_TARGET_DIST in your profile. See 'default.xml' profile for an example. It's supposed to keep you from going too far from the path. Also make sure you are using the latest version of rombot as there have been fixes related to this recently.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
That shouldn't cause a problem. More likely there is a bug. There was a bug that caused such behavior but I fixed it around version 520. I had a look round that section but could find nothing wrong. Just to be sure, check that line 1397 of player.lua looks like this
Personalausweis wrote:
What is Debug_Target and what does it?
DEBUG_TARGET (like all other DEBUG options) provides detailed information on what is happening at that time in that particular action, so DEBUG_TARGET would provide such information about the target.
You can set these options in settings.lua
Personalausweis wrote:line 1397 of player.lua says:
i changed max_target_dist and now all is working fine.
one question to the "onleavecombat" part in my profile.
is it possible to write a function whitch checks my HP and give me full HP bevor he heads to the next waypoint?
like this?
why does he not load "abgeben" when he has 6 of these items?
Probably because you should be using characters with umlauts instead of their ASCII code, and make sure you save the file as UTF-8 without BOM encoding (use Notepad++).