• Новые темы в этом разделе публикуются автоматически при добавлении файла в менеджер ресурсов.
    Ручное создание новых тем невозможно.
Иконка ресурса

FakePlayer для HighFive (l2jmobius) 2019-08-21

Нет прав для скачивания

Обратите внимание, что данный пользователь заблокирован! Не совершайте с ним никаких сделок! Перейдите в его профиль, чтобы узнать причину блокировки.
А можно вопрос? После установки ботов, в консоли начало периодически высыпать ошибками. Сборка у меня из слитой приватки от апреля. Вкатал всё по инструкции, боты появились. Воткнул их пачкой на арене, бьются без остановки :) Но эти ошибки напрягают

мая 21, 2023 1:11:46 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:14:30 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:19:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:22:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:24:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:32:37 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:32:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:35:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:6103)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:40:12 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:41:33 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:44:55 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:46:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:56:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:58:10 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:58:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:00:05 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:00:10 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:00:42 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:08:03 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:11:48 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:14:50 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:16:04 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:19:56 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:24:50 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:29:42 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:29:42 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:29:55 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:33:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:33:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:35:10 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:36:05 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:41:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:44:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:44:49 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:45:26 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:47:51 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:48:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Attackable.addDamage(Attackable.java:719)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:253)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:211)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5076)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:50:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:52:15 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:52:31 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:52:33 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:54:03 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:54:35 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:57:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:04 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:52 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:54 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:03:13 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:03:19 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:03:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:04:55 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:46 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:54 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:06:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:06:17 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:06:24 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:08:43 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:10:08 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:12:16 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:15:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:15:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:16:57 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:19:45 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:22:53 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:24:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:25:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:25:41 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Attackable.addDamage(Attackable.java:719)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:253)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:211)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5076)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:27:27 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:31:34 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:32:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:35:56 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:36:51 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:38:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:38:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:42:46 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:45:47 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:49:15 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:51:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:57:53 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:06 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:18 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:31 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:05:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:07:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:08:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:08:21 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:11:48 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:12:09 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:12:13 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:13:48 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:16:26 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:19:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:22:06 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:23:17 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:34:01 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:35:35 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:41:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:42:36 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:42:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:47:01 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:48:18 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:53:17 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:04:35 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:06:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:06:57 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:08:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:12:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
 
А можно вопрос? После установки ботов, в консоли начало периодически высыпать ошибками. Сборка у меня из слитой приватки от апреля. Вкатал всё по инструкции, боты появились. Воткнул их пачкой на арене, бьются без остановки :) Но эти ошибки напрягают

мая 21, 2023 1:11:46 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:14:30 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:19:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:22:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:24:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:32:37 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:32:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:35:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:6103)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:40:12 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:41:33 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:44:55 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:46:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:56:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:58:10 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:58:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:00:05 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:00:10 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:00:42 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:08:03 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:11:48 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:14:50 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:16:04 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:19:56 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:24:50 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:29:42 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:29:42 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:29:55 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:33:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:33:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:35:10 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:36:05 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:41:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:44:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:44:49 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:45:26 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:47:51 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:48:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Attackable.addDamage(Attackable.java:719)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:253)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:211)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5076)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:50:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:52:15 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:52:31 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:52:33 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:54:03 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:54:35 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:57:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:04 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:52 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:54 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:03:13 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:03:19 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:03:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:04:55 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:46 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:54 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:06:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:06:17 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:06:24 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:08:43 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:10:08 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:12:16 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:15:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:15:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:16:57 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:19:45 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:22:53 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:24:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:25:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:25:41 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Attackable.addDamage(Attackable.java:719)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:253)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:211)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5076)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:27:27 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:31:34 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:32:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:35:56 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:36:51 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:38:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:38:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:42:46 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:45:47 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:49:15 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:51:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:57:53 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:06 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:18 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:31 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:05:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:07:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:08:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:08:21 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:11:48 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:12:09 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:12:13 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:13:48 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:16:26 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:19:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:22:06 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:23:17 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:34:01 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:35:35 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:41:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:42:36 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:42:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:47:01 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:48:18 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:53:17 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:04:35 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:06:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:06:57 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:08:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:12:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Помогите пожалуйста, ошибки сыпят.
 
А можно вопрос? После установки ботов, в консоли начало периодически высыпать ошибками. Сборка у меня из слитой приватки от апреля. Вкатал всё по инструкции, боты появились. Воткнул их пачкой на арене, бьются без остановки :) Но эти ошибки напрягают

