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

Help with editing a profile.

chrisbrown23

New Member
Joined
May 24, 2012
Messages
13
Reaction score
0
Hi all, never actually tried to edit a profile before but I have been using one alot in which the repair vendor doesn't work. So I decided to change the vendor to another one to see if that will sort it out. However I get an error, would anyone be so Kind to be able to read it and tell me what I'm doing wrong? I have replaced the vendor name and co-ords with that of the new vendor.

Bot Stopped! Reason: The 'Vendors' start tag on line 28 position 2 does not match the end tag of 'HBProfile'. Line 131, position 3.

Thanks in advance.
 
upload the profile you edited. so we can take a look, seems like you broke the syntax somewhere.
 
you opened the vendors tag, but never closed it
Code:
<Vendors>
<Vendor Name="Claretta" Entry="61215" Type="Repair" X="528.3212" Y="-652.0018" Z="257.0843" />


<Mailboxes>
<Mailbox X="-209.5665" Y="494.9402" Z="187.103" />
</Mailboxes>

if you look, Mailboxes has closes the tag after the mailbox Entry.

so add </Vendors>
 
Back
Top