Botty - Free and Opensource Pixelbot menu

User Tag List

Page 4 of 7 FirstFirst 1234567 LastLast
Results 46 to 60 of 96
  1. #46
    Blake86's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you dev for all you have done. Used this many months. Having a problem with version 8.1. Items that are accidentally picked up are not being discarded or stashed. They just fill my inventory within an hour or so. Any suggestions anyone?!?! Thanks

    Botty - Free and Opensource Pixelbot
  2. #47
    guschiggins's Avatar Member
    Reputation
    2
    Join Date
    Nov 2022
    Posts
    14
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blake86 View Post
    Thank you dev for all you have done. Used this many months. Having a problem with version 8.1. Items that are accidentally picked up are not being discarded or stashed. They just fill my inventory within an hour or so. Any suggestions anyone?!?! Thanks
    I've seen this too, make sure sell junk is enabled and runs per stash is set low enough. Still I think it has trouble selling bad rolls for circlets, boots, and gloves. Happen with or withouth /noitempickup


    Pretty happy with this bot but I was only able to get the compiled version of to run. There appears to be a problem with the imbed_discord.py due to RequestWebHookAdapter being deprecated in 2.0. I'm too new to know how to fix it but I found one article that said to put this:
    discord==1.7.3
    discord.py==1.7.3
    into the requirements.txt but I don't see one in src. Shrug.

    This is the error it throws when I run python src/main.py from miniconda.
    ImportError: cannot import name 'RequestsWebhookAdapter' from 'discord'
    if anyone figured that out LMK.

  3. #48
    blacknight1's Avatar Member
    Reputation
    6
    Join Date
    Aug 2012
    Posts
    12
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    delete these lines

    src/messages/messenger.py
    from messages.discord_embeds import DiscordEmbeds

    src/messages/_init_.py
    from .discord_embeds import DiscordEmbeds

    think that is all if I remember correctly

  4. #49
    blacknight1's Avatar Member
    Reputation
    6
    Join Date
    Aug 2012
    Posts
    12
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by guschiggins View Post
    I've seen this too, make sure sell junk is enabled and runs per stash is set low enough. Still I think it has trouble selling bad rolls for circlets, boots, and gloves. Happen with or withouth /noitempickup


    Pretty happy with this bot but I was only able to get the compiled version of to run. There appears to be a problem with the imbed_discord.py due to RequestWebHookAdapter being deprecated in 2.0. I'm too new to know how to fix it but I found one article that said to put this:
    discord==1.7.3
    discord.py==1.7.3
    into the requirements.txt but I don't see one in src. Shrug.

    This is the error it throws when I run python src/main.py from miniconda.
    ImportError: cannot import name 'RequestsWebhookAdapter' from 'discord'
    if anyone figured that out LMK.
    delete these lines

    src/messages/messenger.py
    from messages.discord_embeds import DiscordEmbeds

    src/messages/_init_.py
    from .discord_embeds import DiscordEmbeds

    think that is all if I remember correctly

  5. #50
    guschiggins's Avatar Member
    Reputation
    2
    Join Date
    Nov 2022
    Posts
    14
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blacknight1 View Post
    delete these lines

    src/messages/messenger.py
    from messages.discord_embeds import DiscordEmbeds

    src/messages/_init_.py
    from .discord_embeds import DiscordEmbeds

    think that is all if I remember correctly
    File "C:\Users\borg\botty\src\messages\messenger.py", line 13, in __init__
    self._message_api = DiscordEmbeds()
    NameError: name 'DiscordEmbeds' is not defined

    is the result after these changes. Changed line 13 to self._message_api = GenericApi() and it launches now.

    if you try to run the diablo run looks like the cs trash has an issue. any hints/direction are appreciated.
    File "C:\Users\username\botty\src\char\i_char.py", line 383, in kill_cs_trash
    raise ValueError("Diablo CS Trash is not implemented!")
    Last edited by guschiggins; 11-05-2022 at 09:00 PM.

  6. #51
    blacknight1's Avatar Member
    Reputation
    6
    Join Date
    Aug 2012
    Posts
    12
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by guschiggins View Post
    File "C:\Users\borg\botty\src\messages\messenger.py", line 13, in __init__
    self._message_api = DiscordEmbeds()
    NameError: name 'DiscordEmbeds' is not defined

    is the result after these changes. Changed line 13 to self._message_api = GenericApi() and it launches now.

    if you try to run the diablo run looks like the cs trash has an issue. any hints/direction are appreciated.
    File "C:\Users\borg\botty\src\char\i_char.py", line 383, in kill_cs_trash
    raise ValueError("Diablo CS Trash is not implemented!")
    what class are you running? only hammerdin and foh can normally run with botty

    did you enable in params? kill_cs_trash=1

  7. #52
    guschiggins's Avatar Member
    Reputation
    2
    Join Date
    Nov 2022
    Posts
    14
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah that would do it. It's a sorc, works fine for hammerdin. Thanks again.

    Any idea if this is an abandoned project or if it is still being worked on/added to?
    Last edited by guschiggins; 11-05-2022 at 09:08 AM.

  8. #53
    blacknight1's Avatar Member
    Reputation
    6
    Join Date
    Aug 2012
    Posts
    12
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by guschiggins View Post
    ah that would do it. It's a sorc, works fine for hammerdin. Thanks again.

    Any idea if this is an abandoned project or if it is still being worked on/added to?
    dont think it is that I have seen

    I got a crude version of sorc to work in chaos, needs to be pretty strong though, I have only been able to do in NM

  9. #54
    guschiggins's Avatar Member
    Reputation
    2
    Join Date
    Nov 2022
    Posts
    14
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well the hammerdin one was working but now it has decided, with no configuration changes at all, to teleport significantly further, even after hitting f9. Set the bot back up from scratch and it still does it. Tested on another machine and works fine so something local to that laptop. Shrug.
    Last edited by guschiggins; 11-06-2022 at 05:35 PM.

  10. #55
    bottuser4k's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blake86 View Post
    Having a problem with version 8.1. Items that are accidentally picked up are not being discarded or stashed. They just fill my inventory within an hour or so. Any suggestions anyone?!?! Thanks
    Originally Posted by guschiggins View Post
    I've seen this too, make sure sell junk is enabled and runs per stash is set low enough. Still I think it has trouble selling bad rolls for circlets, boots, and gloves. Happen with or withouth /noitempickup
    Have you found any working solution yet? For me nothing helps unfortunately. Doesn't matter if I set sell_junk to 0 or 1 or runs_per_stash to 1/2/3/4 whatever, it will always trash/sell a few things but will keep other things until inventory is full.. It also just seems random what it keeps in inventory and what not.. :/
    Last edited by bottuser4k; 11-07-2022 at 05:16 PM.

  11. #56
    alacerte's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aeon0 View Post
    GitHub - aeon0/botty: D2R Pixel Bot

    Best pixel bot as we speak. Stable, lots of features, and the best thing about it: open source and free for you to adapt and extend however you like! Get your python skills dialed in

    Builds:
    - Hammerdin (Tele + Walking)
    - Sorc
    - Warcry Barb (Tele + Walking)
    - Trapsin (Tele + Walking)
    - Its easy to implement new builds or adjust current ones.
    Bosses:
    - Pindle
    - Eldritch + Shenk
    - Travincal
    - Nihlathak
    Other Features:
    - Per Item pickit (no mod needed)
    - Auto pot + chicken / configurable belt management
    - Shopper for claws and gloves
    - Live discord messages about drops and statistics, gold stashing in all tabs

    Join the Discord community: Botty
    This bot is working very good! the only issue i have is this error message : ERROR item segmentation failed for slot_pos: (999, 367)
    The bot doesn't sell the crap and keep it in inventory ! Do you know how to fix it ? thank you

  12. #57
    alacerte's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same problem here ! I have noticed this error message : ERROR item segmentation failed for slot_pos: (999, 367)
    it's like if the bot doesn't detect the slot position

  13. #58
    blacknight1's Avatar Member
    Reputation
    6
    Join Date
    Aug 2012
    Posts
    12
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for the inventory issue... go to processing_helpers.py

    update line 121

    from this:
    121: x+w < right_inv[0] or right_inv[0]+right_inv[2] < x or y+h+60 < right_inv[1] or right_inv[1]+right_inv[3] < y)

    to this (update the 60 to 80):

    121: x+w < right_inv[0] or right_inv[0]+right_inv[2] < x or y+h+80 < right_inv[1] or right_inv[1]+right_inv[3] < y)
    Last edited by blacknight1; 11-10-2022 at 01:06 PM.

  14. Thanks alacerte, guschiggins (2 members gave Thanks to blacknight1 for this useful post)
  15. #59
    alacerte's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the helpbut Cannot find processing_helpers.py in my botty folders

  16. #60
    guschiggins's Avatar Member
    Reputation
    2
    Join Date
    Nov 2022
    Posts
    14
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's under src\d2r_image (which won't be there if you're using the compiled version).

Page 4 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. thought for free and i mean free CD key
    By xdarkghostx in forum WoW Scam Prevention
    Replies: 9
    Last Post: 03-30-2008, 08:27 PM
  2. [Mac]Bypass firewalls to play WoW or anything else free and legally :)
    By lag in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 12-14-2007, 04:15 AM
  3. TVU Player. TV on your PC Live, Free and ~200 channels !
    By Wheeze201 in forum Community Chat
    Replies: 2
    Last Post: 12-11-2007, 05:58 PM
  4. Replies: 27
    Last Post: 11-25-2007, 05:34 AM
  5. Replies: 4
    Last Post: 10-24-2006, 09:23 AM
All times are GMT -5. The time now is 07:11 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search