XenoBot Forums - Powered by vBulletin

User Tag List

Page 15 of 15 FirstFirst ... 5131415
Results 141 to 150 of 150

Thread: [Update] XenoBot v3.0.0

  1. #141
    Super Moderator Infernal Bolt's Avatar
    Join Date
    Dec 2011
    Location
    Skellefteċ, Sweden
    Posts
    2,880
    Mentioned
    217 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by Junglemaster1992 View Post
    I use forgee.lua bpopener, but when Xeno wants to open the bp's it stucks at a bp, before update I hadnt this problem :///

    Greetings
    Talk to forgee about that.

  2. #142
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Stusse View Post
    Aight well, you got any ideas what can be wrong since that's exactly what I'm doing...

    Thanks
    I just realized that, in fixing another issue, I subtly broke this. My bad. In your XenoLuaLib.lua, replace Creature.New() with this one for now:

    Code:
    function Creature.New(value)
        local c = {}
        setmetatable(c, Creature)
        
        if (value == nil) then
            c._id = -1
            c._listindex = -1
            c._name = ""
        else
            if (type(value) == 'string') then
                c._name = value
                c._id = getCreatureID(value)
                c._listindex = getCreatureListIndex(c._id)
            elseif (type(value) == 'number') then
                if (value < 1300) then
                    value = getCreatureIDFromIndex(value)
                end
    
    
                c._id = value
                c._listindex = getCreatureListIndex(c._id)
                c._name = getCreatureName(c._listindex)
            end
        end
        
        return c
    end

    Quote Originally Posted by Junglemaster1992 View Post
    I use forgee.lua bpopener, but when Xeno wants to open the bp's it stucks at a bp, before update I hadnt this problem :///

    Greetings
    Read the thread. Forgee's backpack opener is outdated and there are much better options.

  3. #143

    Join Date
    Feb 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright, thanks

  4. #144
    Lifetime Subscriber Stusse's Avatar
    Join Date
    Dec 2011
    Location
    solid-scripts.com
    Posts
    3,523
    Mentioned
    346 Post(s)
    Tagged
    1 Thread(s)
    Many thanks, will test and report back with results!

    Edit: Works good with it being changed! Thanks
    Last edited by Stusse; 12-27-2012 at 08:06 PM.

  5. #145
    Gold Seller/Official Reseller PunktG's Avatar
    Join Date
    Dec 2011
    Posts
    4,085
    Mentioned
    196 Post(s)
    Tagged
    0 Thread(s)
    Mate how i can do 17972, 17977 id as walkable in xeno ?
    bot show on diagnostick info as blocking and noobs try kill me


  6. #146
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by PunktG View Post
    Mate how i can do 17972, 17977 id as walkable in xeno ?
    bot show on diagnostick info as blocking and noobs try kill me
    What are these items? I can add them in the next update.

  7. #147
    Gold Seller/Official Reseller PunktG's Avatar
    Join Date
    Dec 2011
    Posts
    4,085
    Mentioned
    196 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    What are these items? I can add them in the next update.
    some box i see once like dude block me and check id
    and is walkable for sure


  8. #148
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by PunktG View Post
    some box i see once like dude block me and check id
    and is walkable for sure
    Next update will have them

  9. #149
    Gold Seller/Official Reseller PunktG's Avatar
    Join Date
    Dec 2011
    Posts
    4,085
    Mentioned
    196 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    Next update will have them
    thx


  10. #150
    Masiar's Avatar
    Join Date
    Aug 2012
    Location
    Here
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    Make sure it's run as admin.


    Also, Sublime Text is the shit.
    yes, i run this as admin.

    i like sublime's UI and highlights. What do you use ?

Posting Permissions

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