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 is not location then go to label
#1
When cavebot stuck go to label is u know whats i mean 
when sometimes wpt go more and bot go farest than should just for example
IF is not location x then go to label 'leave' 
if is not location x then go to label 'go hunt'
Reply

#2
|Only Registered members can see download links. | Click here to buy subscription or here to register.

gotolabel(string/number label) [void]: Make the next waypoint the string/number to be defined as parameter "label".
islocation(optional number range) [boolean] Returns true if the action script is executed at the location where the action waypoint was set and false otherwise. If the optional parameter range is specified, return true/false if you are standing within range tiles of the waypoint location in x or y.
islocationxyz(number X, number Y, number Z, optional number range) [boolean] Returns true if the action script is executed at the location within range.

if not islocation() then
     gotolabel('leave')
end

if not islocation() then
     gotolabel('go hunt')
end

if not islocation(x, y, z, 1) then
     gotolabel('leave')
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016