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

Run subprofiles consecutively in pvp?

stevenr

Member
Joined
Jan 15, 2010
Messages
871
Reaction score
0
Hi,

is it possible to run more subprofiles consecutively in pvp? Like that...

Code:
<HBProfile>
  <SubProfile>
    <Name>Sub profile 1</Name>
    <MinLevel>0</MinLevel>
    <MaxLevel>81</MaxLevel>
    <Factions>2068 834 1 3 4 8 927</Factions>
    <GrindArea>
     ...
      <Hotspots>
        ...
      </Hotspots>
    </GrindArea>
  </SubProfile>
  <SubProfile>
    <Name>Sub profile 2</Name>
    <MinLevel>0</MinLevel>
    <MaxLevel>81</MaxLevel>
    <Factions>2068 834 1 3 4 8 927</Factions>
    <GrindArea>
            ...
      <Hotspots>
        ...
      </Hotspots>
    </GrindArea>
  </SubProfile>
 
Back
Top