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 apologize for my incompetence. The ability to trade is limited only for builder 1. Ordinary characters can trade with each other, and this has nothing to do with auto loot.)
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