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

Noobish profile making question :)

UnknowNGameR

New Member
Joined
Apr 5, 2010
Messages
494
Reaction score
9
Hi forum..
This problem is quite probably incredibly easily solved, but please refrain from flaming me.

I tried to make my first profile today, but it keeps throwing me an error when I load it... The error is something about the start tag 'ForceMail' not matching the end tag 'HBProfile'... But the ForceMail is clearly closed with a <ForceMail/>. I don't know why it thinks the ForceMail and HBProfile are linkd... Below is the profile-code:
Code:
<HBProfile>
	<Name>DreadfangVenomSacs</Name>
	<MinDurability>20</MinDurability>
	<MinFreeBagSlots>3</MinFreeBagSlots>
	<SellGrey>True</SellGrey>
	<SellWhite>True</SellWhite>
	<SellGreen>True</SellGreen>
	<SellBlue>False</SellBlue>
	<SellPurple>False</SellPurple>
	<MailWhite>False</MailWhite>
	<MailGreen>False</MailGreen>
	<MailBlue>False</MailBlue>
	<MailPurple>False</MailPurple>
	<ProtectedItems>
		<Item>25802</Item>
	<ProtectedItems/>
	<ForceMail>
		<Item>25802</Item>
	<ForceMail/>
	<SubProfile>
		<Name>Aldor</Name>
		<MinLevel>71</MinLevel>
		<MaxLevel>81</MaxLevel>
		<Factions>22</Factions>
		<Hotspots>
			<Hotspot X="-3075.288" Y="4212.906" Z="-4.745412" />
			<Hotspot X="-3027.776" Y="4103.054" Z="3.180599" />
			<Hotspot X="-3067.745" Y="4138.948" Z="3.652714" />
			<Hotspot X="-3131.422" Y="4202.161" Z="-7.808064" />
			<Hotspot X="-3182.502" Y="4110.406" Z="0.7407305" />
			<Hotspot X="-3228.283" Y="4067.507" Z="1.237551" />
			<Hotspot X="-3205.582" Y="4005.167" Z="0.2345103" />
			<Hotspot X="-3126.305" Y="4020.988" Z="0.2763549" />
		</Hotspots>
		<Blackspots>
		</Blackspots>
		<Vendors>
			<Vendor Name="Bar Talet" Entry="18962" Type="Repair" X="-2639.384" Y="4425.386" Z="36.68301" />
		</Vendors>
		<Mailboxes>
			<Mailbox X="-2614.715" Y="4417.012" Z="36.07806" />
		</Mailboxes>
		<AvoidMobs>
			<Mob Name="Deathskitter" Entry="18647"/>
		</AvoidMobs>
	</SubProfile>
</HBProfile>

EDIT1: The exact error I get is: The 'ForceMail' start tag on line 17 does not match the end tag of 'HBProfile'. Line 47, position 3.
 
Last edited:
Hi forum..
This problem is quite probably incredibly easily solved, but please refrain from flaming me.

I tried to make my first profile today, but it keeps throwing me an error when I load it... The error is something about the start tag 'ForceMail' not matching the end tag 'HBProfile'... But the ForceMail is clearly closed with a <ForceMail/>. I don't know why it thinks the ForceMail and HBProfile are linkd... Below is the profile-code:
Code:
<HBProfile>
	<Name>DreadfangVenomSacs</Name>
	<MinDurability>20</MinDurability>
	<MinFreeBagSlots>3</MinFreeBagSlots>
	<SellGrey>True</SellGrey>
	<SellWhite>True</SellWhite>
	<SellGreen>True</SellGreen>
	<SellBlue>False</SellBlue>
	<SellPurple>False</SellPurple>
	<MailWhite>False</MailWhite>
	<MailGreen>False</MailGreen>
	<MailBlue>False</MailBlue>
	<MailPurple>False</MailPurple>
	<ProtectedItems>
		<Item>25802</Item>
	<ProtectedItems/>
	<ForceMail>
		<Item>25802</Item>
	<ForceMail/>
	<SubProfile>
		<Name>Aldor</Name>
		<MinLevel>71</MinLevel>
		<MaxLevel>81</MaxLevel>
		<Factions>22</Factions>
		<Hotspots>
			<Hotspot X="-3075.288" Y="4212.906" Z="-4.745412" />
			<Hotspot X="-3027.776" Y="4103.054" Z="3.180599" />
			<Hotspot X="-3067.745" Y="4138.948" Z="3.652714" />
			<Hotspot X="-3131.422" Y="4202.161" Z="-7.808064" />
			<Hotspot X="-3182.502" Y="4110.406" Z="0.7407305" />
			<Hotspot X="-3228.283" Y="4067.507" Z="1.237551" />
			<Hotspot X="-3205.582" Y="4005.167" Z="0.2345103" />
			<Hotspot X="-3126.305" Y="4020.988" Z="0.2763549" />
		</Hotspots>
		<Blackspots>
		</Blackspots>
		<Vendors>
			<Vendor Name="Bar Talet" Entry="18962" Type="Repair" X="-2639.384" Y="4425.386" Z="36.68301" />
		</Vendors>
		<Mailboxes>
			<Mailbox X="-2614.715" Y="4417.012" Z="36.07806" />
		</Mailboxes>
		<AvoidMobs>
			<Mob Name="Deathskitter" Entry="18647"/>
		</AvoidMobs>
	</SubProfile>
</HBProfile>

EDIT1: The exact error I get is: The 'ForceMail' start tag on line 17 does not match the end tag of 'HBProfile'. Line 47, position 3.

change <ForceMail/> to </ForceMail> >.<
 
Back
Top