L2JMobius

Free Users => Solved/Invalid Bug Reports => Topic started by: pabloduran3 on November 11, 2022, 10:27:43 AM

Title: Exit game in combat
Post by: pabloduran3 on November 11, 2022, 10:27:43 AM
When im in combat, and i press "restart game", works good, but if i press "Exit Game", game closes without any reason, (Im not GM ofc)

Any help ? thanks
Title: Re: Exit game in combat
Post by: Mobius on November 11, 2022, 11:24:50 AM
Logout packed has
Code: [Select]
if (!player.canLogout())
{
player.sendPacket(ActionFailed.STATIC_PACKET);
return;
}
So maybe something to do with client.
Title: Re: Exit game in combat
Post by: pabloduran3 on November 11, 2022, 11:25:58 AM
no work, still can close game with "Exit Game" button while in combat.

The same thing happens, both in the free version "BattleChronicle" and in the paid version "Vanguard".
Title: Re: Exit game in combat
Post by: Mobius on November 11, 2022, 11:48:29 AM
no work, still can close game with "Exit Game" button while in combat.

The same thing happens, both in the free version "BattleChronicle" and in the paid version "Vanguard".

Using leaked versions will get you banned.
Title: Re: Exit game in combat
Post by: pabloduran3 on November 11, 2022, 12:29:44 PM
Im using "BattleChronicle" free version, what are you talking about?

I have talked to a guy who uses the paid version, and he told me that it fails him too.
Title: Re: Exit game in combat
Post by: Mobius on November 11, 2022, 03:57:48 PM
Im using "BattleChronicle" free version, what are you talking about?

I have talked to a guy who uses the paid version, and he told me that it fails him too.

I see no report about it on subscribers section.
Also, this report is invalid.