im looking for auto equip life rings from backpacks can you help me guys?
PHP Code:
auto 2000 equipitem('life ring', 'finger') wait(300, 600)
aint work
23:12:21 error in Cavebot script NewCavebotScript:
["auto 2000 equipitem('life ring', '..."]:NewCavebotScript:1: '=' expected near '2000'
Forgot about ()
PHP Code:
auto (2000) equipitem('life ring', 'finger') wait(300, 600)
Raphael, could you make a hotkey that will alert me if I'm under player attack? It's just because I have been wasted 2 times already while fighting on MC and I didn't even know I'm attacked. I just need it, cause alerts are not working yet properly, Lucas is working on them as I know ;P Thanks <3
i need auto strong haste please
if $hasted == false and $inpz == false and cancastspell('utani gran hur')
then
cast('utani gran hur')
wait(cooldown('utani gran hur'))
end
Hello. I need a script to refill spears in hand from backpack. And also maybe an anti-idle? Please
Thanks in advance
Also, the premade Monk Training script never attacks the monk. And If I attack it myself with the script enabled, it instantly stops attacking. Why is this?
Last edited by Shaddie; 12-23-2013 at 05:36 PM.