Patrol wait determined by MBServerStatics.AI_PATROL_DIVISOR
mob cast chance now determined by MBStatics.AI_POWER_CHANCE mob cast cooldown now determined by MBServerStatics.AI_POWER_DIVISOR guards use normal mob damage calculations
This commit is contained in:
@@ -655,6 +655,7 @@ public class MBServerStatics {
|
||||
public static int AI_POWER_DIVISOR = 20;
|
||||
public static int AI_PET_HEEL_DISTANCE = 10;
|
||||
public static int AI_PATROL_RADIUS = 60;
|
||||
public static int AI_POWER_CHANCE = 30; // set 1 -100 to determine mobs chance to cast a spell
|
||||
|
||||
public static float AI_MAX_ANGLE = 10f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user