D2jsp wont load my bot..

Lil' Azn Thug

Member!
Joined
Jan 29, 2003
Messages
611
Reaction score
0
Location
Thugz Mansion
Website
Visit site
I did everything on d2jsp.org, and the stickies but d2jsp just wont load fry bot...

ok this is how my defualt.ini looks like

/*

default.d2j

for fryCowBot only!

*/

function main() {
delay(1000);
print("Trance-Beatrix");
load("bots/fryCowBot.d2j");
load("tools/autoparty.d2j");
}




anything wrong? and my -cowbot.ini i changed it to Trance-Beatrix already. what am i doing wrong..?
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
you want to run frycowbot as a script without wanting to change your default script (pindle) ? you need smthg like this

break;
case "YourPlayernameHere":
load("bots/fryCowBot.d2j");
load("tools/autoparty.d2j");

break;

the playername is case sensitive ... be careful with the spelling
 

Lil' Azn Thug

Member!
Joined
Jan 29, 2003
Messages
611
Reaction score
0
Location
Thugz Mansion
Website
Visit site
am a little confuse.. that dont fit in with the pindle one..

this is what i have. tell me if this is correct

/* DEFAULT.D2J

DO NOT EDIT THIS FILE UNLESS YOU ARE AN ADVANCED USER
INSTEAD YOU SHOULD RERUN THE INSTALLER AND SELECT A DIFFERENT SCRIPT TO RUN

*/


delay(1000);

function main() {
break;
case "Trance-Beatrix":
load("bots/fryCowBot.d2j");
load("tools/autoparty.d2j");

break;
 

New threads

Top