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!

<GrindArea> tag issues

Jon310

Member
Joined
Jan 15, 2010
Messages
368
I'm having issues with the <GrindArea> tag in profiles with multi subprofiles for different levels.

When using the grindarea tag HB seems to ignore the level restrictions on the subprofiles.

My toon is running all the way to sholozar when he is supposed to be grinding in Dragonblight.

Maybe I'm doing it wrong. I'm not sure.
 

Attachments

I'm having issues with the <GrindArea> tag in profiles with multi subprofiles for different levels.

When using the grindarea tag HB seems to ignore the level restrictions on the subprofiles.

My toon is running all the way to sholozar when he is supposed to be grinding in Dragonblight.

Maybe I'm doing it wrong. I'm not sure.
heres the profile from my eots logic that uses grindarea, try changing it like this.
Code:
<HBProfile>
  <SubProfile>
    <MinLevel>0</MinLevel>
    <MaxLevel>81</MaxLevel>
    <Factions>2068 834</Factions>
     <GrindArea>
<MaximumHotspotTime>30000</MaximumHotspotTime> 
<RandomizeHotspots>true</RandomizeHotspots> 
     <Hotspots>
<Hotspot X="2284.366" Y="1736.584" Z="1189.709" />
<Hotspot X="2285.787" Y="1724.623" Z="1187.267" />
<Hotspot X="2281.571" Y="1729.331" Z="1189.598" />
    </Hotspots>
 </GrindArea>
  </SubProfile>
</HBProfile>
 
That worked beautifully. Thank you.

I'm guessing that some of the info must remain outside the GrindArea tag to get recognized by HB.
 
That worked beautifully. Thank you.

I'm guessing that some of the info must remain outside the GrindArea tag to get recognized by HB.

The only tags allowed inside GrindArea are max hotspot time, randomize, and the hotspots themselves.
 
Back
Top