diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 02:02:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 02:02:22 -0300 |
commit | 89ed32b7daeb72840c2d47f8957b0a5fa92889fb (patch) | |
tree | 8ff7c08ea16896aa0a1b4f97090ca2ece9a9e8c8 | |
parent | d490d1aaae9104ea2f48caf7a415b9f7fe074418 (diff) | |
download | serverdata-89ed32b7daeb72840c2d47f8957b0a5fa92889fb.tar.gz serverdata-89ed32b7daeb72840c2d47f8957b0a5fa92889fb.tar.bz2 serverdata-89ed32b7daeb72840c2d47f8957b0a5fa92889fb.tar.xz serverdata-89ed32b7daeb72840c2d47f8957b0a5fa92889fb.zip |
Monster King (NLib) - Killing MK update
-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; |