XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 7 123 ... LastLast
Results 1 to 10 of 61

Thread: [Update] XenoBot v2.4.2

  1. #1
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)

    [Update] XenoBot v2.4.2

    This update fixes some bugs which arose with the 9.53 update. Additionally, it adds two features which users have been waiting for: the ability to loot creatures as soon as they die and the ability to trade with NPC's.

    Changelog:
    Code:
    v2.4.2
    Fixed a bug which caused CTRL+F to freeze the client.
    Fixed a bug in Special Areas which caused it to act up at times.
    Fixed a few bugs which arose with the Scripter in the last update.
    Fixed a bug which caused the Looter to ignore Water Elemental corpses.
    Fixed a bug which left the Looter and Targeting parameter editors visible when enabling them via the new Context Menu check boxes.
    Modified the Looter to take more time looting bodies, ensuring it doesn't miss anything.
    Added "Loot First" and "Loot Last" options to the Looter. They work as follows:
        Loot First: This is actual addition. Selecting this allows XenoBot to loot a bodies as soon as they appear instead of continuing to chase a mob.
        Loot Last: This is the original way. Selecting this will make XenoBot wait until all opposing creatures are slain before continuing to loot bodies.
    Added NPC Trading functionality to the Scripter. The new Lua functions are as follows:
        Self.ShopSellItem(item, count)
        Self.ShopBuyItem(item, count)
        Documentation can be seen below.
    NPC Trade Documentation:

    The new NPC Trade functions can be invoked by passing either an itemID or an item name, and a count.
    PHP Code:
    Self.SayToNpc({"Hi""Trade"}, 65)
    wait(9001200)
    Self.ShopSellItem(2851)
    wait(200500)
    Self.ShopSellItem("chain armor"1)
    wait(200500)
    Self.ShopBuyItem(2661)
    wait(200500)
    Self.ShopBuyItem("parcel"1
    When invoking VIA item name, however, you need to be weary of alike names. Empty potion flasks, for instance, all share a common name and therefore trying to sell them by name can fail depending on which ones you are actually attempting to sell. For items which fall under this condition, use an item ID in order to execute these functions. Furthermore, like most other functions, XenoBot makes sure the action is possible and tells you if it has failed upon execution. If the function returns a value of 1, it has succeeded. If it returns a value of 0 then it has, for one reason or another, failed. Please note that the functions assume the trade window is already open.


    For download and operation instructions, refer back to this thread:
    http://forums.xenobot.net/showthread.php?19

  2. #2
    Rexdale's Avatar
    Join Date
    Dec 2010
    Location
    Toronto, Canada
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i love you.

  3. #3
    Senior Member jikoe's Avatar
    Join Date
    Feb 2012
    Posts
    1,706
    Mentioned
    106 Post(s)
    Tagged
    0 Thread(s)
    is there maybe an option already "buyitemsupto? "

    great job anyways!

  4. #4
    Senior Member Bushu's Avatar
    Join Date
    Sep 2011
    Location
    Mexico of the Europe
    Posts
    877
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    wow!
    is it possible to count how many pots you have, then withdraw that amount of money and buy these pots? or not?


    Dziś zrobię coś,
    czego innym sie nie chce.
    Jutro zrobie coś,
    czego inni nie będą w stanie.

  5. #5

    Join Date
    Feb 2012
    Location
    Poland
    Posts
    400
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Self.ShopBuyItem("parcel", 1)

    It will buy upto 1 parcel or it will buy 1 parcel everytime when bot is in shop?

  6. #6
    Lifetime Subscriber
    Join Date
    Dec 2011
    Location
    Michigan
    Posts
    2,644
    Mentioned
    81 Post(s)
    Tagged
    0 Thread(s)
    NPC TRADE. now yep, xeno is growing

  7. #7
    Super Moderator Infernal Bolt's Avatar
    Join Date
    Dec 2011
    Location
    Skellefteċ, Sweden
    Posts
    2,880
    Mentioned
    217 Post(s)
    Tagged
    2 Thread(s)
    Good Job Nick!

  8. #8
    Lifetime Subscriber Stusse's Avatar
    Join Date
    Dec 2011
    Location
    solid-scripts.com
    Posts
    3,523
    Mentioned
    346 Post(s)
    Tagged
    1 Thread(s)
    Fucking epic! Good job once again!

  9. #9
    Delejon's Avatar
    Join Date
    Apr 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job!

  10. #10

    Join Date
    Jan 2012
    Location
    Poland
    Posts
    136
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome!
    List of total AFK scripts <--- click

    Sell 248 EK transferable <--- click

    Sell 214 ED, 206 ED separated accounts, open pvp, transferable!

    MSN [email protected]

Posting Permissions

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