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.
TvT Event Doors
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- devo
- Posts: 798
- Joined: Mon Jun 15, 2009 1:19 pm
TvT Event Doors
A hero of war is that what they see...
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: TvT Event Doors
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.
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- devo
- Posts: 798
- Joined: Mon Jun 15, 2009 1:19 pm
Re: TvT Event Doors
Ok but how it should look like?
for example if I want to close door 1 and 2 at start, and open them at the end?
Code: Select all
# Door ID's to open/close on start/end.# Example: TvTDoorsToOpen = 1;2;3;4;5;6TvTDoorsToOpen = TvTDoorsToClose =
A hero of war is that what they see...
-
- Posts: 99
- Joined: Wed Jan 04, 2006 12:51 am
Re: TvT Event Doors
Search this has already been answered.
-
- Posts: 253
- Joined: Thu Apr 30, 2009 12:29 am
Re: TvT Event Doors
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.devo wrote:Ok but how it should look like?
for example if I want to close door 1 and 2 at start, and open them at the end?Code: Select all
# Door ID's to open/close on start/end.# Example: TvTDoorsToOpen = 1;2;3;4;5;6TvTDoorsToOpen = TvTDoorsToClose =
- devo
- Posts: 798
- Joined: Mon Jun 15, 2009 1:19 pm
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: TvT Event Doors
i think i wrote you the logic really understandable..
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.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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- devo
- Posts: 798
- Joined: Mon Jun 15, 2009 1:19 pm
Re: TvT Event Doors
Oh TY, thats the answer I was looking for:) TY again
A hero of war is that what they see...