14public class Alkahrid extends SimplifiedListener<Npc> {
21 int currentHealth = defender.getCurrentHealth();
22 int maximumHealth = defender.getMaximumHealth();
24 if (currentHealth == maximumHealth) {
25 Player player = attacker.getPlayer();
28 if (monster.id != 3103)
continue;
29 if (monster.equals(defender))
continue;
30 if (monster.getCombat().inCombat() && monster.getCombat().getDefender() !=
null)
continue;
32 monster.speak(
"Brother, I will help thee with this infidel!");
33 monster.getCombat().attack(attacker);