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

have a error creating a grinding profile

chemical

Active Member
Joined
Aug 30, 2010
Messages
1,310
Reaction score
4
as title says i get this error when i upload my grinding profile

Code:
Could not load profile: There are multiple root elements. Line 2, position 5
this is what i have on line 2 : <MinLevel>68</MinLevel>
 
upload it

if you're sensitive about it, remove the hotspots
 
hmm...

You're missing <HBProfile>

PHP:
<HBProfile>
	<Name>[A - Quest] Hyjal 80-82 [Kick]</Name>
	<MinLevel>80</MinLevel>
	<MaxLevel>86</MaxLevel>
	
	<MinDurability>0.4</MinDurability>
	<MinFreeBagSlots>2</MinFreeBagSlots>
	
	<SellGrey>True</SellGrey>
	<SellWhite>False</SellWhite>
	<SellGreen>False</SellGreen>
	<SellBlue>False</SellBlue>
	<SellPurple>False</SellPurple>
	
	<MailWhite>True</MailWhite>
	<MailGreen>True</MailGreen>
	<MailBlue>True</MailBlue>
	<MailPurple>True</MailPurple>
 
Last edited:
now i'm getting this


The 'MaxLevel' start tag on line 6 does not match the end tag of 'HBProfile'. Line 62, position 3.

Edit :ok i see i didnt put the / in the second part of <MaxLevel>86</MaxLevel> and that fixed it

now it says This profile does not contain any profiles fitting the character!

my character is level 68 and i have min as 67
 
Last edited:
Code:
[ATTACH]17881.vB[/ATTACH]
latest edit now it says profile doesnt contain any profile fitting my character
 

Attachments

im level 68 and yes i put the hot spots back in
 
Last edited:
it should act just fine. move the min level down to 66 and see what happens

also the continent id is wrong for northrend, which is probably the issue. 0 is EK, 1 is Kalimdor.

BC / LK I don't know off hand, but it's in my skinning profile

you really don't need a continent id unless you're doing more than 1 continent support
 
Last edited:
any idea what that is? because i couldnt find it anywhere?
 
PHP:
		<Name>Outland Skinning 300-375</Name>
		<MinLevel>1</MinLevel>
		<MaxLevel>86</MaxLevel>
		<ContinentID>530</ContinentID>
		<!-- You should be able to start this around 275-290 skinning skill or so -->

PHP:
	<SubProfile> <!-- 375-450 LK -->
		<Name>Northrend Skinning 375-450</Name>
		<MinLevel>1</MinLevel>
		<MaxLevel>86</MaxLevel>
		<ContinentID>571</ContinentID>
 		<!-- You should be able to start this around 340 skinning -->

571 for Northrend, 530 for BC
 
hmm i took out that whole line( continent) and now its running. thanks for the help. i would rep but it says i need to spread the rep first
 
Back
Top