| 11-14-2006, 04:29 PM | #1 |
hi there, i'm having problems creating a tower with poison slow ability, the thing is i can make the tower effect only 1 unit but i can't make it to effect more units. I want the poison to have an area effect! thanks in advance! |
| 11-14-2006, 04:49 PM | #2 |
Maybe just take a normal AoE frost attack and change the debuff it creates (along with any animations), making it Poison instead. If you need it do damage as well as slow, you might need some more elaborate triggering going on as poison isn't made for being AoE (other than PlagueCloud?) |
| 11-14-2006, 05:07 PM | #3 |
This isn't really trigger related. Moved to Gen Dev. |
| 11-14-2006, 05:18 PM | #4 | |
Quote:
well i can't edit the frost speed reduction thats why i want to use slow poison effect, i can edit the speed reduction. and thanks but if you don't know the answer don't sugest other ways of doing it! |
| 11-14-2006, 05:25 PM | #5 |
I propose to create a dummy ability based on acid bomb, casted by a dummy caster everytime the tower attacks. the advantage of this method is that you can control many things in the spell, movement reduction, AOE, Maximum number of affected units, damage over time, etc. |
| 11-14-2006, 05:31 PM | #6 | |
Quote:
|
| 11-14-2006, 05:45 PM | #7 | |
Quote:
As I said, quite more elaborate... That would be the same way I would do it. A dummy is a unit that is created/summoned when the tower attacks. This unit is then hidden and ordered to use, in this case acid bomb, at the place where he was created. The dummy unit needs, of couse, to have the skill he needs to cast AND a locust ability so that he doesn't interfeer with any movement and so forth. |
| 11-14-2006, 05:52 PM | #8 | |
Quote:
|
| 11-14-2006, 08:05 PM | #9 |
With triggers. |
| 11-14-2006, 09:17 PM | #10 | |
Quote:
Then create a trigger like this: Trigger: Tower Attack
|
| 11-14-2006, 09:22 PM | #11 | |
Quote:
Code:
Gameplay Constants Spells - Frost Attack Speed Reduction Spells - Frost Movement Speed Reduction ![]() |
| 11-15-2006, 08:26 AM | #12 |
Maybe he means he's already using a frost spell, therefore he can't reduce the frost speed reduction to fit his poison tower needs because that would affect his already in place frost spells. |
| 11-15-2006, 02:09 PM | #13 | |
Quote:
how can u tell? he didnt say. ![]() |
| 11-15-2006, 02:59 PM | #14 |
how about adding barrage? Its not AoE, but it can hit all the units it needs to hit. Just make the maximum targets value really high or just 0. :) |
| 11-15-2006, 04:04 PM | #15 |
True but can you add a slow attack to barrage? |
