The second error its in ArenaTask.java with the Player
if (player.isOnline() == 1 && !player.isInArenaEvent() && !player.isArenaAttack())
{
if (player.isArena1x1())
Arena1x1.getInstance().remove(player);
if (player.isArena3x3())
Arena3x3.getInstance().remove(player);
if (player.isArena5x5())
Arena5x5.getInstance().remove(player);
if (player.isArena9x9())
Arena9x9.getInstance().remove(player);
player.setArenaProtection(false);
Hello looking for info about two things.
when i use
ExternalLogin=true
CmdLineLogin=true
everything is working fine but:
1. strange arrangement of windows
2. the server name is in red, how can I change it?
Client: Classic 1.5 Age of Splendor
Question
heladito
hi guys! i added the l2tournament https://maxcheaters.com/topic/239719-l2jfrozen-tournament/ for Jfrozen. But i have some errors in the code.
The first error its in the line
Broadcast.gameAnnounceToOnlinePlayershttps://imgur.com/a/filt11H
The second error its in ArenaTask.java with the Player
if (player.isOnline() == 1 && !player.isInArenaEvent() && !player.isArenaAttack()) { if (player.isArena1x1()) Arena1x1.getInstance().remove(player); if (player.isArena3x3()) Arena3x3.getInstance().remove(player); if (player.isArena5x5()) Arena5x5.getInstance().remove(player); if (player.isArena9x9()) Arena9x9.getInstance().remove(player); player.setArenaProtection(false);https://imgur.com/joN1bIJ
i hope anyone can help me. Thanks!
11 answers to this question
Recommended Posts