• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

How do you do...

Status
Not open for further replies.
Level 2
Joined
Apr 10, 2008
Messages
11
1.) Make all zombies attack 9 marines
2.) Make a cinematic
3.)How do you make zombie have the ability
to posion sombody else?
4.)How do you make car unmovable when theirs
no player inside but if their was, it moves.

Sorry if I wasnt detailed im in a hurry.
 
Level 14
Joined
Apr 21, 2007
Messages
1,465
Dude?!

1) Learn basic triggering
2) You want me to tell you how to make a cinematic? Sorry, but I don't have 30 hours of free time to write each and every aspect of cinematic creation(check the tutorial forum)
3) Just add the slow poison ability in the object editor
4) There are no cars in warcraft 3
 
Level 8
Joined
Mar 12, 2008
Messages
437
I'm not completely sure, but I guess you could do something like this: Add a Cargo Hold ability to your car, and set the car's movement speed to 0.

Then make an ability based on the item ability "Item Move Speed Bonus" and change "Data - Movement Speed Bonus" to what speed you want the car to have when a unit is loaded into it, and change it to a unit ability in stead of item.

Then use this trigger:
  • Events:
    • Unit - A unit is loaded into a transport
  • Conditions:
    • (Unit-type of (Transporting unit)) equal to Car
  • Actions:
    • Unit - Add Movement Speed Bonus to (Transporting unit)
I'm not sure if this will work, I'm not very good at triggers, actually I do not how to make it stop after it has loaded a unit once...
 
Level 11
Joined
Dec 31, 2007
Messages
780
dunno... gotta go see... wait a sec

...



EDIT: nop... there is no such event... as an unload thing

but you may use this

  • ((Triggering unit) is being transported) Equal to True
if it is false... then set the movement speed to 0
 
Level 11
Joined
Aug 25, 2006
Messages
971
First of all, setting the movement speed to zero, doesn't stop movement. As its impossible to actually set the movement speed to zero as far as I know.

Second of all, I would suggest you check out the tutorial section and learn to use the search button. If your in too much of a hurry to write a detailed question, we might be too much in a hurry to write a detailed answer.
 
Status
Not open for further replies.
Top