Author |
Topic |
 Daniel Plain |
Posted - 2011.09.02 21:32:00 - [ 1]
sorry if this is asked too often but it is kind of hard to find using the search function. basically i'm looking for a quick and easy way to get the typeID for an item name string and vice versa. I'm considering writing my own streamlined wrapper for eve market but its api seems to only accept itemIDs... |
 Johnathan Roark Caldari The Graduates Morsus Mihi |
Posted - 2011.09.03 04:07:00 - [ 2]
evenames table in the static database dump? |
 Aidamina |
Posted - 2011.09.03 07:53:00 - [ 3]
SELECT `typeID` FROM `invTypes` WHERE `typeName` = 'Exotic Dancers'; |
 Daniel Plain |
Posted - 2011.09.03 21:57:00 - [ 4]
it seems kind of overkill to set up an sql database and import a 300mb dump just to get a couple dozen item ids once in a while... is there no running db online or at least an xml or plain text dump somewhere? |
 Drapko Nitzhonot |
Posted - 2011.09.03 23:00:00 - [ 5]
|