HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How To Make Things Appear From Doodads?????

07-11-2004, 02:05 PM#1
hiro-the-hero
how do i make units appear when a cgae is destroyed and how do i make items appear when barrels etc ... are destroyed???
pls help im really stuck on this o_O
07-11-2004, 02:10 PM#2
Arohk
double click the doodad and set the items it drop when dead
07-11-2004, 02:14 PM#3
hiro-the-hero
kk but what about the cage spawning units when dead?
07-11-2004, 02:18 PM#4
Arohk
that need a simple trigger:

E: Destructible-(cage ooo1)dies

C:---

A:Unit-Create 1 (Unit) at position of (dying destructible doodad) for (player)
07-11-2004, 02:20 PM#5
hiro-the-hero
thnx dewd u rock
07-11-2004, 02:21 PM#6
hiro-the-hero
nothin to do with makin units appear from cages but do u no how to give control of a neutral unit to a player?? thnx in advance
07-11-2004, 02:22 PM#7
johnfn
Events
(your spawning destructable) is destroyed
Actions
create 5 footmen (whatever) at position of (destroyed destructable)

That would be for specific spawns. However if you wanted every destructable on the map to spawn units you would be in for a problem.

___________________
Edit: whoops, too slow. Can still answer a question though:

What you want is the trigger

Unit - Change ownership of (some unit) to (player) and Change color

Just make sure to choose which unit you want.
07-11-2004, 02:25 PM#8
hiro-the-hero
you can spawn more than 1 unit from somehin!?!? kewl thnx dewd
07-11-2004, 02:26 PM#9
hiro-the-hero
thnx also 4 tellin me how 2 change owner ship of a unit now i can start my first map of my campaign! thnx dewd
07-11-2004, 02:35 PM#10
hiro-the-hero
last thing i need to no now.
how do i make a character speak in cinematic WITH a voice sound like illidans or some other voice and also how do i make like a lightning bolt appear around a unit and make something like the chain lightning impact appear on a unit and appear every 5 seconds??? pls tell me thnx in advnce
07-11-2004, 04:36 PM#11
johnfn
STOP DOUBLE POSTING.

A cinematic with a voice... you would need to import a voice after you create it yourself.

Your other question probably needs a periodic event. Just set the custom value of the unit to 1 or something and then check every unit for the value and then do the lightning on the unit.