- Joined
- Jun 12, 2007
- Messages
- 1,261
I still don't get it why but my AoE of a custum spell won't work properly.
It has 5 levels, and the AoE starts at 300, then 400, then 500 etc
So in normal math you would get the formula: 200 + 100x = y
But it wont work here... The below trigger makes AoE that are way to big.
But when I try 100 + 50x = y they become to small.... (Half)
So what do I need to do in the below trigger to get the correct formula?
It has 5 levels, and the AoE starts at 300, then 400, then 500 etc
So in normal math you would get the formula: 200 + 100x = y
But it wont work here... The below trigger makes AoE that are way to big.
But when I try 100 + 50x = y they become to small.... (Half)
So what do I need to do in the below trigger to get the correct formula?
-
Unit Group - Pick every unit in (Units within (200.00 + (100.00 x (Real((Level of Excorcism [E] for (Triggering unit)))))) of CastPoint[(Player number of (Owner of (Triggering unit)))]) and do (Actions)
- Loop - Actions