HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help with this trigger...

11-27-2003, 01:07 PM#1
Kyanou
Its a spell called Exorcism, based of banish, its suposed to be a spell that only damages non-hero Demon and Undead units.
However I can't get it to work. It didn't do the damage I wanted to give to units, and I said that I only wanted it to target Demon and Undead, but it targeted all units no matter what race they were from.
can someone tell me what to use
11-27-2003, 01:13 PM#2
Biflspud
Won't Holy Light do it for you? Just set it so that it only works on Enemies, so that the healing benefit is removed.
11-27-2003, 01:46 PM#3
Kyanou
my spell is trigger enhanced and I already used holy light in an other trigger enhanced spell as a dummy spell.
And I heard that you could only use the dummy spell once.
besides I wan't Exorcism to give damage to a unit over a period of time.
11-27-2003, 01:48 PM#4
[Death]
Well, use Shadow Strike (TFT) or/with Death Coil then...
11-27-2003, 02:44 PM#5
ObsidianTitan
Something you could try is use a trigger that goes something like this to stop the spell targeting the wrong type of unit (this is done off the top of my head so dont expect it to be entirely accryately named)

Event - Unit is ordered targeting unit
Condition - ordered unit equal to (unit that has the spell)
Condition - Target of issuded order is undead equal to false
Action - pause ordered unit
Action - order ordered unit to stop
Action - order ordered unit to hold posision
Action - unpause ordered unit

Use if/then/else statments to get it to work in the origianal trigger if u can.