Page 1 of 1

A Door like Zaken's Door

Posted: Sun Aug 23, 2009 8:51 pm
by ZumbuL
I would really want to know where, and what needs to be looked at to do the following:

Door ID: 24220003

I know it states go to L2DoorInstance, and I already looked it over, however I wasn't able to find anything with regards to timers and Zaken.

If you could explain, or possibly share a patch to make a door operate on a time basis, say 2 minutes it opens, open for 30 seconds, and then closes for 2 minutes again, it would be great.

Thanks

Re: A Door like Zaken's Door

Posted: Sat Aug 29, 2009 7:48 am
by macdonald12
Look at the doors in ToI, they perform the function you mention.

Re: A Door like Zaken's Door

Posted: Sat Aug 29, 2009 8:43 am
by _DS_
Zaken's doors operated from his AI.

Re: A Door like Zaken's Door

Posted: Sat Aug 29, 2009 9:11 am
by LiquidIce
Make a PY script, grab zaken's code where states the door open id, time, and get creative :D

Re: A Door like Zaken's Door

Posted: Sun Aug 30, 2009 1:42 pm
by AlterEgo
maybe this can help you:
datatables/doortable, checkAutoOpen() function
->
l2doorinstance, setAutoActionDelay function.