diff options
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r-- | npc/functions/siege.txt | 6 |
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) { |