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);
I present to your attention two options for the Hellbound location map
details in the archive
if you have larger effect files, you do not need to replace them
download
updates can be made behind the scenes, so if you catch a crit, post on the forum or download the archive, it may have already been fixed
additionally you can download
all la2 music from the latest version of the game 2025 download
the entire La2 ambisound from the latest version of the game 2025 download
I do what I like because I don't need to push myself to do things for L2 as a means of income. You, on the other hand, are here trying to scam people for $20k files...
But, since you're so talented and competent, I suppose you must be thriving on the fruits of your talents as an L2Off dev, no?
Oh wait
Guess not
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.gameAnnounceToOnlinePlayers
https://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