Prob with jed

LuDaD604

Member!
Joined
Oct 28, 2002
Messages
22
Reaction score
0
Website
Visit site
ok i got jed and everything installed and everything was looking great started up right char and everything but then it just stood there in act 5 and did nothing i got this error message in my top left screen :Referance error: TheOneSuPaKilla is not defined! :
Theonesupakilla is my bot char... can anyone plz help???
 

Krovvy

Retired Staff
Joined
Aug 16, 2002
Messages
3,425
Reaction score
0
Location
Mars
Maybe ur character name was wrong or uhh Wrong script i dont know realy i use Jed but i dont know too too much about it.
 

LuDaD604

Member!
Joined
Oct 28, 2002
Messages
22
Reaction score
0
Website
Visit site
Well this script came with my dl off rix's site... it was in C:\Program Files\JED\JavaScripts named _Init


and there was this inside

// Javascript 1.5
// JED - Javascript Enabled Diablo
// Author: Smoke
//
//==================================================
//
// This script is called whenever a game is joined
//
//==================================================

function JSMain()
{
// Auto run a pindleskin bot script on start
Print("ÿc9Javascript Enabled Diablo v1.09");
Print("ÿc9Author: smoke ÿc4(smoke@diabloworld.com)");
Print("ÿc9Website: http://www.diabloworld.com");

switch(THEONESUPAKILLA)
{
// Example Entry for a character
//case "<THEONESUPAKILLA>":
// Sleep(5);
// Print("ÿc3Starting the Pindleskin Run for " + Player.Name + "!");
// Command("scripter start pindabot/novasorc.js");
// break;
default:
Print("ÿc8The _Init.js script has not yet been configured to");
Print("ÿc8support the character " + Player.Name +"!");
}
}
 

Kemosapi

Member!
Joined
Oct 14, 2002
Messages
215
Reaction score
0
Location
Pandora's Box
Website
Visit site
make sure the name is typed in correctly (case sensetive), and make sure you installed padawan learner into the jed folder..... and also it helps if you use a sorc.... most common and most people can relate easier with other problems....
 

LuDaD604

Member!
Joined
Oct 28, 2002
Messages
22
Reaction score
0
Website
Visit site
well sorry about your name... and well it doesnt matter if you help me... their are other nice people at this forum...
 

Kemosapi

Member!
Joined
Oct 14, 2002
Messages
215
Reaction score
0
Location
Pandora's Box
Website
Visit site
try reinstalling jedi and padawan learner... make sure to completely uninstall it first..... with add/remove programs and delete them from your programs file folder... when you reinstall in put it into your games folder, i dont know if it makes a difference or not but mine worked after installing it there
 

LuDaD604

Member!
Joined
Oct 28, 2002
Messages
22
Reaction score
0
Website
Visit site
Nope it didnt work... Could anyone send me a copy of there _init file under java scrips
 
Top