Warcraft III resources & community, 2003–2006 · archived

Can't get this spell to work.

4 posts
#1

Can't get this spell to work.

Aura of Light
Events
Unit - A unit Learns a skill
Conditions
(Learned Hero Skill) Equal to Aura of Light
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Level of Aura of Light for (Learning Hero)) Equal to 1
Then - Actions
Unit - Remove Aura of Light from (Learning Hero)
Unit - Add Aura of Light (Level 1) to (Learning Hero)
Else - Actions
Do nothing
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Level of Aura of Light for (Learning Hero)) Equal to 2
Then - Actions
Unit - Remove Aura of Light (Level 1) from (Learning Hero)
Unit - Add Aura of Light (Level 2) to (Learning Hero)
Else - Actions
Do nothing
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Level of Aura of Light for (Learning Hero)) Equal to 3
Then - Actions
Unit - Remove Aura of Light (Level 2) from (Learning Hero)
Unit - Add Aura of Light (Level 3) to (Learning Hero)
Else - Actions
Do nothing
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Level of Aura of Light for (Learning Hero)) Equal to 4
Then - Actions
Unit - Remove Aura of Light (Level 3) from (Learning Hero)
Unit - Add Aura of Light (Level 4) to (Learning Hero)
Else - Actions
Do nothing
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Level of Aura of Light for (Learning Hero)) Equal to 5
Then - Actions
Unit - Remove Aura of Light (Level 4) from (Learning Hero)
Unit - Add Aura of Light (Level 5) to (Learning Hero)
Else - Actions
Do nothing


Whats wrong? It doesn't work.
And allso: How do I do so that it only target undead units? Among the target-list I find dead but that doesn't work eather.
#2
It doesnt work simplay that. . .

that. . .

What is it meant to do?

Without knowing what its meant to do HOW CAN I POSIABLELY KNOW WHATS WRONG.

Please state what the spell is meant to do.
#3
This way is stupid


if- (Level of (Light Aura) for (learning Hero) equal to 1
Then - add (Light Aura) to (learning hero)
else - increase level of (light aura) for (learning hero)


any other way is just needless work.
#4
I made an abillity that would damage undead units when they came near. I based it on permanent immolation, but immolation only change damage when it is restarted. So I tried to make it so that when the hero learned this abillity it would change to the next ability-level. I made several (5) non-hero abilitys that made the same thing, but I needed the triggers to replace them for each lever. The problem is: It doesn't work as I want.