• Visit Rebornbuddy
  • [HELP] how to move to different hot spot

    Discussion in 'Rebornbuddy Profiles' started by ajerul, Mar 18, 2016.

    1. ajerul

      ajerul New Member

      Joined:
      Mar 10, 2015
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      hello, this is my profile for yak milk gathering.
      Code:
      <Profile>
      	<Name>Yak Milk Gathering Hazard - Coerthas Western Highland</Name>
      	<KillRadius>300</KillRadius>
      	<GrindAreas>
      		<GrindArea name="Yak spot">
      			<Hotspots>
      				<HotSpot Radius="300" X="-1141.868" Y="115.5012" Z="-231.4866" />
      				<HotSpot Radius="300" X="-82.28084" Y="105.8061" Z="-358.8719" />
      			</Hotspots>
      			<TargetMobs>
      				<TargetMob id="3479"  />
      			</TargetMobs>
      			<MinLevel>0</MinLevel>
      			<MaxLevel>60</MaxLevel>
      		</GrindArea>
      	</GrindAreas>
      	<Order>
      	<If Condition="not IsOnMap(154)">
      			<TeleportTo Name="Falcons Nest" AetheryteId="71" />
      	</If>
          <Grind grindRef="Yak spot" while="Core.Player.ClassLevel &lt; 61" />
      	</Order>
      </Profile>
      CWH is freaking big and wooly yak group spawn like in 2 groups far apart each others but the bot only hunt at a single hot spot and doesnt move to second hot spot after finishing group at first spot.

      any help?
       
    2. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Feel free to look at the Yak Milk section in the All-in-One Gathering profile on my SVN. I chose 1 "loop" to go in, instead of 1 HotSpot per Yak "spot"; also, 250 is the max radius, iirc.
       

    Share This Page