I've been stuck for days on this. Beginning to think it will not work.
Trying to use this in a spell:
Code: xml
- <Prereq>
- <Type>Unit</Type>
- <Attribute>UnitStat_Kos_Flag2</Attribute>
- <Value>1</Value>
- </Prereq>
- also tried:
- <Prereq>
- <Target>Unit</Target>
- <Attribute>UnitStat_Kos_Flag2</Attribute>
- <Value>1</Value>
- </Prereq>
I really need a check in the prereq to test for value, but it could be anything > 0.
Any ideas?