Im writing a profile for bioanalysis on mobs , bot is killing the mobs and looting , but doesnt perform bioanalysis on them, i have the option:
<LootProfessionHarvestables>true</LootProfessionHarvestables>
but nothing happens , still working on the code: only 2 spots added. Thanks for help
<LootProfessionHarvestables>true</LootProfessionHarvestables>
but nothing happens , still working on the code: only 2 spots added. Thanks for help
Code:
<Profile>
<Name>Rishi jungle</Name>
<GrindAreas>
<GrindArea Name="Rishi Jungle">"
<MinLevel>32</MinLevel>
<MaxLevel>60</MaxLevel>
<Mobs>
<Mob>Skarkla River Hunter</Mob>
</Mobs>
<Hotspots>
<Hotspot Name="Skarkla River Hunter" X="20.77816" Y="-0.3105459" Z="-7.010322" />
<Hotspot Name="Skarkla River Hunter" X="12.73631" Y="0.1101796" Z="11.92609" />
</Hotspots>
</GrindArea>
</GrindAreas>
<Grind GrindRef="Skarkla River Hunter" While="Me.Level < 61" />
</Profile>