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.
 

Be able to get which silo is in a forcefield of a tower.

Author
mjollnirna
The Moon Rise
#1 - 2012-01-18 19:34:54 UTC
Hello,
For now I can manage to get all the quanitity of fuel in a control tower with my mysql database
Quote:
SELECT * FROM `corpassetlist` where `lft`>'3118' and`rgt`<'3139'

To know which silo is in wich tower, i have de manage a database with a link between the ID of the silo and the ID of the tower.
It is a manual link...
Could it be possible to have an objet (like the forcefield`) with values for `lft`and `rgt`. Between this values : all the object and materials in there.

Thank you


regards
Louis Vitton
Viziam
Amarr Empire
#2 - 2012-01-19 05:08:05 UTC
this might be of interest to you. Not sure f its exactly what your looking for though.

https://forums.eveonline.com/default.aspx?g=posts&t=58316&find=unread
mjollnirna
The Moon Rise
#3 - 2012-01-19 19:19:41 UTC
absolutely.
It's perfect and i see that people like yapeal devs are already on implementation.

thx