diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-09 11:33:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-09 11:33:50 -0300 |
commit | 43ff326623144dc74d04c1d0dc6deebdafc5af7d (patch) | |
tree | cbc471c30770aeeb8f310db98c07f9b8ae8c3968 /npc/functions/mobpoint.txt | |
parent | 2593113bb29838985dc3895b21b860d6a3c347b6 (diff) | |
download | serverdata-43ff326623144dc74d04c1d0dc6deebdafc5af7d.tar.gz serverdata-43ff326623144dc74d04c1d0dc6deebdafc5af7d.tar.bz2 serverdata-43ff326623144dc74d04c1d0dc6deebdafc5af7d.tar.xz serverdata-43ff326623144dc74d04c1d0dc6deebdafc5af7d.zip |
Fix several scripted mob death with fix_mobkill(Pinkie)
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r-- | npc/functions/mobpoint.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index eec6166a1..d7a438d07 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -3,6 +3,13 @@ // Jesusalva // Desc: Mob Points for Aidan & Ishi. You will gain MONSTER-LEVEL mob points. +// fix_mobkill(mobID) → Manual fix for scripted mobs +function script fix_mobkill { + killedrid=getarg(0); + doevent "#mobptsys::OnNPCKillEvent"; + return; +} + function script mobpoint { if (!MPQUEST) return; |