XenoBot Forums - Powered by vBulletin

User Tag List

Page 8 of 10 FirstFirst ... 678910 LastLast
Results 71 to 80 of 99

Thread: Suggestions List

  1. #71
    Lifetime Subscriber
    Join Date
    Dec 2011
    Posts
    127
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Find free dp shoud be added. It's kinda weird when my rp is trying to get to dp when there is somone.

  2. #72

    Join Date
    Aug 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Advance Healer, It is a must the current inbuilt healer is so basic NG almost puts it to shame.Yes I know with scripts you can make it better but the inbuilt healer should be better.

  3. #73
    Banned
    Join Date
    Apr 2012
    Location
    Tennessee, USA
    Posts
    252
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by p0pas View Post
    Find free dp shoud be added. It's kinda weird when my rp is trying to get to dp when there is somone.
    This function is in @Forgee's library! Check it out next time...

    [highlight=Lua]Self.ReachDepot = function (tries)
    local tries = tries or 3
    setWalkerEnabled(false)
    local DepotIDs = {3497, 3498, 3499, 3500}
    local DepotPos = {}
    for i = 1, #DepotIDs do
    local dps = Map.GetUseItems(DepotIDs[i])
    for j = 1, #dps do
    table.insert(DepotPos, dps[j])
    end
    end
    local function gotoDepot()
    local pos = Self.Position()
    print("Depots found: " .. tostring(#DepotPos))
    for i = 1, #DepotPos do
    location = DepotPos[i]
    Self.UseItemFromGround(location.x, location.y, location.z)
    wait(1000, 2000)
    if Self.DistanceFromPosition(pos.x, pos.y, pos.z) >= 1 then
    wait(5000, 6000)
    if Self.DistanceFromPosition(location.x, location.y, location.z) == 1 then
    setWalkerEnabled(true)
    return true
    end
    else
    print("Something is blocking the path. Trying next depot.")
    end
    end
    return false
    end

    repeat
    reachedDP = gotoDepot()
    if reachedDP then
    return true
    end
    tries = tries - 1
    sleep(100)
    print("Attempt to reach depot was unsuccessfull. " .. tries .. " tries left.")
    until tries <= 0

    return false
    end[/highlight]

  4. #74
    Banned
    Join Date
    Apr 2012
    Location
    Tennessee, USA
    Posts
    252
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Jakob Miller View Post
    you have this button on your keyboard called pause
    There is a pause on the keyboard, but it only pauses certain stuff. If I want to pause Xenobot, I want to pause it all. Including the scripts.

    Edit: Double post, my bad Dark

  5. #75
    diofeher's Avatar
    Join Date
    Jul 2012
    Location
    Brazil
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    - Auto Mount
    - It's so annoying try to add a node to a script already done... If I click in some place, the node should be added there, not to the end of the list.
    - Looter - Use on Yourself. I'm bottin at Banuta-1 and apes drop health potions... It would be good "Use on yourself" option.

  6. #76

    Join Date
    Feb 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello together,

    a few suggestions:
    1. A skulltimer ( of course the own) would be helpfull
    2. When the bot can't take gold or another items anymore, he should try to take the next item in the dead body, because he skips it.
    3. Use items from dead body don't function really

    Thanks for taking time to read it.

    Greetings Junglemaster1992
    Last edited by Junglemaster1992; 09-06-2012 at 09:27 PM.

  7. #77

    Join Date
    Aug 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please Add Auto Mount Script in new update

  8. #78
    blocker992's Avatar
    Join Date
    Sep 2012
    Location
    Brazil
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dynamic Loot - like, when its killing a monster but is near other corpses, it loots WHILE killing (like we all do without bots).

    example:

    b88d314e.jpg

    it would loot 1 and 2 while attacking 3.

    EDIT: Nevermind, I saw today's update. That's it!
    Last edited by blocker992; 09-13-2012 at 10:02 AM.

  9. #79
    Banned
    Join Date
    Aug 2012
    Location
    Netherlands
    Posts
    1,460
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    I would like to see a better way to load settings and script.

    Example:
    For settings, a drop down menu instead of scrolling through the 10000 settings i have.
    For scripts, enable the option to have folders, so you can open different folders in de Xenobot/Scripts folder within the Load Scripts UI.


    Just my 2 cents

  10. #80
    Gold Seller/Official Reseller PunktG's Avatar
    Join Date
    Dec 2011
    Posts
    4,085
    Mentioned
    196 Post(s)
    Tagged
    0 Thread(s)
    i think good idea will be "stand-node" option in walker
    should work like this :

    bot will try stand on some smq (x,y,z) but after 3 time when he try go to next walkpoint
    this will be easy way to enter portals, and place where you need now use labels like this

    elseif(labelName == "beforePortal1")then
    wait(3000)
    delayWalker(2000)
    gotoLabel("afterPortal1")


Posting Permissions

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