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 item of id is in inventory throw it to pos xyz
#1
looking for a script that will search for item of specific id in bag and throw it to a specific tile, the reason for this script is if i am "afk" rune making i can have it after it cast uh or sd to throw the rune in my house
Reply

#2
Hello.

local ITEM = 'item name or id'
local CONTAINER = 'container name, id or index'
local POSITION_THROW = { X = 12345, Y = 12345, Z = 6 }

if itemcount(ITEM, CONTAINER) > 0 then
    moveitems(ITEM, ground(POSITION_THROW.X, POSITION_THROW.Y, POSITION_THROW.Z), CONTAINER, 100)
    wait(100, 300)
end
Reply

#3
tyvm sir
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016