Botty - Free and Opensource Pixelbot menu

User Tag List

Page 6 of 7 FirstFirst ... 234567 LastLast
Results 76 to 90 of 96
  1. #76
    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)

    pyparsing error

    (botty) C:\Users\user\botty>python src/main.py
    Traceback (most recent call last):
    File "C:\Users\user\botty\src\main.py", line 7, in <module>
    import screen
    File "C:\Users\user\botty\src\screen.py", line 4, in <module>
    from utils.misc import WindowSpec, find_d2r_window, wait
    File "C:\Users\user\botty\src\utils\misc.py", line 11, in <module>
    from pyparsing import Regex
    ModuleNotFoundError: No module named 'pyparsing'


    if you run into this run
    pip install pyparsing
    from miniconda

    Botty - Free and Opensource Pixelbot
  2. #77
    markwordk's Avatar Member
    Reputation
    1
    Join Date
    Dec 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blacknight1 View Post
    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)
    can anyone confirm this is the solution for getting the bot to stash items in stash?
    as of yet, I've not seen my char even touch the stash on multiple runs.
    Mine also holds onto stuff that should be junk and doesnt sell random stuff but will sell others

  3. #78
    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 markwordk View Post
    can anyone confirm this is the solution for getting the bot to stash items in stash?
    as of yet, I've not seen my char even touch the stash on multiple runs.
    Mine also holds onto stuff that should be junk and doesnt sell random stuff but will sell others
    yup, I update this and my dude stopped holding junk. Still grabs stupid stuff sometimes, have to also be careful what you enable in the default pickup file too. If you enable things that conflict it'll get screwy , ie all frw skillers and specific FRW skillers or titans over X% ed and perfect titans.

  4. #79
    markwordk's Avatar Member
    Reputation
    1
    Join Date
    Dec 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by guschiggins View Post
    yup, I update this and my dude stopped holding junk. Still grabs stupid stuff sometimes, have to also be careful what you enable in the default pickup file too. If you enable things that conflict it'll get screwy , ie all frw skillers and specific FRW skillers or titans over X% ed and perfect titans.
    I changed that code from 60 to 80 or whatever but my dude still wont put anything in stash, i don't get it

  5. #80
    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 markwordk View Post
    I changed that code from 60 to 80 or whatever but my dude still wont put anything in stash, i don't get it
    is fill_shared_stash_first set to 1? try 0 if so.
    and just to confirm you're only using the area on the right you designated as non-loot columns right?
    num_loot_columns Number of columns in inventory used for loot (from left!). Remaining space can be used for charms

  6. #81
    cainea's Avatar Member
    Reputation
    1
    Join Date
    Dec 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,

    Anyone is getting this error ?

    I`m getting this on multiple char.

    [0.8.1 2022-11-25 17:58:30,291] INFO eldrich atk cycle
    [0.8.1 2022-11-25 17:58:31,628] DEBUG Drink mana potion in slot 3. HP: 98.7%, Mana: 49.8%
    [0.8.1 2022-11-25 17:58:33,342] INFO corpse explosion~> random cast
    [0.8.1 2022-11-25 17:58:34,047] INFO atk cycle end
    [0.8.1 2022-11-25 17:58:34,658] DEBUG Traverse from a5_eldritch_safe_dist to a5_eldritch_end
    [0.8.1 2022-11-25 17:58:40,617] INFO circle cast ~>raise_revive
    Exception in thread Thread-7 (start):
    Traceback (most recent call last):
    File "threading.py", line 1016, in _bootstrap_inner
    File "threading.py", line 953, in run
    File "bot.py", line 163, in start
    File "bot.py", line 183, in trigger_or_stop
    File "transitions\core.py", line 899, in _get_trigger
    File "transitions\core.py", line 401, in trigger
    File "transitions\core.py", line 1201, in _process
    File "transitions\core.py", line 426, in _trigger
    File "transitions\core.py", line 435, in _process
    File "transitions\core.py", line 272, in execute
    File "transitions\core.py", line 1123, in callbacks
    File "transitions\core.py", line 1144, in callback
    File "bot.py", line 502, in on_run_shenk
    File "run\shenk_eld.py", line 50, in battle
    File "char\necro.py", line 494, in kill_eldritch
    File "char\necro.py", line 355, in _cast_circle
    TypeError: unhashable type: 'numpy.ndarray'

  7. #82
    kmarsh06's Avatar Member
    Reputation
    1
    Join Date
    Jan 2023
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bot is having trouble moving from start to akara

  8. #83
    cainea's Avatar Member
    Reputation
    1
    Join Date
    Dec 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kmarsh06 View Post
    Bot is having trouble moving from start to akara
    That is the thing, all of the errors I was getting when the run was already going.
    After a few spells, the log was from a run for the eldrich.

  9. #84
    havok89's Avatar Member
    Reputation
    1
    Join Date
    Feb 2023
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Botty keeps picking up random white items and won’t drop / sell junk.

    Inventory fills up and then bot can’t pick up additional items. Anyone know why this may be happening?

  10. #85
    xtronz's Avatar Member
    Reputation
    1
    Join Date
    Jan 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a botty discord. I want to fin out if botty is still operational

  11. #86
    GL76's Avatar Member
    Reputation
    1
    Join Date
    Feb 2023
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I saw a post on here somewhere about someone helping with setting it up. Can find it now. Ill let you know if i find someone

  12. #87
    tiptopkek's Avatar Member
    Reputation
    1
    Join Date
    Feb 2023
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For those of you that got the issue :

    "UnicodeEncodeError: ‘charmap’ codec can’t encode characters in position ... (On a windows system, using the src version (not the compiled version))

    You need to enable Unicode in windows.

    I followed this procedure and it worked like a charm after :

    Using UTF-8 Encoding (CHCP 65001) in Command Prompt / Windows Powershell (Windows 10) - Stack Overflow

  13. #88
    cro_magnon's Avatar Member
    Reputation
    1
    Join Date
    Mar 2023
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    id like to join the community but link no work or is this detected now? or no longer being developed?

  14. #89
    qlam's Avatar Member
    Reputation
    1
    Join Date
    Mar 2023
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    May I have the release version please, somehow I can't run it in minicoda. there is no Botty fold to CD to (I have no knowledge to program )

  15. #90
    developerer's Avatar Member
    Reputation
    1
    Join Date
    May 2023
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like I'm late to the party. Anybody managed to run the code locally? Versions are all messed up, some things have changed, but can't really tell since I'm haven't touched any python. Can anybody with a working code post the list of dependencies and their versions so I can get this thing running? Thanks!

Page 6 of 7 FirstFirst ... 234567 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 06:52 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