• Visit Rebornbuddy
  • Hunts using Orderbot

    Discussion in 'Community Developer Forum' started by nishalp, Oct 2, 2014.

    1. nishalp

      nishalp Member

      Joined:
      Sep 13, 2014
      Messages:
      177
      Likes Received:
      4
      Trophy Points:
      18
      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>
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Code:
       
      <Grind grindRef="Middle La Noscea" while="true" />
      
      Grind tags need the while attribute.
       

    Share This Page