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 everyone!
I have a problem with editing mobs. I took some Mobs from here without sound and added them,
they looked good !!! BUT BUT !
When I hit him it does generate the effect, but when he hits it it doesn't.
Is this effect controlled from Npcgrp.dat?
PD_ I add capture of the event / effect I mention.
I await your answers, thank you!
Alguém que saiba trabalhar com Engine.dll e Core.dll? Tenho hwid no servidor o código adaptado, mas não tenho parte do cliente, pois meu cliente é c4.. Alguém que faça esse tipo de serviço
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