PDA

View Full Version : script to use a pick on the deposits until its gets 3 crates and use crate



Hik
01-17-2016, 10:26 AM
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?

Hik
01-17-2016, 11:19 AM
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.

Hik
01-17-2016, 12:59 PM
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.

Hik
01-17-2016, 03:01 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.

ok i will

Hik
01-18-2016, 11:43 AM
eldera
http://www.youtube.com/watch?v=EOar1W7O9mk
this is the video

Hik
01-18-2016, 12:15 PM
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...

Hik
01-18-2016, 02:43 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...

ye bri i wanna this function and i will make wp easy

Hik
01-18-2016, 03:00 PM
i mean i know how to make cavebot script but dont know how to make this functions eldera xD

Hik
01-19-2016, 09:26 AM
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

Hik
01-20-2016, 09:32 AM
eldera where u please help me give me a simple functions

Hik
01-22-2016, 09:40 AM
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

Hik
01-22-2016, 12:55 PM
Thx Brother for help

Hik
01-22-2016, 12:56 PM
No any idea