ok, this is everything.... i have not changed anything from this....
[Default]
UserName=
Password=
GamePrefix=JEDIGame
GamePassword=JEDIKnight
Difficulty=2
Realm=0
Character=0
DiabloExe=C:/Program Files/Diablo II/Diablo II.exe
DiabloPath=C:/Program Files/Diablo II
DiabloArgs=-ns -w
AutoMinimize=1
CreateTimeout=45
LeaveTimeout=120
LoadWait=5
LoginWait=5
CharacterWait=5
CreateWait=5
KeyRate=60
[D2Loader]
UserName=
Password=
GamePrefix=JEDIGame
GamePassword=JEDIKnight
Difficulty=2
Realm=0
Character=0
DiabloExe=C:/Program Files/Diablo II/Diablo II.exe
DiabloPath=C:/Program Files/Diablo II
DiabloArgs=-ns -w -title "JED Diablo II"
AutoMinimize=1
CreateTimeout=45
LeaveTimeout=120
LoadWait=5
LoginWait=5
CharacterWait=5
CreateWait=5
KeyRate=60
---------------------------this is the init.js---------------------------------
// 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 (Player.Name)
{
case "Agent_SorcxXx":
Sleep(4000);
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 + "!");
}
}
you see anything wrong????