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!

[HELP] how to move to different hot spot

ajerul

New Member
Joined
Mar 10, 2015
Messages
8
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?
 
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 < 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?
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.
 
Back
Top