- Joined
- Apr 22, 2020
- Messages
- 430
Does anybody know how too modify the Incenerate (arrow) ability in the WE like how to modify its damage and death damage and death damage area?
If i have that trigger pasted on my map i can modify it's stats? If So then how should i modify it then? Should i make another trigger for it or something?
Yes, you can modify its stats. You can copy the configuration trigger.If i have that trigger pasted on my map i can modify it's stats? If So then how should i modify it then? Should i make another trigger for it or something?
Ohh... Okay thanks! By the way how should i edit how long the duration of the incenerate last on a unit it doesn't really have that duration trigger of it.Yes, you can modify its stats. You can copy the configuration trigger.
Ohhh.. didn't really see that thanks! By the way Uncle do you know how to add a cooldown of the incinerate spell? I'm using the incenerate (arrow) one.Yes it does:
TI_DurBase = 8.00
Well, this triggered incinerate is intended to be used with a blank passive ability.Ohhh.. didn't really see that thanks! By the way Uncle do you know how to add a cooldown of the incinerate spell? I'm using the incenerate (arrow) one.
Well i actually am using this system i have pasted it in my map but i'm not really using the passive incenerate one i intended to use the autocast one that's why i asked how to modify it's stats in the first place. For the cooldown one i thought the cooldown in the object editor would not work since it already has a passive trigger.Well, this triggered incinerate is intended to be used with a blank passive ability.
For Incinerate (Arrow), you can just add a Cooldown to it in the Object Editor.
I'm a bit confused though, aren't you using this triggered passive system?
I just replaced the incinerate with incinerate (arrow) since it has a trigger for enabling and disabling it do you know how to add it?Alright, do you have triggers that enable/disable it or something? Because it's not designed to work with Incinerate (Arrow).
Test it yourself, it will deal damage regardless of whether or not you turn it on.
Ohh okay thanks Uncle!Okay, I created a new ability based on Searing Arrows. I then made the system check if the abilities cooldown is <= 0.00 seconds before dealing damage.
So all you have to do is adjust the cooldown of the ability on the Object Editor.