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.
 

EVE API KillLog questions

Author
dashing crumenal
Dark Planet Ventures
#1 - 2012-12-24 18:00:55 UTC
Hi all,

Started downloading kill log info and had a few questions about kill items. It looks like kill item info can be nested, for example if the victim drops/destroys one or more containers full of stuff.

First question: I assume the nesting can be arbitrarily deep? E.g. containers of containers.

Second question: Suppose a victim has two containers of identical type with identical contents. Would the kill log contain two separate rowsets for each container? Like this?

rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed,singleton">
row typeID="1234" flag="0" qtyDropped="1" qtyDestroyed="0" singleton="0" >
rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed,singleton">
row typeID="5678" flag="0" qtyDropped="1" qtyDestroyed="0" singleton="0" />
/rowset>
/row>
row typeID="1234" flag="0" qtyDopped="1" qtyDestroyed="0" singleton="0" >
rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed,singleton">
row typeID="5678" flag="0" qtyDropped="1" qtyDestroyed="0" singleton="0" />
/rowset>
/row>
/rowset>


Or would the qtyDestroyed field be used to save some space, like this?

rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed,singleton">
row typeID="1234" flag="0" qtyDropped="2" qtyDestroyed="0" singleton="0" >
rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed,singleton">
row typeID="5678" flag="0" qtyDropped="1" qtyDestroyed="0" singleton="0" />
/rowset>
/row>
/rowset>

I was assuming the former rather than the latter.

thanks in advance.
Desmont McCallock
#2 - 2012-12-24 18:19:35 UTC
1. Yes
2. Yes (Former).
3. ???
4. Profit