
Frendor
|
Posted - 2008.06.25 11:28:00 -
[1]
Edited by: Frendor on 25/06/2008 11:32:47 I've just had a look through the "install_database.sql" within the install folder (POS-Tracker2.1.0beta2\install) and found all 11 advanced material values are wrong!
The last 11 entries under "Dumping data for table `pos2_reaction_static`" should read...
INSERT INTO `pos2_reaction_static` VALUES (20, 40, 10000, 22, 100, 24, 100, 0, 0, 0, 0);
INSERT INTO `pos2_reaction_static` VALUES (21, 41, 200, 21, 100, 33, 100, 25, 100, 28, 100);
INSERT INTO `pos2_reaction_static` VALUES (22, 42, 10000, 22, 100, 26, 100, 0, 0, 0, 0);
INSERT INTO `pos2_reaction_static` VALUES (23, 43, 400, 29, 100, 30, 100, 33, 100, 27, 100);
INSERT INTO `pos2_reaction_static` VALUES (24, 44, 3000, 22, 100, 32, 100, 0, 0, 0, 0);
INSERT INTO `pos2_reaction_static` VALUES (25, 45, 750, 39, 100, 36, 100, 25, 100, 0, 0);
INSERT INTO `pos2_reaction_static` VALUES (26, 46, 1500, 37, 100, 32, 100, 31, 100, 0, 0);
INSERT INTO `pos2_reaction_static` VALUES (27, 47, 2200, 35, 100, 21, 100, 39, 100, 0, 0);
INSERT INTO `pos2_reaction_static` VALUES (28, 48, 6000, 22, 100, 29, 100, 0, 0, 0, 0);
INSERT INTO `pos2_reaction_static` VALUES (29, 49, 10000, 35, 100, 38, 100, 0, 0, 0, 0);
INSERT INTO `pos2_reaction_static` VALUES (30, 50, 10000, 37, 100, 34, 100, 0, 0, 0, 0);
------------------------------------------------
The 3rd value in each of the above were incorrect, if we take the first line has an example it was reading.
INSERT INTO `pos2_reaction_static` VALUES (20, 40, 5000, 22, 100, 24, 100, 0, 0, 0, 0);
The correct value should be
INSERT INTO `pos2_reaction_static` VALUES (20, 40, 10000, 22, 100, 24, 100, 0, 0, 0, 0);
The above example is for Crystalline Carbonide which produces 10,000 units an hour not 5,000
Hope this helps you.
Another problem I seem to be having is that the Silos don't take into account that they have a 100% storage bonus when used with Gallente towers, is there something within the 'install_database.sql' that can be changed to alter this, or I'm I missing something here?
Another problem that's been mentioned within this thread already is that a silo can't be an input and an output silo at the same time. I.e
Harvester--->Simple reactor--->Silo--->Complex reactor. Silo----------/
in the above example the silo receives 200 Crystallite Carbons per hour and the Complex Reactor uses 100 Per hour. The 100 that are stored are shipped off at a later date to be used in another reaction, but because the silo can't be and input and an output it always incorrectly reports the amounts. Last I read was that the silos are going to be re-worked... Any news?
Frendor.
|