Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Kolbot
- How to setup Kolbot
- Contents:
- 1. Programs you will need
- 2. Download Links
- 3. How to install the bot
- 4. Leader Setup
- 5. Leech Setup
- 6. Pickit Setup
- 7. Setting up the Manager
- Here are some video guides made by lengend http://www.youtube.com/playlist?list=PLFF6DF855091E4AD0
- 1. Programs you will need
- A. Notepad++ http://www.http://notepad-plus-plus.org/
- .This will be your best bet when it comes to editing the files you need to set the bot up.
- B. .NET 3.5 http://www.microsoft.com/en-us/download/details.aspx?id=21
- .This is a have to have program on your computer to run this bot.
- c. .NET 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=17851
- .This is another program you have to have to make this bot work.
- D. vc++ 2010 redist http://www.microsoft.com/en-us/download/details.aspx?id=5555
- .This is another program you have to have to make this bot work.
- 2. Download Links
- A. https://github.com/kolton/d2bot-with-kolbot
- .Click the button labled ZIP
- 3. How to install the bot (Optional/follow this step if you dont want to download the zip file)
- Program you will need.
- A. TortoiseSVN http://tortoisesvn.net/downloads.html
- .install the program
- .once the program is installed right click on the mouse anywhere on the screen
- .then click on SVN checkout
- .under URL of repository: enter the url and click OK
- B. The needed URL
- .https://github.com/kolton/d2bot-with-kolbot.git
- 4. Leader Setup (If you are setting up leech bot skip to step 5)
- A. When you open the bot you see 2 folders
- .bots (Folder)
- .images (Folder)
- you need to open the folder named bot
- B. Once the folder named bot is opened you will see 1 more folder
- .kolbot
- you need to open the folder named kolbot
- C. Here is where all the starter file are located
- .D2BotBlank
- .D2BotChannel
- .D2BotFollow
- .D2BotLead
- .D2BotMap
- .D2BotMule
- .D2BotMuleLog
- .default (Never have to mess with this file)
- you need to open the file named D2BotLead
- D. Here is the list of Lines that need to be edited (you should have the edit anything else)
- (Plz note this is only the stuff you have to setup the rest is optional)
- 1.) Line 5 ResetCount: 9999, // Reset game count back to 1 every X games. (change 9999 to whatever you want it to be)
- 2.) Line 6 CharacterDifference: 90, // Character level difference. Set to false to disable character difference. (Change 90 to whatever you want it to be)
- 3.) Line 27 "Profile Name": {JoinChannel: "Channel", FirstJoinMessage: ".login", AnnounceGames: true} (Only edit the stuff in between the "")
- E. File Save
- F. Now in that same area where you found the Starter files you will see 7 folders
- .data
- .libs
- .logs
- .mules
- .pickit
- .sdk
- .tools
- you need to open the folder named libs
- G. You will now see 3 more folders
- .bots
- .common
- .config
- you will want to open the folder named config
- H. In side the folder named config you will see all the char files.
- .Amazon
- .Assassin.
- .Barbarian
- .Druid
- .Necromancer
- .Paladin
- .Sorceress
- (Ill explain how the manager will create this file for you (you will still need to edit it if you do it this way))
- You can self create the file yourself if you would like by copy and pasting a copy of the char file i want to create
- you will now need to name that file
- EXAMPLE:
- Druid.CharName (Must be exact spelling)(all you need to do is add a period to the end of the name and add your char name)
- I. Once you are in the char file this is where you edit what happens in game.. (If you are using Notepad++ just read whats in green it will explain everything)
- J. File save once you have setup the char as you plz (PM Wr3ck@JSP if you have any questions about the setup within the char file)
- 5. Leech Setup
- A. When you open the bot you see 2 folders
- .bots (Folder)
- .images (Folder)
- you need to open the folder named bot
- B. Once the folder named bot is opened you will see 1 more folder
- .kolbot
- you need to open the folder named kolbot
- C. Here is where all the starter file are located
- .D2BotBlank
- .D2BotChannel
- .D2BotFollow
- .D2BotLead
- .D2BotMap
- .D2BotMule
- .D2BotMuleLog
- .default (Never have to mess with this file)
- you need to open the file named D2BotLead
- D. Here is the list of Lines that need to be edited (you should have the edit anything else)
- (Plz note this is only the stuff you have to setup the rest is optional)
- 1.) Line 2 JoinChannel: "OP Khaos", // Name of the channel to join (change what channel you want your leecher going to)
- 2.) Line 7 Games: ["Virus Chaos"], // List of games to look for. Example: Games: ["some baal-", "chaos run-"],
- 3.) Line 8 Passwords: [""], // List of game passwords. Each array in Games array should have a matching element in Passwords. Use "" for blank pw.
- 4.) Line 9 JoinDelay: 6, // Seconds to wait between announcement and clicking join
- 5.) Line 10 FriendListQuery: 0, // Seconds between "/f l" retries. 0 = disable
- E. File Save
- F. Now in that same area where you found the Starter files you will see 7 folders
- .data
- .libs
- .logs
- .mules
- .pickit
- .sdk
- .tools
- you need to open the folder named libs
- G. You will now see 3 more folders
- .bots
- .common
- .config
- you will want to open the folder named config
- H. In side the folder named config you will see all the char files.
- .Amazon
- .Assassin.
- .Barbarian
- .Druid
- .Necromancer
- .Paladin
- .Sorceress
- (Ill explain how the manager will create this file for you (you will still need to edit it if you do it this way))
- You can self create the file yourself if you would like by copy and pasting a copy of the char file i want to create
- you will now need to name that file
- EXAMPLE:
- Druid.CharName(Must be exact spelling) (all you need to do is add a period to the end of the name and add your char name)
- I. Once you are in the char file this is where you edit what happens in game.. (If you are using Notepad++ just read whats in green it will explain everything)
- J. File save once you have setup the char as you plz (PM Wr3ck@JSP if you have any questions about the setup within the char file)
- 6. Pickit Setup
- A. When you open the bot you see 2 folders
- .bots (Folder)
- .images (Folder)
- you need to open the folder named bot
- B. Once the folder named bot is opened you will see 1 more folder
- .kolbot
- you need to open the folder named kolbot
- c. Now in that same area where you found the Starter files you will see 7 folders
- .data
- .libs
- .logs
- .mules
- .pickit
- .sdk
- .tools
- you need to open the folder named pickit
- D. Inside this folder are where all the pickit files are located
- (Etalbot pickit file work as well here)
- (PM Wr3ck@JSP for a custom pickit file(ask for strict, lite, small))
- List of pickits for download here
- .http://www.projectetal.com/wiki/index.php/Pickit_Files
- 7. Setting up the Manager
- A. The Manager is named D2Bot.exe it is located in the main bot folder
- B. Once the manager is open just below the File Tools Help buttons you will see a folder what looks like a little sun on it click that (4th clickable from the left/when you hoover over it, it says add)
- C. Once the new window opens up this is where you set the char up so u can run
- 1.Profile Name (This is just the name of the profile thats it(If you are running as a leader this profile name is the exact same name you entered in line 27 in the D2BotLead file)
- 2.Account (Enter the name of the Account your char is on)
- 3.Password (Enter your account password here)
- 4.Character (Enter the name of your char here(Must be exact spelling))
- 5.Game Name (Only enter a game name if your going to be a leader making games)
- 6.Game Pass (Enter a password if your going to run privete games)
- 7.Difficulty (Set the difficulty you are going to run on if your the leader)
- 8.Realm (Set the realm your going to be running your bot on)
- 9.Mode (Set between Battle.net and Single Player(Offline))
- 10.Entry Script (Here you need to click on the folder and navagate to the starter file)
- 11.Diablo Path (Here you need to click on the folder and navagate to the game.exe file in your Diablo II folder)
- 12.Parameters (Dont remove the -w but you can add -ns for no sound)
- D. If you have multi cdkeys you can enter the name of each key in the manager under the row where it says Key Name
- other wise you can enter your raw keys in under the classic and expasion section (not recomended)
- E. In the section where you see Start and Stop this is a schedule you can start your bots automatic at a certain time of day and end at a certain time of day
- you must check the box saying Enable SCheduler
- F. In the box next to where it says Runs/Key place how many runs you want to do before the bot changes cdkeys
- G. Its smart to check the box where it says Enable RD Blocker
- H. Click Apply and OK and your set to start the char running
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement