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)