XenoBot Forums - Powered by vBulletin

User Tag List

Page 8 of 14 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 135

Thread: [Update] XenoBot v2.8.5 [9.71]

  1. #71
    Lifetime Subscriber
    Join Date
    May 2012
    Location
    Brazil
    Posts
    800
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    And then died on my other ek botting mistrock. There is no possible way to die on this guy without a complete bot fuck up. Level 80, fully equipped 100/94 Cyc's should never kill him

  2. #72

    Join Date
    Sep 2012
    Posts
    122
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nvm fixed that.
    Last edited by Tuben; 11-09-2012 at 05:37 PM. Reason: Wrong in script

  3. #73
    Gold Seller/Official Reseller PunktG's Avatar
    Join Date
    Dec 2011
    Posts
    4,085
    Mentioned
    196 Post(s)
    Tagged
    0 Thread(s)
    k almoust 24h testing on many clients
    all working great 0 problems


  4. #74
    Senior Member Neant's Avatar
    Join Date
    Jun 2012
    Location
    Stockholm, Sweden
    Posts
    1,848
    Mentioned
    50 Post(s)
    Tagged
    0 Thread(s)
    I've been botting for about 20h on a lot of clients. No problems whatsoever. GJ.

  5. #75
    Senior Member padj's Avatar
    Join Date
    May 2012
    Location
    Arizona--United States
    Posts
    1,061
    Mentioned
    36 Post(s)
    Tagged
    0 Thread(s)
    there it is

  6. #76
    robin's Avatar
    Join Date
    Jan 2012
    Location
    Poland / UK
    Posts
    105
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    I'll need this script provided.
    I have already provided you with the script by PM yesterday. Did they help in figuring out what's wrong?

    EDIT: Solved the problem. Changed my script file a bit. Sorry for the hassle. Was my fault entirely. Thanks for your willingness to help and for the update
    Last edited by robin; 11-10-2012 at 01:41 AM.

  7. #77
    Lifetime Subscriber
    Join Date
    May 2012
    Location
    Brazil
    Posts
    800
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    sucker for punishment so i'm trying this again.

    It also seems that the scripts i'm running just stop working for whatever reason. At first my safe exori script works fine, but 10 minutes in it just stops. Same with Vial Dropper.

  8. #78
    Lifetime Subscriber
    Join Date
    May 2012
    Location
    Brazil
    Posts
    800
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Running Holman's Exori Thread from the second page. http://forums.xenobot.net/showthread...ght=safe+exori
    This .lua and .xbst http://forums.xenobot.net/showthread...9382#post79392
    This for vial dropping local emptyVialId = 285 -- Empty vial ID.
    local amountToDrop = 5 -- Minimum amount to drop.

    function dropItem(id, cnt)
    local cont = Container.GetFirst()
    while (cont:isOpen()) do
    for spot = 0, cont:ItemCount() do
    local item = cont:GetItemData(spot)
    if (item.id == id and item.count >= math.random(cnt, cnt+5)) then
    cont:MoveItemToGround(spot, Self.Position().x, Self.Position().y, Self.Position().z)
    return true
    end
    end

    cont = cont:GetNext()
    end

    return false
    end


    while (true) do
    if (dropItem(emptyVialId, amountToDrop)) then
    wait(30000, 45000)
    else
    wait(2000)


    end
    end

    It just randomly stopped dropping vials mid hunt, now up to 88, randomly stopped exoring/exori graning.

  9. #79
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Angel101 View Post
    sucker for punishment so i'm trying this again.

    It also seems that the scripts i'm running just stop working for whatever reason. At first my safe exori script works fine, but 10 minutes in it just stops. Same with Vial Dropper.
    Did you re-install the bot like the main post said?

  10. #80
    Lifetime Subscriber
    Join Date
    May 2012
    Location
    Brazil
    Posts
    800
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    Did you re-install the bot like the main post said?
    Attempted to, got the notice that a version of the bot already exists though so figured it was still the exact same download

Posting Permissions

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