diff --git a/README.md b/README.md index 8929dbf..59ddb16 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/kolbot/PlugY.md b/kolbot/PlugY.md new file mode 100644 index 0000000..fefedfe --- /dev/null +++ b/kolbot/PlugY.md @@ -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 diff --git a/kolbot/README.md b/kolbot/README.md index 9c240ef..86b4a7c 100644 --- a/kolbot/README.md +++ b/kolbot/README.md @@ -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 @@ -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, ... \ No newline at end of file +* [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, ...