HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How do I make a lever activate a rolling door to open?

01-23-2004, 11:56 PM#1
Kam
When a lever is attacked I want it to open a rolling gate, like in the single player scenario. What are the exact trigger functions? i.e.

Events:

Actions:
01-24-2004, 12:00 AM#2
DaKaN
extract the map, open it, and look.

I dont know how blizzard did it, but you could use a Unit enters region, play animation for the switch to be changed (look at the doodad to get the animation tag).

And then use the Open Gate action for the desctructable doodad.
01-24-2004, 12:41 AM#3
Kam
How do you extract the scenario maps, and will it damage the game if I do so? Anyone know how to do what I asked?

Anyone know how blizzard did it?
????????????????????????????????
01-24-2004, 12:55 AM#4
DaKaN
Quote:
Originally posted by Kam
Anyone know how to do what I asked?


If you read my post, I told you how

To extract a map open the war3x.mpq in WinMPQ and extract any map you want, No it doesnt destroy the game.
01-24-2004, 12:57 AM#5
Kam
Um, little n00bish with extracting... could you tell me where the program is and than what folder the scenario maps are in? (Sorry if I sounded angry, I am disparate.
01-24-2004, 01:05 AM#6
DaKaN
goto google.com and search for WinMPQ and goto shadowflares homesite there. (Just in case you need the dll's also)

WinMPQ should be in wc3c's download section though.

The maps should be under Maps\
01-24-2004, 01:48 AM#7
Dragon
Code:
Untitled Trigger 001
    Events
        Destructible - A destructible within (MAKE A VERY SMALL REGION AROUND THE LEVER THEN PICK IT) dies
    Conditions
        (Destructible-type of (Dying destructible)) Equal to Lever
    Actions
        Destructible - Open (USE THE PICK A DESTRUCTABLE BUTTON AND CLICK THE GATE YOU WANT TO OPEN)

Dakan: Nobody can really find a link to WinMPQ, its not in the downloads section, and I've searched and searched. But I do have a copy with all the working DLLs, so if I could get someone to put it up..
01-24-2004, 01:55 AM#8
DaKaN
http://www.fileplanet.com/files/120000/125891.shtml

shadowflares site seems to be down, but it took me about 30 seconds to find this using google =)

you can put a region around the lever and use when a unit enters the region to fire the gate opening also.
01-24-2004, 02:08 AM#9
Dragon
Can anyone find any OTHER link... ;)

Vileplanet makes you wait 45 minutes to download a whole 600 kb file, thats really terrible.
01-24-2004, 02:09 AM#10
DaKaN
just goto google and look for WinMPQ + shadowflare