- Joined
- Oct 20, 2004
- Messages
- 68
This trigger was one pain in the arse, and i got most of it but i just cant get any further! heres how it goes..
(Its a trigger for a certain spell)
Burning Skin On
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Burning Skin
Actions
Special Effect - Create a special effect attached to the hand, left of (Triggering unit) using Environment\SmallBuildingFire\SmallBuildingFire2.mdl
Set Hand1 = (Last created special effect)
Special Effect - Create a special effect attached to the hand, right of (Triggering unit) using Environment\SmallBuildingFire\SmallBuildingFire2.mdl
Set Hand2 = (Last created special effect)
Special Effect - Create a special effect attached to the foot, left of (Triggering unit) using Environment\SmallBuildingFire\SmallBuildingFire2.mdl
Set Foot1 = (Last created special effect)
Special Effect - Create a special effect attached to the foot, right of (Triggering unit) using Environment\SmallBuildingFire\SmallBuildingFire2.mdl
Set Foot2 = (Last created special effect)
Set ChaosDruidU = (Casting unit)
Is the activation Trigger, works just fine.
Burning Skin Off Deac
Events
Advanced - Any Unit is Issued Any Order
Conditions
(Issued order) Equal to Night Elf Demon Hunter - Deactivate Immolation
Actions
Special Effect - Destroy Hand1
Special Effect - Destroy Hand2
Special Effect - Destroy Foot1
Special Effect - Destroy Foot2
Is for the deactivation,this spell was based off of Immolation so yea.
Burning Skin Off Death
Events
Unit - A unit Dies
Conditions
(Unit-type of (Dying unit)) Equal to Sylvier
Actions
Special Effect - Destroy Hand1
Special Effect - Destroy Hand2
Special Effect - Destroy Foot1
Special Effect - Destroy Foot2
Obviously for removal upon death, also works.
Now heres where i just could not figure it out no matter how hard I tried time and time again. I need the effects to disappaer when the heroes mana is below 10 or 1 or w/e, I tried just about everything I could think of for 3 hours, but when i found some certain things that would work. They wouldn't....hard to explain really....
So...How can i get the effects to be removed upon having no mana. Any suggestions?
(Its a trigger for a certain spell)
Burning Skin On
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Burning Skin
Actions
Special Effect - Create a special effect attached to the hand, left of (Triggering unit) using Environment\SmallBuildingFire\SmallBuildingFire2.mdl
Set Hand1 = (Last created special effect)
Special Effect - Create a special effect attached to the hand, right of (Triggering unit) using Environment\SmallBuildingFire\SmallBuildingFire2.mdl
Set Hand2 = (Last created special effect)
Special Effect - Create a special effect attached to the foot, left of (Triggering unit) using Environment\SmallBuildingFire\SmallBuildingFire2.mdl
Set Foot1 = (Last created special effect)
Special Effect - Create a special effect attached to the foot, right of (Triggering unit) using Environment\SmallBuildingFire\SmallBuildingFire2.mdl
Set Foot2 = (Last created special effect)
Set ChaosDruidU = (Casting unit)
Is the activation Trigger, works just fine.
Burning Skin Off Deac
Events
Advanced - Any Unit is Issued Any Order
Conditions
(Issued order) Equal to Night Elf Demon Hunter - Deactivate Immolation
Actions
Special Effect - Destroy Hand1
Special Effect - Destroy Hand2
Special Effect - Destroy Foot1
Special Effect - Destroy Foot2
Is for the deactivation,this spell was based off of Immolation so yea.
Burning Skin Off Death
Events
Unit - A unit Dies
Conditions
(Unit-type of (Dying unit)) Equal to Sylvier
Actions
Special Effect - Destroy Hand1
Special Effect - Destroy Hand2
Special Effect - Destroy Foot1
Special Effect - Destroy Foot2
Obviously for removal upon death, also works.
Now heres where i just could not figure it out no matter how hard I tried time and time again. I need the effects to disappaer when the heroes mana is below 10 or 1 or w/e, I tried just about everything I could think of for 3 hours, but when i found some certain things that would work. They wouldn't....hard to explain really....
So...How can i get the effects to be removed upon having no mana. Any suggestions?