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

Own Profile won't load [Condition?!]

Elexarie

New Member
Joined
Jun 5, 2011
Messages
15
Reaction score
0
Hello Comm,

I write a Profile for NightElfs and I stuck directly in the beginning.

My problem is this:

Loading C:\Users\Andr?\Desktop\OwnProfile\NightElf 1-60 Questing.xml.
Could not load profile: Beim Analysieren von 'EntityName' ist ein Fehler aufgetreten. Zeile 16, Position 48.
This profile does not contain any profiles fitting the character!

Sense-Translation:

Coud not load profile: While analyse of 'EntityName' occurs a Error. Line: 16, Position 48.

My XML Code looks like this:

PHP:
<HBProfile>
	<Name> NightElf 1-60 Questing </Name>
	<MinDurability> 20.0 </MinDurability>
	<MinFreeBagSlots>5</MinFreeBagSlots>
	<MinLevel>1</MinLevel>
	<MaxLevel>86</MaxLevel>
	<MailGrey>False</MailGrey><MailWhite>False</MailWhite>
	<MailGreen>True</MailGreen>
	<SellGrey>True</SellGrey>
	<SellWhite>True</SellWhite>
	<SellGreen>True</SellGreen>
	<SellBlue>False</SellBlue>
	<SellPurple>False</SellPurple>
	<QuestOrder>
		<Checkpoint Level = "1">
		<If Condition = "Me.Race == WoWRace.NightElf && Me.Level <10">
			<CustomBehavior File= "LoadProfile" ProfileName="SubProf\1-10 NightElf"/>
		</if>
	</QuestOrder>
</HBProfile>

Error is at:
PHP:
<If Condition = "Me.Race == WoWRace.NightElf && Me.Level <10">


What might it be?!

Thank you! :)
 
It should look like this:
HTML:
<If Condition = "Me.Race == WoWRace.NightElf &amp;&amp; Me.Level &lt; 10">

And another thing.. You don't need either the Checkpoint or the Me.Level since they do the same thing in your case.
 
I am testing to write my own Questing profiles too but iam failing ... =( and Megser thx for your vid guides i will watch both tomorrow!
I think Queting profiles are very hard to write ....
 
I am testing to write my own Questing profiles too but iam failing

You might also find this helpful...
[wiki]HonorBuddy: Getting Started as a Profile Writer[/wiki]

Its not hard to get the hang of writing questing profiles. You'll quickly find the hard part about questing profiles is all the testing involved, and a bit of research for each quest (what level is required, what pre-reqs, what classes/races/sexs, etc).

Anyone can slam a questing profile together. Making them graceful requires a lot of hard work and testing.

cheers,
chinajade
 
I am testing to write my own Questing profiles too but iam failing ... =( and Megser thx for your vid guides i will watch both tomorrow!
I think Queting profiles are very hard to write ....

you're tellin me!
 
lol...I'm just a little noob in terms of starting to write questing profiles, and believe me, I have so much more respect for those of you who have been suppling the community with profiles...I really didn't realise there was so much involved! I am finding it rewarding tho, just giving a little back to the community that I myself take from is a reward in itself...and lets face it, who doesn't like it when someone uses your profile and thanks you for it :)

for anyone starting out, I can't stress enough how usefull and informative the Wiki is...you'll learn a massive amount by reading and copy / pasting the examples on there...I did anyway :)
 
here, use this as a basis for a lot of the common profile behaviors

Hint: it's not blank! :D
 

Attachments

Back
Top