I'm not sure if this is possible, but I want to make a spell that pauses units in an area while having a color change effect similar to Luigi's Final smash in brawl, Dio Brando's Za warudo, or Itachi's Mangekyo Sharingan.
Also, perhaps it could follow the unit around. For the "orb" it would look like a bigbad voodoo, but they units and terrain are different colors.
http://i31.tinypic.com/b3mu84.jpg
Time stop spell
Moderator: Cheaters
-
- Newcomer
- Posts: 9
- Joined: June 15th, 2008, 7:07 pm
-
- Forum Staff
- Posts: 1009
- Joined: July 14th, 2007, 2:51 pm
-
- Newcomer
- Posts: 9
- Joined: June 15th, 2008, 7:07 pm
-
- Forum Staff
- Posts: 1009
- Joined: July 14th, 2007, 2:51 pm
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: Time stop spell
Code: Select all
Event:
Unit - A unit Finishes casting an ability
Conditions:
(Ability being cast) Equal to (W/e your spell is...)
Actions:
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
Loop - Actions
Unit - Pause (Picked unit)
Wait (W/e you want) seconds
Unit - Unpause (Picked unit)
spell, and changing the model it uses for the spell, then set the projectile speed to be slower/faster,
depending on how you want, and it will follow the units (because Death Coil just does that, it's 1337).
Just make a new ability with no effects and give it that ability (so it won't do anything when it hits them,
but it will still make the trigger go off). Or of course, you can give it damage or whatever effect you'd like.
Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Newcomer
- Posts: 9
- Joined: June 15th, 2008, 7:07 pm
Re: Time stop spell
I dont think you guys understand what I want. I know how to pause everyone in the map. What I wanted was an aura type move where everyone that was inside of it got frozen and had its colors inverted/messed up. (preferably inverted) An added effect would be a terrain change on that spot as well. In addition, there would be an orb around the casting unit that marks its range.
I know how to pause units its the color change and orb effect that I need.
I know how to pause units its the color change and orb effect that I need.
-
- Newcomer
- Posts: 9
- Joined: June 15th, 2008, 7:07 pm
Re: Time stop spell
Here is a better picture: http://www.smashbros.com/en_us/characte ... 215j-l.jpg
-
- Senior Member
- Posts: 165
- Joined: January 25th, 2008, 5:20 pm
- Title: Lazy
-
- Forum Staff
- Posts: 506
- Joined: August 5th, 2007, 1:38 pm
- Title: Gui Expert
- Location: *Unknown*
-
- Newcomer
- Posts: 9
- Joined: June 15th, 2008, 7:07 pm
Re: Time stop spell
As a matter of fact, I've seen that spell before . Only now that I've watched it a second time, it looks better. >.<Bl00D R3av3r wrote:Try this^^
Thanks for reminding me of it!