| 02-19-2006, 10:00 PM | #2 |
IT is because of casting times, sometimes the dummy unit does not have enought time to cast the spell, so it will only cast it on one unit, try to create a new dummy everytime in the For Group Loop and order it to cast it on picked unit, then add an expiration timer of like 1 second to the dummy so it will be removed. That should make it work. |
| 02-19-2006, 10:09 PM | #3 |
Blade.dk is right. Oh and you are leaking region, because you make region centered on unit. Use - "Units in range 325 from Position of (Casting unit)" it will leak anyways but I'll leave it to you to fix it. |
| 02-19-2006, 10:54 PM | #6 |
And what does that exactly do? |
| 02-19-2006, 11:07 PM | #7 |
It prevents your trigger from leaking == creating objects that you never remove, which takes up memory and can make your map lag and stuff. |
