Klovnene Member Joined Aug 30, 2010 Messages 666 Reaction score 19 Jan 15, 2011 #1 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?
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?
chinajade Community Developer Joined Jul 20, 2010 Messages 17,540 Reaction score 172 Jan 15, 2011 #2 Klovene said: Is it possible to do: Click to expand... 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? Click to expand... 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: Jan 15, 2011
Klovene said: Is it possible to do: Click to expand... 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? Click to expand... 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
Klovnene Member Joined Aug 30, 2010 Messages 666 Reaction score 19 Jan 15, 2011 #3 Ty very much Chinajade, when i saw it was u responding i just new it would be an epic answer