OgreHarvest ResourceInfo.xml Missing Resources Thread

foxmajik

Member
This thread is for resources missing from ResourceInfo.xml for OgreHarvest.

Adding these items will make OgreHarvest harvest the specified items in the specified zones.

I'll add more resources as I encounter them.

I'm not sure how to get the MaxSkill integer. If anyone can tell me I'll update this post with the correct values.

Code:
<!-- Butcherblock Mountains-->
<Setting Name="crystalline formation" Type="Gem" MinSkill="90" MaxSkill="450" Tier="3">crystalline formation</Setting>
<Setting Name="mountainous ore" Type="Ore" MinSkill="90" MaxSkill="450" Tier="3">mountainous ore</Setting>
<Setting Name="axe-felled lumber" Type="Wood" MinSkill="90" MaxSkill="450" Tier="3">axe-felled lumber</Setting>
<Setting Name="highland shrub" Type="Shrub" MinSkill="90" MaxSkill="450" Tier="3">highland shrub</Setting>
<Setting Name="exposed roots" Type="Root" MinSkill="90" MaxSkill="450" Tier="3">exposed roots</Setting>
 

insanitywiz

Senior Member
I believe BB MaxSkill is the same as other resources of that tier, 152, however I'm not positive.

Maxskill doesn't much matter however, I believe the only reason it was tracked was to stop harvesting that tier after you no longer gain skill increases from it. If someone knows another reason, I would love to know what it was.
 

Kannkor

Ogre
I believe BB MaxSkill is the same as other resources of that tier, 152, however I'm not positive.

Maxskill doesn't much matter however, I believe the only reason it was tracked was to stop harvesting that tier after you no longer gain skill increases from it. If someone knows another reason, I would love to know what it was.
That is correct, however there was no way to read what your skill is at, so it was never implemented.
 
Top Bottom