XenoBot Forums - Powered by vBulletin

User Tag List

Page 9 of 18 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 176

Thread: shAdOwArt's Lua Scripts

  1. #81

    Join Date
    May 2013
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by kamilqq View Post
    Its a bit laggy but just a bit. Used 45sd it counted to waste like around 20. Try maybe other method to count items.
    I have experienced this also, the way I "fixed" it was by having all supplies backpacks opened. And sometimes with ammunition it even says you looted them if you don't have the ammo backpack open.

    But there should be another solution since that's not very good imo, u don't want to have all of your backpacks opened xD

    Would be lovely if you could look into some other way to count items. An idea would also to make the HUD more adjustable (since it's the only public one i can find..) for example let us customize what we want the hud to show and the place of it. Maybe even integrate a Loot HUD? http://forums.xenobot.net/showthread...l=1#post469878 (like this)

    Obviously you can edit it if you're experienced I have personally removed some things (like ping, session length, shadowHUD and all the big spaces) that I found unecessary but i'm sure ppl would love to have a config of what the hud should show.

  2. #82
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by kamilqq View Post
    Its a bit laggy but just a bit. Used 45sd it counted to waste like around 20. Try maybe other method to count items.
    It doesn't fail like that on real tibia if all your supplies are visible, it shouldn't do it on OTs either but I don't really play those. It has undergone massive testing without a single fuckup. Most likely your supply backpack was closed.
    Last edited by shadowart; 01-28-2016 at 10:02 AM.

  3. #83
    dean015's Avatar
    Join Date
    Nov 2015
    Posts
    119
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by shadowart View Post
    Chat Replier
    Download


    Description
    This script logs and optionally replies to messages, both local and private. It can also play an alarm when you receive a message. It filters out low level gold sellers and checks for npcs and large number of players to avoid replying to or alarming for messages that likely weren't meant for you. However, the npc counter doesn't work on OTs.
    hello m8 thanks for the script, is there any way to not reply to players from VIP

    thanks

  4. #84

    Join Date
    Jan 2014
    Posts
    183
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by dean015 View Post
    hello m8 thanks for the script, is there any way to not reply to players from VIP

    thanks
    I don't think u can get VIP LIST, so make table with nickname's not to answer and add for loop in isValidSpeaker. like that:




    Code:
    notAnswer = 
    {
    	'Tom', 'Agness', 'Rick'
    }
    
    
    
    local function isValidSpeaker(name, level)
    local failCounter = 0
    for i = 1, #notAnswer do
        if name:lower() == notAnswer[i]:lower() then
            failCounter = failCounter + 1
        end
    end
    if failCounter == 0 then
        return name ~= Self.Name() and level and level > MinLevelForReply
    else
        return false
    end
    end

    Its nooby written but its going to work for you. Shadowart will fix it for you in his style i think :P.
    Also @shadowart its ur post, so if u want i wont help to others.

  5. #85
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Go ahead and post whatever modifications you want. I don't take requests and I don't modify scripts to suit specific users.

  6. #86
    DerKingpintin's Avatar
    Join Date
    Sep 2013
    Location
    Hungary
    Posts
    24
    Mentioned
    34 Post(s)
    Tagged
    0 Thread(s)
    Is it possible that you add something like an ignore list to your chat replier?
    It works really well but i dont want friends to get strange answers

  7. #87

    Join Date
    Feb 2016
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Speed looter small question.

    ive noticed that it randomly do browse field on the ground when i run, for no reason.

    i just wonder why?

  8. #88
    Senior Member maroxy's Avatar
    Join Date
    Apr 2014
    Location
    EUW
    Posts
    897
    Mentioned
    137 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by topnotch View Post
    Speed looter small question.

    ive noticed that it randomly do browse field on the ground when i run, for no reason.

    i just wonder why?
    That's a XenoBot thing, not a problem.


    Remember that the official XenoBot page is www.xenobot.net not xeno-bot.net or similar

  9. #89

    Join Date
    Feb 2016
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "LootAboveValueRatio = 0 -- Will loot any stackable item with a NPC price to weight ratio greater or equal to this."

    i may be retarded, but i dont understand this. i want it to loot stackables, but it outruns some of it. what should i have it at?

    it doesnt loot potions or assasin stars for example
    Last edited by topnotch; 03-08-2016 at 08:56 PM.

  10. #90

    Join Date
    Nov 2014
    Posts
    57
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by shadowart View Post
    Furniture Destoryer
    Download


    Description
    A furniture destroyer that automatically detects what weapon you're carrying (even if it's inside a backpack instead of your hand) and is capable of searching for bugged furniture using browse field.
    can the script use disintegrate runes instead of weapon
    Last edited by yaraforce; 03-19-2016 at 04:00 PM.

Posting Permissions

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