From 64d3f000649ca78616ac1038e0490fe8e855b314 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 May 2019 18:56:42 -0300 Subject: New analytical data: Monsters and Players killed. --- npc/functions/mobpoint.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions/mobpoint.txt') diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index c29e4462c..8b88c1cb2 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -25,6 +25,7 @@ OnUnlock: end; OnNPCKillEvent: + $MONSTERS_KILLED+=1; if (killedrid == MonsterKing) { announce "An illusionary monster king was killed.", bc_all | bc_pc; getexp min(641500, BaseLevel**3), 0; @@ -48,6 +49,7 @@ OnNPCKillEvent: // Only a few maps will give you experience for PK: Tulimshar's Guards Arena, // Frostia Imperial PVP Arena, Call Of Dusty, Arena Quirino Voraz. OnPCKillEvent: + $PLAYERS_KILLED+=1; // killedrid .@m$=getmap(); .@bxp=readparam(BaseLevel, killedrid); -- cgit v1.2.3-70-g09d2