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.
 

Request: make ship inventory part of /char/blueprints

Author
Ugurtan
Republic Military School
Minmatar Republic
#1 - 2014-11-10 12:23:29 UTC  |  Edited by: Ugurtan
Currently stuff you log out with is not displayed in /char/blueprints. Please consider adding it, so overparanoid wormhole people who like to build stuff can still see their blueprints. Cool

edit: removed /char/assetlist from the request as the blueprints are there, just not in /char/blueprints.
Captain Thunk
Explode. Now. Please.
Alliance. Now. Please.
#2 - 2014-11-11 03:30:42 UTC
Ugurtan wrote:
nts

Currently stuff you log out with is not displayed, neither in /char/assetlist nor in /char/blueprints. Please consider adding it, so overparanoid wormhole people who like to build stuff can still see their blueprints. Cool



These are in the assetlists, the only things that 'disappear' that I recall would be blueprints that are being used. This is because you do not have them, you've turned them over to a process (and could potentially lose them). They will however appear somewhere in the industry API.

Shipfits for ships pilots have logged out in are in char/assetlists. I did my asset routine years ago so my my memory is vague, but I seem to recall that the ships inventory you're missing actually appears as nested rowsets in the API. I'm guessing you haven't realised and ignored them. For a flat DB storage, you can give them a parentID of the item they're nested in.
Ugurtan
Republic Military School
Minmatar Republic
#3 - 2014-11-11 10:14:28 UTC  |  Edited by: Ugurtan
Captain Thunk wrote:
Ugurtan wrote:
nts

Currently stuff you log out with is not displayed, neither in /char/assetlist nor in /char/blueprints. Please consider adding it, so overparanoid wormhole people who like to build stuff can still see their blueprints. Cool



These are in the assetlists, the only things that 'disappear' that I recall would be blueprints that are being used. This is because you do not have them, you've turned them over to a process (and could potentially lose them). They will however appear somewhere in the industry API.

Shipfits for ships pilots have logged out in are in char/assetlists. I did my asset routine years ago so my my memory is vague, but I seem to recall that the ships inventory you're missing actually appears as nested rowsets in the API. I'm guessing you haven't realised and ignored them. For a flat DB storage, you can give them a parentID of the item they're nested in.


yes and no. After digging in a bit deeper I found my blueprints in the /char/assetlist (dont ask why I did not see them there the first time), but they are NOT showing up at /char/blueprints and I really need them there to get the number of runs from my bpc as assetlist does not provide the answer to that.

Edited my first post and the subject to make it more clear we only talk about /char/blueprint now.