Pages: [1] :: one page |
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

AeonOfTime
Minmatar Syrkos Technologies Joint Venture Conglomerate
|
Posted - 2010.01.14 15:28:00 -
[1]
I have built a manufacturing tool a while back I use regularly, and while it works just fine for T1 blueprints, I am having trouble calculating material requirements for T2 blueprints.
I am familiar with the fact that the formula for calculating waste changes with T2 blueprints, so I switch to the right formula when needed. The waste factor is now calculated correctly and consistently for all the blueprints I tested after double-checking them ingame.
The trouble is that the material requirements stored in the database are way off what I can see ingame.
For reference, I am using the latest Dominion 1.03 data dump.
Here is an example with the Vengeance Assault Ship (typeID 11366, blueprint type ID 11365): the first number is the amount required as stored in the CCP database, the second the perfect requirements shown ingame.
Antimatter Reactor Unit: 40 / 8 Construction Blocks: 25 / 38 Fusion Thruster: 30 / 30 Isogen: 419 / 87 Linear Shield Emitter: 40 / 30 Megacyte: 3 / 5 Morphite: 30 / 45
I also have a screenshot detailing this.
The most obvious here are the Antimatter Reactor Unit and Isogen requirements. No formula can account for the discrepancy, does anyone know what this is about?
Incidentally, the manufacturing tool on battleclinic has the same issue, it shows way too many Antimatter Reactor Units for the Vengeance compared to the requirements shown ingame. The EVE wiki on the other hand, has the correct information for the Vengeance. Could it be that the latest data dump contains incorrect information?
Looking at another T2 ship blueprint like the Paladin also shows the same material discrepancies.
Here is an SQL query that lists all materials for the Vengeance for testing purposes:
SELECT * FROM ramtypematerials JOIN invtypes ON ramtypematerials.materialTypeID = invtypes.typeID WHERE ramtypematerials.typeID = '11365' ORDER BY invtypes.typeName
Help?
-- Read the captain's log at eve.aeonoftime.com The solo player's corporation - Syrkos Technologies |

Catari Taga
Centre Of Attention Rough Necks
|
Posted - 2010.01.14 15:50:00 -
[2]
Originally by: AeonOfTime SELECT * FROM ramtypematerials JOIN invtypes ON ramtypematerials.materialTypeID = invtypes.typeID WHERE ramtypematerials.typeID = '11365' ORDER BY invtypes.typeName
The table in your query does not even exist in the official dominion dump. Check the stickies in this forum for links to download the official datadump and how to use it.
|

Thart
U.K.R.A.I.N.E SOLAR FLEET
|
Posted - 2010.01.14 18:41:00 -
[3]
Maybe this can help. ----------------------------------------- EVE Mentat - true trade tool. |

AeonOfTime
Minmatar Syrkos Technologies Joint Venture Conglomerate
|
Posted - 2010.01.15 11:56:00 -
[4]
Thanks a bundle for the help guys, I had not cleared the old Apocrypha tables before the new import, I updated the script to use the new tables.
As for the material requirements, they were still not in sync with the ingame requirements. I found a solution to that as well though, Matthew posted the solution in the following post:
http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1220024&page=1#30 -- Read the captain's log at eve.aeonoftime.com The solo player's corporation - Syrkos Technologies |
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |