BarryDurex
New Member
- Joined
- Jan 20, 2010
- Messages
- 361
- Reaction score
- 32
Hi,
I am in the process to do a QuestProfile for Horde & Alliance and wanted to make a Fractions query.
I?ve done this, but it doesn't work:
HB message is: Warning: Could not parse 'If' body node!
I find no answer in Buddy Wiki: Honorbuddy Profile Tag Attribute: Condition - Buddy Wiki
Can someone help me there?
I am in the process to do a QuestProfile for Horde & Alliance and wanted to make a Fractions query.
I?ve done this, but it doesn't work:
PHP:
<HBProfile><QuestOrder>
<If Condition="Me.IsAlliance">
<PickUp QuestName="... />
<TurnIn QuestName="... />
<ElseIf Condition="Me.IsHorde">
<PickUp QuestName="... />
<TurnIn QuestName="... />
</ElseIf>
</If>
</QuestOrder></HBProfile>
PHP:
<HBProfile><QuestOrder>
<If Condition="Me.Faction == Me.IsAlliance">
<PickUp QuestName="... />
<TurnIn QuestName="... />
<ElseIf Condition="Me.Faction == Me.IsHorde">
<PickUp QuestName="... />
<TurnIn QuestName="... />
</ElseIf>
</If>
</QuestOrder></HBProfile>
I find no answer in Buddy Wiki: Honorbuddy Profile Tag Attribute: Condition - Buddy Wiki
Can someone help me there?