| 03-17-2004, 09:30 PM | #1 |
I need to detect what unit are affcted by a cone AoE spell when it is cast Are there any way??? BTW: Breath of Fire/Frost, Carrion Swarm and Forked Lighting have no buffs detectable by triggers. |
| 03-18-2004, 01:04 AM | #2 |
You can compute what units are within that cone by computing the locations of the vertices of the cone and then using this function: http://kattana.users.whitehat.dk/viewfunc.php?id=263 |
