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

Template for a HB Profile

Facequake

New Member
Joined
Apr 8, 2010
Messages
51
Reaction score
2
Hi! A lot of you that creates profiles on a regular basis probably already have one of these. But I was looking for one around the forums but I failed to find one, so here I present you... A basic template for you if you want to create a profile, enjoy! I wasn't allowed to post anything in the guides section, but I don't know even if this fits in there.

Code:
<HBProfile>
	<Name></Name> 
	<MinDurability>0.4</MinDurability> 
	<MinFreeBagSlots>2</MinFreeBagSlots> 
	<SellGrey>True</SellGrey> 
	<SellWhite>True</SellWhite> 
	<SellGreen>False</SellGreen> 
	<SellBlue>False</SellBlue> 
	<SellPurple>False</SellPurple> 
	<MinLevel>1</MinLevel> 
	<MaxLevel>82</MaxLevel> 
	<ProtectedItems /> 

		<SubProfile>
		<Name></Name> 
		<MinLevel></MinLevel> 
		<MaxLevel></MaxLevel> 
		<Factions></Factions> 
		<AvoidMobs>

		</AvoidMobs>
		<Vendors>

		</Vendors>
		<Hotspots>

		</Hotspots>
		</SubProfile>
</HBProfile>
 
Don't the new profiles need <GrindArea></GrindArea> tags or something?
 
The profiles I've done using this template is working just fine, so no I don't think so.
 
I guess that's just for questing profiles or something then. Either way I'm sure some newbies can use a template such as this so nice share.
 
Back
Top