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

Help creating profiles HB2

tozededao

Community Developer
Joined
Jan 15, 2010
Messages
1,225
Reaction score
5
Well I'm trying to create simple profiles with hotspots on the place you need to pick the quests, vendors and mailboxes.

<HBProfile>
<Name>Southshore quests</Name>
<MinDurability>4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MinLevel>20</MinLevel>

<SubProfile>
<Name>Soutshore 20-30</Name>
<MinLevel>20</MinLevel>
<MaxLevel>35</MaxLevel>
<Hotspots>
<Hotspot X="-861.3304" Y="-499.2233" Z="13.35458" />
<Hotspot X="-849.9797" Y="-547.0001" Z="11.38922" />
</Hotspots>
<Vendors>
<Vendor Name="Robert Aebischer" Entry="3543" Type="Repair" X="-816.0244" Y="-572.3514" Z="15.27404" />
<Vendor Name="Sarah Raycroft" Entry="3541" Type="Ammo" <Hotspot X="-774.8747" Y="-505.7255" Z="23.62699" />
<Vendor Name="Innkeeper Anderson" Entry="2352" Type="Food" X="-856.7567" Y="-571.1302" Z="11.06494" />
</Vendors>
<Mailboxes>
<Mailbox X="-851.7191" Y="-545.7669" Z="11.10552" />
</Mailboxes>
</SubProfile>
</HBProfile>

When I load it, hb crashes and gives error in line 1
 

Attachments

Last edited:
I'm no expert to writting profiles but I can see that your <MinDurability>4</MinDurability> is set to 4, I think it should be a value between 0 and 1 ie 0.4 I think setting to 4 tells hb your mindurability is at 400%. Try changing that and see if it helps.
 
well it was 0.4 before and since it was giving an error I switched to 4.
 
the durability is a percentage of 100% in decimal form, i.e no damage is 1, 34% durability is 0.34

if it crashes again please post here exactly what the error is.

I would also recommend you check out the link in my sig, it should help a lot in making profiles for specific areas. its a template profile already pre-formatted and the only thing you need to do is fill in the details.
 
Hope this helps.

Look over this page An Idiots Guide to HB Profiles for what each field is supposed to do. Now bear in mind... think blackspots and avoid mobs might still be bugged in 2.0 and you cannot comment mailbox lines it causes some xml defination error. Sample I was working on is provided below with comments for my questgivers.
 
This is WRONG hotspot line shouldnt be in there and your missing his xyz im going to assume that his position then it should read this.... also fix your durability to 0.4
You had
<Vendor Name="Sarah Raycroft" Entry="3541" Type="Ammo" <Hotspot X="-774.8747" Y="-505.7255" Z="23.62699" />
Fix
<Vendor Name="Sarah Raycroft" Entry="3541" Type="Ammo" X="-774.8747" Y="-505.7255" Z="23.62699" />
 
Last edited:
Durability is wrong, should be 0-1 (0-100%). The <MinLevel>20</MinLevel> line outside the subprofile should be removed, and the Sarah Raycroft line is wrong as well. Make those changes and try it out.
 
Thank you very much, another question the best thing to make the bot gather quests is geting hotspots near questgivers or it doesn't make any difference?
 
Thank you very much, another question the best thing to make the bot gather quests is geting hotspots near questgivers or it doesn't make any difference?

Think as long as we don't have a "Quest & Grind" mix option it doesn't really matter.
 
Because the bot miss a lot of quests because it doesn't go to the questgivers :\
 
I understand your thoughts behind hotspots close to questgivers, but as long as we don't have a mixed mode for questing and grinding it's not gonna do any good unless you feel like switching modes all the time.
 
On my road to make more profiles I came up with a STV profile and since I'm questing I protected Green Hills pages but the bot is still selling them.

Code:
<HBProfile>
  <Name>STV Nesingwary</Name> 
  <MinDurability>.4</MinDurability> 
  <MinFreeBagSlots>2</MinFreeBagSlots> 
  <SellGrey>True</SellGrey> 
  <SellWhite>True</SellWhite> 
  <SellGreen>False</SellGreen> 
  <SellBlue>False</SellBlue> 
  <SellPurple>False</SellPurple> 
  <ProtectedItems>
  <Item name ="Green Hills of Stranglethorn - Page 1" entry="2725" />
  <Item name ="Green Hills of Stranglethorn - Page 4" entry="2728" />
  <Item name ="Green Hills of Stranglethorn - Page 6" entry="2730" />
  <Item name ="Green Hills of Stranglethorn - Page 8" entry="2732" />
  <Item name ="Green Hills of Stranglethorn - Page 10" entry="2734" />
  <Item name ="Green Hills of Stranglethorn - Page 11" entry="2735" />
  <Item name ="Green Hills of Stranglethorn - Page 14" entry="2738" />
  <Item name ="Green Hills of Stranglethorn - Page 16" entry="2740" />
  <Item name ="Green Hills of Stranglethorn - Page 18" entry="2742" />
  <Item name ="Green Hills of Stranglethorn - Page 20" entry="2744" />
  <Item name ="Green Hills of Stranglethorn - Page 21" entry="2745" />
  <Item name ="Green Hills of Stranglethorn - Page 24" entry="2748" />
  <Item name ="Green Hills of Stranglethorn - Page 25" entry="2749" />
  <Item name ="Green Hills of Stranglethorn - Page 26" entry="2750" />
  <Item name ="Green Hills of Stranglethorn - Page 27" entry="2751" />
  </ProtectedItems>
  <MinLevel>30</MinLevel>
  <MaxLevel>45</MaxLevel> 
 

 <SubProfile>
  <Name>STV 30-45 Nesingwary</Name> 
  <MaxLevel>45</MaxLevel> 
    <AvoidMobs>
      
    </AvoidMobs>
  <Vendors>
      <Vendor Name="Jaquilina Dramet" Entry="3075" Type="Repair" X="-11621.96" Y="-62.9221" Z="10.94696"  />
      <Vendor Name="Innkeeper Trelayne" Entry="3075" Type="Food"  X="-10515.08" Y="-1162.336" Z="28.09958" />
  </Vendors>

  <Mailboxes>
  <Mailbox X="-14462.2" Y="478.996" Z="26.85731" />
  </Mailboxes>

 
  </SubProfile>
  </HBProfile>
Figured that should be

Edit1:

Item name="Green Hills of Stranglethorn - Page 1" entry="2725" />

instead of

Item name ="Green Hills of Stranglethorn - Page 1" entry="2725" />

Seeing if it still happens now.

Edit2: Yes still happens :s
 
Last edited:
Can anyone help?

I watched the movie Ultimate Guide to HB2, L33t and did the item protect the same way it shows there but the bot is still selling the items.
 
Back
Top