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

Adding mailbox to profile

tentiontwooone

New Member
Joined
Jan 23, 2012
Messages
187
Reaction score
0
Hello sorry if im in wrong section.

This is my profile.
View attachment Uldum Dachullis herb route.xml

I want to add a mailbox so i went to the mailbox location and zaprecorded the location then wrote this into the profile ( X="-9429.985" Y="-967.1024" Z="111.0128" )
then I got this message.

"The 'Mailboxes' start tag on line 25 does not match the end tag of 'HBProfile'. Line 287, position 3." I know im doing soething wrong justa heads up please :)

OR if i can upload a file in zaprecorder and edit it in there is that possible??
 
Code:
[B]​[/B]  
  <Mailboxes>    
  <Mailbox X="-6112.932" Y="4298.623" Z="-348.4023" />
  </Mailboxes>

should be like this(use your cords)
 
Last edited:
Add this to your profile.

Code:
<Mailboxes>
<Mailbox X="-9429.985" Y="-967.1024" Z="111.0128" />
</Mailboxes>
 
Back
Top