biow0lf / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
1 stars 0 forks source link

version 4.1.0-dev (Retribution) No fitting on the kill details #233

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://btg-corp.de/killboard/?a=kill_detail&kll_id=22675

Original Killmail show the whole fitting but not in the kill details

or wrong slot for the items

http://btg-corp.de/killboard/?a=kill_detail&kll_id=22688

Update was without errors.

Where is the issue?

Original issue reported on code.google.com by MurdiMur...@gmail.com on 19 Jan 2013 at 4:42

GoogleCodeExporter commented 9 years ago
I have this issue as well.

It seems to occur when you manually post the killmail (kills imported by the 
API work fine).

Original comment by Draakje...@gmail.com on 22 Jan 2013 at 6:33

GoogleCodeExporter commented 9 years ago
I know now why. When i sync with evekill.net the xml file have the wrong slots.

look here:
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed"><row 
typeID="1447" flag="0" qtyDropped="0" qtyDestroyed="1"/><row typeID="2048" 
flag="0" qtyDropped="0" qtyDestroyed="1"/><row typeID="2281" flag="0" 
qtyDropped="0" qtyDestroyed="1"/><row typeID="2281" flag="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="2410" flag="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="2410" flag="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="2410" flag="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="2410" flag="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="8529" flag="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="22291" flag="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="24348" flag="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="27441" flag="0" qtyDropped="0" 
qtyDestroyed="26"/><row typeID="27441" flag="0" qtyDropped="0" 
qtyDestroyed="26"/><row typeID="27441" flag="0" qtyDropped="0" 
qtyDestroyed="26"/><row typeID="27441" flag="0" qtyDropped="0" 
qtyDestroyed="26"/><row typeID="27441" flag="0" qtyDropped="0" 
qtyDestroyed="26"/><row typeID="28668" flag="5" qtyDropped="0" 
qtyDestroyed="100"/>

and wwhen i sync with a killboard that have the new slot layout that shows so:
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed, 
singleton"><row typeID="22291" flag="11" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="3841" flag="19" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="2048" flag="14" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="2410" flag="29" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="5975" flag="20" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="2410" flag="30" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="31718" flag="94" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="526" flag="21" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="3244" flag="22" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="2281" flag="23" singleton="0" qtyDropped="0" 
qtyDestroyed="1"/><row typeID="2629" flag="29" singleton="0" qtyDropped="0" 
qtyDestroyed="26"/>

Thats the issue :)

I hope eve-kill.net will update there killboard to the new slot layout.

Original comment by MurdiMur...@gmail.com on 22 Jan 2013 at 7:41

GoogleCodeExporter commented 9 years ago
Unlikely, as I understand it all EVESCO's development effort is being spent on 
zKillboard.

Original comment by idun@theexecutioners.org on 25 Jan 2013 at 10:00