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

Honorbuddy 1.9.5.5 empty QuestOrder template

LiquidAtoR

Community Developer
Joined
Jan 15, 2010
Messages
1,430
Reaction score
52
As I've seen so many questions about what tags go where.
What can we put inside this tag and what has to go somewhere else...

I decided to make a empty HB 1.9.5.5 QuestOrder template with descriptions on each tag or tagset.
What it does, what it's for etc.

If there's anything I left out or is missing, feel free to reply here, and I see to it, that it gets added.
Mind you, this is not a template to have every available tag inside, but merely a tool to have the most important tags collected in a simple overview.
With this template you should be able to create your own profile.
Whether simple or complex, the explanations should be enough to understand what it does, even with 0 understanding of coding (at least I think so).

Advised is to use Notepad ++ for your altering needs (it's free and does a very good job at higlighting code syntaxes).

Rev 1: GrindTo tag moved after SetGrindArea as specified by MaiN, Thanks.
Rev 2: Checkpoint Tag added (xcon brought me on the idea trough his post, Thanks).
 
Last edited:
FYI; There is no difference between 'Collect' and 'CollectItem'.
Also, you need to set the grind area BEFORE specifying the 'GrindTo'.
 
FYI; There is no difference between 'Collect' and 'CollectItem'.
Also, you need to set the grind area BEFORE specifying the 'GrindTo'.
GrindTo tag moved to after the SetGrindArea.
Revision uploaded.
Thanks for the info.

I took both Collect and CollectItem, as both were utilized in the example profile Mulgore.
Can't hurt if both work then, so I will leave them inside for reference purposes.
 
Nice,
could you add an override template and show how to call them from the quest order?
 
wow it looks like things have chagned a lot since i last made a profile. i thought everything was supposed to be inside the subprofile tags.

also maybe its because im still awake at 5am, but it seems to me that alot of the later parts in the template are just the open tags but not closing tags. for instance at the start you have

<MinLevel>1</MinLevel>
<MaxLevel>81</MaxLevel>

but later in the template you have

<TargetMinLevel />
<TargetMaxLevel />

so im kinda confused, do i put target level inside the tag, or replicate the first set and make a closing tag?


Edit: graaahhh im so confused now, comparing this template to Tony's new Firefly farming profile (http://www.buddyforum.de/showthread.php?8415-Captured-Firefly-Rare-Pet-Farming-by-Tony-for-Hb-1.9.5.) and they are completely different in format, Tony's profile doesnt use the GrindArea tags at all and i thought they were required now.
 
Last edited:
<TargetMinLevel />
<TargetMaxLevel />
defines which lvl your mobs have to be in that specific area for HB to care about it, so if you put

<TargetMinLevel > 13<TargetMinLevel />
<TargetMaxLevel > 18<TargetMaxLevel />

then the mobs lower then 13 or higher then 18 won't be targeted at all and just ignored.

not sure if he closed them ;)
 
thanks for the post Panyama, I am aware of how the tags work I was just confused about the structure, a lot of the stuff in the template is very different than I remember, however it has been some five or six months since I made a profile, back when HB2 was just coming out.
 
for some parts of profiles it doesn't matter where you place some tags but some need to be in the subprofile for them to be able to work.
For now I suggest you read synik's how to make a HB2 profile topic that might clear up some questions you have;)
 
Back
Top