XenoBot Forums - Powered by vBulletin

User Tag List

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

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

  1. #11

    Join Date
    Jan 2016
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i mean i know how to make cavebot script but dont know how to make this functions @eldera xD

  2. #12

    Join Date
    Jan 2016
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by eldera View Post
    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

  3. #13

    Join Date
    May 2015
    Posts
    92
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    lol its nice idea to make this mission as a cavebot script so we waitting u @eldera

  4. #14

    Join Date
    Jan 2016
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @eldera where u please help me give me a simple functions

  5. #15

    Join Date
    Jan 2016
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @grave18 can u help please

  6. #16
    Oscagi's Avatar
    Join Date
    Aug 2014
    Location
    Spain
    Posts
    237
    Mentioned
    27 Post(s)
    Tagged
    0 Thread(s)
    Im doing it, wait :>


    REMEMBER TO SAY THANKS.

  7. #17
    Oscagi's Avatar
    Join Date
    Aug 2014
    Location
    Spain
    Posts
    237
    Mentioned
    27 Post(s)
    Tagged
    0 Thread(s)
    lua code:

    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


    REMEMBER TO SAY THANKS.

  8. #18

    Join Date
    Jan 2016
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx Brother for help
    Last edited by Hik; 01-27-2016 at 04:48 PM.

  9. #19

    Join Date
    Jan 2016
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No any idea
    Last edited by Hik; 01-27-2016 at 04:48 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •