01-17-2005, 11:25 AM
I'd be willing to bet that this is where you ****ed up:
11) Go to your d2jsp\scripts folder, find and open 'default.d2j' with any text editor. Yours should look like this:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td></tr><tr><td class="code">/* default.d2j, modify the values below to suit your needs. [by njaguar]*/
function main() {
switch(me.name) {
case "YourNameHere":
load("bots/PindleXP.d2j");
break;
default:
load("tools/njid.d2j");
break;
}
}</td></tr></tbody> </table>
Change this line to whatever your characters name is:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td></tr><tr><td class="code"> case "YourNameHere":</td></tr></tbody> </table>
Should you want to run a different bot, change the line right under it to whatever bot you want to run:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td></tr><tr><td class="code"> load("bots/PindleXP.d2j");</td></tr></tbody> </table>
Save and exit this file.
Where it says Bots/PindleXP.d2j make it say AndyXP.d2j.
11) Go to your d2jsp\scripts folder, find and open 'default.d2j' with any text editor. Yours should look like this:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td></tr><tr><td class="code">/* default.d2j, modify the values below to suit your needs. [by njaguar]*/
function main() {
switch(me.name) {
case "YourNameHere":
load("bots/PindleXP.d2j");
break;
default:
load("tools/njid.d2j");
break;
}
}</td></tr></tbody> </table>
Change this line to whatever your characters name is:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td></tr><tr><td class="code"> case "YourNameHere":</td></tr></tbody> </table>
Should you want to run a different bot, change the line right under it to whatever bot you want to run:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td></tr><tr><td class="code"> load("bots/PindleXP.d2j");</td></tr></tbody> </table>
Save and exit this file.
Where it says Bots/PindleXP.d2j make it say AndyXP.d2j.