l33t 0n3
Member!
D2 JSP Info
I will sticky this and put all JSP info here. If you see this message, you are viewing the incomplete thread.
*THIS INFO IS COMPILED BY VARIOUS AUTHORS*
Official Forum
Official Script Downloads
New d2jsp releases and news (download links)
Official Script Support / Help
Official FAQ's and Guides
Official General d2jsp Support / Help
Command Reference
Help Programming Scripts
**Note**
If you recieve message: "Scripts Not Found"
follow these steps
1. Open the scripts folder
2. Open Default.d2j
3. Delete everything in that file
4. copy and paste the script below
delay(1000);
function main() {
print("This will run pwnpindle with any char you have selected");
load("bots/pwndefault.d2j");
}
5. Save Default.d2j
This is all you need to do.
load("bots/pwndefault.d2j"); <=== this line tells d2jsp to load pwndefault.d2j located in bots folder
if you wish to use the sav multi mf edit it to look like this
load("bots/scav_multi_mf.d2j");
Thanks to the d2jsp support crew for their hard work the the great guide.
REALM DOWN EXPLAINED!
Okay, there have been some questions about why we included this and I guess it's a valid question if you haven't thought about it much. Please allow me to explain some of the reasons:
Avoid "Bot" Behavior - When you get a RD while playing you try a few times more then give up and do real life things. This mimicks that. Nobody but the most hopelessly insane would sit there and retry at the exact same inteval. If Blizzard/Battlenet ever start looking outside the box this is one of the likely places to detect bots.
RD Recovery - There are conditions that cause the RD not to go away till you actually disconnect for a time. That's the reason for the 25 minute timer.
Statistics - We log the RD detection in the status log so in the morning you can go look and see why you only had X runs in 8 hours.
The timer is not "no games in 5 minutes" but it uses the "game Leave Timeout" and a value based on your last successfull game creation to determine if you are having issues creating a game. if that extends past a calculated period it assumes you are RD or have other connection issues. Either way, killing Diablo and taking a 25 minute break is in order.
If you are having issues with it not working correctly then by all means turn it off on the "Advanced Settings" tab.
I will sticky this and put all JSP info here. If you see this message, you are viewing the incomplete thread.
*THIS INFO IS COMPILED BY VARIOUS AUTHORS*
Official Forum
Official Script Downloads
New d2jsp releases and news (download links)
Official Script Support / Help
Official FAQ's and Guides
Official General d2jsp Support / Help
Command Reference
Help Programming Scripts
**Note**
If you recieve message: "Scripts Not Found"
follow these steps
1. Open the scripts folder
2. Open Default.d2j
3. Delete everything in that file
4. copy and paste the script below
delay(1000);
function main() {
print("This will run pwnpindle with any char you have selected");
load("bots/pwndefault.d2j");
}
5. Save Default.d2j
This is all you need to do.
load("bots/pwndefault.d2j"); <=== this line tells d2jsp to load pwndefault.d2j located in bots folder
if you wish to use the sav multi mf edit it to look like this
load("bots/scav_multi_mf.d2j");
Thanks to the d2jsp support crew for their hard work the the great guide.
REALM DOWN EXPLAINED!
Okay, there have been some questions about why we included this and I guess it's a valid question if you haven't thought about it much. Please allow me to explain some of the reasons:
Avoid "Bot" Behavior - When you get a RD while playing you try a few times more then give up and do real life things. This mimicks that. Nobody but the most hopelessly insane would sit there and retry at the exact same inteval. If Blizzard/Battlenet ever start looking outside the box this is one of the likely places to detect bots.
RD Recovery - There are conditions that cause the RD not to go away till you actually disconnect for a time. That's the reason for the 25 minute timer.
Statistics - We log the RD detection in the status log so in the morning you can go look and see why you only had X runs in 8 hours.
The timer is not "no games in 5 minutes" but it uses the "game Leave Timeout" and a value based on your last successfull game creation to determine if you are having issues creating a game. if that extends past a calculated period it assumes you are RD or have other connection issues. Either way, killing Diablo and taking a 25 minute break is in order.
If you are having issues with it not working correctly then by all means turn it off on the "Advanced Settings" tab.