0
Under review

information of each faction for the NS weapons

Romain Sollacaro 11 years ago updated by maelstrome26 11 years ago 3
Display the information of each faction for the NS weapons maybe on the hover of the mouse.
Under review
I'll have to see if this is possible with my dataset. I may have to loop through each single player per faction to find this out. Unfortunately there's no real way to back through the current data to find this out as we're talking millions of database records.
I believed you add the two results of each faction to display only the final result. If you have only the final result, it will be difficult to extract these information.
And now I understand how you have the faction information, it is not with the kill number but with the weapon.
When I receive the combat message, I have a value in the database with the weapon's total kills for that alert, which is impartial to faction for NS weapons. I would have to modify the code, for only NS weapons, to split it into faction, which is going to be a huge pain.

However, I do store the player's contribution with the weapon. I may be able to filter through it by player faction and weapon, but it's very database heavy.