Page 1 of 1
Loaded up CraftingBot.vbs first time - Error: Line: -2, Char
Posted: September 18th, 2007, 6:25 pm
by stupidhead64
Loaded up the CraftingBot.vbs for the very first time, and I am getting this error message at the bottom:
Error: Line: -2, Char: 0 :: File not found
Any ideas? Thanks!
Posted: September 18th, 2007, 7:34 pm
by strabomeeks
read through the code, there are notes that tell you what you need to do.
In your case though, you need to define the path to your log file - I put an example path in there and you need to change it to what it is for your computer. This reads the log for vanguard and there are many things it will need to know from here such as when you run out of points, need a different tool, or need to abandon a work order because you failed at it.
Posted: September 19th, 2007, 3:00 am
by stupidhead64
When I tried to do that, I get a different error:
I set it to: C:\Program Files\exhume\includes
and I get:
Error: Line: 0, Char: 0 :: Preprocessor Syntax Error
Posted: September 19th, 2007, 1:02 pm
by strabomeeks
your log file should not be in your includes folder.
Logpath = "C:\Documents and Settings\VGExtreme.1.13\VGLogDump.log" 'Change this to the path for your VGLogDump.log file
It will be in the VGExtreme.1.13 folder, you need the path above only it needs to be where you have the folder.
if yours is on the desktop it will be different then what I have.