|
|
|
@ -13,7 +13,7 @@ public class MobAIThread implements Runnable{
@@ -13,7 +13,7 @@ public class MobAIThread implements Runnable{
|
|
|
|
|
public static int AI_DROP_AGGRO_RANGE = 60; |
|
|
|
|
public static int AI_PULSE_MOB_THRESHOLD = 200; |
|
|
|
|
public static int AI_PATROL_DIVISOR = 15; |
|
|
|
|
public static float AI_CAST_FREQUENCY; |
|
|
|
|
public static float AI_CAST_FREQUENCY = 1.0f; |
|
|
|
|
// Thread constructor
|
|
|
|
|
|
|
|
|
|
public MobAIThread() { |
|
|
|
|