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!
I would like to know if it's possible to detonate a unit (peasent) without having to click some only press hotkey and it dies , is this possible , if it is tell me how
Take some ability that uses directly when you press it, for example burrow then use this trigger:
Untitled Trigger 001
Events
Unit - A unit Begins casting an ability
Conditions
(Unit-type of (Triggering unit)) Equal to *Your unit*
(Ability being cast) Equal to *Your skill based on for example burrow*
Actions
Unit - Explode (Triggering unit)
Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 500.00 at (Center of (Playable map area)), dealing 100.00 damage of attack type Spells and damage type Normal
With this it will explode when you presses the skill, dealing damage to EVERYTHING, if you want it to just deal damage to units/enemies/buildings/whatever you have to create a action like: pick every unit matching *then you add like *is a building equal to false* and so on. You can also add a special effect for more dramatic effect .
----------------
Yay, my threehundred post!
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.