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

cant find hotspots

erickho123

New Member
Joined
Oct 13, 2012
Messages
39
Reaction score
0
it can't generate hotspots, tried making my own grinding profile but it keeps giving me error like

Could not generate path from {8459.922, 3093.415, 588.1415} to {8408.499, 3146.349, 588.6191} (time used: 0 milliseconds) @ FindStartPoly

Code:
<HBProfile creator="Kickazz006" version="1.0"> <!-- Beginning of HB profile -->
	<Name>Kick's Default Profile</Name> <!-- Name of HB profile -->
  
	<MinLevel>1</MinLevel>  <!-- minimum level that can use the HBProfile -->
	<MaxLevel>91</MaxLevel> <!-- max level that can use the HBProfile -->
	
    <TargetElites>true</TargetElites> <!-- Target Elites setting -->

	

	 
	<SubProfile> <!-- For multiple profiles, use SubProfile -->
		<Name>Farming Area Name</Name>
	
		<MinLevel>1</MinLevel> <!-- Minimum Level that can use the SubProfile - Useful if you're leveling and using multiple profiles -->
		<MaxLevel>86</MaxLevel> <!-- Maximum Level that can use the SubProfile - Useful if you're leveling and using multiple profiles -->
		<!-- <TargetElites>False</TargetElites> --> <!-- Target Elites setting (Has to be outside of GrindArea but inside SubProfile or HBProfile -->
		<!-- I have mine inside of HBProfile, so it's de-selected here -->

	
		
		<GrindArea> <!-- Beginning of farming area -->
			<Factions>1885</Factions> <!-- This is considered a(n) "[Undead, Scourge, Wolf, Murloc]" -->
			<TargetMinLevel>1</TargetMinLevel> <!-- Target minimum level mob -->
			<TargetMaxLevel>87</TargetMaxLevel> <!-- Target maximum level mob -->
				   
			<Hotspots> <!-- These are the points around the area you want to farm -->
				<Hotspot X="8449.339" Y="3151.25" Z="588.2267" />
				<Hotspot X="8417.162" Y="3162.712" Z="588.1422" />
				<Hotspot X="8393.93" Y="3130.203" Z="588.5706" />
				<Hotspot X="8395.222" Y="3087.736" Z="588.8848" />
				<Hotspot X="8421.853" Y="3061.365" Z="588.1411" />
				<Hotspot X="8445.5" Y="3077.477" Z="588.1428" />
<Hotspot X="8449.119" Y="3109.553" Z="588.1091" />
<Hotspot X="8475.852" Y="3110.003" Z="588.1411" />
			</Hotspots>
			
		</GrindArea> <!-- End of farming area -->
	
		<AvoidMobs> <!-- Mobs you want to avoid / not target (has to be outside of GrindArea) -->
			<Mob Name="Brittle Skeleton" Entry="25377" /> <!--stupid low-hp skeletons -->
		</AvoidMobs>

		<Blackspots> <!-- Problem areas where you get stuck or you want to avoid (has to be outside of GrindArea but inside SubProfile OR HBProfile) -->
			<Blackspot X="4092.35" Y="-3920.816" Z="176.1428" Radius="23.63587" />
		</Blackspots>
	
	</SubProfile> <!-- End of SubProfile - Make another if you're leveling -->
	
	<AvoidMobs> <!-- Mobs you want to avoid / not target across your HBProfile such as Fel Reaver or other Elite Mobs -->
		<AvoidMob Name="Fel Reaver" Entry="18733" />
		<AvoidMob Name="Tagar Spinebreaker" Entry="19443" />      
	</AvoidMobs>
  
  <!-- end of hb profile -->
</HBProfile>

gives me error that it cannot generate paths to hotspot, im pretty sure i copied down hotspots correctly

img of grind spot : TinyGrab - Simple. Screenshot. Sharing.
 
Last edited:
you got the hotspots via dev tools?
 
Back
Top