Ogre Harvest only harvesting Animal Dens and ?'s

Leopardfist

Well-Known Member
I set it up in Halas, and it was my first time so more than likely a problem with me, but I figured out how to set up the pathing, and it paths perfectly. I selected to harvest everything except the !'s since there are none there, and Fish since I dont need them. The Bot run fine, paths perfectly, but the only problem is the ONLY nodes it will harvest are the Animal Dens and ?'s collectibles. It runs right over roots, trees, ore and everything.

I tried unselecting animal dens and collectibles, and it just runs around on my path and harvests nothing.

Anyone have any suggestions?
 

Leopardfist

Well-Known Member
Think I found the problem. I looked at all the files, and the ResourceInfo.XML files lists each zone and what the names of harvestables are in said zone, but it does not list Frostfang Sea (Halas).

Kannkor, can I change this file and if so do I use the following code?

Code:
<!-- halas -->
<Setting Name="Heavy Stone" Type="Ore" MinSkill="1" MaxSkill="32" Tier="1">Heavy Stone</Setting>
<Setting Name="Unearthed Ore" Type="Gem" MinSkill="1" MaxSkill="32" Tier="1">Unearthed Ore</Setting>
<Setting Name="Felled Wood" Type="Wood" MinSkill="1" MaxSkill="32" Tier="1">Felled Wood</Setting>
<Setting Name="Knotted Roots" Type="Root" MinSkill="1" MaxSkill="32" Tier="1">Knotted Roots</Setting>
<Setting Name="Creature Den" Type="Den" MinSkill="1" MaxSkill="32" Tier="1">Creature Den</Setting>
<Setting Name="Natural Garden" Type="Shrub" MinSkill="1" MaxSkill="32" Tier="1">Natural Garden</Setting>
<Setting Name="Smoldering Trout" Type="Fish" MinSkill="1" MaxSkill="32" Tier="1">Smoldering Trout</Setting>
Thanks for any help :)


EDIT: I added to the file, and the harvestings works perfectly now.
 
Last edited:

Kannkor

Ogre
Think I found the problem. I looked at all the files, and the ResourceInfo.XML files lists each zone and what the names of harvestables are in said zone, but it does not list Frostfang Sea (Halas).

Kannkor, can I change this file and if so do I use the following code?

Code:
<!-- halas -->
<Setting Name="Heavy Stone" Type="Ore" MinSkill="1" MaxSkill="32" Tier="1">Heavy Stone</Setting>
<Setting Name="Unearthed Ore" Type="Gem" MinSkill="1" MaxSkill="32" Tier="1">Unearthed Ore</Setting>
<Setting Name="Felled Wood" Type="Wood" MinSkill="1" MaxSkill="32" Tier="1">Felled Wood</Setting>
<Setting Name="Knotted Roots" Type="Root" MinSkill="1" MaxSkill="32" Tier="1">Knotted Roots</Setting>
<Setting Name="Creature Den" Type="Den" MinSkill="1" MaxSkill="32" Tier="1">Creature Den</Setting>
<Setting Name="Natural Garden" Type="Shrub" MinSkill="1" MaxSkill="32" Tier="1">Natural Garden</Setting>
<Setting Name="Smoldering Trout" Type="Fish" MinSkill="1" MaxSkill="32" Tier="1">Smoldering Trout</Setting>
Thanks for any help :)


EDIT: I added to the file, and the harvestings works perfectly now.
Hmmm... I just double checked and those are in the file. It doesn't matter what 'heading' they are under, as the headings are comments and not used at all.
 

Leopardfist

Well-Known Member
maybe I did something else wrong, who knows hehe. Editting this file is the only thing I did between it not working and it working though.

I also editted the xml file for the UI, I was getting the same thing another poster had gotten previously where the text and numbers on the UI were overlapping, and the text was being cut off at label end etc etc. I backed up my new file incase the normal one updates and resets.

Speaking of which, does Ogre need to be set with the SVR thingy for updating? My eq2bot folder and one other has it, but none of the others do. I didnt install it until after I installed isxeq2 and ogrebot.
 

herbi369

New Member
I had to edit mine for halas and Greater faydark. I would post the file but it looks like I did not save it and it was overwritten. I will look at it again and create a new one.
 
Top Bottom