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.
 

Datadump - Link between science skill & datacore for invention ???

Author
Deviant Fool
Native Freshfood
Minmatar Republic
#1 - 2012-03-07 13:25:42 UTC
Hi All
Probably obvious to all but me, but...

Coding up a tool for manufacturing & invention.
Got the list of materials sorted, thanks to all the posts here, but...

I can get the science skills required for invention, but how do they link to the itemID of the actual datacores ?

Any help much appreciated

The Fool
Desmont McCallock
#2 - 2012-03-07 17:53:13 UTC  |  Edited by: Desmont McCallock
How did you got the science skills required for invention without first finding the materials needed for invention?
Grace Willis
The Scope
Gallente Federation
#3 - 2012-03-07 21:33:26 UTC
Quote:

select tam.*,
t.typename
from typeactivitymaterials tam
join invtypes t on t.typeid = tam.requiredtypeid
where tam.activityid = 8
and tam.typeid = 1102


Where 1102 is the typeid of the item blueprint you are inventing.
ie. 1102 = Stasis Webifier I Blueprint
CoolHandJoe
Center for Advanced Studies
Gallente Federation
#4 - 2012-03-14 01:50:56 UTC
take a look at: [url]http://http://wiki.eve-id.net/Bill_of_Materials[/url]

The part about "extra plus skills will give you a place to start, just set ramTypeRequirment to whatever it should be for invention.

I'm half asleep atm but hope that's correct and helpful