hamlet guard aggro fix
This commit is contained in:
@@ -583,9 +583,13 @@ public class MobileFSM {
|
|||||||
if (mob.getCombatTarget() == null) {
|
if (mob.getCombatTarget() == null) {
|
||||||
//safehold guard
|
//safehold guard
|
||||||
SafeGuardAggro(mob);
|
SafeGuardAggro(mob);
|
||||||
if (mob.getCombatTarget() != null)
|
} else{
|
||||||
CheckForAttack(mob);
|
if(mob.combatTarget.isAlive() == false){
|
||||||
|
SafeGuardAggro(mob);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
if (mob.getCombatTarget() != null)
|
||||||
|
CheckForAttack(mob);
|
||||||
}
|
}
|
||||||
private static void DefaultLogic(Mob mob) {
|
private static void DefaultLogic(Mob mob) {
|
||||||
if(mob.getObjectUUID() == 40548){
|
if(mob.getObjectUUID() == 40548){
|
||||||
|
|||||||
Reference in New Issue
Block a user