Skip to content

Add PlugY tutorial. #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: restructure
Choose a base branch
from
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* [Character Configuration](kolbot/CharacterConfig.md/#character-configuration): options for configuring the bot
* [Cubing](kolbot/Cubing.md/#cubing): using the horadric cube recipes
* [Manual Play](kolbot/ManualPlay.md/#manual-playing): D2BotMap, Manual.js script
* [PlugY setup](kolbot/PlugY.md#plugy-setup-for-single-player-botting) PlugY setup for single player.
* [Multi Botting](kolbot/MultiBotting.md/#multi-botting): game creator, joining games, ...
* [TCP/IP Games](kolbot/TCP-IP%20games.md#tcpip-games): host and join TCP/IP games
* [D2BotMuleLog](kolbot/D2BotMuleLog.md/#d2botmulelog): log muled items
Expand Down
50 changes: 50 additions & 0 deletions kolbot/PlugY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[General Table of Contents](https://github.com/blizzhackers/documentation/#diablo-2-botting-system)

[Kolbot Table of Contents](https://github.com/blizzhackers/documentation/tree/master/kolbot/#kolbot)

---

## PlugY Setup for Single Player botting

---

* [Installing PlugY](#installing-plugy)

* [Configuring D2BS and kolbot for PlugY](#configuring-d2bs-and-kolbot-for-plugy-single-player)

---

## Installing PlugY

1. Download PlugY the ZIP version not the recommended installer version from the [official website](http://plugy.free.fr/PlugY_The_Survival_Kit_v14.03.zip)

2. Download the [PlugY D2FilePatcher](http://plugy.free.fr/PlugY_The_Survival_Kit_v14.03_D2FilePatcher.zip)

3. Extract both ZIP files to your Diablo II folder.

4. Run the PatchD2File.exe and select Yes.

5. In PlugY.ini make sure to set ActiveBigStash=1.
---

## Configuring D2BS and Kolbot for PlugY single player.

1. If want to play only Single Player and set PlugY stash enabled for all your characters and profiles:

a) Go to \d2bs\kolbot\libs\core and open Config.js

b) Find and set the line PlugYStash: true,

c) In PlugY.ini make sure to set ActiveBigStash=1.

3. To set PlugY stash to enabled only for a certain character:

a) Go to \d2bs\kolbot\libs\config\yourcharacterconfig.js

b) Add after line18 - Config.SortSettings.PlugYStash = true;

4. In D2Bot.exe make sure the path is set to Game.exe and not PlugY.exe!

5. In-game make sure the first 2 pages of your PlugY stash are empty.

NOTE: At the momemnt because kolbot puts your cube in the stash you HAVE to disable any operation with the cube (cubing of gems, runes, crafting etc.) in your Kolbot character config file
4 changes: 3 additions & 1 deletion kolbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ library scripts by [@kolton](https://github.com/kolton)

* [Manual Play](ManualPlay.md/#manual-playing): D2BotMap, Manual.js script

* [PlugY setup](PlugY.md#plugy-setup-for-single-player-botting) PlugY setup for single player.

* [Multi Botting](MultiBotting.md/#multi-botting): game creator, joining games, ...

* [TCP/IP Games](TCP-IP%20games.md#tcpip-games): host and join TCP/IP games
Expand All @@ -34,4 +36,4 @@ library scripts by [@kolton](https://github.com/kolton)

* [Hotkeys](Hotkeys.md/#hotkeys): d2bs hotkeys, how to change them, console commands

* [Miscellaneous Options](MiscellaneousOptions.md/#miscellaneous-options): autosmurf, autochaos, modded BattleOrders, how to define your own party, hardcore loot corpses, baal ads for hdin on wave2, ...
* [Miscellaneous Options](MiscellaneousOptions.md/#miscellaneous-options): autosmurf, autochaos, modded BattleOrders, how to define your own party, hardcore loot corpses, baal ads for hdin on wave2, ...