What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Hunts using Orderbot

nishalp

Member
Joined
Sep 13, 2014
Messages
177
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>
 
Code:
<Grind grindRef="Middle La Noscea" while="true" />

Grind tags need the while attribute.
 
Back
Top