dsander-reve 0.0.116
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +155 -0
- data/LICENSE +22 -0
- data/Rakefile +79 -0
- data/init.rb +1 -0
- data/lib/reve/classes.rb +1341 -0
- data/lib/reve/exceptions.rb +353 -0
- data/lib/reve/extensions.rb +108 -0
- data/lib/reve.rb +1001 -0
- data/reve.rb +1 -0
- data/test/test_reve.rb +1191 -0
- data/test/xml/alliances.xml +171 -0
- data/test/xml/assets.xml +32 -0
- data/test/xml/badxml.xml +6 -0
- data/test/xml/certificate_tree.xml +231 -0
- data/test/xml/char_facwarstats.xml +18 -0
- data/test/xml/char_medals.xml +12 -0
- data/test/xml/character_sheet.xml +288 -0
- data/test/xml/characterid.xml +11 -0
- data/test/xml/charactername.xml +11 -0
- data/test/xml/characters.xml +13 -0
- data/test/xml/conqurable_stations.xml +12 -0
- data/test/xml/corp_facwarstats.xml +17 -0
- data/test/xml/corp_medals.xml +23 -0
- data/test/xml/corp_member_medals.xml +20 -0
- data/test/xml/corp_membersecurity.xml +49 -0
- data/test/xml/corporate_assets_list.xml +16 -0
- data/test/xml/corporate_market_orders.xml +10 -0
- data/test/xml/corporate_wallet_balance.xml +16 -0
- data/test/xml/corporate_wallet_journal.xml +11 -0
- data/test/xml/corporate_wallet_transactions.xml +10 -0
- data/test/xml/corporation_sheet.xml +52 -0
- data/test/xml/errors/error_100.xml +5 -0
- data/test/xml/errors/error_101.xml +5 -0
- data/test/xml/errors/error_102.xml +5 -0
- data/test/xml/errors/error_103.xml +5 -0
- data/test/xml/errors/error_104.xml +5 -0
- data/test/xml/errors/error_105.xml +5 -0
- data/test/xml/errors/error_106.xml +5 -0
- data/test/xml/errors/error_107.xml +5 -0
- data/test/xml/errors/error_108.xml +5 -0
- data/test/xml/errors/error_109.xml +5 -0
- data/test/xml/errors/error_110.xml +5 -0
- data/test/xml/errors/error_111.xml +5 -0
- data/test/xml/errors/error_112.xml +5 -0
- data/test/xml/errors/error_113.xml +5 -0
- data/test/xml/errors/error_114.xml +5 -0
- data/test/xml/errors/error_115.xml +5 -0
- data/test/xml/errors/error_116.xml +5 -0
- data/test/xml/errors/error_117.xml +5 -0
- data/test/xml/errors/error_118.xml +5 -0
- data/test/xml/errors/error_119.xml +5 -0
- data/test/xml/errors/error_120.xml +5 -0
- data/test/xml/errors/error_121.xml +5 -0
- data/test/xml/errors/error_122.xml +5 -0
- data/test/xml/errors/error_123.xml +5 -0
- data/test/xml/errors/error_124.xml +5 -0
- data/test/xml/errors/error_125.xml +5 -0
- data/test/xml/errors/error_200.xml +5 -0
- data/test/xml/errors/error_201.xml +5 -0
- data/test/xml/errors/error_202.xml +5 -0
- data/test/xml/errors/error_203.xml +5 -0
- data/test/xml/errors/error_204.xml +5 -0
- data/test/xml/errors/error_205.xml +5 -0
- data/test/xml/errors/error_206.xml +5 -0
- data/test/xml/errors/error_207.xml +5 -0
- data/test/xml/errors/error_208.xml +5 -0
- data/test/xml/errors/error_209.xml +5 -0
- data/test/xml/errors/error_210.xml +5 -0
- data/test/xml/errors/error_211.xml +5 -0
- data/test/xml/errors/error_212.xml +5 -0
- data/test/xml/errors/error_213.xml +5 -0
- data/test/xml/errors/error_214.xml +5 -0
- data/test/xml/errors/error_500.xml +5 -0
- data/test/xml/errors/error_501.xml +5 -0
- data/test/xml/errors/error_502.xml +5 -0
- data/test/xml/errors/error_503.xml +5 -0
- data/test/xml/errors/error_504.xml +5 -0
- data/test/xml/errors/error_505.xml +5 -0
- data/test/xml/errors/error_506.xml +5 -0
- data/test/xml/errors/error_507.xml +5 -0
- data/test/xml/errors/error_508.xml +5 -0
- data/test/xml/errors/error_509.xml +5 -0
- data/test/xml/errors/error_510.xml +5 -0
- data/test/xml/errors/error_511.xml +5 -0
- data/test/xml/errors/error_512.xml +5 -0
- data/test/xml/errors/error_513.xml +5 -0
- data/test/xml/errors/error_514.xml +5 -0
- data/test/xml/errors/error_515.xml +5 -0
- data/test/xml/errors/error_516.xml +5 -0
- data/test/xml/errors/error_517.xml +5 -0
- data/test/xml/errors/error_518.xml +5 -0
- data/test/xml/errors/error_519.xml +5 -0
- data/test/xml/errors/error_520.xml +5 -0
- data/test/xml/errors/error_521.xml +5 -0
- data/test/xml/errors/error_522.xml +5 -0
- data/test/xml/errors/error_523.xml +5 -0
- data/test/xml/errors/error_524.xml +5 -0
- data/test/xml/errors/error_525.xml +5 -0
- data/test/xml/errors/error_900.xml +5 -0
- data/test/xml/errors/error_901.xml +5 -0
- data/test/xml/errors/error_902.xml +5 -0
- data/test/xml/errors/error_903.xml +5 -0
- data/test/xml/errors/error_999.xml +5 -0
- data/test/xml/errors.xml +70 -0
- data/test/xml/eve_facwarstats.xml +35 -0
- data/test/xml/eve_facwartopstats.xml +178 -0
- data/test/xml/industryjobs.xml +11 -0
- data/test/xml/kills.xml +569 -0
- data/test/xml/map_facwarsystems.xml +13 -0
- data/test/xml/mapjumps.xml +15 -0
- data/test/xml/mapkills.xml +16 -0
- data/test/xml/market_transactions.xml +79 -0
- data/test/xml/marketorders.xml +43 -0
- data/test/xml/member_tracking.xml +22 -0
- data/test/xml/nonmember_corpsheet.xml +30 -0
- data/test/xml/reftypes.xml +14 -0
- data/test/xml/server_status.xml +9 -0
- data/test/xml/skill_in_training-amarr-titan.xml +15 -0
- data/test/xml/skill_in_training-none.xml +7 -0
- data/test/xml/skill_queue.xml +18 -0
- data/test/xml/skilltree.xml +41 -0
- data/test/xml/sovereignty.xml +29 -0
- data/test/xml/starbase_fuel.xml +23 -0
- data/test/xml/starbases.xml +12 -0
- data/test/xml/wallet_balance.xml +17 -0
- data/test/xml/wallet_journal.xml +48 -0
- data/tester.rb +17 -0
- metadata +187 -0
data/test/xml/kills.xml
ADDED
@@ -0,0 +1,569 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<eveapi version="2">
|
3
|
+
<currentTime>2008-09-11 15:53:56</currentTime>
|
4
|
+
<result>
|
5
|
+
<rowset name="kills" key="killID" columns="killID,solarSystemID,killTime,moonID">
|
6
|
+
<row killID="3698763" solarSystemID="30002537" killTime="2008-09-09 00:19:00" moonID="0">
|
7
|
+
<victim characterID="1470570059" characterName="Icarus Storm" corporationID="1000182" corporationName="Tribal Liberation Force" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="9906" shipTypeID="629"/>
|
8
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
9
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.14923856387999" damageDone="8725" finalBlow="1" weaponTypeID="3512" shipTypeID="24696"/>
|
10
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="1074" finalBlow="0" weaponTypeID="2466" shipTypeID="24702"/>
|
11
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-5.4" damageDone="107" finalBlow="0" weaponTypeID="2466" shipTypeID="24702"/>
|
12
|
+
<row characterID="1672881505" characterName="Siccor" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.9" damageDone="0" finalBlow="0" weaponTypeID="2559" shipTypeID="11957"/>
|
13
|
+
</rowset>
|
14
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
15
|
+
<row typeID="16507" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
16
|
+
<row typeID="5929" flag="0" qtyDropped="2" qtyDestroyed="0"/>
|
17
|
+
<row typeID="2048" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
18
|
+
<row typeID="12773" flag="5" qtyDropped="0" qtyDestroyed="680"/>
|
19
|
+
<row typeID="11317" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
20
|
+
<row typeID="2897" flag="0" qtyDropped="3" qtyDestroyed="1"/>
|
21
|
+
<row typeID="5401" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
22
|
+
<row typeID="4477" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
23
|
+
<row typeID="12052" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
24
|
+
<row typeID="4025" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
25
|
+
<row typeID="12773" flag="0" qtyDropped="62" qtyDestroyed="186"/>
|
26
|
+
<row typeID="12777" flag="5" qtyDropped="1000" qtyDestroyed="0"/>
|
27
|
+
<row typeID="1183" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
28
|
+
</rowset>
|
29
|
+
</row>
|
30
|
+
<row killID="3698746" solarSystemID="30002537" killTime="2008-09-09 00:18:00" moonID="0">
|
31
|
+
<victim characterID="306802360" characterName="victor micro" corporationID="1000182" corporationName="Tribal Liberation Force" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="3880" shipTypeID="11999"/>
|
32
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
33
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.14923856387999" damageDone="3880" finalBlow="1" weaponTypeID="3520" shipTypeID="24696"/>
|
34
|
+
</rowset>
|
35
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
36
|
+
<row typeID="4027" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
37
|
+
<row typeID="448" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
38
|
+
<row typeID="519" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
39
|
+
<row typeID="26060" flag="0" qtyDropped="0" qtyDestroyed="2"/>
|
40
|
+
<row typeID="9135" flag="0" qtyDropped="1" qtyDestroyed="4"/>
|
41
|
+
<row typeID="19814" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
42
|
+
<row typeID="1405" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
43
|
+
<row typeID="1236" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
44
|
+
<row typeID="21922" flag="0" qtyDropped="243" qtyDestroyed="62"/>
|
45
|
+
<row typeID="5975" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
46
|
+
<row typeID="2456" flag="87" qtyDropped="3" qtyDestroyed="2"/>
|
47
|
+
<row typeID="21922" flag="5" qtyDropped="0" qtyDestroyed="1150"/>
|
48
|
+
<row typeID="16511" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
49
|
+
<row typeID="2605" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
50
|
+
</rowset>
|
51
|
+
</row>
|
52
|
+
<row killID="3698422" solarSystemID="30002537" killTime="2008-09-08 23:44:00" moonID="0">
|
53
|
+
<victim characterID="448813207" characterName="Uncle Joey" corporationID="913321174" corporationName="Third Return - Talons" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="359" shipTypeID="670"/>
|
54
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
55
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.14923856387999" damageDone="359" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
56
|
+
</rowset>
|
57
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed"/>
|
58
|
+
</row>
|
59
|
+
<row killID="3698411" solarSystemID="30002537" killTime="2008-09-08 23:42:00" moonID="0">
|
60
|
+
<victim characterID="448813207" characterName="Uncle Joey" corporationID="913321174" corporationName="Third Return - Talons" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="1084" shipTypeID="587"/>
|
61
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
62
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.14923856387999" damageDone="1084" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
63
|
+
</rowset>
|
64
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
65
|
+
<row typeID="5403" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
66
|
+
<row typeID="434" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
67
|
+
<row typeID="2512" flag="5" qtyDropped="0" qtyDestroyed="1363"/>
|
68
|
+
<row typeID="8867" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
69
|
+
<row typeID="185" flag="5" qtyDropped="1297" qtyDestroyed="0"/>
|
70
|
+
<row typeID="5597" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
71
|
+
<row typeID="16523" flag="0" qtyDropped="2" qtyDestroyed="0"/>
|
72
|
+
<row typeID="5629" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
73
|
+
<row typeID="185" flag="0" qtyDropped="0" qtyDestroyed="120"/>
|
74
|
+
<row typeID="2512" flag="0" qtyDropped="60" qtyDestroyed="0"/>
|
75
|
+
<row typeID="526" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
76
|
+
<row typeID="519" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
77
|
+
</rowset>
|
78
|
+
</row>
|
79
|
+
<row killID="3698321" solarSystemID="30002537" killTime="2008-09-08 23:32:00" moonID="0">
|
80
|
+
<victim characterID="1470570059" characterName="Icarus Storm" corporationID="1000182" corporationName="Tribal Liberation Force" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="8590" shipTypeID="629"/>
|
81
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
82
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.14923856387999" damageDone="1739" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
83
|
+
<row characterID="1307213761" characterName="Ko Tha" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.4" damageDone="2277" finalBlow="0" weaponTypeID="12003" shipTypeID="12003"/>
|
84
|
+
<row characterID="1761103282" characterName="Paraswen" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-8.6" damageDone="2002" finalBlow="0" weaponTypeID="622" shipTypeID="622"/>
|
85
|
+
<row characterID="753914548" characterName="loppi" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-2.6" damageDone="1043" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
86
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="651" finalBlow="0" weaponTypeID="622" shipTypeID="622"/>
|
87
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-5.4" damageDone="440" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
88
|
+
<row characterID="821202516" characterName="brotula" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="438" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
89
|
+
</rowset>
|
90
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
91
|
+
<row typeID="16507" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
92
|
+
<row typeID="5929" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
93
|
+
<row typeID="2048" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
94
|
+
<row typeID="12773" flag="5" qtyDropped="0" qtyDestroyed="680"/>
|
95
|
+
<row typeID="11317" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
96
|
+
<row typeID="2897" flag="0" qtyDropped="0" qtyDestroyed="4"/>
|
97
|
+
<row typeID="5401" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
98
|
+
<row typeID="4477" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
99
|
+
<row typeID="12052" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
100
|
+
<row typeID="4025" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
101
|
+
<row typeID="12773" flag="0" qtyDropped="240" qtyDestroyed="80"/>
|
102
|
+
<row typeID="12777" flag="5" qtyDropped="1000" qtyDestroyed="0"/>
|
103
|
+
<row typeID="1183" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
104
|
+
</rowset>
|
105
|
+
</row>
|
106
|
+
<row killID="3698280" solarSystemID="30002537" killTime="2008-09-08 23:29:00" moonID="0">
|
107
|
+
<victim characterID="756535811" characterName="Jarak Ralir" corporationID="245571449" corporationName="The Atyss Project" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="414" shipTypeID="670"/>
|
108
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
109
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.14923856387999" damageDone="298" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
110
|
+
<row characterID="1761103282" characterName="Paraswen" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-8.6" damageDone="116" finalBlow="0" weaponTypeID="27447" shipTypeID="622"/>
|
111
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="0" finalBlow="0" weaponTypeID="3244" shipTypeID="622"/>
|
112
|
+
</rowset>
|
113
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed"/>
|
114
|
+
</row>
|
115
|
+
<row killID="3697814" solarSystemID="30002537" killTime="2008-09-08 22:43:00" moonID="0">
|
116
|
+
<victim characterID="2033432701" characterName="devestave" corporationID="1709995411" corporationName="Collector of Souls" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="35023" shipTypeID="644"/>
|
117
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
118
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.14923856387999" damageDone="6412" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
119
|
+
<row characterID="1307213761" characterName="Ko Tha" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.4" damageDone="6931" finalBlow="0" weaponTypeID="12003" shipTypeID="12003"/>
|
120
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="4451" finalBlow="0" weaponTypeID="622" shipTypeID="622"/>
|
121
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-5.4" damageDone="4121" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
122
|
+
<row characterID="215298238" characterName="Der Fangzahn" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.5" damageDone="3906" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
123
|
+
<row characterID="753914548" characterName="loppi" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-2.6" damageDone="3800" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
124
|
+
<row characterID="1761103282" characterName="Paraswen" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-8.6" damageDone="3255" finalBlow="0" weaponTypeID="622" shipTypeID="622"/>
|
125
|
+
<row characterID="821202516" characterName="brotula" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="2147" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
126
|
+
<row characterID="1287082306" characterName="Myra2007" corporationID="1000179" corporationName="24th Imperial Crusade" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-1.5" damageDone="0" finalBlow="0" weaponTypeID="2567" shipTypeID="11194"/>
|
127
|
+
<row characterID="1672881505" characterName="Siccor" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.9" damageDone="0" finalBlow="0" weaponTypeID="8101" shipTypeID="11957"/>
|
128
|
+
</rowset>
|
129
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
130
|
+
<row typeID="27419" flag="0" qtyDropped="48" qtyDestroyed="144"/>
|
131
|
+
<row typeID="2032" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
132
|
+
<row typeID="11648" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
133
|
+
<row typeID="11646" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
134
|
+
<row typeID="9333" flag="0" qtyDropped="2" qtyDestroyed="2"/>
|
135
|
+
<row typeID="3244" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
136
|
+
<row typeID="11289" flag="5" qtyDropped="14" qtyDestroyed="0"/>
|
137
|
+
<row typeID="25713" flag="0" qtyDropped="1" qtyDestroyed="3"/>
|
138
|
+
<row typeID="27419" flag="5" qtyDropped="0" qtyDestroyed="856"/>
|
139
|
+
<row typeID="11325" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
140
|
+
<row typeID="3540" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
141
|
+
<row typeID="5049" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
142
|
+
<row typeID="2048" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
143
|
+
<row typeID="21902" flag="0" qtyDropped="314" qtyDestroyed="0"/>
|
144
|
+
<row typeID="21902" flag="5" qtyDropped="0" qtyDestroyed="3266"/>
|
145
|
+
<row typeID="11644" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
146
|
+
<row typeID="11285" flag="0" qtyDropped="0" qtyDestroyed="6"/>
|
147
|
+
<row typeID="27401" flag="5" qtyDropped="1697" qtyDestroyed="0"/>
|
148
|
+
<row typeID="12054" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
149
|
+
<row typeID="2183" flag="87" qtyDropped="12" qtyDestroyed="0"/>
|
150
|
+
</rowset>
|
151
|
+
</row>
|
152
|
+
<row killID="3697801" solarSystemID="30002537" killTime="2008-09-08 22:42:00" moonID="0">
|
153
|
+
<victim characterID="1850498366" characterName="Mr Maguw" corporationID="2008166143" corporationName="7th Tribal Legion" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="1698" shipTypeID="587"/>
|
154
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
155
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.14923856387999" damageDone="316" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
156
|
+
<row characterID="1307213761" characterName="Ko Tha" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.4" damageDone="1238" finalBlow="0" weaponTypeID="12003" shipTypeID="12003"/>
|
157
|
+
<row characterID="215298238" characterName="Der Fangzahn" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.5" damageDone="144" finalBlow="0" weaponTypeID="3170" shipTypeID="11200"/>
|
158
|
+
<row characterID="168422606" characterName="Dr Bjerring" corporationID="966340644" corporationName="Kaper Korp" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="3.8" damageDone="0" finalBlow="0" weaponTypeID="19739" shipTypeID="12032"/>
|
159
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-5.4" damageDone="0" finalBlow="0" weaponTypeID="5403" shipTypeID="11200"/>
|
160
|
+
</rowset>
|
161
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
162
|
+
<row typeID="3554" flag="0" qtyDropped="3" qtyDestroyed="0"/>
|
163
|
+
<row typeID="20345" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
164
|
+
<row typeID="4029" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
165
|
+
<row typeID="179" flag="5" qtyDropped="2453" qtyDestroyed="0"/>
|
166
|
+
<row typeID="212" flag="5" qtyDropped="0" qtyDestroyed="18"/>
|
167
|
+
<row typeID="8089" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
168
|
+
<row typeID="8759" flag="0" qtyDropped="2" qtyDestroyed="1"/>
|
169
|
+
<row typeID="213" flag="5" qtyDropped="325" qtyDestroyed="0"/>
|
170
|
+
<row typeID="16389" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
171
|
+
<row typeID="180" flag="5" qtyDropped="769" qtyDestroyed="0"/>
|
172
|
+
<row typeID="3554" flag="5" qtyDropped="0" qtyDestroyed="17"/>
|
173
|
+
<row typeID="180" flag="0" qtyDropped="0" qtyDestroyed="486"/>
|
174
|
+
<row typeID="1183" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
175
|
+
<row typeID="438" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
176
|
+
<row typeID="212" flag="0" qtyDropped="0" qtyDestroyed="41"/>
|
177
|
+
<row typeID="3566" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
178
|
+
</rowset>
|
179
|
+
</row>
|
180
|
+
<row killID="3697308" solarSystemID="30002537" killTime="2008-09-08 21:57:00" moonID="0">
|
181
|
+
<victim characterID="787555895" characterName="tron abyss" corporationID="839418859" corporationName="The Dawn Of War Dark Crusade" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="1631" shipTypeID="587"/>
|
182
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
183
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.94393003738145" damageDone="390" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
184
|
+
<row characterID="1307213761" characterName="Ko Tha" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.4" damageDone="529" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
185
|
+
<row characterID="821202516" characterName="brotula" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="297" finalBlow="0" weaponTypeID="3170" shipTypeID="11200"/>
|
186
|
+
<row characterID="753914548" characterName="loppi" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-2.3" damageDone="235" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
187
|
+
<row characterID="0" characterName="" corporationID="1000124" corporationName="Archangels" allianceID="0" allianceName="" factionID="0" factionName="" securityStatus="0" damageDone="180" finalBlow="0" weaponTypeID="0" shipTypeID="22813"/>
|
188
|
+
<row characterID="215298238" characterName="Der Fangzahn" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.5" damageDone="0" finalBlow="0" weaponTypeID="448" shipTypeID="11200"/>
|
189
|
+
</rowset>
|
190
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
191
|
+
<row typeID="178" flag="0" qtyDropped="25" qtyDestroyed="75"/>
|
192
|
+
<row typeID="4025" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
193
|
+
<row typeID="25861" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
194
|
+
<row typeID="178" flag="5" qtyDropped="329" qtyDestroyed="0"/>
|
195
|
+
<row typeID="399" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
196
|
+
<row typeID="377" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
197
|
+
<row typeID="2905" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
198
|
+
<row typeID="8869" flag="0" qtyDropped="0" qtyDestroyed="2"/>
|
199
|
+
<row typeID="21939" flag="0" qtyDropped="0" qtyDestroyed="43"/>
|
200
|
+
<row typeID="10998" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
201
|
+
<row typeID="8749" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
202
|
+
</rowset>
|
203
|
+
</row>
|
204
|
+
<row killID="3697085" solarSystemID="30002537" killTime="2008-09-08 21:39:00" moonID="0">
|
205
|
+
<victim characterID="795886053" characterName="CHED" corporationID="220243444" corporationName="Genos Occidere" allianceID="0" allianceName="" factionID="0" factionName="" damageTaken="11876" shipTypeID="629"/>
|
206
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
207
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.94393003738145" damageDone="1600" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
208
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="2601" finalBlow="0" weaponTypeID="2897" shipTypeID="622"/>
|
209
|
+
<row characterID="1761103282" characterName="Paraswen" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-8.5" damageDone="2587" finalBlow="0" weaponTypeID="8101" shipTypeID="622"/>
|
210
|
+
<row characterID="753914548" characterName="loppi" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-2.3" damageDone="2306" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
211
|
+
<row characterID="215298238" characterName="Der Fangzahn" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.5" damageDone="2050" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
212
|
+
<row characterID="821202516" characterName="brotula" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="373" finalBlow="0" weaponTypeID="3170" shipTypeID="11200"/>
|
213
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-5.2" damageDone="359" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
214
|
+
<row characterID="1672881505" characterName="Siccor" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7" damageDone="0" finalBlow="0" weaponTypeID="2559" shipTypeID="11957"/>
|
215
|
+
<row characterID="1307213761" characterName="Ko Tha" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.4" damageDone="0" finalBlow="0" weaponTypeID="4025" shipTypeID="11200"/>
|
216
|
+
<row characterID="1013988272" characterName="Fas Grant" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="0" finalBlow="0" weaponTypeID="19939" shipTypeID="11957"/>
|
217
|
+
</rowset>
|
218
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
219
|
+
<row typeID="530" flag="0" qtyDropped="0" qtyDestroyed="2"/>
|
220
|
+
<row typeID="12773" flag="0" qtyDropped="0" qtyDestroyed="348"/>
|
221
|
+
<row typeID="2048" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
222
|
+
<row typeID="519" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
223
|
+
<row typeID="12773" flag="5" qtyDropped="839" qtyDestroyed="0"/>
|
224
|
+
<row typeID="3244" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
225
|
+
<row typeID="2897" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
226
|
+
<row typeID="527" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
227
|
+
<row typeID="11325" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
228
|
+
<row typeID="12052" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
229
|
+
<row typeID="2937" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
230
|
+
<row typeID="11269" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
231
|
+
<row typeID="12777" flag="5" qtyDropped="721" qtyDestroyed="0"/>
|
232
|
+
<row typeID="16467" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
233
|
+
<row typeID="21896" flag="5" qtyDropped="0" qtyDestroyed="100"/>
|
234
|
+
<row typeID="12198" flag="5" qtyDropped="0" qtyDestroyed="2"/>
|
235
|
+
</rowset>
|
236
|
+
</row>
|
237
|
+
<row killID="3696246" solarSystemID="30002542" killTime="2008-09-08 20:37:00" moonID="0">
|
238
|
+
<victim characterID="927110969" characterName="Jeddak Tarkas" corporationID="839418859" corporationName="The Dawn Of War Dark Crusade" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="422" shipTypeID="670"/>
|
239
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
240
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="273" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
241
|
+
<row characterID="215298238" characterName="Der Fangzahn" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.2" damageDone="149" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
242
|
+
<row characterID="1761103282" characterName="Paraswen" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-7.4" damageDone="0" finalBlow="0" weaponTypeID="8101" shipTypeID="622"/>
|
243
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.9" damageDone="0" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
244
|
+
</rowset>
|
245
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed"/>
|
246
|
+
</row>
|
247
|
+
<row killID="3696225" solarSystemID="30002542" killTime="2008-09-08 20:36:00" moonID="0">
|
248
|
+
<victim characterID="927110969" characterName="Jeddak Tarkas" corporationID="839418859" corporationName="The Dawn Of War Dark Crusade" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="15791" shipTypeID="24702"/>
|
249
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
250
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="5539" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
251
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="3933" finalBlow="0" weaponTypeID="622" shipTypeID="622"/>
|
252
|
+
<row characterID="215298238" characterName="Der Fangzahn" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.2" damageDone="2949" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
253
|
+
<row characterID="1761103282" characterName="Paraswen" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-7.4" damageDone="1957" finalBlow="0" weaponTypeID="622" shipTypeID="622"/>
|
254
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.9" damageDone="1010" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
255
|
+
<row characterID="821202516" characterName="brotula" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="403" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
256
|
+
<row characterID="1013988272" characterName="Fas Grant" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="0" finalBlow="0" weaponTypeID="19946" shipTypeID="11957"/>
|
257
|
+
</rowset>
|
258
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
259
|
+
<row typeID="9211" flag="0" qtyDropped="3" qtyDestroyed="2"/>
|
260
|
+
<row typeID="12274" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
261
|
+
<row typeID="5833" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
262
|
+
<row typeID="5525" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
263
|
+
<row typeID="2002" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
264
|
+
<row typeID="11289" flag="5" qtyDropped="0" qtyDestroyed="5"/>
|
265
|
+
<row typeID="210" flag="5" qtyDropped="2997" qtyDestroyed="0"/>
|
266
|
+
<row typeID="189" flag="0" qtyDropped="36" qtyDestroyed="72"/>
|
267
|
+
<row typeID="2185" flag="87" qtyDropped="0" qtyDestroyed="3"/>
|
268
|
+
<row typeID="189" flag="5" qtyDropped="0" qtyDestroyed="4627"/>
|
269
|
+
<row typeID="193" flag="5" qtyDropped="0" qtyDestroyed="4960"/>
|
270
|
+
<row typeID="11289" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
271
|
+
<row typeID="193" flag="0" qtyDropped="32" qtyDestroyed="0"/>
|
272
|
+
<row typeID="9562" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
273
|
+
<row typeID="499" flag="0" qtyDropped="1" qtyDestroyed="2"/>
|
274
|
+
<row typeID="1537" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
275
|
+
<row typeID="12056" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
276
|
+
<row typeID="1951" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
277
|
+
<row typeID="577" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
278
|
+
<row typeID="210" flag="0" qtyDropped="76" qtyDestroyed="37"/>
|
279
|
+
<row typeID="5919" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
280
|
+
</rowset>
|
281
|
+
</row>
|
282
|
+
<row killID="3695596" solarSystemID="30002542" killTime="2008-09-08 20:01:00" moonID="0">
|
283
|
+
<victim characterID="1451059497" characterName="raspoutine" corporationID="1117330985" corporationName="The Wings of Maak" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="1268" shipTypeID="11196"/>
|
284
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
285
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="1268" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
286
|
+
</rowset>
|
287
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
288
|
+
<row typeID="12625" flag="5" qtyDropped="880" qtyDestroyed="0"/>
|
289
|
+
<row typeID="2889" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
290
|
+
<row typeID="27371" flag="5" qtyDropped="0" qtyDestroyed="200"/>
|
291
|
+
<row typeID="21924" flag="5" qtyDropped="0" qtyDestroyed="1000"/>
|
292
|
+
<row typeID="24495" flag="0" qtyDropped="48" qtyDestroyed="48"/>
|
293
|
+
<row typeID="12625" flag="0" qtyDropped="46" qtyDestroyed="46"/>
|
294
|
+
<row typeID="19343" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
295
|
+
<row typeID="1236" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
296
|
+
<row typeID="3242" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
297
|
+
<row typeID="24495" flag="5" qtyDropped="0" qtyDestroyed="94"/>
|
298
|
+
<row typeID="2605" flag="0" qtyDropped="0" qtyDestroyed="2"/>
|
299
|
+
<row typeID="2404" flag="0" qtyDropped="0" qtyDestroyed="2"/>
|
300
|
+
</rowset>
|
301
|
+
</row>
|
302
|
+
<row killID="3695592" solarSystemID="30002542" killTime="2008-09-08 20:00:00" moonID="0">
|
303
|
+
<victim characterID="1253731452" characterName="Ekia" corporationID="1117330985" corporationName="The Wings of Maak" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="7640" shipTypeID="622"/>
|
304
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
305
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="7640" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
306
|
+
</rowset>
|
307
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
308
|
+
<row typeID="12773" flag="0" qtyDropped="193" qtyDestroyed="186"/>
|
309
|
+
<row typeID="519" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
310
|
+
<row typeID="12773" flag="5" qtyDropped="0" qtyDestroyed="468"/>
|
311
|
+
<row typeID="8103" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
312
|
+
<row typeID="3244" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
313
|
+
<row typeID="27435" flag="5" qtyDropped="0" qtyDestroyed="362"/>
|
314
|
+
<row typeID="2456" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
315
|
+
<row typeID="15510" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
316
|
+
<row typeID="27435" flag="0" qtyDropped="62" qtyDestroyed="0"/>
|
317
|
+
<row typeID="2937" flag="0" qtyDropped="2" qtyDestroyed="2"/>
|
318
|
+
<row typeID="5975" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
319
|
+
<row typeID="2456" flag="87" qtyDropped="1" qtyDestroyed="0"/>
|
320
|
+
<row typeID="192" flag="5" qtyDropped="0" qtyDestroyed="919"/>
|
321
|
+
<row typeID="3841" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
322
|
+
<row typeID="2605" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
323
|
+
</rowset>
|
324
|
+
</row>
|
325
|
+
<row killID="3693827" solarSystemID="30002537" killTime="2008-09-08 17:46:00" moonID="0">
|
326
|
+
<victim characterID="2056393597" characterName="IvIo" corporationID="1000049" corporationName="Brutor tribe" allianceID="0" allianceName="" factionID="0" factionName="" damageTaken="1029" shipTypeID="11176"/>
|
327
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
328
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="696" finalBlow="1" weaponTypeID="3170" shipTypeID="11200"/>
|
329
|
+
<row characterID="0" characterName="" corporationID="1000124" corporationName="Archangels" allianceID="0" allianceName="" factionID="0" factionName="" securityStatus="0" damageDone="333" finalBlow="0" weaponTypeID="0" shipTypeID="206"/>
|
330
|
+
<row characterID="1861338151" characterName="Hawk Redrum" corporationID="982947821" corporationName="War Tactical Groups" allianceID="1670711893" allianceName="Varangians." factionID="0" factionName="" securityStatus="2.3" damageDone="0" finalBlow="0" weaponTypeID="9141" shipTypeID="24702"/>
|
331
|
+
</rowset>
|
332
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
333
|
+
<row typeID="8091" flag="0" qtyDropped="1" qtyDestroyed="2"/>
|
334
|
+
<row typeID="27381" flag="0" qtyDropped="125" qtyDestroyed="0"/>
|
335
|
+
<row typeID="3244" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
336
|
+
<row typeID="1236" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
337
|
+
<row typeID="27361" flag="5" qtyDropped="0" qtyDestroyed="131"/>
|
338
|
+
<row typeID="2032" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
339
|
+
<row typeID="5971" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
340
|
+
<row typeID="2605" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
341
|
+
</rowset>
|
342
|
+
</row>
|
343
|
+
<row killID="3643777" solarSystemID="30002537" killTime="2008-09-04 21:45:00" moonID="0">
|
344
|
+
<victim characterID="844869714" characterName="Thorvik" corporationID="1000182" corporationName="Tribal Liberation Force" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="1999" shipTypeID="16242"/>
|
345
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
346
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="1608" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
347
|
+
<row characterID="821202516" characterName="brotula" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="240" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
348
|
+
<row characterID="1301119439" characterName="Nyxicia" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="77" finalBlow="0" weaponTypeID="3170" shipTypeID="11200"/>
|
349
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-5.9" damageDone="74" finalBlow="0" weaponTypeID="3170" shipTypeID="11200"/>
|
350
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="0" finalBlow="0" weaponTypeID="2410" shipTypeID="622"/>
|
351
|
+
<row characterID="1049425358" characterName="Torco" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.8" damageDone="0" finalBlow="0" weaponTypeID="11198" shipTypeID="11198"/>
|
352
|
+
</rowset>
|
353
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
354
|
+
<row typeID="9660" flag="5" qtyDropped="0" qtyDestroyed="2"/>
|
355
|
+
<row typeID="3242" flag="5" qtyDropped="0" qtyDestroyed="4"/>
|
356
|
+
<row typeID="2103" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
357
|
+
<row typeID="1319" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
358
|
+
<row typeID="8785" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
359
|
+
<row typeID="10039" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
360
|
+
<row typeID="6527" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
361
|
+
<row typeID="6326" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
362
|
+
<row typeID="3596" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
363
|
+
<row typeID="2529" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
364
|
+
<row typeID="11207" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
365
|
+
<row typeID="3829" flag="5" qtyDropped="1" qtyDestroyed="1"/>
|
366
|
+
<row typeID="5011" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
367
|
+
<row typeID="6569" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
368
|
+
<row typeID="3586" flag="5" qtyDropped="0" qtyDestroyed="2"/>
|
369
|
+
<row typeID="1551" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
370
|
+
<row typeID="9608" flag="5" qtyDropped="1" qtyDestroyed="1"/>
|
371
|
+
<row typeID="4029" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
372
|
+
<row typeID="1968" flag="5" qtyDropped="2" qtyDestroyed="0"/>
|
373
|
+
<row typeID="2289" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
374
|
+
<row typeID="5322" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
375
|
+
<row typeID="8535" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
376
|
+
<row typeID="5403" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
377
|
+
<row typeID="526" flag="5" qtyDropped="12" qtyDestroyed="0"/>
|
378
|
+
<row typeID="3428" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
379
|
+
<row typeID="8863" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
380
|
+
<row typeID="8821" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
381
|
+
<row typeID="5300" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
382
|
+
<row typeID="25861" flag="0" qtyDropped="2" qtyDestroyed="3"/>
|
383
|
+
<row typeID="1563" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
384
|
+
<row typeID="486" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
385
|
+
<row typeID="15331" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
386
|
+
<row typeID="444" flag="5" qtyDropped="0" qtyDestroyed="6"/>
|
387
|
+
<row typeID="447" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
388
|
+
<row typeID="2331" flag="5" qtyDropped="0" qtyDestroyed="2"/>
|
389
|
+
<row typeID="9646" flag="5" qtyDropped="5" qtyDestroyed="0"/>
|
390
|
+
<row typeID="1963" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
391
|
+
<row typeID="28164" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
392
|
+
<row typeID="5439" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
393
|
+
<row typeID="10998" flag="5" qtyDropped="0" qtyDestroyed="2"/>
|
394
|
+
<row typeID="11084" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
395
|
+
<row typeID="8865" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
396
|
+
<row typeID="1973" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
397
|
+
<row typeID="443" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
398
|
+
<row typeID="9413" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
399
|
+
<row typeID="399" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
400
|
+
<row typeID="8517" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
401
|
+
<row typeID="1998" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
402
|
+
<row typeID="25589" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
403
|
+
<row typeID="377" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
404
|
+
<row typeID="5599" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
405
|
+
<row typeID="3554" flag="0" qtyDropped="2" qtyDestroyed="0"/>
|
406
|
+
<row typeID="6491" flag="5" qtyDropped="7" qtyDestroyed="0"/>
|
407
|
+
<row typeID="6003" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
408
|
+
<row typeID="393" flag="5" qtyDropped="18" qtyDestroyed="0"/>
|
409
|
+
<row typeID="2293" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
410
|
+
</rowset>
|
411
|
+
</row>
|
412
|
+
<row killID="3643494" solarSystemID="30002537" killTime="2008-09-04 21:22:00" moonID="0">
|
413
|
+
<victim characterID="528233450" characterName="Colonel ALEX" corporationID="1803949513" corporationName="Jove's Witnesses" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="498" shipTypeID="606"/>
|
414
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
415
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="498" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
416
|
+
</rowset>
|
417
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
418
|
+
<row typeID="3651" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
419
|
+
<row typeID="34" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
420
|
+
<row typeID="3640" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
421
|
+
</rowset>
|
422
|
+
</row>
|
423
|
+
<row killID="3643441" solarSystemID="30002537" killTime="2008-09-04 21:18:00" moonID="0">
|
424
|
+
<victim characterID="1427030107" characterName="di ken" corporationID="1000182" corporationName="Tribal Liberation Force" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="381" shipTypeID="670"/>
|
425
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
426
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="115" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
427
|
+
<row characterID="1301119439" characterName="Nyxicia" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="73" finalBlow="0" weaponTypeID="527" shipTypeID="11200"/>
|
428
|
+
<row characterID="215298238" characterName="Der Fangzahn" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.2" damageDone="53" finalBlow="0" weaponTypeID="3170" shipTypeID="11200"/>
|
429
|
+
<row characterID="1049425358" characterName="Torco" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.8" damageDone="50" finalBlow="0" weaponTypeID="11198" shipTypeID="11198"/>
|
430
|
+
<row characterID="821202516" characterName="brotula" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="46" finalBlow="0" weaponTypeID="10680" shipTypeID="11200"/>
|
431
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-5.9" damageDone="44" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
432
|
+
<row characterID="753914548" characterName="loppi" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-2.1" damageDone="0" finalBlow="0" weaponTypeID="5403" shipTypeID="11200"/>
|
433
|
+
</rowset>
|
434
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed"/>
|
435
|
+
</row>
|
436
|
+
<row killID="3643332" solarSystemID="30002537" killTime="2008-09-04 21:10:00" moonID="0">
|
437
|
+
<victim characterID="1431571184" characterName="KrippleWarr SVK" corporationID="1000182" corporationName="Tribal Liberation Force" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="2359" shipTypeID="16242"/>
|
438
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
439
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="1093" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
440
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="691" finalBlow="0" weaponTypeID="622" shipTypeID="622"/>
|
441
|
+
<row characterID="821202516" characterName="brotula" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="380" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
442
|
+
<row characterID="753914548" characterName="loppi" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-2.1" damageDone="129" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
443
|
+
<row characterID="969828274" characterName="il sakasanje" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-5.9" damageDone="43" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
444
|
+
<row characterID="1301119439" characterName="Nyxicia" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="23" finalBlow="0" weaponTypeID="11200" shipTypeID="11200"/>
|
445
|
+
<row characterID="1049425358" characterName="Torco" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.8" damageDone="0" finalBlow="0" weaponTypeID="11198" shipTypeID="11198"/>
|
446
|
+
</rowset>
|
447
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
448
|
+
<row typeID="2889" flag="0" qtyDropped="5" qtyDestroyed="2"/>
|
449
|
+
<row typeID="3887" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
450
|
+
<row typeID="21898" flag="5" qtyDropped="0" qtyDestroyed="1501"/>
|
451
|
+
<row typeID="2539" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
452
|
+
<row typeID="2553" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
453
|
+
<row typeID="25861" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
454
|
+
<row typeID="2547" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
455
|
+
<row typeID="21898" flag="0" qtyDropped="232" qtyDestroyed="174"/>
|
456
|
+
<row typeID="8223" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
457
|
+
</rowset>
|
458
|
+
</row>
|
459
|
+
<row killID="3642443" solarSystemID="30003068" killTime="2008-09-04 20:12:00" moonID="0">
|
460
|
+
<victim characterID="1108168591" characterName="Direfires" corporationID="2073394283" corporationName="Fighting Intergalactic Boredom" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="2551" shipTypeID="16240"/>
|
461
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
462
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="852" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
463
|
+
<row characterID="1301119439" characterName="Nyxicia" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="1060" finalBlow="0" weaponTypeID="3170" shipTypeID="11200"/>
|
464
|
+
<row characterID="215298238" characterName="Der Fangzahn" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.2" damageDone="596" finalBlow="0" weaponTypeID="2456" shipTypeID="11200"/>
|
465
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="43" finalBlow="0" weaponTypeID="2466" shipTypeID="622"/>
|
466
|
+
</rowset>
|
467
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
468
|
+
<row typeID="434" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
469
|
+
<row typeID="2454" flag="87" qtyDropped="1" qtyDestroyed="0"/>
|
470
|
+
<row typeID="2456" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
471
|
+
<row typeID="12614" flag="0" qtyDropped="567" qtyDestroyed="341"/>
|
472
|
+
<row typeID="2603" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
473
|
+
<row typeID="3170" flag="0" qtyDropped="2" qtyDestroyed="6"/>
|
474
|
+
<row typeID="1244" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
475
|
+
<row typeID="3242" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
476
|
+
<row typeID="9944" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
477
|
+
<row typeID="12614" flag="5" qtyDropped="2129" qtyDestroyed="0"/>
|
478
|
+
</rowset>
|
479
|
+
</row>
|
480
|
+
<row killID="3642440" solarSystemID="30003068" killTime="2008-09-04 20:12:00" moonID="0">
|
481
|
+
<victim characterID="445410121" characterName="The Moleboy" corporationID="216390969" corporationName="Corpus PCG" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="1781" shipTypeID="11184"/>
|
482
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
483
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="1781" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
484
|
+
</rowset>
|
485
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
486
|
+
<row typeID="434" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
487
|
+
<row typeID="1447" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
488
|
+
<row typeID="3244" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
489
|
+
<row typeID="523" flag="5" qtyDropped="0" qtyDestroyed="1"/>
|
490
|
+
<row typeID="1999" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
491
|
+
<row typeID="1236" flag="0" qtyDropped="0" qtyDestroyed="2"/>
|
492
|
+
<row typeID="3001" flag="0" qtyDropped="0" qtyDestroyed="4"/>
|
493
|
+
<row typeID="12563" flag="0" qtyDropped="3" qtyDestroyed="1"/>
|
494
|
+
<row typeID="12563" flag="5" qtyDropped="0" qtyDestroyed="4"/>
|
495
|
+
</rowset>
|
496
|
+
</row>
|
497
|
+
<row killID="3641895" solarSystemID="30002537" killTime="2008-09-04 19:31:00" moonID="0">
|
498
|
+
<victim characterID="1462562923" characterName="Genetisch" corporationID="1510796353" corporationName="Rapier Fleet" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="369" shipTypeID="670"/>
|
499
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
500
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="369" finalBlow="1" weaponTypeID="3170" shipTypeID="11200"/>
|
501
|
+
</rowset>
|
502
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed"/>
|
503
|
+
</row>
|
504
|
+
<row killID="3641876" solarSystemID="30002537" killTime="2008-09-04 19:29:00" moonID="0">
|
505
|
+
<victim characterID="1462562923" characterName="Genetisch" corporationID="1510796353" corporationName="Rapier Fleet" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="1271" shipTypeID="11176"/>
|
506
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
507
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.7276204368279" damageDone="1271" finalBlow="1" weaponTypeID="3170" shipTypeID="11200"/>
|
508
|
+
</rowset>
|
509
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
510
|
+
<row typeID="3244" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
511
|
+
<row typeID="1987" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
512
|
+
<row typeID="527" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
513
|
+
<row typeID="210" flag="5" qtyDropped="0" qtyDestroyed="434"/>
|
514
|
+
<row typeID="19343" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
515
|
+
<row typeID="1236" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
516
|
+
<row typeID="27361" flag="5" qtyDropped="0" qtyDestroyed="2006"/>
|
517
|
+
<row typeID="7993" flag="0" qtyDropped="2" qtyDestroyed="1"/>
|
518
|
+
<row typeID="27361" flag="0" qtyDropped="0" qtyDestroyed="135"/>
|
519
|
+
<row typeID="26070" flag="0" qtyDropped="0" qtyDestroyed="2"/>
|
520
|
+
</rowset>
|
521
|
+
</row>
|
522
|
+
<row killID="3555085" solarSystemID="30003068" killTime="2008-08-28 15:40:00" moonID="0">
|
523
|
+
<victim characterID="237068048" characterName="Dhaaka Vincatar" corporationID="1000182" corporationName="Tribal Liberation Force" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="855" shipTypeID="589"/>
|
524
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
525
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.89182923932014" damageDone="855" finalBlow="1" weaponTypeID="3512" shipTypeID="2006"/>
|
526
|
+
</rowset>
|
527
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
528
|
+
<row typeID="434" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
529
|
+
<row typeID="451" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
530
|
+
<row typeID="1445" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
531
|
+
<row typeID="3242" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
532
|
+
<row typeID="239" flag="5" qtyDropped="0" qtyDestroyed="2"/>
|
533
|
+
<row typeID="246" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
534
|
+
</rowset>
|
535
|
+
</row>
|
536
|
+
<row killID="3524544" solarSystemID="30002537" killTime="2008-08-25 22:41:00" moonID="0">
|
537
|
+
<victim characterID="1723984240" characterName="scousie" corporationID="466979839" corporationName="Heretic Militia" allianceID="0" allianceName="" factionID="500002" factionName="Minmatar Republic" damageTaken="11450" shipTypeID="11999"/>
|
538
|
+
<rowset name="attackers" columns="characterID,characterName,corporationID,corporationName,allianceID,allianceName,factionID,factionName,securityStatus,damageDone,finalBlow,weaponTypeID,shipTypeID">
|
539
|
+
<row characterID="289632489" characterName="Galideeth" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-3.89182923932014" damageDone="3059" finalBlow="1" weaponTypeID="3170" shipTypeID="11200"/>
|
540
|
+
<row characterID="721700299" characterName="Enfop" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-10" damageDone="3760" finalBlow="0" weaponTypeID="5403" shipTypeID="670"/>
|
541
|
+
<row characterID="1307213761" characterName="Ko Tha" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-4.1" damageDone="2139" finalBlow="0" weaponTypeID="12003" shipTypeID="12003"/>
|
542
|
+
<row characterID="753914548" characterName="loppi" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-2.1" damageDone="1572" finalBlow="0" weaponTypeID="3170" shipTypeID="11200"/>
|
543
|
+
<row characterID="1049425358" characterName="Torco" corporationID="1301548491" corporationName="Breed of Malakka" allianceID="0" allianceName="" factionID="500003" factionName="Amarr Empire" securityStatus="-9.7" damageDone="920" finalBlow="0" weaponTypeID="2488" shipTypeID="11963"/>
|
544
|
+
</rowset>
|
545
|
+
<rowset name="items" columns="typeID,flag,qtyDropped,qtyDestroyed">
|
546
|
+
<row typeID="9994" flag="5" qtyDropped="100" qtyDestroyed="0"/>
|
547
|
+
<row typeID="2679" flag="5" qtyDropped="850" qtyDestroyed="50"/>
|
548
|
+
<row typeID="12773" flag="5" qtyDropped="2524" qtyDestroyed="0"/>
|
549
|
+
<row typeID="12076" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
550
|
+
<row typeID="10008" flag="5" qtyDropped="0" qtyDestroyed="40"/>
|
551
|
+
<row typeID="2897" flag="0" qtyDropped="4" qtyDestroyed="1"/>
|
552
|
+
<row typeID="3244" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
553
|
+
<row typeID="18639" flag="0" qtyDropped="0" qtyDestroyed="1"/>
|
554
|
+
<row typeID="1405" flag="0" qtyDropped="1" qtyDestroyed="0"/>
|
555
|
+
<row typeID="1236" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
556
|
+
<row typeID="10006" flag="0" qtyDropped="0" qtyDestroyed="18"/>
|
557
|
+
<row typeID="1958" flag="5" qtyDropped="1" qtyDestroyed="0"/>
|
558
|
+
<row typeID="10006" flag="5" qtyDropped="79" qtyDestroyed="0"/>
|
559
|
+
<row typeID="12773" flag="0" qtyDropped="178" qtyDestroyed="118"/>
|
560
|
+
<row typeID="3841" flag="0" qtyDropped="0" qtyDestroyed="2"/>
|
561
|
+
<row typeID="25715" flag="5" qtyDropped="1" qtyDestroyed="1"/>
|
562
|
+
<row typeID="26038" flag="0" qtyDropped="0" qtyDestroyed="2"/>
|
563
|
+
<row typeID="2605" flag="0" qtyDropped="1" qtyDestroyed="1"/>
|
564
|
+
</rowset>
|
565
|
+
</row>
|
566
|
+
</rowset>
|
567
|
+
</result>
|
568
|
+
<cachedUntil>2008-09-11 16:53:56</cachedUntil>
|
569
|
+
</eveapi>
|