| Pages: [1] |
1. API corp asset list, Office location - in EVE Technology Lab [original thread]
LocationID can be one of the following: Solarsystem Station Outpost If the locationID starts with a 3, it's a solarsystem. You can find these in the mapsolarsystems table. If it starts with a 6 it's either a station or an outpost. The stations ...
- by Rhispa - at 2007.12.24 09:43:00
|
2. Image and Icons dump and eveGraphics.sql. Please answer! - in EVE Technology Lab [original thread]
Edited by: Rhispa on 16/12/2007 18:54:02 Edited by: Rhispa on 16/12/2007 18:53:28 To find the icon for modules etc. SELECT typeID, typeName, eveGraphics.graphicID, icon FROM invTypes INNER JOIN eveGraphics ON invTypes.graphicID = eveGrap...
- by Rhispa - at 2007.12.16 18:52:00
|
3. Trinity 1.0 Static Data Export - in EVE Technology Lab [original thread]
Edited by: Rhispa on 07/12/2007 13:52:56 I tried importing with phpMyAdmin once and gave up on the first big file, it's just too tedious. Your best bet is trying the Mysql Query Browser which is part of the mysql gui tools. With this I've n...
- by Rhispa - at 2007.12.07 13:53:00
|
4. Cruiser to BC transition question. - in Skill Discussions [original thread]
If you're just using it for pve then it's fine to switch as soon as you can fit it. Depending on what level of missions you are doing you might want to use 1 or 2 heavy assault launcher for the frigate spawns.
- by Rhispa - at 2007.11.23 13:11:00
|
5. question regarding item status - in EVE Technology Lab [original thread]
To see if an item is t1/t2/etc: SELECT DISTINCT * FROM invMetaTypes INNER JOIN invMetaGroups ON invMetaTypes.metagroupID = invMetaGroups.MetaGroupID WHERE typeid = 2621 I'm not sure about the other question. On other tables the published colu...
- by Rhispa - at 2007.11.21 11:10:00
|
6. Which Keyboard is best for gaming ? - in EVE General Discussion [original thread]
I've been using the G15 for a while now and wouldn't want anything else. The LCD is very useful for teamspeak, you can see who's talking, and you can mute your mic/output with a single button instead of having to switch to the teamspeak window. ...
- by Rhispa - at 2007.11.19 11:08:00
|
7. Data Dump Help - in EVE Technology Lab [original thread]
I've never had any problems with importing in MySql. I've been using the MySql Query Browser for that. Just open a script tab load the file and execute it.
- by Rhispa - at 2007.11.15 22:38:00
|
8. Populating database with items and required skills - in EVE Technology Lab [original thread]
You might want to check out the eve-dev wiki for a description of every table/field. http://wiki.eve-dev.net/Database_Tables_Explained
- by Rhispa - at 2007.10.02 08:18:00
|
| Pages: [1] |
| First page | Previous page | Next page | Last page |