Posts: 157
Threads: 44
Joined: Jun 2004
Ok in the default i have the thing where you state the bot you want to run as AndyXP. It says the script doesnt exist. Ive tried scripts/AndyXP |||| bots/AndyXP |||| tools/AndyXP.
:mad: none worked still told me the script doesnt exist!:mad: Anyone help me plz?:mad: :mad:
Posts: 3,372
Threads: 231
Joined: Jul 2004
Reputation:
0
Well, look in your bot folder. Do you have an AndyXP in there?
Posts: 157
Threads: 44
Joined: Jun 2004
Posts: 3,372
Threads: 231
Joined: Jul 2004
Reputation:
0
Do you have AXP_Config in your Libs folder?
Posts: 157
Threads: 44
Joined: Jun 2004
lemme check... yepperz i shur do...
Posts: 3,372
Threads: 231
Joined: Jul 2004
Reputation:
0
Then you ****ed up somewhere. I'll get back to you, I have to eat.
Posts: 659
Threads: 14
Joined: Dec 2004
Reputation:
0
are you using .45? Cause i had some problems with it to, related to what yo said.
Posts: 3,372
Threads: 231
Joined: Jul 2004
Reputation:
0
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.