I've got the point of those dummy spell's tutorial. But I don't know how to change the action in the trigger window If I raise the spell level. I think it uses some kind of integer, but I don't know how to change the integer value when I Learned the dummy skill into the next level (I can only make a triggered spell for a maximum level of 1. But I want to be able to upgrade it to level 5...)btw, I'm still a noob on map making, so... | | V
thats easy u need two spells. one is the original spell which will be cast by your hero, and the other one is the "dummy spell" this is the spell for the dummy he casts... when you have the spells your need a trigger in which u will cast the spells, like an custom spell which isnt in warcraft3 like a frozen Orb. whatever u need only one trigger which says that the lvl of the dummy spell is the same like the normal spell. try this one:
EVENT: a unit begins casting an ability
CONDITION: (abiliy being cast) equal to "normal spell"
ACTION: Unit - Set Level of "dummy spell" for (Last Created Unit) to (Level of "Normal Spell" for (casting unit)
thats only a small part from the trigger from a spell, this "action-part" is only the one which u can set the lvl of your dummy spell to the lvl of your original spell!!