Sorry, we don't support your browser.  Install a modern browser

K/D and Eco K/D for a particular time frame.#128

Long game, K/D > 50, a big fight is starting. But how many kills were made by every player in that particular fight? Well, with “Time Framed Kill Count TM” just press X button before the fight, to pop up a fresh K/D + ECO K/D counter starting in 0 (in addition to the normal one). Press X again, and the pop up will reset and disapear.
Also useful when you want to know the effectiveness of a raid, specially if you activate the pop up while the knights are just passing throw a hole in the wall.

Implementation is trully easy:
var kill_count_while_starting_the_frame = CA.get_kill_count()
print(CA.get_kill_count() - kill_count_while_starting_the_frame)

a year ago
1