Run time error w/ d2jsp

Quaglar

Member!
Joined
Aug 8, 2003
Messages
17
Reaction score
0
Website
Visit site
I get a runtime error "5" "Invalid procedure or call" error when i try to open the char config'er..... i dl'ed VB60.exe already...it didn't help it one bit....any suggestions?
 

Howardp

Member!
Joined
Feb 5, 2003
Messages
90
Reaction score
0
Location
Dominican Republic
Website
www.interpages.net
put this into ur default.d2j file locate in the scripts folder of ur d2jsp

change all code for this:
------------------------------------------------------------------------
function main() {
switch(me.name) {

case "pwnbot":
load("pwndefault.d2j");


break;
case "Gamezorc":
load("bots/MarsPindleMephScript.d2j");


break;
case "countess":
load("bots/nookiecb.d2j");


break;
case "bloody":
load("bots/MarsBrandMeph.d2j");


break;
case "SorcA":
load("bots/YourMephiScript");


break;
case "SorcB":
load("bots/YourPindleScript.d2j");

break;
}
}
------------------------------------------------------------------------------
 

New threads

Top