Im trying to make this cool effect of a unit destroying everything around it without doing a single attack problem is it wont destroy trees or sleeping units(its an ability not a cinematic). Any ideas?
EDIT: I just tried changing the targets allowed to that of flame strike and still nothing
first off dont use immolation as the trigger... Ues this:
Event-
Unit starts the effect of ability
Condition-
Ability beig cast equal to *YOUR ABILITY*
Actions-
Pick every unit matching unit is enemy of triggering unit and set hp of matching unit to current hp of matching unit -X DAMAGE
Destroy all destructibles around X NUMBER of triggering unit
The correct action in this skill is Unit - Damage Target. Damaging the enemy by using the action "Unit - Set life" does not consider the killing unit.
Pick every units in units within "X" range of casting unit matching (matching unit belongs to an enemy of casting unit) and Cause casting unit to damage picked unit, dealing X damage of attack type spell and damahe type enhanced!
But Id still need a dummy ability and using the immolation there doesnt work. Its spposed to be continous. The actions would probably work its the events that arnt.
If I understand well, what you need to do is create a dummy unit that has the spell immolation and damages everything around while the hero has the spell activated. You need to create a trigger that is: Event: Every 0.1 second of game time Actions: Move instantly (dummy unit) to the possition of (the hero).
This trigger must be initiality off, and you need to create another trigger that is for when the hero cast the ability, turn on the trigger.
If isn't it what you are questioning, explain better what you are wanting and I can make this spell to you!
Im trying to make this cool effect of a unit destroying everything around it without doing a single attack problem is it wont destroy trees or sleeping units(its an ability not a cinematic). Any ideas?
He said destroying everything, not damaging. Well monkeyfeet228 I created ur spell, here is the link I hope u like it
Lol I know. I just don't have much time to create a signature ^^. So adding bounty? Well i'll try to fix that. Thx for both the hints =)
Edit: I checked it, and since i don't have pretty much time i'll give a trigger to fix that:
-Create 1 Dummy -Set dummy = DummyKiller -Move DummyKiller instantly to position of DestructionCaster -Pick every unit in (Units within 400.00 of (Position of DestructionCaster)) and do (Actions) Loop - Actions -Order DummyKiller to storm bolt picked unit.
When deactivated = -Remove DummyKiller from the game.
The same for Destructibles, just making the storm bolt to attack those.