Page 1 of 1

Player can raid Frintezza no limited

Posted: Thu Jan 16, 2020 2:20 am
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?

Re: Player can raid Frintezza no limited

Posted: Sat Jan 18, 2020 4:30 pm
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.

Re: Player can raid Frintezza no limited

Posted: Sun Jan 19, 2020 2:45 am
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.