From e1e731591f21dd7f17ac2df43b740ee790933ce5 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 7 Jun 2021 22:25:53 +0000 Subject: [PATCH] Proper level difference for homunculus kill count. Contributed by nasseka. --- .../dist/game/data/scripts/ai/others/HomunculusKillCount.java | 2 +- .../dist/game/data/scripts/ai/others/HomunculusKillCount.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/others/HomunculusKillCount.java b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/others/HomunculusKillCount.java index ff541e7e9c..72b7e6be4c 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/others/HomunculusKillCount.java +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/others/HomunculusKillCount.java @@ -33,7 +33,7 @@ import ai.AbstractNpcAI; */ public class HomunculusKillCount extends AbstractNpcAI { - private static final int LEVEL_DIFFERENCE = 5; + private static final int LEVEL_DIFFERENCE = 9; @RegisterEvent(EventType.ON_ATTACKABLE_KILL) @RegisterType(ListenerRegisterType.GLOBAL_MONSTERS) diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/others/HomunculusKillCount.java b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/others/HomunculusKillCount.java index ff541e7e9c..72b7e6be4c 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/others/HomunculusKillCount.java +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/others/HomunculusKillCount.java @@ -33,7 +33,7 @@ import ai.AbstractNpcAI; */ public class HomunculusKillCount extends AbstractNpcAI { - private static final int LEVEL_DIFFERENCE = 5; + private static final int LEVEL_DIFFERENCE = 9; @RegisterEvent(EventType.ON_ATTACKABLE_KILL) @RegisterType(ListenerRegisterType.GLOBAL_MONSTERS)