| 05-16-2006, 07:48 AM | #2 |
Does the units have the unit type undead checked? |
| 05-16-2006, 09:06 AM | #3 |
You don't pick the right units. Use (Matching Unit) instead of (Target unit of ability being cast), in the Unit Group action. |
| 05-16-2006, 10:34 AM | #4 |
Why should the spell only be allowed to affect enemies of player 1? |
| 05-16-2006, 03:08 PM | #5 |
NONONO he's picking the right units. problem is this little line right here. Trigger: Unit - cause triggering unit to damage CIRCULAR AREAyou're damaging an area. this will also mean that the guy casting the spell is doing damage several times. once for each unit in the area. you want him to damage picked unit, like this. Trigger: Unit - cause triggering unit to damage (picked unit) dealing 200 damage of attack type spells and damage type normalOh and as anitarf said change enemies of player1 to enemies of owner of triggering unit also. Instead of using a region. why don't you use within range of target point of ability being cast. I'd also suggest looking at a leak tutorial because unit groups and points cause a lot of memory leaks. |
| 05-16-2006, 03:39 PM | #6 |
Big major point to mention is, your not picking any units from as far as i can see. In the trigger you showed, the IF statement wasent inside the Unit group loop section. |
| 05-16-2006, 04:20 PM | #7 |
Also the race undead and the unit classification undead are different things |
| 05-16-2006, 05:35 PM | #8 |
He can't use any other unit, for the "Matching Condition", just (Matching Unit). |
| 05-16-2006, 06:07 PM | #9 |
Your if/then/else is outside the group loop, you are using the wrong unit response in your boolexpr and in your later healing (because there is no target unit for blizzard) and then you are using a damage area function in the group loop (well, it would be if you didn't screw that up). You are also using a region, meaning it will be square. You leak the region, the group and a few locations. Did I miss anything? |
| 05-16-2006, 10:56 PM | #10 |
heh think you hit every point there blue. |
| 05-19-2006, 03:55 AM | #11 |
What can I do too fix this? |
