diff options
Diffstat (limited to 'npc/023-2')
-rw-r--r-- | npc/023-2/mk.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt index a7571a5d1..319bc26d4 100644 --- a/npc/023-2/mk.txt +++ b/npc/023-2/mk.txt @@ -121,10 +121,11 @@ OnTimer3000: OnVictory: channelmes("#world", "The Monster King was defeated by players, and had to flee!"); - channelmes("#world", "All magic ranks can be obtained with 10 levels and 10 int points less than before!"); + channelmes("#world", "Getting magic is now easier!"); announce "Players have defeated the Monster King! He fleed from the cave after leaving a decoy!", bc_all|bc_npc; - $MANA_BINT-=10; $MANA_BLVL-=10; + $@EXP_EVENT=125; + donpcevent "@exprate::OnPlayerCall"; goto L_Finish2; end; |