dakkon120 wrote:Still stuck on ABCinclude.vbs and is at the line Set objFile = objFSO.OpenTextFile(Logpath, ForReading)
That is what I was talking about. Here is from the OP:
File not found error: Make sure the pathname is correct to the VGLogDump.log file in your exhume directory. It must be the full qualified pathname. i.e., if you have exhume installed in your program files directory on your C drive, the logpath variable should be set to "C:\Program Files\Exhume\VGLogDump.log"
I will go into more detail here:
Do a search on your drive for vglogdump.log
If you find one instance, make a note of the path to that file (e.g. "c:\xunleashed\vglogdump.log" It will be wherever you installed vgextreme)
If you find no instance of that file, run vgextreme and start the vgservice.vbs file that automatically loads so the file will get created. Run search again.
If you find more than one instance, delete both files, run vgextreme to recreate the file and search again.
Once you have the path noted, open vgextreme, load the crafting bot as a project and click on the acbuserdata.vbs tab
At the top, there will be a variable assignment as follows:
Code: Register to unlock hidden link
Logpath = "c:\exhume\VGLogDump.log"
Change that assignment to match the full path to the location of vglogdump.log on your hard drive. Follow the format above as an example.
One last note: I notice you are getting the error "Table type not identified!" in the debug.log. Further down in the acbuserdata.vbs file there are two constants named finTableName and refTableName. Type in there the names of the finishing table and refining table you use respectively. For example, an outfitter's finishing table may be called "Fitting Table". The bot will work without setting these correctly, but it may not work as efficiently if it's defaulting to a table type other than what you are using.