Just want to say thanks

Great straight forward reference on using GetCombatLog. I know this plugin is very old. I wanted to point out and add for anyone else; it is missing 5 new 'columns' that have been added recently

		textTable.AddColumn("hits");
	textTable.AddColumn("integrity");
	textTable.AddColumn("travel");
	textTable.AddColumn("mismatch");
	textTable.AddColumn("desync");


	string hits = evt.proj_hits.ToString("0");
	string integ = evt.proj_integrity.ToString("0.0");
	string trav = evt.proj_travel.ToString("0.0s");
	string mismatch = evt.proj_mismatch.ToString("0.0m");
	string desync = evt.desync.ToString("0");
​

Thank you :*

And I don't even use this plugin but great work sharing your finds.

Hi everyone
I created a fork of this plugin to make it work with the latest rust updates.

https://digitalmarketplay.com/product/combat-log-db/

I hope it is useful to you



Merged post

Please write to me for any new changes to be made to the plugin.