EQ2 harvest calling "null.xml"

lt3angle

Active Member
Yesterday morning the harvest bot was running without problems. A few hours later, it is now calling for a "null.xml" file which is supposed to be located in the navigational paths folder. Just curious what chanaged, if anyone knows. My bot just stands there at this point. Not sure what changed since I haven't added or removed any files from that directory. Any assistance would be greatly appreciated. Thanks so much.

***Updated script information follows and the subsequent errors:

<attempting to run in Commonlands>
run eq2harvest
XML File C:/Program Files/InnerSpace/Scripts/EQ2Harvest/Navigational Paths/NULL.xml not found
Navigation XML file C:/Program Files/InnerSpace/Scripts/EQ2Harvest/Navigational Paths/NULL.xml could not be loaded

<at this point the Harvest GUI does display>
"click" Start Harvesting
No complete path found
Unknown command 'EQ2Echo'
Dumping script stack
--------------------------
-->C:/Program Files/InnerSpace/Scripts/eq2harvest.iss:354 PathingRoutine() EQ2Echo There was no valid path found!
C:/Program Files/InnerSpace/Scripts/eq2harvest.iss:192 main() call PathingRoutine


I hope that someone can make a bit more sense of all this than I can. I'm not sure what has changed to cause it to look for a NULL.xml file. As previously stated, I was running this script in Commonlands yesterday morning and it was going fine. A couple of hours later, it started giving the above error commands, same character, same computer, no changes that I'm aware of. I do have the correct EQ2.exe, verified that, and also verified that none of my movement keys have been changed, they are set with what is required for moveto.iss. I'm baffled.
 
Last edited:

Hendrix

Well-Known Member
you didnt load isxeq2, try that next time :)

if you are autoloading isxeq2, then it didnt properly get loaded so do ext -unload isxeq2 then do ext isxeq2

if you are autoloading then dont do that anymore :)
 

lt3angle

Active Member
that fixed it

Yep, twas the issue. for some reason isxeq2 wasn't loading. had been before w/o problems, but once I loaded it and it checked for the updates I was off and running...err, harvesting rather. I really appreciate the help on this. It's been 18 months since I ran the harvester regularly so I'm relearning all the "tells" that indicate the common problems. Thanks again for the help.
 
Top Bottom