A Door like Zaken's Door

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
ZumbuL
Posts: 45
Joined: Sun Feb 01, 2009 4:59 am
Location: USA

A Door like Zaken's Door

Post 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
To do, and to think about doing... completely different things...
macdonald12
Posts: 89
Joined: Mon Sep 15, 2008 8:51 am

Re: A Door like Zaken's Door

Post by macdonald12 »

Look at the doors in ToI, they perform the function you mention.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: A Door like Zaken's Door

Post by _DS_ »

Zaken's doors operated from his AI.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
LiquidIce
Posts: 90
Joined: Wed Oct 18, 2006 4:17 pm
Location: Spain

Re: A Door like Zaken's Door

Post by LiquidIce »

Make a PY script, grab zaken's code where states the door open id, time, and get creative :D
When the rich wage war, its the poor who die.
AlterEgo
Posts: 11
Joined: Sun Jul 10, 2005 3:39 pm

Re: A Door like Zaken's Door

Post by AlterEgo »

maybe this can help you:
datatables/doortable, checkAutoOpen() function
->
l2doorinstance, setAutoActionDelay function.
Best Regards.

Æ
Post Reply