#DoCleaveAttack and OnAttackLanded
1 messages · Page 1 of 1 (latest)
or i need to replace OnAttackLanded with OnDamageCalculated and add if statement
or i crash the game xd
I suppose you want to find units hit by the cleave?
Create a custom function to find units in the cleave area of effect the moment you trigger it, the most common is the know custom "FindUnitsInCone"
But this only works for cleave abilities coded on lua, by yourself