Ok im trying to make a ablity that auto casts. Im trying to put the spell on a custom unit that is created during the game. The spell is gonna be raise certain units from the corpses on the ground. the spell is gonna raise like 50 100 each cast. Thankyou
Set the number of units raised to the number you want, and set the unit you want to be raised. (Based off of Raise dead of course.)
02-12-2005, 05:35 PM
#5
Guest
i have the spells setup i just cant get it to auto cast with the computer. I have a unit spawn with this spell but i cant make the computer to change it to auto cast.
Trigger:
Event: When (unit) enters (entire map)
Condition: And (Unit entering) is of unit type (your casting unit)
Action: Then Unit- order (entering unit) to (Cast Base-spell of your custom spell)