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

Error when creating profile, can't load profile...

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
So sorry for making so many threads.

I get this error when trying to load my profile... Can't see what's wrong.

Could not load profile: The start tag Objective at column 31 does not match the end tag for Quest. Column 40, position 5.

PHP:
<HBProfile>
  <CustomBehavior File="UserSettings" TrainNewSkills="False" LearnFlightPaths="True" UseFlightPaths="True" />
  <MinLevel>1</MinLevel>
  <MaxLevel>70</MaxLevel>
  <MinDurability>0.4</MinDurability>
  <MinFreeBagSlots>2</MinFreeBagSlots>
  <MailGrey>False</MailGrey>
  <MailWhite>True</MailWhite>
  <MailGreen>True</MailGreen>
  <MailBlue>True</MailBlue>
  <MailPurple>True</MailPurple>
  <SellGrey>True</SellGrey>
  <SellWhite>True</SellWhite>
  <SellGreen>True</SellGreen>
  <SellBlue>False</SellBlue>
  <SellPurple>False</SellPurple>
  <TargetElites>False</TargetElites>
  
  <AvoidMobs>
  </AvoidMobs>
  
   <Blackspots>
     <!--Gets stuck at a forge in Thrallmar-->
     <Blackspot X="185.666" Y="2667.198" Z="88.54393" Radius="7.33286" />
   </Blackspots>

  <!-- Quest Overrides -->

  <Quest Id="10123" Name="Felspark Ravine">
    <Objective Type="KillMob" MobId="19434" Name="Dreadcaller" KillCount="1">
    <Objective Type="KillMob" MobId="19136" Name="Flamewalker Imp" KillCount="4">
    <Objective Type="KillMob" MobId="19261" Name="Infernal Warbringer" KillCount="6">
      <Hotspots>
              <Hotspot X="179.0832" Y="2329.125" Z="40.06209" />
              <Hotspot X="230.0182" Y="2260.72" Z="49.88599" />
              <Hotspot X="213.5172" Y="2165.481" Z="45.12537" />
              <Hotspot X="229.9872" Y="2077.862" Z="39.42611" />
      </Hotspots>
    </Objective>
  </Quest>

 <QuestOrder>
       <PickUp QuestName="Arrival in Outland" QuestId="10120" GiverName="Lieutenant General Orion" GiverId="19253" />
           <If Condition="(HasQuest(10120))" >
               <RunTo X="-178.1521" Y="1028.128" Z="54.17611" />
               <CustomBehavior File="ForcedDismount" QuestId="0" MountType="Any" />
       <TurnIn QuestName="Arrival in Outland" QuestId="10120" TurnInName="Vlagga Freyfeather" TurnInId="18930" />
       <PickUp QuestName="Journey to Thrallmar" QuestId="10289" GiverName="Vlagga Freyfeather" GiverId="18930" />
           </If>
           <If Condition="((!HasQuest(10289)) &amp;&amp; (!IsQuestCompleted(10289)))" >
                <RunTo X="-178.1521" Y="1028.128" Z="54.17611" />
                <CustomBehavior File="ForcedDismount" QuestId="0" MountType="Any" />
        <PickUp QuestName="Journey to Thrallmar" QuestId="10289" GiverName="Vlagga Freyfeather" GiverId="18930" />
                </If>
            <TurnIn QuestName="Journey to Thrallmar" TurnInName="General Krakork" QuestId="10289" TurnInId="19255" />
            <PickUp QuestName="Report to Nazgrel" QuestId="10291" GiverName="General Krakork" GiverId="19255" />
            <TurnIn QuestName="Report to Nazgrel" TurnInName="Nazgrel" QuestId="10291" TurnInId="3230" />
            <PickUp QuestName="Eradicate the Burning Legion" QuestId="10121" GiverName="Nazgrel" GiverId="3230" />
            <PickUp QuestName="Bonechewer Blood" QuestId="10450" GiverName="Vurtok Axebreaker" GiverId="10450" />
            <PickUp QuestName="I Work... For the Horde!" QuestId="10086" GiverName="Megzeg Nukklebust" GiverId="21283" />
            <TurnIn QuestName="Eradicate the Burning Legion" TurnInName="Sergeant Shatterskull" QuestId="10121" TurnInId="19256" />
            <PickUp QuestName="Felspark Ravine" QuestId="10123" GiverName="Sergeant Shatterskull" GiverId="19256" />
                    <Objective QuestName="Felspark Ravine" QuestId="10123" Type="KillMob" KillCount="1" Name="Dreadcaller" MobId="19434" />
	            <Objective QuestName="Felspark Ravine" QuestId="10123" Type="KillMob" KillCount="4" Name="Flamewaker Imp" MobId="19136" />
		    <Objective QuestName="Felspark Ravine" QuestId="10123" Type="KillMob" KillCount="6" Name="Infernal Warbringer" MobId="19261" />

</QuestOrder>
  
</HBProfile>


Thanks in advance.
 
You have 2 objective tags in your quest overrides that are not closed. Each tag you place in your profile must be closed, you can't open 3 tags in a row (even if they are the same) without closing each one.

This is how your override should look like if you want hotspots to be the same for each objective

PHP:
<Quest Id="10123" Name="Felspark Ravine"> 
    <Objective Type="KillMob" MobId="19434" Name="Dreadcaller" KillCount="1"> 
    <Hotspots> 
              <Hotspot X="179.0832" Y="2329.125" Z="40.06209" /> 
              <Hotspot X="230.0182" Y="2260.72" Z="49.88599" /> 
              <Hotspot X="213.5172" Y="2165.481" Z="45.12537" /> 
              <Hotspot X="229.9872" Y="2077.862" Z="39.42611" /> 
      </Hotspots> 
    </Objective> 
    <Objective Type="KillMob" MobId="19136" Name="Flamewalker Imp" KillCount="4"> 
    <Hotspots> 
              <Hotspot X="179.0832" Y="2329.125" Z="40.06209" /> 
              <Hotspot X="230.0182" Y="2260.72" Z="49.88599" /> 
              <Hotspot X="213.5172" Y="2165.481" Z="45.12537" /> 
              <Hotspot X="229.9872" Y="2077.862" Z="39.42611" /> 
      </Hotspots> 
    </Objective> 
    <Objective Type="KillMob" MobId="19261" Name="Infernal Warbringer" KillCount="6"> 
      <Hotspots> 
              <Hotspot X="179.0832" Y="2329.125" Z="40.06209" /> 
              <Hotspot X="230.0182" Y="2260.72" Z="49.88599" /> 
              <Hotspot X="213.5172" Y="2165.481" Z="45.12537" /> 
              <Hotspot X="229.9872" Y="2077.862" Z="39.42611" /> 
      </Hotspots> 
    </Objective> 
  </Quest>
 
Back
Top