Botty - Free and Opensource Pixelbot menu

User Tag List

Page 5 of 7 FirstFirst 1234567 LastLast
Results 61 to 75 of 96
  1. #61
    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 guschiggins View Post
    it's under src\d2r_image (which won't be there if you're using the compiled version).
    exactly can't See it..is there a solution for this ? thank you

    Botty - Free and Opensource Pixelbot
  2. #62
    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)
    read development.md from the site and follow the instructions to set it up with python instead of the main.exe/compiled version (install miniconda/git), you'll need to update the discord stuff from earlier in the thread also.

  3. #63
    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 guschiggins View Post
    read development.md from the site and follow the instructions to set it up with python instead of the main.exe/compiled version (install miniconda/git), you'll need to update the discord stuff from earlier in the thread also.
    What is the discord for botty ? the first link in that thread doesn'T work.

  4. #64
    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 alacerte View Post
    What is the discord for botty ? the first link in that thread doesn'T work.
    delete the red sections

    src/messages/_init_.py

    from .generic_api import GenericApi
    from .discord_embeds import DiscordEmbeds
    from .messenger import Messenger


    src/messages/messanger.py

    from dataclasses import dataclass
    from config import Config
    import numpy as np

    from messages.generic_api import GenericApi
    from messages.discord_embeds import DiscordEmbeds

    class Messenger:
    def __init__(self):
    if Config().general["message_api_type"] == "generic_api":
    self._message_api = GenericApi()
    elif Config().general["message_api_type"] == "discord":
    self._message_api = DiscordEmbeds()

  5. Thanks guschiggins (1 members gave Thanks to blacknight1 for this useful post)
  6. #65
    gamalielchosen'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)
    Hey folks,

    Got the bot running on offline. Appreciate all the work involved. Moved it from the compiled version to the raw and saw a big jump in performance - FYI.

    One issue I'm still having is that my char is getting stuck in Act 5 after IDing items at Cain. He is supposed to return to Malah, but usually stands there before timing out.

    Any thoughts?

    Thanks!

  7. #66
    interzepted's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi bros,

    How can I adjust the aternate attack of the blizz_sorc build to be fireball instead of iceblast?
    I understand there should be a file blizz_sorc.py (or something similar) where I can probably change some lines to adjust the bot skills according to the build of my sorc but I am computer noob and cant find it...

    Any help would be highly appreciated!

    Cheers!

  8. #67
    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 gamalielchosen View Post
    Hey folks,

    Got the bot running on offline. Appreciate all the work involved. Moved it from the compiled version to the raw and saw a big jump in performance - FYI.

    One issue I'm still having is that my char is getting stuck in Act 5 after IDing items at Cain. He is supposed to return to Malah, but usually stands there before timing out.

    Any thoughts?

    Thanks!
    Where did you find the way to use the raw version ? I'm looking for it for so long and can't find

  9. #68
    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 gamalielchosen View Post
    Hey folks,

    Got the bot running on offline. Appreciate all the work involved. Moved it from the compiled version to the raw and saw a big jump in performance - FYI.

    One issue I'm still having is that my char is getting stuck in Act 5 after IDing items at Cain. He is supposed to return to Malah, but usually stands there before timing out.

    Any thoughts?

    Thanks!
    I carry an tome of ID on a hammerdin and he doesn't use cain, might be a good workaround.


    Originally Posted by alacerte View Post
    Where did you find the way to use the raw version ? I'm looking for it for so long and can't find
    click the green 'code' drop down on the main github site for it and select download zip.

  10. #69
    kjuul's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the discord link expired or? I cant seem to get it to work?

  11. #70
    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)
    Yeah think the discord is dead, the project for this is read only/archived. Anyone working on a baal.py for this yet? Thinking about throwing some time at it.

  12. #71
    nasunasu'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)
    WP is not working well. What should I do? (botty_v0.8.1)

    [0.8.1 2022-11-23 15:40:18,302] INFO Run Eldritch
    [0.8.1 2022-11-23 15:40:18,303] DEBUG Traverse from a5_town_start to a5_wp
    [0.8.1 2022-11-23 15:40:21,277] DEBUG Select A5_WP (91.9% confidence)
    [0.8.1 2022-11-23 15:40:23,788] DEBUG Select A5_WP (93.9% confidence)
    [0.8.1 2022-11-23 15:40:26,305] DEBUG Select A5_WP (90.2% confidence)
    [0.8.1 2022-11-23 15:40:28,805] DEBUG Select A5_WP (93.6% confidence)
    [0.8.1 2022-11-23 15:40:31,316] ERROR Wanted to select A5_WP, but could not find it
    [0.8.1 2022-11-23 15:40:31,750] WARNING EXP OCR Error: ['']. Exception: 'EXPERIENCE:' is not in list
    [0.8.1 2022-11-23 15:40:34,810] DEBUG ['SAVE_AND_EXIT_NO_HIGHLIGHT', 'SAVE_AND_EXIT_HIGHLIGHT'] not found after 3 seconds

  13. #72
    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)
    Have weird issue, going to set back up from scratch and see if it recurs.
    it says cancel teleport detected a bunch of time and he teleports way past the destination before stopping. Any idea?

    It was latency or a change I made to the default file, probably latency, forgot to switch back from EU after a trade.
    Last edited by guschiggins; 11-23-2022 at 04:23 PM.

  14. #73
    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)
    Anyone tried the FoH build for chaos? is it better/faster than the hammerdin?

    cliff notes for anyone setting this up:
    read the whole thread, you need to fix discord and one other file to keep it from not selling stuff. default pickup file doesn't pickup HR which is dumb AF, if you go turning stuff on in there, pay attention, enabling conflicting stuff will f it up. Sorc can't run chaos with this, only hammerdin (maybe foh?) can. Tried Hoz and SR spirit, SR and 60% block seem to be champ, so I'd assume ST and 75% is the best bet if it crosses your path for the right price. If you use this on bnet, it likely will get you banned, especially if you run it for absurd lengths of time or if your setup is dumb and puts your bot in a death loop or presumably selling/dropping gold with a full stash.

    If someone PY savvy is looking for things to fix in this:
    needs a final loot check after cracking last CS seal, seen it miss stuff
    nihlithak, slight delay and second look check, seen it miss a sur. I wake up at night covered in sweat wondering what else it missed.
    Shenk = death if you run shenk, even with a boss build, you're going to hit a run where a bunch of ranged attackers cause you to pause before hitting shenk. You'll just stand there trying to TP and a small number of the times this happens under lvl 95 you die.
    weapon swap. This one is dumb AF, sometimes if it panic quits, you'll end up with a swapped weapon, it'll say failed to swap, you won't BO, and he'll keep running CS runs where only your merc really kills anything. Wrong build or some lag and this gets you killed.
    Potion pickup seems to stop working sometimes.

    LOL they banned my test bot today, probably just ran it for too long too many days in a row, 99% sure the ban process is entirely automated. Was a fun project and made a killing selling the loot so oh well I guess.
    Last edited by guschiggins; 11-29-2022 at 06:17 PM.

  15. #74
    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)
    Removed for updates.
    Last edited by blacknight1; 12-02-2022 at 08:33 PM.

  16. Thanks guschiggins (1 members gave Thanks to blacknight1 for this useful post)
  17. #75
    francheese's Avatar Member
    Reputation
    1
    Join Date
    Dec 2022
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey great work on this project. So far I managed to set my hamemerdin pretty well with Enigma and CTA. I'm using 0.8.1 build at the moment, I tried the diablo option but cannot really make it work. It seems to be having issues figuring out the map and detecting if the seals are really popped. I usually end up stuck close to first seal, mobs all around and the bot can't get it opened. some other times, the seal is opened but the logs stays that it's still closed. Could it be something wrong with my settings or this run is still in progress? I set kill_cs_trash=0 for now.

    Error log example:
    Wanted to select ['DIA_A1L2_14_CLOSED', 'DIA_A1L2_14_CLOSED_DARK', 'DIA_A1L2_14_MOUSEOVER'], but could not find it
    Thanks

Page 5 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 04:46 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