XenoBot Forums - Powered by vBulletin

User Tag List

Page 10 of 15 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 150

Thread: [Update] XenoBot v3.0.0

  1. #91
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by soul4soul View Post
    still have this error with the lastest download.
    I've downloaded myself and tested. Worked 100%. Make sure your cache is clear.

  2. #92
    XenoBot Scripts Developer Syntax's Avatar
    Join Date
    Feb 2011
    Posts
    1,658
    Mentioned
    431 Post(s)
    Tagged
    4 Thread(s)
    @Virse, there's no way it would give the same error. Just tested it and it's running fine. PM how you're implementing it.

  3. #93
    Lifetime Subscriber
    Join Date
    Dec 2011
    Posts
    994
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    I've downloaded myself and tested. Worked 100%. Make sure your cache is clear.
    Sorry I went to quote my other post and I forgot you cant quote a quote plus i did a poor job editing my quote.

    This is the error Im still getting.
    Quote Originally Posted by DarkstaR View Post
    This update brings some significant modifications to the Scripter, allows .xbst settings to include .lua scripts
    Changelog:
    Code:
    Modified the Settings system, it will now work with Lua scripts.
        When a setting is saved, it packages all running .lua scripts into the .xbst.
        When a setting is loaded, it does the one of following for each .lua script:
            1. If the script doesn't exist in your lua directory, it creates and executes it.
            2. If the script does exist in your lua directory, and it is the same, it executes it.
            3. If the script does exist in your lua directory, but it is different, it asks you if you want to replace or skip.
                - Replace will replace the file currently in your lua directory with the one in the .xbst and then execute it.
                - Skip will keep the file currently in your lua directory and execute it. You will have to save the .xbst to make it remember this one.
    Testing this now. im encountering problems. scenario 2, 3"a", and 3"b" work fine but 1 doesnt work. I get this error. The script doesnt get unpacked(?) into the scripts folder.
    16:55 XenoScript Error:
    Script: control - South Cyclops.lua
    Error: cannot open C:\Users\soul4soul\Documents\XenoBot\Scripts\contr ol - South Cyclops.lua: No such file or directory
    This is an error with user-input and should not be reported as a bug with XenoBot.

  4. #94
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    I'll check it out.

  5. #95

    Join Date
    Feb 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    23:59 XenoScript Error:
    Script: EK-Nightmares.lua
    Line #: 1943
    Chunk: C:\Program Files?XenoBot?Data?XenoLuaLib.lua
    Error: attempt to call field 'isAttackSafe' (a nil value)
    This is an error with user-input and should not be reported as a bug with XenoBot.
    ... i reinstall xeno and install again , and i got same problem ; /

    line 1943 =
    "function getTargetsInArea(pos, radius, aggressiveness) --this function will be deprecated completely in the near future, do not use "

    fixed by Syntax .

    Thanks <3 !
    Last edited by Tizet; 12-24-2012 at 11:27 PM.

  6. #96
    XenoBot Scripts Developer Syntax's Avatar
    Join Date
    Feb 2011
    Posts
    1,658
    Mentioned
    431 Post(s)
    Tagged
    4 Thread(s)
    Already pm'ed this fix to @Tizet and he verified it works. For anyone that HAS to use this function here is the temp fix (it will be patched soon):
    [code=lua]function getTargetsInArea(pos, radius, aggressiveness) --this function will be deprecated completely in the near future, do not use
    local n = #Self.GetTargets(radius)
    local safe = Self.isAreaPvPSafe(radius+2, true, true) or aggressiveness == 4
    return safe and n or 0
    end[/code]
    Note the comment, this is a deprecated function so it's recommended to phase it out and use 'Self.GetTargets'.

  7. #97

    Join Date
    Feb 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    working !
    Merry X-mas !

  8. #98
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Tizet View Post
    23:59 XenoScript Error:
    Script: EK-Nightmares.lua
    Line #: 1943
    Chunk: C:\Program Files?XenoBot?Data?XenoLuaLib.lua
    Error: attempt to call field 'isAttackSafe' (a nil value)
    This is an error with user-input and should not be reported as a bug with XenoBot.
    ... i reinstall xeno and install again , and i got same problem ; /

    line 1943 =
    "function getTargetsInArea(pos, radius, aggressiveness) --this function will be deprecated completely in the near future, do not use "

    fixed by Syntax .

    Thanks <3 !
    Just patched this, try a re-install.

  9. #99
    Senior Member Tripkip's Avatar
    Join Date
    Aug 2012
    Location
    Netherlands
    Posts
    1,310
    Mentioned
    105 Post(s)
    Tagged
    0 Thread(s)
    When saving HUD, bot crashes.

  10. #100

    Join Date
    Dec 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    For Tibia 8.6

    Which is the version of Xenobot that could work for Tibia 8.6? Please, if anyone here is still reading these posts.

    Thank you =)

Posting Permissions

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