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.
 

Ship Attributes incomplete

Author
Toby Winters
Space Colony
Synergy of Steel
#1 - 2012-10-13 07:12:44 UTC  |  Edited by: Toby Winters
Hey guys,

i've been working on some queries and i noticed that the ship attributes results are incomplete?!

for example the Drake attributs:

MySQL Query on 5.0

Quote:
SELECT
dgmTypeAttributes.typeID,
dgmAttributeTypes.attributeName,
dgmTypeAttributes.attributeID,
dgmTypeAttributes.valueInt,
dgmTypeAttributes.valueFloat
FROM
dgmTypeAttributes
INNER JOIN dgmAttributeTypes ON dgmAttributeTypes.attributeID = dgmTypeAttributes.attributeID
WHERE
dgmTypeAttributes.typeID = '24698'


There are some fields missing.... cargoCapacity and Mass.. where are them?!

Any ideas? :-)
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2012-10-13 16:41:21 UTC
invTypes

capacity and mass fields.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Toby Winters
Space Colony
Synergy of Steel
#3 - 2012-10-14 07:16:47 UTC
Steve Ronuken wrote:
invTypes

capacity and mass fields.


Correct, the items exists but didnt fetched by the query.