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.
Hello, when i'm hunting with my pally, i hunt casting exevo con, but this arrow go to backpack and i need to take from bp and put into the arrows quiver.
local AMMO = 1234 -- Ammo id or name
local AMMO_CONTAINER = 'red backpack' -- Container that holds the ammo. Name, id or index.
local AMMO_QUIVER = 'quiver' -- Quiver name, id or index.
if itemcount(AMMO, AMMO_CONTAINER) > 0 then
moveitems(AMMO, AMMO_QUIVER, AMMO_CONTAINER, 100)
wait(400, 600)
end