i am noticing more frequent lately, that when my bot rests, to heal up, it keeps running forward.
it used to just stop, and rest for the hp, but now it runs like intoo walls etc.
is this only me, or are more people experiencing this?
Botje
bug? or maybe only me?
Re: bug? or maybe only me?
It's possible that when we implemented "don't stop at waypoints" feature that we broke the resting feature. Resting is supposed to happen after combat before moving on isn't it? Is that when you are noticing the problem? Whe is it that it tries to rest but runs instead?
If it is failing to stop for player:rest() you can try adding this line to the function.
After line 2802 of player.luaAdd
See if that helps.
If it is failing to stop for player:rest() you can try adding this line to the function.
After line 2802 of player.lua
Code: Select all
function CPlayer:rest(_restmin, _restmax, _resttype, _restaddrnd)Code: Select all
keyboardRelease( settings.hotkeys.MOVE_FORWARD.key );- 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.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: bug? or maybe only me?
yes thats exactly when it happens, added that line, ill report back after some testing 
botje
botje
Re: bug? or maybe only me?
yep, that seemed to do the trick 
Botje
Botje
Re: bug? or maybe only me?
I'll add it to my next commit.
- 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.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: bug? or maybe only me?
thanx a lot mate ^.^
Botje
Botje