Proper level difference for homunculus kill count.
Contributed by nasseka.
This commit is contained in:
parent
02ecd10bb6
commit
e1e731591f
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user