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

If Condition?

Klovnene

Member
Joined
Aug 30, 2010
Messages
666
Reaction score
19
Hey!
Is it possible to do:
Code:
 <If Condition="Me.Faction == WowFaction.Alliance">
Then all the mailboxes and vendors?
If not, then how should this be written into a grind profile?
 
Klovene said:
Is it possible to do:

The expression you show isn't wrong, but the more concise expression (from here) is...
<If Condition="Me.IsAlliance">



Klovene said:
Then all the mailboxes and vendors?

Nae, that doesn't work at this time, as much as we'd like it to. You can only use the <If> element inside a <QuestOrder> element. Bugtracker #250 was opened a while back to ask for this to be addressed.

cheers,
chinajade
 
Last edited:
Ty very much Chinajade, when i saw it was u responding i just new it would be an epic answer :)
 
Back
Top