diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/boss/throne.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/boss/throne.txt b/npc/boss/throne.txt index a04f2ba94..539a4aa17 100644 --- a/npc/boss/throne.txt +++ b/npc/boss/throne.txt @@ -106,6 +106,15 @@ OnVictory: stopnpctimer; mapwarp("boss", "017-1", 120, 88); $GAME_STORYLINE=5; + // Without the Monster King to rule monsters... TODO Isbamuth + setbattleflag("monster_ai", 0x209); + setbattleflag("monster_active_enable", false); + setbattleflag("mob_count_rate", 25); + setbattleflag("mob_spawn_delay", 500); + charcommand("@reloadbattleconf"); // Careful! + donpcevent("@exprate::OnReload"); + donpcevent("@droprate::OnReload"); + // Player Reward getitembound(AegisShield, 1, 1); dispbottom l("For defeating the Monster King, you've got the Legendary @@.", getitemlink(AegisShield)); dispbottom l("This item cannot be traded normally and is a Legendary Item."); |