diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-28 14:43:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-28 14:46:50 -0300 |
commit | 96e3f4212f361a02b4c6d0330fc41b9b0dea5daf (patch) | |
tree | 2598dca6832335a133686cca2a0a8153c17afabe | |
parent | 612fb18f572091775dcac2a153605ff540e96dfc (diff) | |
download | serverdata-96e3f4212f361a02b4c6d0330fc41b9b0dea5daf.tar.gz serverdata-96e3f4212f361a02b4c6d0330fc41b9b0dea5daf.tar.bz2 serverdata-96e3f4212f361a02b4c6d0330fc41b9b0dea5daf.tar.xz serverdata-96e3f4212f361a02b4c6d0330fc41b9b0dea5daf.zip |
For testing, lets see if this makes Pinkies kills to be counted twice
-rw-r--r-- | npc/012-1/hinnak.txt | 1 | ||||
-rw-r--r-- | npc/014-3/oscar.txt | 1 | ||||
-rw-r--r-- | npc/functions/mobpoint.txt | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt index 3356028b9..df7bb1c0d 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -48,6 +48,7 @@ OnKillPinkie: if (! (.@q2+1) % 10) dispbottom l("@@ pinkies killed on @@'s field.", .@q2+1, l("Oscar")); } + doevent "#mobptsys::OnNPCKillEvent"; end; L_Slow: diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index d1e44a89e..15c2383da 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -136,6 +136,7 @@ OnKillPinkie: if (! (.@q2+1) % 10) dispbottom l("@@ pinkies killed on @@'s field.", .@q2+1, l("Oscar")); } + doevent "#mobptsys::OnNPCKillEvent"; end; OnInit: diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 54276f40b..c29e4462c 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -16,7 +16,7 @@ function script mobpoint { } -000-0,0,0,0 script #mobptsys NPC_HIDDEN,{ +- script #mobptsys NPC_HIDDEN,{ end; OnUnlock: |