Page 1 of 1

TvT Event Doors

Posted: Sun Jul 26, 2009 10:10 am
by devo
L2J Revision Number: 3315
L2JDP Revision Number: 6436

Is there any way to auto close doors on TvT start and open at TvT end? For now in config file there is only

open/close on start/end, and I need close/open on start/end.

Re: TvT Event Doors

Posted: Sun Jul 26, 2009 11:13 am
by janiii
on tvt start, doors defined in open are opened and doors defined in closed are closed.
on tvt end, doors defined in open are closed and doors defined in closed are opened.

Re: TvT Event Doors

Posted: Sun Jul 26, 2009 12:42 pm
by devo
Ok but how it should look like?

Code: Select all

# Door ID's to open/close on start/end.# Example: TvTDoorsToOpen = 1;2;3;4;5;6TvTDoorsToOpen = TvTDoorsToClose = 
for example if I want to close door 1 and 2 at start, and open them at the end?

Re: TvT Event Doors

Posted: Sun Jul 26, 2009 3:19 pm
by kotk
Search this has already been answered.

Re: TvT Event Doors

Posted: Sun Jul 26, 2009 10:59 pm
by lishawj
devo wrote:Ok but how it should look like?

Code: Select all

# Door ID's to open/close on start/end.# Example: TvTDoorsToOpen = 1;2;3;4;5;6TvTDoorsToOpen = TvTDoorsToClose = 
for example if I want to close door 1 and 2 at start, and open them at the end?
If you haven't found out yet, I suggest going to the arena, shift+click on the doors and get their ID. Really, it's not rocket science.

Re: TvT Event Doors

Posted: Mon Jul 27, 2009 9:33 am
by devo
I think you dont understand me...

Re: TvT Event Doors

Posted: Mon Jul 27, 2009 9:42 am
by janiii
i think i wrote you the logic really understandable..
janiii wrote:on tvt start, doors defined in open are opened and doors defined in closed are closed.
on tvt end, doors defined in open are closed and doors defined in closed are opened.
if you want some door to close on tvt start, then you write it in the closed property. at the end of tvt these doors will be opened.

Re: TvT Event Doors

Posted: Mon Jul 27, 2009 10:30 am
by devo
Oh TY, thats the answer I was looking for:) TY again