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
Make lump of dough with bucket
#1
Hello!
I need an script that uses my bucket (from backpack) in X sqm, then use flour (from backpack too) in my bucket inside my backpack to make lump of dough.
Thats possible??
Thanks for your help
Reply

#2
Hello.

local LOCATION = { X = 12345, Y = 12345, Z = 6 } -- Location to use bucket on ground.
local ITEMID_BUCKET = 1234 -- Bucket item id to be used on ground.
local ITEMID_FLOUR = 1234 -- Flour item id to be used on bucket.

local LOCATION_ITEMS = 'red backpack' -- Container id, name or index where ITEMID_BUCKET and ITEMID_FLOUR is.


useitemon(ITEMID_BUCKET, LOCATION.X, LOCATION.Y, LOCATION.Z, LOCATION_ITEMS)
wait(1000)
useitemonitem(ITEMID_FLOUR, ITEMID_BUCKET, LOCATION_ITEMS)
wait(1000)
Reply

#3
Thank you so much!
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016