Diablo II Resurrected helper

Overview

Diablo II Resurrected 快捷施法辅助

功能:

+ 创建守护进程,注册全局热键  alt+/ 启用和关闭功能 (todo: 播放声音提示)
+ 按 x 强制移动
+ 按 1 ~ 0 快捷施法到鼠标区域

使用

  1. 编辑配置 settings.py 技能信息做如下定义:
SKILLS: list = [
    {"key_code": '1', "bind": LEFT, "name": "skill 1"},
    {"key_code": '2', "bind": LEFT, "name": "skill 2"},
    {"key_code": '3', "bind": LEFT, "name": "skill 3"},
    {"key_code": '4', "bind": RIGHT, "name": "skill 4"},
    {"key_code": '5', "bind": RIGHT, "name": "skill 5"},
    {"key_code": '6', "bind": RIGHT, "name": "skill 6"},
    {"key_code": '7', "bind": RIGHT, "name": "skill 7"},
    {"key_code": '8', "bind": RIGHT, "name": "skill 8"},
    {"key_code": '9', "bind": RIGHT, "name": "skill 9"},
    {"key_code": '0', "bind": RIGHT, "name": "skill 0"},
]

我在客户端中设置改键 F1--F4 吃药, 1--0 技能,如果你没改,就把上面的 key_code 改为 F1--F8 :

SKILLS: list = [
    {"key_code": 'F1', "bind": LEFT, "name": "skill 1"},
    {"key_code": 'F2', "bind": LEFT, "name": "skill 2"},
    {"key_code": 'F3', "bind": LEFT, "name": "skill 3"},
    {"key_code": 'F4', "bind": RIGHT, "name": "skill 4"},
    {"key_code": 'F5', "bind": RIGHT, "name": "skill 5"},
    {"key_code": 'F6', "bind": RIGHT, "name": "skill 6"},
    {"key_code": 'F7', "bind": RIGHT, "name": "skill 7"},
    {"key_code": 'F8', "bind": RIGHT, "name": "skill 8"},
]

再一个就是确认下你的各个按键的技能是绑定在左键还是右键,按自己的绑定情况修改, 绑定在左键的:"bind": LEFT, 右键的: "bind": RIGHT .

  1. https://www.python.org/ 下载 python 安装

  2. 命令提示符(或PowerShell)进入 d2-helper 目录,安装依赖 pip install -r requirements.txt

  3. 运行脚本 python main.py,命令提示符窗口不要关。

  4. alt+/ 组合键启动辅助功能,再次按 alt+/ 组合键可关闭辅助功能。

  5. 现在可以到 Diablo II Resurrected 中试试是否自动施法了。

You might also like...
A library of extension and helper modules for Python's data analysis and machine learning libraries.
A library of extension and helper modules for Python's data analysis and machine learning libraries.

Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks. Sebastian Raschka 2014-2021 Links Doc

A library of extension and helper modules for Python's data analysis and machine learning libraries.
A library of extension and helper modules for Python's data analysis and machine learning libraries.

Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks. Sebastian Raschka 2014-2021 Links Doc

A helper for organizing Django project settings by relying on well established programming patterns.

django-configurations django-configurations eases Django project configuration by relying on the composability of Python classes. It extends the notio

Discord CTF helper bot for CyberErudites
Discord CTF helper bot for CyberErudites

Eruditus - CTF helper bot Eruditus - CTF helper bot About Eruditus is a Discord CTF helper bot built with Python, it was initially designed to be used

Pandas and Dask test helper methods with beautiful error messages.
Pandas and Dask test helper methods with beautiful error messages.

beavis Pandas and Dask test helper methods with beautiful error messages. test helpers These test helper methods are meant to be used in test suites.

Little helper to run Steam apps under Proton with a GDB debugger

protongdb A small little helper for running games with Proton and debugging with GDB Requirements At least Python 3.5 protontricks pip package and its

CLI helper to install Github releases on your system.

gh-release-install is a CLI helper to install Github releases on your system. It can be used for pretty much anything, to install a formatter in your CI, deploy some binary using an orcherstration tool, or on your desktop.

LGVL helper script to batch and convert with lvgl offline image converter

script to batch and convert with lvgl offline image converter

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.

django-image-cropping django-image-cropping is an app for cropping uploaded images via Django's admin backend using Jcrop. Screenshot: django-image-cr

