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
-
ShinichiYao
- Advanced User

- Posts: 257
- Joined: Tue Jan 12, 2016 3:53 am
Post
by ShinichiYao » Thu Jan 16, 2020 2:20 am
Today I find some players kill Scarlet multiple times in one day. I dont know how but they leave one character in the boss room and others wait at the teleport place in instance, after Scarlet died and wait for the instance finish they can go into the instance again instantly.
In FinalEmperialTomb.xml
Code: Select all
<reenter additionStyle="NONE" >
<reset day="Wednesday" hour="6" minute="30" />
<reset day="Saturday" hour="6" minute="30" />
</reenter>
and other instance using
additionStyle="ON_INSTANCE_FINISH"
Is this leading the FinalEmperialTomb instance bugged?
-
Avanael92
- Advanced User

- Posts: 189
- Joined: Thu Aug 07, 2014 5:26 pm
- Location: Germany
Post
by Avanael92 » Sat Jan 18, 2020 4:30 pm
Nope, because reenter time is being handled in FinalEmperialTomb as soon as the first morph happens. That's why it's NONE so it doesn't set the reenter time when entering or finishing the instance.
You could activate debug for instances, it'll log the reenter time for this instance and go from there.
-
ShinichiYao
- Advanced User

- Posts: 257
- Joined: Tue Jan 12, 2016 3:53 am
Post
by ShinichiYao » Sun Jan 19, 2020 2:45 am
Yes I review the code the Reenter Time is handled in the FinalEmperialTomb.java
But I still dont get how they can always enter the instance with no Reenter Time limit. I've blocked their account already.