Skip to content

Commit 8e8f5d5

Browse files
committed
Infernal mage npc hook
1 parent 4acbdf1 commit 8e8f5d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import api.combat.npc.NpcCombatHandler.combat
2+
import io.luna.game.model.mob.combat.CombatSpell
3+
4+
// Level 66 infernal mages.
5+
combat(1643, 1644, 1645, 1646, 1647) {
6+
attack { magic(CombatSpell.FIRE_BLAST) }
7+
}

0 commit comments

Comments
 (0)