Replies: 1 comment
-
|
When I followed these steps, it worked correctly. Download with git Create a folder name it whatever you like, I am going to call mine d2kolbot. Make sure the folder is empty then open it up in a terminal. I am using git bash https://gitforwindows.org/ Next enter this into the terminal git clone --recurse-submodules https://github.com/blizzhackers/kolbot.git After following these steps in this order, everything worked properly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I copied the files using GitHub Desktop as described in the instructions.
Then I ran Setup.bat in the copied folder with Windows administrator privileges.
However, some steps seem to have been skipped and the following message appeared during the process.
After that, I tried running D2bot.exe, but instead of working normally, it shows the message:
“An error has occurred!”
Has anyone experienced the same issue or knows how to fix this?
Copying setup files to their respective directories...
Current directory: C:\Windows\system32
WARNING: Git is not installed or not available in PATH
Please install Git and ensure it's in your PATH to use submodules
Continuing with file copying only...
Copying JSON files to data directory...
WARNING: Source file +setup\data\cdkeys.json not found - skipping cdkeys.json to data directory
WARNING: Source file +setup\data\patch.json not found - skipping patch.json to data directory
WARNING: Source file +setup\data\profile.json not found - skipping profile.json to data directory
WARNING: Source file +setup\data\schedules.json not found - skipping schedules.json to data directory
WARNING: Source file +setup\data\server.json not found - skipping server.json to data directory
JSON files processed successfully!
Copying log files to logs directory...
WARNING: Source file +setup\logs\Console.rtf not found - skipping Console.rtf to logs directory
WARNING: Source file +setup\logs\exceptions.log not found - skipping exceptions.log to logs directory
WARNING: Source file +setup\logs\keyinfo.log not found - skipping keyinfo.log to logs directory
Log files processed successfully!
Copying d2bs.ini to d2bs directory...
WARNING: Source file +setup\d2bs.ini not found - skipping d2bs.ini to d2bs directory
Copying system configuration files...
WARNING: Source file +setup\automule\MuleConfig.js not found - skipping MuleConfig.js to automule config directory
WARNING: Source file +setup\automule\TorchAnniMules.js not found - skipping TorchAnniMules.js to automule config directory
WARNING: Source file +setup\automule\StarterConfig.js not found - skipping StarterConfig.js to automule config directory
WARNING: Source file +setup\channel\ChannelConfig.js not found - skipping ChannelConfig.js to channel directory
WARNING: Source file +setup\cleaner\CleanerConfig.js not found - skipping CleanerConfig.js to cleaner directory
WARNING: Source file +setup\crafting\TeamsConfig.js not found - skipping TeamsConfig.js to crafting directory
WARNING: Source file +setup\follow\FollowConfig.js not found - skipping FollowConfig.js to follow directory
WARNING: Source file +setup\gambling\TeamsConfig.js not found - skipping TeamsConfig.js to gambling directory
WARNING: Source file +setup\gameaction\GameActionConfig.js not found - skipping GameActionConfig.js to gameaction directory
WARNING: Source file +setup\lead\LeadConfig.js not found - skipping LeadConfig.js to lead directory
WARNING: Source file +setup\mulelogger\LoggerConfig.js not found - skipping LoggerConfig.js to mulelogger directory
WARNING: Source file +setup\pubjoin\PubJoinConfig.js not found - skipping PubJoinConfig.js to pubjoin directory
WARNING: Source file +setup\torch\FarmerConfig.js not found - skipping FarmerConfig.js to torch directory
WARNING: Source file +setup\charrefresher\RefresherConfig.js not found - skipping RefresherConfig.js to charrefresher directory
System configuration files processed successfully!
Copying custom configuration files...
WARNING: Source file +setup\config_CustomConfig.js not found - skipping _CustomConfig.js to config directory
Copying starter configuration files...
WARNING: Source file +setup\starter\AdvancedConfig.js not found - skipping AdvancedConfig.js to starter directory
WARNING: Source file +setup\starter\StarterConfig.js not found - skipping StarterConfig.js to starter directory
Copying SoloPlay configuration files...
WARNING: Source file d2bs\kolbot\libs\SoloPlay+setup\Settings.js not found - skipping Settings.js to SoloPlay Settings directory
WARNING: Source file d2bs\kolbot\libs\SoloPlay+setup\AdvancedSettings.js not found - skipping AdvancedSettings.js to SoloPlay Settings directory
WARNING: Source file d2bs\kolbot\libs\SoloPlay+setup\StarterConfig.js not found - skipping StarterConfig.js to SoloPlay OOG directory
Setup files copied
계속하려면 아무 키나 누르십시오 . . .
Beta Was this translation helpful? Give feedback.
All reactions