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
Moves from position
#1
Hello, I've encountered a problem (may be setup problem but it's been a couple times now) where I am either skilling or making runes at my house, and I don't know why sometimes my character moves from the sqm I am standing. 

It could be because I have cavebot on other clients or any other reason...

Is it possible to make a persistent that if it moved from certain SQM, go back to the original SQM? Or should I just use cavebot and keep it moving towards it?

Thanks.
Reply

#2
Hello.

You can use Runemaker->Refill Settings->Character, so it will walkback to character position, but you must have Runemaker enabled... Or use a LUA Script.
local SAFE_LOCATION = { X = 12345, Y = 12345 }

if posx() ~= SAFE_LOCATION.X or posy() ~= SAFE_LOCATION.Y then
     reachlocation(SAFE_LOCATION.X, SAFE_LOCATION.Y, true)
     wait(500, 800)
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016