provocate
03-30-2012, 17:26
So, I'm botting at larvae currently, I got 2 days of premium left so I thought I'd take my noob mage to 30. Using simplest cavebot script possible, with no fancy refiller or depositer, maybe that will keep me from getting banned/deleted.
So, without depositer I needed cap reminder which will remind me that my cap dropped under specific number ... That's like the easiest thing to do in conditional events, here it goes:
Note that for these two cases my cap is: 57
$mycap$
#number<#
10
0
1000
0
exiva testding
Now, I interpret this as so: If my cap drops under value 10, it will 'exiva testding' (ding, ding, ding) every 1 second.
It doesn't work! And if I change '#number<#' to '#number>#' and completely change cap value as so:
$mycap$
#number>#
40
0
1000
0
exiva testding
It doesn't work either! (If my cap is above 40, ti will ding every second.)
I mean, it drives me crazy, because now I'm not sure, either I am stupid and can't interpret functions '#number<#' and '#number>#' right, or these two are completely opposite of what they're saying.
EDIT: Apparently second conditional works ... But still, I need bot to 'ding' when cap's under 10, ARGHHH! imadbro.png!!!!
So, without depositer I needed cap reminder which will remind me that my cap dropped under specific number ... That's like the easiest thing to do in conditional events, here it goes:
Note that for these two cases my cap is: 57
$mycap$
#number<#
10
0
1000
0
exiva testding
Now, I interpret this as so: If my cap drops under value 10, it will 'exiva testding' (ding, ding, ding) every 1 second.
It doesn't work! And if I change '#number<#' to '#number>#' and completely change cap value as so:
$mycap$
#number>#
40
0
1000
0
exiva testding
It doesn't work either! (If my cap is above 40, ti will ding every second.)
I mean, it drives me crazy, because now I'm not sure, either I am stupid and can't interpret functions '#number<#' and '#number>#' right, or these two are completely opposite of what they're saying.
EDIT: Apparently second conditional works ... But still, I need bot to 'ding' when cap's under 10, ARGHHH! imadbro.png!!!!