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

Not sure why I'm getting this error.

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
Hey peeps.


So I'm getting this error when I tried to load the profile I'm working on: "Could not load profile: The name cannot begin with the character <, hexadecimal value 0x3C. Row 90, position 10.

EDIT: Attached profile. + Changed file, posted wrong one.

Thanks for any help.

Here's the code:

PHP:
<HBProfile>
   <!--
      PROFILE EXPECTATIONS:
         * When using this profile, be certain to set the HonorBuddy bot to (select only one):
                ( ) Grinding / Mixed
                (*) Questing
                ( ) PvP
   
         * This profile is appropriate for (check all that apply):
                [ ] Alliance   [ ] Achievement
                [X] Horde      [ ] Farming
                               [X] Leveling
                               [ ] PvP
                               [X] Questing
                               [ ] Reputation
                               [ ] Seasonal
   
   
         * An explanation of <ForceMail> and <ProtectedItems> usage is here...
               http://www.buddyforum.de/mediawiki/index.php?title=HonorBuddy:_About_ProtectedItems_and_ForceMail
   
         * DO NOT INCLUDE a <ForceMail> element in a profile!
           Instead, each user should populate his <hb_install_dir>/ForceMail.xml file.
           The Buddy Wiki provides a robust sample <ForceMail> element here...
               http://www.buddyforum.de/mediawiki/index.php?title=Honorbuddy:_A_prototypical_ForceMail_Element
  
         * DO NOT INCLUDE a <ProtectedItems> element in a profile!
           Instead, each user should populate his <hb_install_dir>/Protected Items.xml file.
           The Buddy Wiki provides a robust sample <ProtectedItems> element here...
               http://www.buddyforum.de/mediawiki/index.php?title=Honorbuddy:_A_prototypical_ProtectedItems_Element
   
    -->
   <Name>Zippity Doo Dah to 70</Name>
   <MinLevel>60</MinLevel>
   <MaxLevel>70</MaxLevel>
   
   <MinDurability>0.4</MinDurability>
   <MinFreeBagSlots>2</MinFreeBagSlots>
    
   <MailGrey>False</MailGrey>
   <MailWhite>False</MailWhite>
   <MailGreen>True</MailGreen>
   <MailBlue>True</MailBlue>
   <MailPurple>True</MailPurple>
   
   <SellGrey>True</SellGrey>
   <SellWhite>True</SellWhite>
   <SellGreen>False</SellGreen>
   <SellBlue>False</SellBlue>
   <SellPurple>False</SellPurple>
   
   <TargetElites>False</TargetElites>
   
   <AvoidMobs>
       <Mob Name="Fel Reaver" Entry="18733" />
   </AvoidMobs>
   
   <Blackspots>
   </Blackspots>
   
   <Mailboxes>
   </Mailboxes>
   
   <Vendors>      
   </Vendors>
   
<CustomBehavior File="UserSettings" TrainNewSkills="False" LearnFlightPaths="True" UseFlightPaths="True" />

   <!-- Quest Overrides -->

   <!-- End of Quest Overrides -->
    
       <QuestOrder>
                <PickUp QuestName="Arrival in Outland" GiverName="Lieutenant General Orion" QuestId="10120" GiverId="19253" />
			<If Condition="(HasQuest(10120))" >
				<RunTo X="-178.4561" Y="1027.783" Z="54.18116" />
				<CustomBehavior File="ForcedDismount" />
		<TurnIn QuestName="Arrival in Outland" TurnInName="Vlagga Freyfeather" QuestId="10120" TurnInId="18930" />
		<PickUp QuestName="Journey to Thrallmar" GiverName="Vlagga Freyfeather" QuestId="10289" GiverId="18930" />
			</If>
			<If Condition="((!HasQuest(10289)) &amp;&amp; (!IsQuestCompleted(10289)))" >
				<RunTo X="-178.4561" Y="1027.783" Z="54.18116" />
				<CustomBehavior File="ForcedDismount" />
		<PickUp QuestName="Journey to Thrallmar" GiverName="Vlagga Freyfeather" QuestId="10289" 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" QuestId="10291" TurnInName="Nazgrel" TurnInId="3230" />
		<PickUp QuestName="Eradicate the Burning Legion" QuestId="10121" GiverName="Nazgrel" GiverId="3230" />
                <PickUp QuestName="Bonechewer Blood" QuestId="10450" GiverName="Vurtok Axebreaker" GiverId="21256" />
                <PickUp QuestName="I Work... For the Horde!" QuestId="10086" GiverName="Megzeg Nukklebust" GiverId="21283" />
                <TurnIn QuestName="Eradicate the Burning Legion" QuestId="10121" TurnInName="Sergeant Shatterskull" TurnInId="19256" />
                <PickUp QuestName="Felspark Ravine" QuestId="10123" GiverName="Sergeant Shatterskull" GiverId="19256" />
   </QuestOrder>
</HBProfile>
 

Attachments

Last edited:
PHP:
<TurnIn QuestName="Report to Nazgrel" QuestId="10291" TurnInName="Nazgrel" TurnInId="3230"
		<PickUp QuestName="Eradicate the Burning Legion" QuestId="10121" GiverName="Nazgrel" GiverId="3230"
                <PickUp QuestName="Bonechewer Blood" QuestId="10450" GiverName="Vurtok Axebreaker" GiverId="21256"
                <PickUp QuestName="I Work... For the Horde!" QuestId="10086" GiverName="Megzeg Nukklebust" GiverId="21283"
                <TurnIn QuestName="Eradicate the Burning Legion" QuestId="10121" TurnInName="Sergeant Shatterskull" TurnInId="19256"
                <PickUp QuestName="Felspark Ravine" QuestId="10123" GiverName="Sergeant Shatterskull" GiverId="19256"

you fixed it in the php, but not in the profile =P

all of those need /> on them
 
I posted the wrong profile xD. Look at the other one. Apologies.
 
same issue... you're missing /> at the end of half of ur stuff
 
Thanks mate, that's very, very odd.. Because I did add end tags too it and saved the file. Guess it didn't save.
 
Back
Top