Trying to put a Orderbot for Hunt mobs together. I was planning to use the GrindArea with hotspots at different locations to run around and find the mod but that will engage the target. Anyone know of a better way to do this?
<?xml version="1.0" encoding="UTF-8"?>
<Profile>
<Name>Hunts BETA</Name>
<KillRadius>900</KillRadius>
<GrindAreas>
<GrindArea name="Middle La Noscea">
<Hotspots>
<Hotspot Radius="900" XYZ="116.8456, 2.417149, 752.1772" />
</Hotspots>
<TargetMobs>
<!--Croque-mitaine-->
<TargetMob Id="2962" />
</TargetMobs>
<MinLevel>0</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
<Order>
<If Condition="IsOnMap(134)">
<Grind grindRef="Middle La Noscea"/>
</If>
</Order>
</Profile>
<?xml version="1.0" encoding="UTF-8"?>
<Profile>
<Name>Hunts BETA</Name>
<KillRadius>900</KillRadius>
<GrindAreas>
<GrindArea name="Middle La Noscea">
<Hotspots>
<Hotspot Radius="900" XYZ="116.8456, 2.417149, 752.1772" />
</Hotspots>
<TargetMobs>
<!--Croque-mitaine-->
<TargetMob Id="2962" />
</TargetMobs>
<MinLevel>0</MinLevel>
<MaxLevel>50</MaxLevel>
</GrindArea>
<Order>
<If Condition="IsOnMap(134)">
<Grind grindRef="Middle La Noscea"/>
</If>
</Order>
</Profile>