• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Multu-Useable Spell

Status
Not open for further replies.
Level 6
Joined
May 1, 2009
Messages
156
Sorry about title (Sp...) , and i forgot the term for multiple used spells, is that mui? well im wondering how i can make my jetpack ability be able to be used by multiple people without messing up.

{EDIT}
sorry how can i "quote" a trigger, show a picture of my current trigger... (best way)
 
Last edited by a moderator:
Level 12
Joined
Mar 10, 2008
Messages
869
Or you can just right click the page thing (
base.gif
) and Copy as Text - then it copies it all.
 
Level 6
Joined
May 1, 2009
Messages
156
  • Unit - A unit Begins casting an ability
  • (Ability being cast) Equal to Fuel Thrust
  • Animation - Change (Triggering unit) flying height to 200.00 at 200.00
Then...

  • Unit - A unit Begins casting an ability
  • (Ability being cast) Equal to Fuel Thrust
  • Unit - Add Fly Trick to (Casting unit)
  • Unit - Remove Fly Trick from (Casting unit)
  • Unit - Turn collision for (Casting unit) Off
  • Animation - Change (Triggering unit) flying height to 300.00 at 300.00
  • Wait 1.00 seconds
  • Animation - Change (Triggering unit) flying height to 0.00 at 600.00
  • Wait 1.40 seconds
  • Unit - Turn collision for (Casting unit) On
How do i have it so multiple of the same unit can use this?
 
Level 6
Joined
May 1, 2009
Messages
156
Lol idk why i have that, scratch first part. Still how do i have it so multiple units can use this?
 
Status
Not open for further replies.
Top