Problem Harvesting in Greater Faydark

dts69

Active Member
Hi Ive tried searching and didnt see anything I can bot fine but when i try and run the Harvester in Gfay it walks past everything. Im sure its something small and stupid ive added this line of code below if im doing something wrong please let me know.


<Set Name="greater faydark">(also named it gfay and greaterfaydark with no spaces)
<Setting Name="1">fallen branch</Setting>
<Setting Name="2">natural garden</Setting>
<Setting Name="3">exposed ore</Setting>
<Setting Name="4">growing roots</Setting>
<Setting Name="5">animal den</Setting>
<Setting Name="6">crumbled stones</Setting>
<Setting Name="7">eroded rock</Setting>
<Setting Name="8">rodent den</Setting>
</Set>

And when i run it i do

run harvester -"greater faydark" start finish and it just runs past everything except collectibles

Also tried without the" " it just says adding the following nodes and starts running not adding anything.

Thank you :)
 

Valerian

ISX Specialist
I'm not near greater faydark to get the exact name, but in your IS console while in gfay, type
Code:
echo ${Zone.ShortName}
copy/paste the line that gets echoed... will probably be something like exp03_greaterfaydark or something. that's what you need to name that set in the harvest xml.
 

My.First.MMO

Active Member
dts69 said:
Finally got it Thank you!

sorry for all the trouble :dunce:
How did you fix it? I'm having the exact same problems only in Greater Faydark. I have pathing and harvesting perfectly fine on the tutorial island and Feerrot. It wanders the path and will loot ? drops in Gfay tho. Since that's not in the Harvest.xml it does seem to work but will not parse what items are listed in that file. Names and cases all seems to match up with what I see on radar.

Here is my cut/paste from Harvest.xml

Code:
   <Set Name="exp03_rgn_greater_faydark">
 		<Setting Name="1">exposed ore</Setting> 
 		<Setting Name="1">moss covered ore</Setting>  		
		<Setting Name="2">crumbled stones</Setting> 
		<Setting Name="2">eroded rock</Setting> 		
		<Setting Name="3">fallen branch</Setting> 
		<Setting Name="3">moss covered branch</Setting> 		
		<Setting Name="4">growing roots</Setting> 
		<Setting Name="4">large roots</Setting> 		
		<Setting Name="5">rodent den</Setting> 
		<Setting Name="5">feral animal den</Setting> 		
		<Setting Name="6">natural garden</Setting> 
		<Setting Name="6">a bush</Setting> 		
		<Setting Name="8">school of fish</Setting>
		<Setting Name="8">School of Emerald Trout</Setting>
		<Setting Name="8">trout fingerling</Setting>
  </set>
${Zone.ShortName} comes up with that exactally: exp03_rgn_greater_faydark

I know it's trivial and can probably just ignore this in this low level zone. Was building up the harvesting skills for an alt. All files were downloaded via SVN yesterday. Thanks and sorry for the slightly older post bump.
 
Top Bottom