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

Questing in HB?

lg3667

New Member
Joined
Dec 21, 2010
Messages
107
Reaction score
0
Well, I downloaded a profile that has questing in it; but I'm not at the very beginning, I thought it would detect this somehow.. So, what I'm asking is how do I have it so I can 'check off' quests I've already done and have it start where I currently am?
 
In general, Honorbuddy will skip over quests that are turned in. If you meet the level requirement, then <GrindTo> is also skipped.

Where questing profiles get into trouble is when they employ the <SubProfile> tag. Such profiles are very unfriendly (i.e., require considerable editing) for toon's wearing Heirloom gear, or exceed the questing profile's designed levels.

Although there are rare exceptions, Good questing profiles are written using a single QuestOrder element, Checkpoint, and no SubProfiles. For such profiles, find the following line:
<QuestOrder>
and change it to:
<QuestOrder IgnoreCheckpoints="true">

And the profile should work just fine for your max-level, or Heirloom geared toon.

If the profile you've selected doesn't fit this form, then you've a lot of editing to do. A good place to start is the <SubProfile>, <MinLevel>, and <MaxLevel> documentation.

cheers,
chinajade
 
Back
Top