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

How to Create Grinding Profiles?

Regal

Member
Joined
Jan 3, 2012
Messages
94
Reaction score
2
Hello,

I've been doing some research and I am having a bit of an issue with creating a grinding profile. First off, are there any guides for this which I missed searching the forums?

I'm looking at other grinding profiles and it doesn't seems too hard to create one as there isn't much in them. However, I'm a little confused on how to set the "Hotspot" cords. Would anyone be able to shed some light or perhaps provide me with some tips on this? Any assistance would be greatly appreciated. Thanks in advance!
 
<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>86</MaxLevel> <!-- max level that can use the HBProfile -->

<TargetElites>False</TargetElites> <!-- Target Elites setting -->

<MinDurability>0.3</MinDurability> <!-- Repair at 30% durability -->
<MinFreeBagSlots>2</MinFreeBagSlots> <!-- How many free bag slots to keep until you need to sell / mail -->

<!-- Set your selling and mailing here -->
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>


<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 -->

<Mailboxes> <!-- Ally or Horde -->
<Mailbox X="4165.822" Y="5285.872" Z="27.3758" /> <!-- Fizzcrank Airstrip Mailbox (Borean Tundra) -->
</Mailboxes>

<Vendors> <!-- Ally or Horde -->
<Vendor Name="Willis Wobblewheel" Entry="26599" Type="Repair" X="4135.004" Y="5281.168" Z="25.08798" /> <!-- Alliance Vendor -->
</Vendors> <!-- If making a leveling profile, you also stick Class Trainers in <Vendors>, per profile -->

<GrindArea> <!-- Beginning of farming area -->
<Factions>21 38 16</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="4012.699" Y="3692.576" Z="72.85017" />
</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 -->

<!-- end of hb profile -->
</HBProfile>
 
Thanks all! Those links you guys provided helped me a ton!
 
Back
Top