мая 21, 2023 1:11:46 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:14:30 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:19:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:22:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:24:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:32:37 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:32:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:35:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:6103)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:40:12 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:41:33 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:44:55 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:46:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:56:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:58:10 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 1:58:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:00:05 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:00:10 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:00:42 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:08:03 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:11:48 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:14:50 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:16:04 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:19:56 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:24:50 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:29:42 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:29:42 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:29:55 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:33:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:33:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:35:10 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:36:05 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:41:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:44:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:44:49 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:45:26 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:47:51 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:48:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Attackable.addDamage(Attackable.java:719)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:253)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:211)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5076)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:50:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:52:15 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:52:31 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:52:33 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:54:03 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:54:35 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:57:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:04 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:52 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:54 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 2:58:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:03:13 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:03:19 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:03:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:04:55 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:28 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:46 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:05:54 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:06:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:06:17 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:06:24 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:08:43 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:10:08 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:12:16 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:15:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:15:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:16:57 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:19:45 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:22:53 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:24:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:25:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:25:41 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Attackable.addDamage(Attackable.java:719)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:253)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:211)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5076)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:27:27 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:31:34 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:32:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:35:56 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:36:51 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:38:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:38:02 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:42:46 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:45:47 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:49:15 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:51:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 3:57:53 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:06 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:18 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:04:31 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:05:23 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:07:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:08:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:08:21 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:11:48 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:12:09 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:12:13 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:13:48 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:16:26 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:19:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:22:06 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:23:17 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:34:01 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:35:35 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:41:22 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:42:36 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:42:40 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:47:01 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:48:18 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 4:53:17 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1098)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:04:35 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtReadyToAct(CreatureAI.java:661)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:328)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.model.actor.tasks.creature.NotifyAITask.run(NotifyAITask.java:42)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:06:14 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.taskmanager.AttackableThinkTaskManager$AttackableThink.run(AttackableThinkTaskManager.java:59)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:06:57 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:08:58 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at handlers.effecthandlers.GetAgro.lambda$onStart$0(GetAgro.java:74)
at org.l2jmobius.gameserver.model.World.forEachVisibleObjectInRange(World.java:700)
at handlers.effecthandlers.GetAgro.onStart(GetAgro.java:69)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffectScope(Skill.java:1256)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1329)
at org.l2jmobius.gameserver.model.skill.Skill.applyEffects(Skill.java:1276)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1425)
at org.l2jmobius.gameserver.model.skill.Skill.activateSkill(Skill.java:1387)
at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5976)
at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5777)
at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:66)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)

мая 21, 2023 5:12:39 PM org.l2jmobius.gameserver.model.skill.Skill getTargetList
WARNING: Exception in Skill.getTargetList(): Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.Player.sendPacket(org.l2jmobius.gameserver.network.SystemMessageId)" because "player" is null
at handlers.targethandlers.AreaFriendly.getTargetList(AreaFriendly.java:47)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1043)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1011)
at org.l2jmobius.gameserver.model.skill.Skill.getTargetList(Skill.java:1057)
at org.l2jmobius.gameserver.model.actor.Creature.beginCast(Creature.java:1693)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1620)
at org.l2jmobius.gameserver.ai.AttackableAI.thinkAttack(AttackableAI.java:1076)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtThink(AttackableAI.java:2269)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:276)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:243)
at org.l2jmobius.gameserver.ai.CreatureAI.onIntentionAttack(CreatureAI.java:269)
at org.l2jmobius.gameserver.ai.AttackableAI.onIntentionAttack(AttackableAI.java:385)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:198)
at org.l2jmobius.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:159)
at org.l2jmobius.gameserver.ai.AttackableAI.onEvtAttacked(AttackableAI.java:2331)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:281)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:255)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimer(Creature.java:5124)
at org.l2jmobius.gameserver.model.actor.tasks.creature.HitTask.run(HitTask.java:60)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Ибо писалось под старую версию, с того времени переписали много чего, методы попереименовывали и разные приколы сделаны.
 
Помогите пожалуйста, ошибки сыпят.
Ваш лог это лишь одна ошибка, очень необычно, что метод Skill.getTargetList() вызывает Player.sendPacket.
Если есть исходники - отредактируйте, ошибка не связана с кодом ботов.
 
Если у кого осталось, может перезалить ?
 
fpc_combat.xml у mobius на essence почему то убран, пасивные только.
 
Вот бы кто под другую сборочку код загнал))
 
Назад
Сверху Снизу