|
|
|
@ -156,6 +156,13 @@ public class Mob extends AbstractIntelligenceAgent {
@@ -156,6 +156,13 @@ public class Mob extends AbstractIntelligenceAgent {
|
|
|
|
|
this.currentID = this.dbID; |
|
|
|
|
|
|
|
|
|
this.agentType = AIAgentType.MOBILE; |
|
|
|
|
|
|
|
|
|
if(this.getMobBaseID() == 14104) {//guards
|
|
|
|
|
this.level = 75; |
|
|
|
|
this.behaviourType = MobBehaviourType.Aggro; |
|
|
|
|
this.healthMax = 15000; |
|
|
|
|
this.setHealth(15000); |
|
|
|
|
} |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
Logger.error(e + " " + this.dbID); |
|
|
|
|
} |
|
|
|
|