I'm having problem at lvl 52 targeting mobs. My faction are correct (Checked with a moderator).
Anyone else has this problem and knows how to fix it?
EDIT: Solution(Will work on the most spots where it does "bodypull"):
Open the .XML file (Profile) with any editing program (I am using Dreamweaver).
Go to where your spot are(In the file).
Mine's at line 690.
Add these lines(I did add them below Max and Min lvl):
<TargetMinLevel>XX</TargetMinLevel>
<TargetMaxLevel>XX</TargetMaxLevel> (Ofcourse replace XX with the level of the mobs you're killing).
Save it, reload the profile in HB.
Mine looks like this:
Anyone else has this problem and knows how to fix it?

EDIT: Solution(Will work on the most spots where it does "bodypull"):
Open the .XML file (Profile) with any editing program (I am using Dreamweaver).
Go to where your spot are(In the file).
Mine's at line 690.
Add these lines(I did add them below Max and Min lvl):
<TargetMinLevel>XX</TargetMinLevel>
<TargetMaxLevel>XX</TargetMaxLevel> (Ofcourse replace XX with the level of the mobs you're killing).
Save it, reload the profile in HB.
Mine looks like this:
Code:
<Name>Un'Goro Crater</Name><!--Thanks to Likwid-->
<Mesh Name="Ungoro.mesh" ServerID="34" />
<MinLevel>52</MinLevel>
<MaxLevel>57</MaxLevel>
<TargetMinLevel>50</TargetMinLevel>
<TargetMaxLevel>55</TargetMaxLevel>
<Factions>14 7 16 72</Factions>
Last edited: