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 中试试是否自动施法了。

Owner
Wan
随便玩玩
Wan
Automatically pick a winner who Retweeted, Commented, and Followed your Twitter account!

AutomaticTwitterGiveaways automates selecting winners for "Retweet, Comment, Follow" type Twitter giveaways.

1 Jan 13, 2022
A modern, easy to use, feature-rich, and async ready API wrapper improved and revived from original discord.py.

A Python API wrapper that is improved and revived from the original discord.py

Orion 19 Nov 06, 2021
Visualização de dados do TaxiGov.

Visualização de dados do TaxiGov Este repositório apresenta uma visualização das corridas de táxi do programa TaxiGov do governo federal, realizadas n

Ministério da Economia do Brasil 5 Dec 20, 2022
Reverse engineering the dengue virus (under development construction)

Reverse engineering the dengue virus (under development 🚧 ) What is dengue? Dengue is a viral infection transmitted to humans through the bite of inf

kjain 4 Feb 09, 2022
[Multithreading] [Proxy - auto & infile]

Discord-Token-Generator-AutoCheck [Multithreading] [Proxy - auto & infile] How to install? pip install -r requirements.txt run generator.py with pytho

Chakeaw__ 3 Oct 17, 2021
An alternative launcher for Lunar Client which is aimed at portability and functionality.

Portaluna An alternative launcher for Lunar Client which is aimed at portability and functionality. Features Portable. Lightweight. Functional. Note:

4 Mar 05, 2022
A Discord bot written in Python to help with guild administration

forgotten-hydra A Discord bot written in Python to help with guild administration. External libraries Pycord-Development/pycord 1.7.3 djc/couchdb-pyth

1 May 14, 2022
A youtube videos or channels tag finder python module

A youtube videos or channels tag finder python module

Fayas Noushad 4 Dec 03, 2021
This is an implementation example of a bot that periodically sends predictions to the alphasea-agent.

alphasea-example-model alphasea-example-modelは、 alphasea-agent に対して毎ラウンド、予測を投稿するプログラムです。 Numeraiのexample modelに相当します。 準備 alphasea-example-modelの動作には、

AlphaSea 11 Jul 28, 2022
This repo contains a simple library for work with Eitaa messenger's api

Eitaa PyKit This repo contains a simple library for work with Eitaa messenger's api PyPI Page : https://pypi.org/project/Eitaa-PyKit Install via pip p

Bistcuite 20 Sep 16, 2022
📦 Opensource Python wrapper for Hiven's REST and WebSocket API

hiven.py 📦 Opensource Python wrapper for Hiven's REST and WebSocket API Installation pip install -U hiven.py Usage hiven.py is currently under devel

Kevin Thomas 3 Sep 03, 2021
Twitter-redesign - Twitter Redesign With Django

Twitter Redesign A project that tests Django and React knowledge through a twitt

Mark Jumba 1 Jun 01, 2022
A tool for creating credentials for accessing S3 buckets

s3-credentials A tool for creating credentials for accessing S3 buckets For project background, see s3-credentials: a tool for creating credentials fo

Simon Willison 138 Jan 06, 2023
Terraform Cloud CLI for Managing Workspace Terraform Versions

Terraform Cloud Version Manager This tiny script makes it easy to update the Terraform Version on all of the Workspaces inside Terraform Cloud. It wil

Robert Hafner 1 Jan 07, 2022
Async boto3 with Autogenerated Data Classes

awspydk Async boto3 with Autogenerated JIT Data Classes Motivation This library is forked from an internal project that works with a lot of backend AW

1 Dec 05, 2021
A simple script that can be used to track real time that user was online in telegram

TG_OnlineTracker A simple script that can be used to track real time that user was online in telegram Join @DaisySupport_Official 🎵 for help 🏃‍♂️ Ea

Inuka Asith 15 Oct 23, 2022
Some python code to make twitter bots ;)

How to set up a twitter bot using python's tweepy library Create a twitter developer account and project Make sure you are logged into your twitter ac

Wael 2 Jan 10, 2022
TG-Streaming-bot - TG Simple Streaming bot

TG Simple Streaming bot telegram video straming bot 🎚️ Features Play youtube li

HyDrix 4 May 05, 2022
Fairstructure - Structure your data in a FAIR way using google sheets or TSVs

Fairstructure - Structure your data in a FAIR way using google sheets or TSVs. These are then converted to LinkML, and from there other formats

Linked data Modeling Language 23 Dec 01, 2022
✨ 🐍 Python SDK for StarkNet.

✨ 🐍 starknet.py StarkNet SDK for Python 📘 Documentation Installation Quickstart Guide API Installation To install this package run pip install stark

Software Mansion 158 Jan 04, 2023