View Full Version : script to use a pick on the deposits until its gets 3 crates and use crate
i wanna script to use a pick on the deposits until its gets 3 crates then go and use crate of coral on the construction tile and use a shovel on the incomplete ramp then go to repeat this agine any one can help?
eldera could u Help me please i saw u only the active helper here
eldera
01-17-2016, 12:19 PM
I am not doing cavebot scripts.
it not cavebot i wanna lua to use pick till it got 3 crates and use them on a special place (x,y,z) then use shovel on (x,y,z) eldera
eldera
01-17-2016, 02:07 PM
Can you make video how you do it manually? And also id or coordinates to use pick on, crate id (in bps), and special places to use crates on them.
Can you make video how you do it manually? And also id or coordinates to use pick on, crate id (in bps), and special places to use crates on them.
ok i will
eldera
http://www.youtube.com/watch?v=EOar1W7O9mk
this is the video
spcial place id (8886) (33507,31191,14)
crate id (14165)
use pick on fossilid coral untill got 3 corals id (14163) eldera
eldera
01-18-2016, 02:11 PM
You have to make cavebot script to make it fully automatic like on video... I can give you simple functions like use pick on those things or drop crate on x position and then use item on stairs etc...
You have to make cavebot script to make it fully automatic like on video... I can give you simple functions like use pick on those things or drop crate on x position and then use item on stairs etc...
ye bri i wanna this function and i will make wp easy
i mean i know how to make cavebot script but dont know how to make this functions eldera xD
You have to make cavebot script to make it fully automatic like on video... I can give you simple functions like use pick on those things or drop crate on x position and then use item on stairs etc...
where is the functions eldera
sholh
01-19-2016, 12:30 PM
lol its nice idea to make this mission as a cavebot script so we waitting u eldera
eldera where u please help me give me a simple functions
grave18 can u help please
Oscagi
01-22-2016, 12:31 PM
Im doing it, wait :>
Oscagi
01-22-2016, 12:40 PM
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
function onWalkerSelectLabel(labelName)
if(labelName == "UsePick") then
wait(200,1000)
Self.UseItemWithGround(PickID, x,y,z)
wait(200,1000)
if Self.ItemCount(CratesID) >= 3 then
gotoLabel("GoStairs")
else
gotoLabel("BeforePick")
end
elseif(labelName == "DropCrate") then
wait(200,1000)
Self.DropItem(x, y, z, CrateID)
wait(200,1000)
elseif(labelName == "UseShovel") then
wait(200,1000)
Self.UseItemWithGround(ShovelID, x,y,z)
end
end
How to do the cavebot?
--
BeforePick
Stand
UsePick
--
Way to stand ~
--
Stand (Next to x,y,z to drop crates)
DropCrate
Stand (Next to stair)
UseShovel
--
There is no checkers if u drop the crate but I think its not needed.
/Oscagi
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.