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
EXEVON CON SPELL
#1
USE "EXEVO CON" WITH UP TO X OF CAP OR WHEN THE AMMUNITION IS FINISHING CHECK BP ARROWS, FOR CAVEBOT SCRIPT.

NEVER MISS ARROW FOR HUNTING.
Reply

#2
Hello.

Make ammo when count is lower than "AMMO_COUNT" and cap is higher than "AMMO_CAP".
local AMMO = 'burst arrow'
local AMMO_COUNT = 100 -- Make ammo when count lower than this.
local AMMO_CAP = 100 -- Make ammo when cap is higher.
local AMMO_SELL = 'exevo con flam'
local AMMO_SPELL_MANA = 120


if itemcount(AMMO, '', true) <= AMMO_COUNT and cap() >= AMMO_CAP and mp() >= AMMO_SPELL_MANA and cancast() then
    cast(AMMO_SELL)
    wait(1000)
    stackitems()
    wait(800)
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016