[Question] Define GM Killer

03/03/2016 16:53 Kardil#1
Hey guys , i'd like to know how to know who killed the gm char
like in gm killer event is it calculated like who could hit him the last hit or
it's calculating the sum of everyones hits and who have the biggest value gets it ? like GS doing ?
i really need the 2nd way if it's possible may someone tell me him to do it?
Thanks in advance
03/04/2016 12:50 Syloxx#2
If the GM Char dies a event in the log database is triggered with the killer in the description.

The killer in that case it the player with made the final hit.
03/04/2016 13:55 Kardil#3
if you mean EventID = '20' .. so ya i considered that as my last soultion as i wanted to make it with whose biggest sum hits values , so that i asked here
Don't know if 0x30BF can be used for this , and thanks for your reply
03/04/2016 17:38 Bizzyyyyy#4
Just a theory:
You should be able to do that with B070 i guess
If i remember right it contains the received dmg and the uniqueID
Sum the dmg for each ID and get the return the ID with the highest dmg once your char died