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 Uhs under 2 stop cavebot and logout
#1
Hiho

someone have a script that if uhs are under 2 he stop the cavebot and logout
|Only Registered members can see download links. | Click here to buy subscription or here to register.
|Only Registered members can see download links. | Click here to buy subscription or here to register.alt="Undecided" title="Undecided" class="smilie smilie_20" />
Reply

#2
Hello.

Yes, there many scripts like that on our Forums. I recommend you to use search on next time.

If you have multiple backpacks, one inside another then use this:
|Only Registered members can see download links. | Click here to buy subscription or here to register.


If you have just all runes bp open then you can use the code below.
if itemcount('ultimate healing rune') < 2 then
     setsettings('Cavebot/Enabled', false)
     while battlesigned() do
          wait(1000, 2000)
     end
     logout()
end
Reply

#3
thx a lot
how can i make he make rune and equip again the sword with a script
Reply

#4
If you are playing Elderian then just redownload and reinstall Kasteria OTBot, because I've released a new version that moves runes to hand, etc.
But if you wanna do that using LUA scripts then you should use moveitems().
|Only Registered members can see download links. | Click here to buy subscription or here to register.

moveitems(string item, string to, string from, optional in count) [void]
Example:
moveitems('fire sword', 'red backpack', 'lhand', 1) -- moves a fire sword from your left hand to red backpack.
wait(300, 500)

moveitems('blank rune', 'lhand', 'blue backpack', 1) -- moves a blank rune from a blue backpack to your left hand.
wait(300, 500)

moveitems('blank rune', 'blue backpack', 'lhand', 1) -- moves a blank rune from your left hand to a blue backpack.
wait(300, 500)

moveitems('fire sword', 'lhand', 'red backpack', 1) -- moves a fire sword from a red backpack to your left hand.
wait(300, 500)
Reply

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



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016