Warcraft 3 editor help - ability levels

If I want to set the maximum level of an ability to 50, is there anyway adjust the entries of the stats of the abilities simultaneously? Can I put in some sort of dependency on the level? Or do I have to adjust each level individually?

Also I am having trouble with removing the invisibility from windwalk, I am trying to find the damage unit trigger, but I cannot find it, and is it possible to put a delay on this trigger since the buff is applied 0.6s after the spell is cast?

Thanks!

To answer the first part, yes, the editor allows you to not only set the min level required under the stats portion “Stats: Required level” but you can also set how many levels the hero has to gain to be able to invest in that ability again under the "Stats: Level Skip Requirement, the default is 0, the number you put there will determine if the hero has to wait 1 or more levels to be able to invest in that skill.

Right click on the stat you want to modify under level data and select autofill, this will allow you to use some what of an okay advancement for the different levels. if you can’t get it to what you actually want, then it is best do each level individually.

This will allow you to edit the Base value, the previous level factor (suggested for small increments) the level factor and the constant factor, just remember some spells have a hard cap of damage they can do unless you trigger the spell using animations etc.

To attempt to answer your second, no, not without triggering the spell. Which I could figure out how to do again, but it is a lot to type and i’m sure there are turtorials on like Hiveworkshop that can teach you how to trigger a spell. It would be the same concept you would just have to use triggers to do what you want. As you can’t modify the actual spells themselves through the editor, only the data for the spells. You can make some amazing spells using triggers though.

Thank so much!