XenoBot Forums - Powered by vBulletin

User Tag List

Page 6 of 15 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 150

Thread: [Update] XenoBot v3.0.0

  1. #51
    Senior Member Tripkip's Avatar
    Join Date
    Aug 2012
    Location
    Netherlands
    Posts
    1,310
    Mentioned
    105 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post

    Self.Step"(EAST)" Is a very improper way to call it. Try Self.Step(EAST), works fine for me.
    I have no clue what Self.ReachNpc is, I have not made a function like that so it must be a third party function using some shitty hack to reach the npc. Post it and I'll take a look.
    One liners are working perfectly fine. Any problem with them are due to bad scripts.

    Let me just reiterate that all of my scripts work FINE. All Infernal Bolts scripts work FINE and all of Spectrus' script work FINE. Most of your issues are poorly made scripts.
    Alright ill post the Lua file in the next post, geuss you dont need the xbst? geuss the seller wont like it if post his full script in here xD

  2. #52
    Lifetime Subscriber
    Join Date
    Dec 2011
    Posts
    994
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Except for needing to change my HUD, HUD.createtextitem wouldn't work I had to replace it with HUD.New everything appears to be working. Due to some other changes I need to use tostring now to force it from being an item but thats all understandable. I think not being able to use HUD.createtextitem might be a bug. In the lib you have
    Code:
    HUD.CreateTextDisplay = HUD.New
    HUD.CreateItemDisplay = HUD.New
    again executing your example script it runs into errors.
    Code:
    09:33 XenoScript Error:
               Script: a.lua
               Line #: 1
               Chunk: C:?Users?soul4soul?Documents?XenoBot?Scripts?a.lua
               Error: attempt to call field 'CreateTextDisplay' (a nil value)
    This is an error with user-input and should not be reported as a bug with XenoBot.
    Quote Originally Posted by DarkstaR View Post
    This update brings some significant modifications to the Scripter, allows .xbst settings to include .lua scripts, fixes bugs, adds the new minimap color to the pathfinder logic, and improves a lot of functionality.

    With the release of version 3 of XenoBot, I just want to thank everyone who has helped me get it this far in the time that it has. I could not have done it without the support of my customers and I definitely couldn't have done it without my dedicated forum staff. Thanks guys!

    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.
    09:23 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.
    Last edited by soul4soul; 12-24-2012 at 02:33 PM.

  3. #53

    Join Date
    Dec 2012
    Location
    Northern Ireland
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Syntax View Post
    @Virse, while this is a minor backwards compat bug that will be fixed. I wrote you a better script in the mean time. Let me know if it works well for you.

    You should be able to use it the exact same way.
    [code=lua]Module.New('slime-trainer', function(mod)
    if (Self.TargetID() == 0 and #Self.GetTargets(1) == 2) then
    setTargetingEnabled(true)
    modelay(500)
    setTargetingEnabled(false)
    end
    modelay(math.random(2000,3000))
    end)[/code]
    Hey mate, thanks alot for your reply but this script gives me the same error as I had before sorry to say :/ but thanks for giving it a go :P

  4. #54
    Senior Member Tripkip's Avatar
    Join Date
    Aug 2012
    Location
    Netherlands
    Posts
    1,310
    Mentioned
    105 Post(s)
    Tagged
    0 Thread(s)
    DELETED
    Last edited by Tripkip; 12-24-2012 at 04:18 PM.

  5. #55
    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
    Except for needing to change my HUD, HUD.createtextitem wouldn't work I had to replace it with HUD.New everything appears to be working. Due to some other changes I need to use tostring now to force it from being an item but thats all understandable. I think not being able to use HUD.createtextitem might be a bug. In the lib you have [code]HUD.CreateTextDisplay = HUD.New
    HUD.CreateItemDisplay = HUD.New.

    I already posted saying this was fixed. Re-download and re-install (quite a few issues have been fixed as well.)

  6. #56
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Tripkip View Post
    Must be me, but I cant attach file to this post.

    So here is a link.
    https://www.dropbox.com/s/pj614lhedb6crm7/[ED] Deeper Banuta -1 MAGE_Stusse.lua

    https://www.dropbox.com/s/evwkly7wvpld1qf/[RP] Deeper Banuta -1 RP_Stusse.lua

    @DarkstaR
    Creature.Follow("NpcName") wait(2000) is a much better way to reach NPC's

  7. #57
    Lifetime Subscriber
    Join Date
    Dec 2011
    Posts
    994
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    I already posted saying this was fixed. Re-download and re-install (quite a few issues have been fixed as well.)
    I did Re-download and Re-install. both are still issues for me.
    Last edited by soul4soul; 12-24-2012 at 02:45 PM.

  8. #58
    Lifetime Subscriber Hendy's Avatar
    Join Date
    Jan 2012
    Location
    Northern Ireland
    Posts
    1,593
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    That change log <3

    Thanks!

  9. #59
    Lifetime Subscriber
    Join Date
    Dec 2011
    Location
    Michigan
    Posts
    2,644
    Mentioned
    81 Post(s)
    Tagged
    0 Thread(s)
    it seems like forgee's backpack reopener doesn't work anymore but well i think that doesn't matter much.

    i'll just have to change all my lua's
    Completed Trades:
    Purchased 190 ED W/ 93 days VOUCHER from @sausting
    Purchased Brass Set on Dolera from @quaqua
    Purchased 10kk on Dolera from @Ghazkyt
    Purchased 20kk on Antica from @Ghazkyt

  10. #60
    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
    I did Re-download and Re-install. both are still issues for me.
    Downloading from the button on xenobot.net does not automatically clear cache so make sure to grab it from the Downloads forum page. That might be your issue.

Posting Permissions

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