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
housemake bursts
#1
I need a way to > when X cap or when X burst arrows throw inside house. Thank you.
Reply

#2
Hello.

local MIN_CAP = 100 -- Minimum cap to go drop item on location.
local ITEM = 'burst arrow' -- Item to drop on location.
local MAX_COUNT = 100 -- Maximum item count to go drop item on location.
local POSITION_DROP = { X = 12345, Y = 12345, Z = 1 } -- Location to drop item.

if cap() <= MIN_CAP or itemcount(ITEM) >= MAX_COUNT then
    moveitems(ITEM, ground(POSITION_DROP.X, POSITION_DROP.Y, POSITION_DROP.Z), '', 100)
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016