Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added D2BotNG.exe
Binary file not shown.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
- [Required after Download Setup](#required-after-download-setup)
- [Getting Started](#getting-started)
- [Guides](#guides)
- [D2BotNG](#d2botng---alternative-manager)
- [LimeDrop](#limedrop-web-based-item-manager-and-dropper)

## General

1. D2BS, D2Bot and kolbot # are educational tools with an open source developer community. These tools are meant to be used offline or on private servers that explicitly allow them. These tools are not meant to be abused on battle.net (a Blizzard Entertainment entity).
1. D2BS, D2Bot#, D2BotNG and kolbot are educational tools with an open source developer community. These tools are meant to be used offline or on private servers that explicitly allow them. These tools are not meant to be abused on battle.net (a Blizzard Entertainment entity).

2. D2BS, D2Bot # and kolbot are provided as is and for FREE. If you paid or are asked to pay for these tools, do not proceed.
2. D2BS, D2Bot#, D2BotNG and kolbot are provided as is and for FREE. If you paid or are asked to pay for these tools, do not proceed.

3. These tools are not inteded for cheating, maliciously exploiting, or illegal use of software.

Expand All @@ -26,6 +27,7 @@
* this name is better known than others, even it is just a part of d2bs (diablo 2 botting system) which contain 3 distinct components:
* D2BS - core (C++)
* D2Bot# - manager (C#)
* D2BotNG - alternative manager (C#)
* kolbot - script library (JS)

If you want to contribute to kolbot code, make sure you run `npm run lint` for final polish.
Expand Down Expand Up @@ -69,6 +71,12 @@ To keep your installation updated, you can run `update.bat` at any time to pull
- [character config](https://github.com/blizzhackers/documentation/blob/restructure/kolbot/CharacterConfig.md/#character-configuration)
- [TCP/IP Games](https://github.com/blizzhackers/documentation/blob/restructure/kolbot/TCP-IP%20games.md#tcpip-games)

## D2BotNG - Alternative Manager

[D2BotNG](https://github.com/ResurrectedTrader/D2BotNG) is a modern rewrite of D2Bot# that aims to match existing functionality. Features a dark-themed web UI accessible remotely from any browser, and Discord bot integration. Requires the [.NET 10 Desktop Runtime (x86)](https://dotnet.microsoft.com/en-us/download/dotnet/10.0).

See the [D2BotNG project page](https://github.com/ResurrectedTrader/D2BotNG) for screenshots and details. For issues and feature requests, use the [issue tracker](https://github.com/ResurrectedTrader/D2BotNG/issues).

## LimeDrop web based item manager and dropper

- Limedrop is available by default on the master(trunk) branch.
Expand Down
Loading