aqueduct runner menu

User Tag List

Results 1 to 10 of 10
  1. #1
    k1dnap's Avatar Member
    Reputation
    5
    Join Date
    Jun 2022
    Posts
    4
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    aqueduct runner

    Hello everyone!

    I made up a script to lvlup characters by running aqueduct

    I'll try to support this script as it possible and maintain it free to use

    https://www.youtube.com/watch?v=FmUIxKJBKLg - here is how it's supposed to work like

    the script itself written in python, but the data is taken from the GameHelper. Basically, I've modified the original GameHelper to work it as a http server to give the data which is taken by GameHelper.

    to run modified GameHelper you either have to:
    - download the ready to go poe helper from release page "net5.0_modif.rar"
    - or modify GameHelper by yourself, by replacing the files "files_to_modify_in_gamehelper_directory.rar", files are supposed to be placed in '{your_directory_to_game_helper}/GameHelper' directory

    files can be downloaded here: Release v0.0.1 . k1dnap/aqueduct_runner . GitHub

    github: GitHub - k1dnap/aqueduct_runner

    things to do:
    - chaos recipe
    - read the minimap relying on the screen?
    - running maps including the events on them

    also, willing to collaborate with someone who is able to support GameHelper or provide the data such as:
    -terrain data, with height data if it's possible
    -entities with their paths, grid positions, and hp,
    -player information, grid position, hp, Mana, energy shield

    aqueduct runner
  2. Thanks GameHelper, amnemon, KimSLi, camapxam (4 members gave Thanks to k1dnap for this useful post)
  3. #2
    amnemon's Avatar Member
    Reputation
    2
    Join Date
    Jun 2017
    Posts
    37
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thats amazing dude thanks alot

  4. #3
    aujv's Avatar Member
    Reputation
    1
    Join Date
    Jun 2016
    Posts
    24
    Thanks G/R
    28/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to get Plug-ins,thanks

  5. #4
    camapxam's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2009
    Posts
    274
    Thanks G/R
    196/20
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    thank you very much, but i can't run anyy of the code T_T
    Code:
    Using legacy 'setup.py install' for matplotlib, since package 'wheel' is not installed.
    Installing collected packages: matplotlib
      Running setup.py install for matplotlib ... error
      error: subprocess-exited-with-error
    
      × Running setup.py install for matplotlib did not run successfully.
      │ exit code: 1
      ╰─> [555 lines of output]
    
          Edit setup.cfg to change the build options; suppress output with --quiet.
    Code:
      error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
          Extracting /project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
          Building freetype in build\freetype-2.6.1
          [end of output]
    
      note: This error originates from a subprocess, and is likely not a problem with pip.
    error: legacy-install-failure
    
    × Encountered error while trying to install package.
    ╰─> matplotlib
    
    note: This is an issue with the package mentioned above, not pip.

  6. #5
    k1dnap's Avatar Member
    Reputation
    5
    Join Date
    Jun 2022
    Posts
    4
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by camapxam View Post
    thank you very much, but i can't run anyy of the code T_T
    Code:
    Using legacy 'setup.py install' for matplotlib, since package 'wheel' is not installed.
    Installing collected packages: matplotlib
      Running setup.py install for matplotlib ... error
      error: subprocess-exited-with-error
    
      × Running setup.py install for matplotlib did not run successfully.
      │ exit code: 1
      ╰─> [555 lines of output]
    
          Edit setup.cfg to change the build options; suppress output with --quiet.
    Code:
      error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
          Extracting /project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
          Building freetype in build\freetype-2.6.1
          [end of output]
    
      note: This error originates from a subprocess, and is likely not a problem with pip.
    error: legacy-install-failure
    
    × Encountered error while trying to install package.
    ╰─> matplotlib
    
    note: This is an issue with the package mentioned above, not pip.
    Seems like something wrong with your cpp build tool. You can actually omit the installation of matplotlib, Its handy only for debugging

  7. #6
    camapxam's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2009
    Posts
    274
    Thanks G/R
    196/20
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by k1dnap View Post
    Seems like something wrong with your cpp build tool. You can actually omit the installation of matplotlib, Its handy only for debugging
    But then ... how to run the script my friend
    Code:
     python aqueduct.py
    Traceback (most recent call last):
      File "*****\aqueduct_runner-0.0.1\aqueduct.py", line 7, in <module>
        import matplotlib.pyplot as plt
    ModuleNotFoundError: No module named 'matplotlib'

  8. #7
    rzakolo's Avatar Member
    Reputation
    1
    Join Date
    Jun 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone who has a problem with matplotlib
    Try this: matplotlib‑3.5.2‑cp310‑cp310‑win_amd64.whl
    1. Download
    2. Prompt: cd Your_downloaded_Matplotlib_folder
    3. Prompt: py -m pip install matplotlib‑3.5.2‑cp310‑cp310‑win_amd64.whl
    Last edited by rzakolo; 10-16-2022 at 10:00 AM.

  9. #8
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    demo video question at time=1:12
    why are you running to the town center to click on a waypoint instead of reloading the map by control clicking on the door leading to the map and selecting a new instance?

  10. #9
    k1dnap's Avatar Member
    Reputation
    5
    Join Date
    Jun 2022
    Posts
    4
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wlastas View Post
    demo video question at time=1:12
    why are you running to the town center to click on a waypoint instead of reloading the map by control clicking on the door leading to the map and selecting a new instance?
    You may change it to click to the transition area instead, I just wasn't making it too complicated

  11. #10
    ShrekIII's Avatar Member
    Reputation
    3
    Join Date
    Jul 2012
    Posts
    26
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This looks very promising, sadly I can't get it to work...

    I used a working version of GameHelper and copied to 2 files (HttpServer.cs and Program.cs) to the main folder of the modified GH.

    Looking into the TaskManger GH is running, but when ever I run
    "python aqueduct.py"

    I get the information, that the server is not reachable.

    Code:
    requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=50002): Max retries exceeded with url: /gameInfo?type=full (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000021F05FD7C40>: Failed to establish a new connection: [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte'))
    I tried to stop the firewall, but still not reachable - any ideas?
    Last edited by ShrekIII; 11-12-2022 at 07:38 AM.

Similar Threads

  1. Dungeon Runners (FUN & SUPER HILLARIOUS!)
    By Yeti in forum Gaming Chat
    Replies: 2
    Last Post: 08-11-2008, 03:30 PM
  2. 19 Druid flag runner's gear
    By Murk in forum World of Warcraft Guides
    Replies: 10
    Last Post: 02-03-2008, 04:28 PM
  3. WTT/WTS Dungeon Runners CD Key(s)
    By #ClumsyWizard in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 4
    Last Post: 12-25-2007, 12:31 AM
  4. auto runner lag glitch and auto caster
    By orangegold in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 10-19-2007, 12:08 PM
  5. Dungeon Runners
    By Snitch in forum Gaming Chat
    Replies: 9
    Last Post: 08-19-2007, 04:22 AM
All times are GMT -5. The time now is 06:01 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