HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Ability

02-12-2005, 03:51 AM#1
Guest
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
02-12-2005, 06:21 AM#2
Panto
Well, thanks for the update.





Oh, did you want something?
02-12-2005, 07:33 AM#3
Guest
Yes i want to create this somehow
02-12-2005, 10:47 AM#4
Metal_Sonic64
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.
02-12-2005, 09:10 PM#6
Guest
bump
02-13-2005, 03:34 PM#7
HomerTheDragoon
well in the custom unit thin set the ability- default active ability to that spell so when they get created it starts auto casted
02-16-2005, 12:33 PM#8
GreyArchon
Bah.

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)