diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-02 22:55:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-02 22:55:04 -0300 |
commit | fe9ef8062c33910384323f13325b9b7231dd0e92 (patch) | |
tree | 177de1b1efeb2a19faff4470b52e206a64f70c9f /npc/functions | |
parent | 0f6a98ba42e7b1cb2b908c0e8236890723415a44 (diff) | |
download | serverdata-fe9ef8062c33910384323f13325b9b7231dd0e92.tar.gz serverdata-fe9ef8062c33910384323f13325b9b7231dd0e92.tar.bz2 serverdata-fe9ef8062c33910384323f13325b9b7231dd0e92.tar.xz serverdata-fe9ef8062c33910384323f13325b9b7231dd0e92.zip |
Monster King Minimalist Death Handler.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/mobpoint.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 45a741966..d59eeac8d 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -20,6 +20,11 @@ function script mobpoint { end; OnNPCKillEvent: + if (killedrid == MonsterKing) { + announce "An illusionary monster king was killed.", bc_all | bc_pc; + getexp BaseLevel**3, 0; + } + // Remove undue Job exp // The check is probably correct, but setparam is not working =/ /* |