TvT Event Doors

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

TvT Event Doors

Post 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.
A hero of war is that what they see...
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: TvT Event Doors

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: TvT Event Doors

Post 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?
A hero of war is that what they see...
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: TvT Event Doors

Post by kotk »

Search this has already been answered.
lishawj
Posts: 253
Joined: Thu Apr 30, 2009 12:29 am

Re: TvT Event Doors

Post 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.
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: TvT Event Doors

Post by devo »

I think you dont understand me...
A hero of war is that what they see...
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: TvT Event Doors

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: TvT Event Doors

Post by devo »

Oh TY, thats the answer I was looking for:) TY again
A hero of war is that what they see...
Post Reply