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

Help

Dadi

New Member
Joined
Aug 7, 2010
Messages
92
Reaction score
0
hey,

i need some helpfor my profile. My char is only running the hotspots and he dont attack the mobs.

here my code:

Code:
<?xml version="1.0" encoding="utf-8"?>
<HBProfile>
  <!-- This profile was generated by Apoc's Honorbuddy Profile Creator & Editor v1.0.0.0 -->
  <Name>Wintergrasp Eternal Shadow</Name>
  <SellGrey>true</SellGrey>
  <MinLevel>78</MinLevel>
  <MaxLevel>81</MaxLevel>
  <TargetMaxLevel>80</TargetMaxLevel>
  <TargetMinLevel>80</TargetMinLevel>
  <GrindArea>
    <RandomizeHotspots>false</RandomizeHotspots>
    <MaximumHotspotTime>60000</MaximumHotspotTime>
    <LootRadius>45</LootRadius>
    <MaxDistance>100</MaxDistance>
    <Hotspots>
      <Hotspot X="4490.259" Y="3776.7854" Z="findhighest" />
      <Hotspot X="4678.119" Y="3960.40454" Z="findhighest" />
      <Hotspot X="4615.69434" Y="3853.06616" Z="findhighest" />
      <Hotspot X="4628.63574" Y="3786.836" Z="findhighest" />
      <Hotspot X="4899.18" Y="3755.065" Z="findhighest" />
      <Hotspot X="4754.483" Y="3667.94336" Z="findhighest" />
      <Hotspot X="4826.45264" Y="3927.7915" Z="findhighest" />
    </Hotspots>
  </GrindArea>
</HBProfile>
 
You didn't include the factions you want the bot to hunt!!!

It should go under the grindarea tag
<Factions> numbers numbers numbers </Factions>

Where numbers stands for the FactionID you get from HB using the "target info" button while selecting the mob you want to hunt =)
 
ok, thanks ! it works a bit

here my new code

Code:
<?xml version="1.0" encoding="utf-8"?>
<HBProfile>
  <!-- This profile was generated by Apoc's Honorbuddy Profile Creator & Editor v1.0.0.0 -->
  <Name>Wintergrasp Eternal Shadow</Name>
  <SellGrey>true</SellGrey>
  <MinLevel>78</MinLevel>
  <MaxLevel>81</MaxLevel>
  <TargetMaxLevel>80</TargetMaxLevel>
  <TargetMinLevel>78</TargetMinLevel>
  <Factions>21 834</Factions>
  <GrindArea>
    <RandomizeHotspots>false</RandomizeHotspots>
    <MaximumHotspotTime>60000</MaximumHotspotTime>
    <LootRadius>45</LootRadius>
    <MaxDistance>100</MaxDistance>
    <Hotspots>
      <Hotspot X="4490.259" Y="3776.7854" Z="findhighest" />
      <Hotspot X="4678.119" Y="3960.40454" Z="findhighest" />
      <Hotspot X="4615.69434" Y="3853.06616" Z="findhighest" />
      <Hotspot X="4628.63574" Y="3786.836" Z="findhighest" />
      <Hotspot X="4899.18" Y="3755.065" Z="findhighest" />
      <Hotspot X="4754.483" Y="3667.94336" Z="findhighest" />
      <Hotspot X="4826.45264" Y="3927.7915" Z="findhighest" />
    </Hotspots>
  </GrindArea>
</HBProfile>
 
What do you mean by works a bit? oO

And the factions tag should go BELOW grindarea.
 
sometimes he runs over to the mobs.
And i have edit with the profil creator
 
Now he walk only the hotsSpots and doesn't attack the mobs. He attacks only the mobs when he was attacking from the mobs. :(

Code:
<?xml version="1.0" encoding="utf-8"?>
<HBProfile>
  <!-- This profile was generated by Apoc's Honorbuddy Profile Creator & Editor v1.0.0.0 -->
  <Name>Wintergrasp Eternal Shadow</Name>
  <SellGrey>true</SellGrey>
  <MinLevel>78</MinLevel>
  <MaxLevel>81</MaxLevel>
  <TargetMaxLevel>80</TargetMaxLevel>
  <TargetMinLevel>78</TargetMinLevel>
  <GrindArea>
    <Faction>21 834</Faction>
    <RandomizeHotspots>false</RandomizeHotspots>
    <MaximumHotspotTime>60000</MaximumHotspotTime>
    <LootRadius>45</LootRadius>
    <MaxDistance>100</MaxDistance>
    <Hotspots>
      <Hotspot X="4490.259" Y="3776.7854" Z="findhighest" />
      <Hotspot X="4678.119" Y="3960.40454" Z="findhighest" />
      <Hotspot X="4899.18" Y="3755.065" Z="findhighest" />
      <Hotspot X="4585.79639" Y="3831.44751" Z="findhighest" />
      <Hotspot X="4625.13232" Y="3764.432" Z="findhighest" />
      <Hotspot X="4836.379" Y="3720.72559" Z="findhighest" />
      <Hotspot X="4839.29346" Y="3844.55981" Z="findhighest" />
      <Hotspot X="4613.47754" Y="3921.77539" Z="findhighest" />
      <Hotspot X="4783.93164" Y="3894.095" Z="findhighest" />
      <Hotspot X="4751.881" Y="3714.89868" Z="findhighest" />
    </Hotspots>
  </GrindArea>
</HBProfile>
 
Check the levels of the mobs you're hunting.
The <TargetMinLevel> might need decreasing it by a level or two.
And the <TargetMaxLevel> should be at 81 if the mobs are level 80 (i think, unless it changed)
 
he will be just targeting mobs that are in these level range 78-80

<TargetMaxLevel>80</TargetMaxLevel>
<TargetMinLevel>78</TargetMinLevel>
 
Back
Top