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

First time making a profile. Help please

GMJohnny

New Member
Joined
Nov 19, 2014
Messages
8
Reaction score
0
Hey there everyone. I wanted to make my own profile for farming Rylek Eggs for cooking and such. I was recycling one of the other profiles on the site and I can not seem to make it work, with the error being.

Cannot load profile!
Data at the root level is invalid. Line 5, position 1. And then it will not even load my profile. As it stands my profile looks like.

<HBProfile>
<Name>GMJohnny Rylek Egg Farm</Name>

<MinLevel>90</MinLevel>
<MaxLevel>100</MaxLevel>

<MinDurability>0.3</MinDurability>
<MinFreeBagSlots>1</MinFreeBagSlots>


<SellGrey>True</SellGrey>
<SellWhite>False</SellWhite>
<SellGreen>False</SellGreen>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

<Mailboxes>

</Mailboxes>

<Vendor>

<Vendors>

<GrindArea>
<TargetMinLevel>90</TargetMinLevel> // Target minimum level mob
<TargetMaxLevel>105</TargetMaxLevel> // Target maximum level mob
<Factions>1712 1711 16 2000</Factions>
<Hotspots>
<Hotspot X="-971.6158" Y="-1741.754" Z="2.668377" />
<Hotspot X=-1021.04 Y=-1715.9 Z=7.423567 />
<Hotspot X=-1044.503 Y=-1763.728 Z=7.807811 />
<Hotspot X="-1131.168" Y="-1741.48" Z="7.351541" />
<Hotspot X="-1168.563" Y="-1812.872" Z="5.167107" />
<Hotspot X="-1181.594" Y="-1883.384" Z="3.080139" />
<Hotspot X="-1220.671" Y="-1956.089" Z="3.758359" />
<Hotspot X="-1308.547" Y="-1978.931" Z="7.178563" />
<Hotspot X="-1388.656" Y="-1989.474" Z="7.738592" />
<Hotspot X="-1333.874" Y="-2063.181" Z="3.255831" />
<Hotspot X="-1219.083" Y="-2035.063" Z="4.699089" />
<Hotspot X="-1138.053" Y="-1978.339" Z="3.703092" />
<Hotspot X="-1084.796" Y="-1900.56" Z="8.515487" />
<Hotspot X="-1046.268" Y="-1846.241" Z="7.352026" />
<Hotspot X="-1023.219" Y="-1810.384" Z="5.659618" />
<Hotspot X="-992.6667" Y="-1781.602" Z="5.936422" />

</Hotspots>
</GrindArea>
</HBProfile>

Any help will be appreciated on what I am missing.
 
Many bugs

<HBProfile>
<Name>GMJohnny Rylek Egg Farm</Name>

<MinLevel>90</MinLevel>
<MaxLevel>101</MaxLevel>

<MinDurability>0.3</MinDurability>
<MinFreeBagSlots>1</MinFreeBagSlots>

<SellGrey>True</SellGrey>
<SellWhite>False</SellWhite>
<SellGreen>False</SellGreen>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

<Mailboxes>
</Mailboxes>

<Vendors>
</Vendors>

<GrindArea>
<TargetMinLevel>90</TargetMinLevel>
<TargetMaxLevel>105</TargetMaxLevel>
<Factions>1712,1711,16,2000</Factions>

<Hotspots>
<Hotspot X="-971.6158" Y="-1741.754" Z="2.668377" />
<Hotspot X="-1021.04" Y="-1715.9" Z="7.423567" />
<Hotspot X="-1044.503" Y="-1763.728" Z="7.807811" />
<Hotspot X="-1131.168" Y="-1741.48" Z="7.351541" />
<Hotspot X="-1168.563" Y="-1812.872" Z="5.167107" />
<Hotspot X="-1181.594" Y="-1883.384" Z="3.080139" />
<Hotspot X="-1220.671" Y="-1956.089" Z="3.758359" />
<Hotspot X="-1308.547" Y="-1978.931" Z="7.178563" />
<Hotspot X="-1388.656" Y="-1989.474" Z="7.738592" />
<Hotspot X="-1333.874" Y="-2063.181" Z="3.255831" />
<Hotspot X="-1219.083" Y="-2035.063" Z="4.699089" />
<Hotspot X="-1138.053" Y="-1978.339" Z="3.703092" />
<Hotspot X="-1084.796" Y="-1900.56" Z="8.515487" />
<Hotspot X="-1046.268" Y="-1846.241" Z="7.352026" />
<Hotspot X="-1023.219" Y="-1810.384" Z="5.659618" />
<Hotspot X="-992.6667" Y="-1781.602" Z="5.936422" />

</Hotspots>
</GrindArea>
</HBProfile>
 
<GrindArea>
<TargetMinLevel>90</TargetMinLevel>
<TargetMaxLevel>105</TargetMaxLevel>

remove this and the grindarea tag at the end and give it a go
 
First off a lot of the hotspots are inputted wrong, copied your profile and currently working on it. will update as I go
 
How are my hotspots wrong? I went on dev tools and copied the hotspots that it gave me.
 
<Hotspot X="-971.6158" Y="-1741.754" Z="2.668377" />
<Hotspot X=-1021.04 Y=-1715.9 Z=7.423567 />
<Hotspot X=-1044.503 Y=-1763.728 Z=7.807811 />
<Hotspot X="-1131.168" Y="-1741.48" Z="7.351541" />

see how some are missing the quatations, that's all that's wrong with that part.
 
Back
Top