Ducati said:
the abilities i need to be autocasted would be starfall,death and decay,stampede, and storm hammer
I'm only gonna do one I used the stom bolt one
You have to use a autocast ability I used curse just remove its data properties. Then use make a storm bolt ability make sure its cooldown is 1 and mana is 0.
Make a unit make its size -1.00 by holding down shift give it locust ability and invunerable ability.
Storm Bolt
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Curse
Actions
Set CursePoint = (Position of (Casting unit))
Unit - Create 1 <Name of your unit> for (Owner of (Triggering unit)) at TestPoint facing Default building facing degrees
Custom script: call RemoveLocation( udg_CursePoint )
Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Target unit of ability being cast)
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
and there you have it an autocast I would give credit to Firefly cause he gave me a trigger and i learn off of it.
sorry forgot one more thing make a vairable >point. that is Curse point that is in the trigger.