- Joined
- Aug 18, 2007
- Messages
- 1,390
Hi all.
I was making a frost nova like spell, but ran out of effects, so i wanted to create my own. It simply just creates 10 dummies, that all sends a carrion swarm to the sides, somehow, it doesent work... the sound for the protectiles death animation is played, and there is some effect, but the spell doesent travel. The effect spells distance is 800, AoE is 0, damage is 0 and the missile art is Frost Bolt.
I was making a frost nova like spell, but ran out of effects, so i wanted to create my own. It simply just creates 10 dummies, that all sends a carrion swarm to the sides, somehow, it doesent work... the sound for the protectiles death animation is played, and there is some effect, but the spell doesent travel. The effect spells distance is 800, AoE is 0, damage is 0 and the missile art is Frost Bolt.
-
Events
- Unit - Unit starts the effect of an abillity
-
Conditions
- (Abillity being cast) equal to Freezing Star
-
Actions
- Set (Sample_point) to target point of abillity being cast
-
For each (Interger a) to (Integer B) do Actions
-
Loop - Actions
- Set (Poi_Tempeffect) to (Sample_point offset by 200 towards (facing off (Triggering unit) + 36 x (for loop integer a)
- Create 1 dummyeffecter for (owner of (Triggering unit) at (Sample_point)
- Unit - Order (Last created unit) to (Undead - Carrion swarm Poi_Tempeffect)
- Unit - add a generic experiation timer that expends in 2 seconds to (Last created unit)
-
Loop - Actions