| 09-02-2005, 04:50 PM | #1 |
can someone pls showme how u can make immolation add defence to your character when it is activated. |
| 09-02-2005, 07:37 PM | #2 |
Immolation does not have a add defence field for armor. You'd need to either use a different ability or trigger it. |
| 09-08-2005, 03:50 AM | #3 |
trigger it, when unit gains imolation give it the buff devotion aura, when unit loses imolation remove devotion aura, might have to check every few sec |
| 09-08-2005, 07:22 AM | #4 | |
Quote:
What you would have to add/remove to/from the unit when it casts/stops casting immolation would be an item bonus armor ability. To detect if immolation is on or off, use a periodic trigger that checks for the immolation's caster buff. If it's on, add the bonus armor ability to the unit if it doesn't have it yet, and if it's off, remove the ability. |
| 09-09-2005, 01:44 AM | #5 |
Sorry I ment ability not buff. I use a modified devotion aura in my enfo map in triggers because item bonus armour was already in use and war3 is finicky about stacking things based off the same type. |
| 09-09-2005, 10:02 AM | #6 | |
Quote:
The one thing warcraft really is finicky about stacking are orb attack effects and evasion, but that's it as far as I know, unless you also want to count the orderID conflict which disallows a unit to have two activated abilities based on the same one. |
