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.
 

Looking for some VB.NET samples for lookup calls

Author
Dor Cadmon
New Artisian and Mercenary Association
#1 - 2015-03-16 11:08:18 UTC
Hi,

Ive settled on a Microsoft solution and the EveAI implemention.

I have a third of the basics down. I was wondering if someone could give me some samples. My main issue I'm working on at this very moment has to do with starbases. For example, I can get all of the information that is documented in the respective api calls for getting the starbase info. What is not contained in that package is the container name of the tower.

I believe I would need to grab an ID belonging to a tower and so some kind of lookup to obtain the tower name etc. However, I can't figure out how to do something like that.

The fact the container name isn't in the starbase details leads me to suspect maybe I'm missing something simple.


ty.
SJ Astralana
Syncore
#2 - 2015-03-16 19:17:31 UTC
Dor Cadmon wrote:
Hi,

Ive settled on a Microsoft solution and the EveAI implemention.

I have a third of the basics down. I was wondering if someone could give me some samples. My main issue I'm working on at this very moment has to do with starbases. For example, I can get all of the information that is documented in the respective api calls for getting the starbase info. What is not contained in that package is the container name of the tower.

I believe I would need to grab an ID belonging to a tower and so some kind of lookup to obtain the tower name etc. However, I can't figure out how to do something like that.

The fact the container name isn't in the starbase details leads me to suspect maybe I'm missing something simple.


ty.


I suspect it's not possible. The Asset XML API, even though it shows an item is a singleton, doesn't expose its assigned name.

Hyperdrive your production business: Eve Production Manager

Dor Cadmon
New Artisian and Mercenary Association
#3 - 2015-03-16 20:36:57 UTC
got a lot of things about the starbase towers sorted out. What I don't know now is how to convert a moonID to a moon name using ezlib .