Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
So I wanted to have a dryad have an ability to regrow trees (only from dead trees).
How would i do this, i looked at the map tree tag, and copied the ability from their, but when i put it in my map, it doesnt work. am i missing somthing?
The real way to do this would be with a trigger. Make an aoe castable/tragetable ability. Then when the unit casts that ability make a trigger use the regrow tree action (or something like that) on all the destructibles in that area. I think the action your looking for is reset destructible or something along those lines.
He may uses a trigger like that..:
EVent
A units Finishes casting an ability
COndition
Abilty being cast equal to <Spell>
Action
Destractible create dead trees to <region>
Destractible recarnate last created destractible
SO If he uses sth like that they may seem to Grow up from NOwhere but In fact they were Just been created ^ ^
I am not really sure of the trigger, but it mast be similar
Make a custom ability based on a AoE spell. Dispell for example. Remove all the effects, put in the mana cost and cooldown and make a trigger like this:
Trees
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to (Your ability)
Actions
Destructible - Pick every destructible within (AoE of your spell) of (Target point of ability being cast) and do (Destructible - Resurrect (Picked destructible) with (Max life of (Picked destructible)) life and Show birth animation)
change the "resurrect (last created destructible)" to "resurrect (picked destructible)". that should do it Though i don't personally know if you can "resurrect" dead trees... never tried it, but if you guys know it works then great.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.