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

SubProfile Tag Line does not match

tubajedimr

New Member
Joined
Apr 6, 2010
Messages
441
Reaction score
24
Hey guys, working on my first Questing profile. Kinda giving it a test to see if I can get it to work at all. I'm running into a problem with the <SubProfile> Tag Line not matching.

And the error I keep getting is something along the lines of:

"Could not load profile: The 'SubProfile' start tag on line 14 does not match the end tag of 'Objective'. Line 35, position 6."

Whenever I remove said tag, (just for laughs), it detects the next end tag as an error.

attached is the profile in question.
 

Attachments

In place of the topmost <SubProfile> use <QuestOrder> and delete the bottom </SubProfile>.

There is no reason to use subprofiles in Quest Order profiles and you must always open and close something in XML.
 
Good point. I'm kind of a noob at this stuff. Well, HB profiles are easy, but these questing profiles are a nightmare.
 
That profile looks very wrong, you have to put all the Nodes for the questoder in a QuestOrder tag;
attached an example.

<hbprofile><subprofile><questorder>


<turnin questname="Conscript of the Horde" questid="840" turninname="Kargal Battlescar" turninid="3337"><turnin questname="Warchief's Command: Northern Barrens!" questid="28494" turninname="Kargal Battlescar" turninid="3337"><turnin questname="Preserving the Barrens" questid="26642" turninname="Kargal Battlescar" turninid="3337"></turnin></turnin></turnin></pickup></pickup></pickup></questorder></subprofile></hbprofile>
 

Attachments

That profile looks very wrong, you have to put all the Nodes for the questoder in a QuestOrder tag;
attached an example.

<hbprofile><subprofile><questorder>


<turnin questname="Conscript of the Horde" questid="840" turninname="Kargal Battlescar" turninid="3337"><turnin questname="Warchief's Command: Northern Barrens!" questid="28494" turninname="Kargal Battlescar" turninid="3337"><turnin questname="Preserving the Barrens" questid="26642" turninname="Kargal Battlescar" turninid="3337"></turnin></turnin></turnin></pickup></pickup></pickup></questorder></subprofile></hbprofile>

Indeed yours is much cleaner. I am curious though, what is the proper way to include hotspots for quests? Or is that not necessary?
 
Indeed yours is much cleaner. I am curious though, what is the proper way to include hotspots for quests? Or is that not necessary?

HB uses a few random spots using wow's quest helper, if you open you world map and select a quest you will see a few areas getting highlighted it chooses random spots from those and uses them
however sometimes it's required to override those spots if they are screwed up.
You can do that by putting any nuber of 'Quest Overrides' in the profile example: Private Paste - Pastie
Those can be placed anywhere in the profile but i'd put them at the bottom just to make it easier to read :)
 
okay that makes a lot of sense. I was wondering how HB knew where to go. :p
 
Back
Top