These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Total loot per month

Author
mr chunky
Napkin Nation
#1 - 2017-04-20 18:04:32 UTC
Would it be possible to add up all the loot I get per month? I'm just curious how much money I'm making off the loot I get and it's a PITA to track manually. Maybe even see how much I drop per month lol?
Blacksmoke16
Resilience.
#2 - 2017-04-20 19:22:30 UTC
Loot meaning from PVP kills or?
radkid10
University of Caille
Gallente Federation
#3 - 2017-04-20 21:59:05 UTC
Blacksmoke16 wrote:
Loot meaning from PVP kills or?

probably PVP
mr chunky
Napkin Nation
#4 - 2017-04-21 16:47:56 UTC
yes pvp. I'm a solo pvper and was always curious how much loot I pick up over a course of a month. (Ballpark)
Blacksmoke16
Resilience.
#5 - 2017-04-21 21:10:33 UTC
You could use Zkill's API to get that data.

https://zkillboard.com/api/solo/kills/characterID/268946627/

Then have a script figure out and get a list of all the items that dropped for each kill, repeat for each kill, then calculate the totals at the end.

i.e. Iterate thru the items array and save the typeID/quantity for items where qtyDropped is true.