XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 6 of 6

Thread: How to make a simple depositer

  1. #1
    kontgat's Avatar
    Join Date
    Dec 2015
    Posts
    49
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    How to make a simple depositer

    Can anyone please tell me how to make one?

    For instance, i want to leave my knight afk in fibula rotworms. And i dont think it's too hard just need some advice!

    Anyone?
    DarkstaR, hook me up with a lifetime subscription bro. I'd suk yo nipples. #nohomo.

  2. #2
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Walker->Advanced Waypoints->Deposit Items. Set the depot destinations for items in the looter settings.

  3. #3
    kontgat's Avatar
    Join Date
    Dec 2015
    Posts
    49
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by shadowart View Post
    Walker->Advanced Waypoints->Deposit Items. Set the depot destinations for items in the looter settings.
    Oh my lord. Couldn't get any easier I suppose lol. Thank you very much dear sir!
    DarkstaR, hook me up with a lifetime subscription bro. I'd suk yo nipples. #nohomo.

  4. #4
    kontgat's Avatar
    Join Date
    Dec 2015
    Posts
    49
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Oh btw, does the bot just go to deposit when it hits that line? Like, how do you set it to when it hits a specific cap?
    DarkstaR, hook me up with a lifetime subscription bro. I'd suk yo nipples. #nohomo.

  5. #5
    Moderator Nakuu's Avatar
    Join Date
    Feb 2013
    Location
    EU
    Posts
    5,194
    Mentioned
    642 Post(s)
    Tagged
    2 Thread(s)
    You can write a one liner that checks for a cap, if it's below certain amount it just leaves the cave (or whatever).

    lua code:
    if Self.Cap() < 200 then Walker.Goto("Leave") end


    You'll of course need a proper label in Walker to make it work

  6. #6
    kontgat's Avatar
    Join Date
    Dec 2015
    Posts
    49
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Nakuu View Post
    You can write a one liner that checks for a cap, if it's below certain amount it just leaves the cave (or whatever).

    lua code:
    if Self.Cap() < 200 then Walker.Goto("Leave") end


    You'll of course need a proper label in Walker to make it work

    Ah I see. it says; (GoTo "leave") so it's kind of two scripts merged into 1, right? The one that is endlessly making rounds and exping, and the other that only activates/kicks in when you hit a specific cap?
    DarkstaR, hook me up with a lifetime subscription bro. I'd suk yo nipples. #nohomo.

Posting Permissions

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