Page 1 of 1

Keys and doors

Posted: Sun Mar 20, 2005 6:05 pm
by Alphonse
Is it possible to have multiple different keys open the same door / chest.

for example

key type 1 opens chest A only
key type 2 opens chest B only

Is it possible for both of these keys be set to open door C

Posted: Sun Mar 20, 2005 6:13 pm
by Talwin Hawkins
not afaik. keys are opened via a tag. if tag matches then it opens.

Posted: Sun Mar 20, 2005 8:02 pm
by Psyco
Not in a reliable way at this stage.

Technically its easy to do with a script on the onFailToOpen event of a door that checks for the different keys and opens the door if you have one, however this does not work too well in practice in a PW.

I am currently looking into other options.

Posted: Sun Mar 20, 2005 9:52 pm
by Talwin Hawkins
not sure if this would help, but i once set up a guild entrance stone system via a conversation that allowed you to go to different levels depending on your access, maybe that oculd be used?

Posted: Sun Mar 20, 2005 10:09 pm
by Psyco
sure, anything can be done.

The problem is doing it in a way that uses minimal resources and in a way that is reuseable and generic rather than tailored to just a single person/group.