summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/siege.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index 3446efae0..49c9fd5f9 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -85,6 +85,12 @@ function script siege_selectmob {
siege_push(JackO, .@blv);
siege_push(BlackMamba, .@blv);
siege_push(TerraniteProtector, .@blv);
+ siege_push(Reaper, .@blv);
+
+ // What if we are trying to select a boss and they're... overleveled?
+ // We need a level 105, 120 and a level 135 monsters
+ siege_push(FallenKing2, .@blv);
+ siege_push(TerraniteKing, .@blv);
// Now, mobs on only certain envs
if (.@tp & TP_TULIM) {