|
I made a post in the actual d2bs guide thread, but figured if I made a seperate thread it would be easier for the rest to read so I could get some info on my problem.
I ran d2bs back during version 1.1.2 and loved it. I had the bot working with NO problems what so ever. I just started playing again recently and decided to go with what I had used before because it worked. I just started using it about a day ago and I got the bot up and running with no errors. The only problem that Im finding myself running into now that I didnt have the first time I used it was the pickit. I had the bot doing some key runs and I wanted to watch for a bit to make sure he was picking up the keys, which he wasnt. Now, you might be wondering, \"Well, this guy just didnt set his pickit file in the settings.\" First off, d2bs\' \"keys\" pickit file comes with it set for the bot to pick up the keys when you download the program. I had checked to make sure of it before I started running the bot and when the bot didnt pick up any keys, I went back and double checked it. Theres no problem with the file and the file reads as follows:
Name = Key of Terror ; Key of Terror
Name = Key of Hate ; Key of Hate
Name = Key of Destruction ; Key of Destruction
There is no \";\" before any of the coding so it should pick these items up. The only thing that Im curious about and its due to the fact that I had run an older version is coding inside the actual char config file. With the old version, there was coding in the config file that would read:
NTConfig_NIPFilePath.push(\"uniques.nip\");
NTConfig_NIPFilePath.push(\"sets.nip\");
//NTConfig_NIPFilePath.push(\"whites.nip\");
NTConfig_NIPFilePath.push(\"runes.nip\");
//NTConfig_NIPFilePath.push(\"rares.nip\");
NTConfig_NIPFilePath.push(\"magics.nip\");
NTConfig_NIPFilePath.push(\"gems.nip\");
NTConfig_NIPFilePath.push(\"charmsjewels.nip\");
//NTConfig_NIPFilePath.push(\"ringsamulets.nip\");
NTConfig_NIPFilePath.push(\"potions.nip\");
//NTConfig_NIPFilePath.push(\"moneymaker.nip\");
NTConfig_NIPFilePath.push(\"keys.nip\");
And with this coding, you would simply add \"//\" to the beginning of the lines if you didnt want the bot to pickup anything from those pickit files in the settings. The current version when you download the bot only has this 1 line which reads:
NTConfig_NIPFilePath =[\"uniques.nip\", \"whites.nip\", \"runes.nip\", \"potions.nip\", \"moneymaker.nip\", \"keys.nip\", \"RuneWords.nip\"];
And what Im not sure about is if this new line is only showing an example of how to select the nip files or not. Regardless, what I tried to do was add in coding from the old version (which I showed above) to the new config file to see if it would work, but it didnt. Maybe its due to the fact that I dont need the .push at the end of the code? Im not exactly positive but Im hoping that Im giving you guys enough information to help me out. |
|