Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
if not move then move
#1
strange request. trying to fix a bug where the bot stops finding waypoints. The char gets stuck next to a wall and stops moving. The cavebot keeps scrolling down looking for nodes but the character never moves. 

Im after A) an explanation on what i have done wrong to fix it, or 
B) a persistant that is something like if char not move for 10 seconds then move 1 step east west north and south. 1 step in any direction seems to reset it and the bot starts working fine again..

anybody else have this issue?

thanks
Reply

#2
Hello.

1. Which server are you playing?
2. Whats your cavebot setttings?
3. Yes, it's possible.
This walk a single time on EACH direction.
if standtime() >= 10000 then
     move('e')
     wait(200)
     move('e')
     wait(200)
     move('e')
     wait(200)
     move('e')
     wait(200)
end

This walk a single time on a random direction.
if standtime() >= 10000 then
     move(random(0, 3))
end
Reply

#3
Thanks mate, playing Retrots. Its strange, only happens when looter is turned off. it ends up just standing somewhere and scrolling through nodes.

Ill check out these and see if it fixes the issue

cheers
Reply

#4
Hello.

That usually means bot cannot find a path to reach those waypoints. Maybe your path is/was trapped.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016