Helper tools to construct probability distributions built from expert elicited data for use in monte carlo simulations.

Elicited Helper tools to construct probability distributions built from expert elicited data for use in monte carlo simulations. Credit to Brett Hoove

An helper library to scrape data from TikTok in one line, using the Influencer Hunters APIs.
An helper library to scrape data from TikTok in one line, using the Influencer Hunters APIs.

TikTok Scraper An utility library to scrape data from TikTok hassle-free Go to the website » View Demo · Report Bug · Request Feature About The Projec

Helper script to bootstrap a Python environment with the tools required to build and install packages.

python-bootstrap Helper script to bootstrap a Python environment with the tools required to build and install packages. Usage $ python -m bootstrap.bu

Bonjour Software pypahe is a Python Package Helper command-line tool.

pypahe Bonjour Software pypahe is a Python Package Helper command-line tool. Requirements Docker runtime Usage print the latest available version of a

Aurornis - The Command Line Program Test Helper

Aurornis - The Command Line Program Test Helper Aurornis is a small, yet powerful library designed to help testing command line programs. The name is

CreamySoup - a helper script for automated SourceMod plugin updates management.

CreamySoup/"Creamy SourceMod Updater" (or just soup for short), a helper script for automated SourceMod plugin updates management.

i3wm helper tool for workspaces on multiple monitors
i3wm helper tool for workspaces on multiple monitors

i3screens A helper tool for managing i3wm workspaces on multiple monitors. Use-case You have a multi-monitor setup and want to have the "same" workspa

Voice helper on russian

Voice helper on russian

Simple AoC helper program you can use to develop your own solutions in python.

AoC-Compabion Simple AoC helper program you can use to develop your own solutions in python. Simply install it in your python environment using pip fr

Aerial Ace is a helper bot for poketwo which provide various functionalities on top of being a pokedex.

Aerial Ace is a helper bot for poketwo which provide various functionalities on top of being a pokedex.

Owner
Wan
随便玩玩
Wan
Discord CTF helper bot for CyberErudites

Eruditus - CTF helper bot Eruditus - CTF helper bot About Eruditus is a Discord CTF helper bot built with Python, it was initially designed to be used

Hafidh 34 Dec 30, 2022
Cloudshell-sandbox-reporter - Helper modules and classes for writing to Cloudshell sandbox console

Cloudshell Sandbox Reporter This project provides utility classes for formatting

QualiLab 2 Sep 7, 2022
Diablo II Resurrected helper

Diablo II Resurrected 快捷施法辅助 功能: + 创建守护进程,注册全局热键 alt+/ 启用和关闭功能 (todo: 播放声音提示) + 按 x 强制移动 + 按 1 ~ 0 快捷施法到鼠标区域 使用 编辑配置 settings.py 技能信息做如下定义: SKILLS:

Wan 2 Nov 6, 2022
Simple Pixelbot for Diablo 2 Resurrected written in python and opencv.

Simple Pixelbot for Diablo 2 Resurrected written in python and opencv. Obviously only use it in offline mode as it is against the TOS of Blizzard to use it in online mode!

null 468 Jan 3, 2023
This is a python helper package for Telebirr H5 Web payment integration helper.

Telebirr This is a python helper package for Telebirr H5 Web payment integration helper. The use case for this interface is payment via web. Third par

null 24 Dec 13, 2022
Qt-creator-boost-debugging-helper - Qt Creator Debugging Helper for Boost Library

Go to Tools > Options > Debugger > Locals & Expressions. Paste the script path t

Dmitry Bravikov 2 Apr 22, 2022
diablo2 resurrected loot filter

Only For Chinese and Traditional Chinese The filter only for Chinese and Traditional Chinese, i didn't change it for other language.Maybe you could mo

elmagnifico 249 Dec 4, 2022
A library of extension and helper modules for Python's data analysis and machine learning libraries.

Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks. Sebastian Raschka 2014-2020 Links Doc

Sebastian Raschka 4.2k Jan 2, 2023
Aioresponses is a helper for mock/fake web requests in python aiohttp package.

aioresponses Aioresponses is a helper to mock/fake web requests in python aiohttp package. For requests module there are a lot of packages that help u

null 402 Jan 6, 2023
A helper for organizing Django project settings by relying on well established programming patterns.

django-configurations django-configurations eases Django project configuration by relying on the composability of Python classes. It extends the notio

Jazzband 953 Dec 29, 2022