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.
 
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
 
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...
 
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
 
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.
Back
Top