summaryrefslogtreecommitdiff
path: root/npc/functions/mobpoint.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r--npc/functions/mobpoint.txt5
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 =/
/*