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 : t2 bpos

Author
Risingson
#1 - 2012-07-22 10:44:35 UTC
how can i check with the dump if a t2 bpo is available of a module or ship. first thought it could be done via marketgroupid of the blueprint but that doesnt seem correct. am i missing on something? ty
Desmont McCallock
#2 - 2012-07-22 12:13:23 UTC
Look in invMetaTypes.
Risingson
#3 - 2012-07-22 12:31:08 UTC
thanks but could you elaborate your hint a little bit ?
Desmont McCallock
#4 - 2012-07-22 12:45:47 UTC  |  Edited by: Desmont McCallock
t1 item: invMetaTypes.ParentTypeID
if invMetaTypes.metaGroupsID = 2 then invMetaTypes.typeID = Tech II
t2 bpo: invBlueprintTypes.productTypeID = invMetaTypes.typeID
Risingson
#5 - 2012-07-22 13:01:43 UTC
thanks but maybe you got my question wrong.. how can i check that there is no Golem BPO ingame ?
Desmont McCallock
#6 - 2012-07-22 13:07:42 UTC
All tech 2 items are produced via invention. If someone has a Golem BPO (from the old days) then you can't know that unless the BPO is contracted or you have actually seen it.
Risingson
#7 - 2012-07-22 13:26:02 UTC
There are no Golem BPO ingame since the marauders were introduced after invention got introduced. i would want to know that via the dump. maybe i should check on typeid > x ...
Desmont McCallock
#8 - 2012-07-22 13:38:40 UTC
Risingson wrote:
There are no Golem BPO ingame since the marauders were introduced after invention got introduced. i would want to know that via the dump. maybe i should check on typeid > x ...
AFAIK that's also not an accurate way. I don't think there is a way to know other than what I explained earlier.