vorg droppers increased difficulty
This commit is contained in:
@@ -1736,6 +1736,14 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
if(this.behaviourType.equals(MobBehaviourType.HamletGuard) && this.getMobBaseID() == 14104) {//guards
|
||||
this.behaviourType = MobBehaviourType.Aggro;
|
||||
}
|
||||
|
||||
for(MobEquipment equipped: this.equip.values()){
|
||||
if(equipped.getItemBase().isVorg()){
|
||||
this.healthMax = 7500;
|
||||
this.setHealth(this.healthMax);
|
||||
this.level = 65;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user