XenoBot Forums - Powered by vBulletin

User Tag List

Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 59

Thread: [Update] XenoBot v3.5.5 [Protocol 10.39]

  1. #11
    Banned
    Join Date
    Jan 2011
    Location
    Poland
    Posts
    284
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    uuu :P LOVE!!!

  2. #12
    Kamoblindside77's Avatar
    Join Date
    Aug 2012
    Location
    New Zealand
    Posts
    330
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    the man
    Bought character from @RobD
    Sold 10kk to @kiwiwarrior
    Bought Account from @Glenhye

  3. #13
    Boomtune's Avatar
    Join Date
    Dec 2012
    Location
    Germany
    Posts
    322
    Mentioned
    22 Post(s)
    Tagged
    0 Thread(s)
    Nice mate, great work!

  4. #14
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Perfections View Post
    Great work as always Darkstar, keep it up. Can't wait for the new "system" to come
    How will this new system "apophis" affect the lua scripting? @DarkstaR
    thanks in advance.
    Insane speed gains and much better memory management.

  5. #15
    Senior Member Perfections's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    1,059
    Mentioned
    89 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    Insane speed gains and much better memory management.
    So nothing to do with the actual code?



  6. #16
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Perfections View Post
    So nothing to do with the actual code?
    No new functions in Lua yet, no. Apophis is focused on a better overall user experience and performance improvements first, and new features second.

  7. #17

    Join Date
    Jul 2012
    Posts
    238
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Thank you bro!
    Quote Originally Posted by DarkstaR View Post
    This update adds compatibility for Tibia version 10.39

    Changelog:
    Code:
    Added 10.39 compatibility.


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

  8. #18

    Join Date
    Apr 2014
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting insane FPS drops whenever I open xenobot after the update. Is this just me?

  9. #19

    Join Date
    Mar 2014
    Posts
    22
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Bro, the scripts are not working.

    --[Open Backpacks]]--
    elseif (labelName == "OpenBP") then
    print("Opening Backpacks")
    setWalkerEnabled(false)
    Self.CloseContainers()
    Self.OpenMainBackpack(true):OpenChildren({LootBp, true})
    setWalkerEnabled(true)

    elseif (labelName == "CheckBP") then
    print("Checking Backpacks")
    if #Container.GetAll() == 2 then
    Walker.Goto("BPsOK")
    else
    Walker.Goto("OpenBP")
    end
    setWalkerEnabled(true)

    on several scripts,
    it opens 1 bp and thats it

    can you tell me what im doing wrong?
    yours

  10. #20
    Senior Member ppgab's Avatar
    Join Date
    Mar 2014
    Location
    Brazil
    Posts
    986
    Mentioned
    86 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    No new functions in Lua yet, no. Apophis is focused on a better overall user experience and performance improvements first, and new features second.
    great to hear that, i was halting my project in fear of too big changes to script making

Posting Permissions

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