XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 7 of 7

Thread: trolls

  1. #1

    Join Date
    Dec 2014
    Posts
    68
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    trolls

    any script for carlin trolls or somthing not crowned?

  2. #2
    Moderator Elvang's Avatar
    Join Date
    Dec 2010
    Location
    B.C. Canada
    Posts
    1,365
    Mentioned
    104 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by leder View Post
    any script for carlin trolls or somthing not crowned?
    We need more people making scripts, feel free.

  3. #3

    Join Date
    Dec 2014
    Posts
    68
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    if you teach me how to make a depositer i can do it

  4. #4
    Moderator Elvang's Avatar
    Join Date
    Dec 2010
    Location
    B.C. Canada
    Posts
    1,365
    Mentioned
    104 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by leder View Post
    if you teach me how to make a depositer i can do it


    Add a depot waypoint in the walker and in the looter select which locker you want to deposit it into.
    Last edited by Elvang; 01-25-2016 at 06:27 AM.

  5. #5

    Join Date
    Dec 2014
    Posts
    68
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    perfect, i will try to do it, and upload it

  6. #6

    Join Date
    Dec 2014
    Posts
    68
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    how can i add a item checker, for example, 1k gps and go back?

  7. #7
    Moderator Elvang's Avatar
    Join Date
    Dec 2010
    Location
    B.C. Canada
    Posts
    1,365
    Mentioned
    104 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by leder View Post
    how can i add a item checker, for example, 1k gps and go back?
    lua code:

    registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
    function onWalkerSelectLabel(labelName)
    if {labelName == check} then
    Walker.ConditionalGoto(Self.Cap() < 50, 'leave', 'continue')
    end
    end

    //Counting items
    Self.ItemCount(3031) > 1000


    Create a label for check, leave, and continue.
    Last edited by Elvang; 01-25-2016 at 06:25 AM.

Posting Permissions

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