Warcraft III resources & community, 2003–2006 · archived

Help

4 posts
#1

Help

How to open a door with the key like this:

1)Unit Enter Region
2)if it have key open door

I need help in using keys or other items to desroing or opening doors help me if you have time :)

Have a nice day

~MapKing
#2
-event
unit - a unit enters region

-condition
or - any (conditions) are true 
conditions
(item carried by (entering unit) in slot 1) equal to key 0001
(item carried by (entering unit) in slot 2) equal to key 0001
(item carried by (entering unit) in slot 3) equal to key 0001
(item carried by (entering unit) in slot 4) equal to key 0001
(item carried by (entering unit) in slot 5) equal to key 0001
(item carried by (entering unit) in slot 6) equal to key 0001

-actions
destructible - open gate 0001
item - remove key 0001


That should work flawless :)
#3

Here you go

Here is exaple of most simple way i know

Even:
A Unit Enters Region (Region 001)

Condition:
[Boolen Comprasion]
If entering unit has item of type Moon Key

Actions:
Open Gate : Elven Gate 052

Or something like that have fun !
And don't take more work by using if item carried in slot 1... couse this takes more time this what i say should work and never mind in wchich slot yo hero have the key !

~Robin Hood
~Credits:
Idead:Robin Hood
Other:Robin Hood
Question:Map King
#4
Thx