I have a unit that employs 2 behaviors with each a search area. One search area finds enemies and apply a debuff to them. The other search area finds allies and apply a buff to them.
The Search filters are as follows:
DeBuff Search Filter
Required: Visible
Excluded: Self, Ally, Neutral, Missile, Item, Invulnerable
The Buff works as intended and does not apply to enemies; however, the debuff applies to both enemies and allies (my own units around the source gets it as well) . How do I make it exclude my own units?
I have a unit that employs 2 behaviors with each a search area. One search area finds enemies and apply a debuff to them. The other search area finds allies and apply a buff to them.
The Search filters are as follows: DeBuff Search Filter Required: Visible Excluded: Self, Ally, Neutral, Missile, Item, Invulnerable
Buff Search Filter Required : Visible Excluded: Enemy, Neutral, Missile, Item, Invulnerable
The Buff works as intended and does not apply to enemies; however, the debuff applies to both enemies and allies (my own units around the source gets it as well) . How do I make it exclude my own units?
You must exclude "Player", as Ally means only allies.
@uiasdnmb: Go
It works, thanks