- Joined
- Nov 13, 2007
- Messages
- 244
Well the spell is supposed to be like an illusion of a circle of mirror images rotationg but it wont work heres the trigger i have done:
-
chidori toushand birds improvd
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Custom Chidori
-
Actions
- Wait 1.00 seconds
- Unit - Pause (Target unit of ability being cast)
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 25.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 50.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 75.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 100.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 125.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 150.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 175.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 200.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 225.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 250.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 275.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 300.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Wait 1.00 seconds
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 100.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 200.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 300.00 towards 25.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 400.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 500.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Wait 1.00 seconds
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 45.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 90.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 135.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 170.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 215.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 255.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Special Effect - Create a special effect at ((Position of (Target unit of ability being cast)) offset by 100.00 towards 300.00 degrees) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Wait 1.00 seconds
- Unit - Unpause (Target unit of ability being cast)
-
Events