Show enemy casts on player's death log

This commit is contained in:
Tercio Jose
2023-01-03 22:59:00 -03:00
parent fdcc1cc6d5
commit bfe15744e5
3 changed files with 207 additions and 118 deletions
+1 -2
View File
@@ -337,8 +337,7 @@
return playername, playerclass, deathtime, deathcombattime, deathtimestring, playermaxhealth, deathevents, lastcooldown
end
--get the fractional number representing the alphabetical letter
function _detalhes:GetOrderNumber(who_name)
function Details:GetOrderNumber() --who_name
--local name = upper (who_name .. "zz")
--local byte1 = abs(_string_byte (name, 2)-91)/1000000
--return byte1 + abs(_string_byte (name, 1)-91)/10000