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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Keep getting profile error

gimik

New Member
Joined
Jul 18, 2010
Messages
1,326
Ugh this is annoying as hell, everytime i try to load this profile i get an error saying:
Code:
Name cannot begin with the '-' character, hexadecimal value 0x2D. Line 36, position 2.

I went to line 36 and saw no problems...any idea?
 
Line 36, you have <---------------> its suppose to be <!-- *INSERT WORDS HERE* -->

For example you have:
Code:
<----------------------------------Paladin Quest ---------------------------------------------------------->
      <PickUp QuestName="Consecrated Letter" QuestId="3101" GiverName="Marshal McBride" GiverId="197" />
      <TurnIn QuestName="Consecrated Letter" QuestId="3101" TurnInName="Brother Sammuel" TurnInId="925" />
<---------------------------------------------------------------------------------------------------------->
It should be
Code:
<!-- Paladin Quest
      <PickUp QuestName="Consecrated Letter" QuestId="3101" GiverName="Marshal McBride" GiverId="197" />
      <TurnIn QuestName="Consecrated Letter" QuestId="3101" TurnInName="Brother Sammuel" TurnInId="925" /> -->
 
I figured the problem was there but i removed all of the <----------> and i still get error.

*EDIT*

F*ck me I'm retarded thanks! Figured out the problem.
 
Last edited:
We had this problem with our 1-80 Horde Questing, unknown on how VeryThaiGuy fixed it, i think he had to rewrite the section from scratch again, but unsure.
 
Back
Top