XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 6 of 6

Thread: Stuck in depot suggestion.

  1. #1

    Join Date
    Jul 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Stuck in depot suggestion.

    Hello
    Ive been using xenobot in about 2 weeks now.
    And ive been trying both free and paid scripts.
    One "problem" that occour from time to time is that if a player stands in depot where the bot is going to deposit it will get "stucked" beacuse somone is standing in the way
    Even with the paid scripts this problem occour.
    So my suggestion is that make a command which will go to the next depot chest if the other depot chest is "blocked"
    Thanks
    //nomacro

  2. #2
    silis's Avatar
    Join Date
    Dec 2011
    Location
    Somewhere Far Beyond
    Posts
    64
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is already possible...
    Quote Originally Posted by Forgee View Post
    Make a node/stand in depot, then a label to call Self.ReachDepot().
    For example:
    [code=lua]dofile("Forgee.lua")
    registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")

    function onWalkerSelectLabel(labelName)
    if labelName == "Depot" then
    Self.ReachDepot()
    wait(400, 800) -- no need to wait long because ReachDepot won't return until it's done or failed
    --probably want something like
    --Self.DepositItems() -- etc
    end
    end[/code]
    You need Forgee.lua in your lua scripts folder

    http://forums.xenobot.net/showthread...ions-by-Forgee
    Moving on from Neo to Xeno!
    ❑ Single
    ❑ Taken
    ✔ Mentally dating a character that doesn't actually exist

  3. #3

    Join Date
    Jul 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah yeah i got it already
    But i havent seen any paid script service that support this kind of stuff in their scripts
    But i have a talk with the one that i bought from then

  4. #4

    Join Date
    Jul 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so "reachgrounditem" do exist then?

  5. #5
    silis's Avatar
    Join Date
    Dec 2011
    Location
    Somewhere Far Beyond
    Posts
    64
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not yet, it "right clicks" on the item and the char reaches it, but it wont work is there are items blocking the path like parcels
    Moving on from Neo to Xeno!
    ❑ Single
    ❑ Taken
    ✔ Mentally dating a character that doesn't actually exist

  6. #6

    Join Date
    Jul 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah right
    Well then i have to speak with the one i bought the script from to fix it i guess

Posting Permissions

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