Player can raid Frintezza no limited

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
ShinichiYao
Advanced User
Advanced User
Posts: 262
Joined: Tue Jan 12, 2016 3:53 am

Player can raid Frintezza no limited

Post by ShinichiYao »

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?
User avatar
Avanael92
Advanced User
Advanced User
Posts: 189
Joined: Thu Aug 07, 2014 5:26 pm
Location: Germany

Re: Player can raid Frintezza no limited

Post by Avanael92 »

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.
User avatar
ShinichiYao
Advanced User
Advanced User
Posts: 262
Joined: Tue Jan 12, 2016 3:53 am

Re: Player can raid Frintezza no limited

Post by ShinichiYao »

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.
Post Reply