| 05-22-2005, 04:33 PM | #1 |
Guest | I want to make this ability but have no idea how, and I am dying trying to figure it out on my own. I want this ability"Paracite bomb" to when cast on a unit, it does nothing for 40 seconds, except on the target unit it shows that it has paractie bomb cast on it, and then after 40 seconds, I want the unit to take 1000 damage and play an explode animation. Anyone can help? |
| 05-22-2005, 05:46 PM | #2 |
Two things. One: Parasite is spelled with an 's'. Two: This would have to be done through triggers. So make the ability do nothing, and last for 40 seconds. Next, create a trigger. I am not on the WE right now, so the trigger I am about to post might be sloppy. Code:
Events- A unit casts an ability Conditions- Ability being cast equal to 'Parasite' Actions- Wait 40 seconds Actions- Deal 1000 damage to targeting unit Again sloppy. Hopefully someone else can perfect this trigger. But hey, I gave you the basics. :P Hope I helped. ~Azhag~ |
| 05-23-2005, 12:52 PM | #3 |
What else might work is an altered acid bomb. AoE of 0, set the damage interval (or whatever it's called) to 40 seconds, primary damage to whatever. Duration to 40.01. I guess the only that's wrong with that is that you can't really make it auto-cast. |
