Log in

View Full Version : Caveboy not working proppely ifTrue comand line



diga xis
02-21-2013, 07:40
Nowndays im getting some problems with cavebot to make my moneymaker leave the cave if the cap is lower tham X
I just use IfTrue ($mycap$#number<=#50) Goto X
or
IfTrue ($mycap$#number<=#50) Goto $nlineoflabel:labelname$ changing labelname to the actual name of label i put just befour the waypoints to leave cave.
But the cavebot just looks to ignore this and keep hunting.
Does it is not avaliable anymore due to botting detections or am i doing anything wrong ?

thanks in advanced for the comunity

provocate
02-21-2013, 18:42
You're doing everything alright, it's just that you have to change your capacity value from 50 to 5000.

5000 = 50 cap
50 = 0.5 cap

In your case bot will leave the spawn, if your capacity is under 0.5 cap. Change it to 5000 and everything will be alright. :)

diga xis
02-21-2013, 20:18
Thanks provocate,
it is working perfectly now