Proper level difference for homunculus kill count.
Contributed by nasseka.
This commit is contained in:
@@ -33,7 +33,7 @@ import ai.AbstractNpcAI;
|
|||||||
*/
|
*/
|
||||||
public class HomunculusKillCount extends 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)
|
@RegisterEvent(EventType.ON_ATTACKABLE_KILL)
|
||||||
@RegisterType(ListenerRegisterType.GLOBAL_MONSTERS)
|
@RegisterType(ListenerRegisterType.GLOBAL_MONSTERS)
|
||||||
|
@@ -33,7 +33,7 @@ import ai.AbstractNpcAI;
|
|||||||
*/
|
*/
|
||||||
public class HomunculusKillCount extends 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)
|
@RegisterEvent(EventType.ON_ATTACKABLE_KILL)
|
||||||
@RegisterType(ListenerRegisterType.GLOBAL_MONSTERS)
|
@RegisterType(ListenerRegisterType.GLOBAL_MONSTERS)
|
||||||
|
Reference in New Issue
Block a user