Slot Max & Wind Walk fix + reviewed scripted portals

Fixed slotMax function caching up dirtied player data.
Fixed many portals not supposed to warp players to "random spawnpoints".
Fixed Wind Walk not being cancellable by attacking.
This commit is contained in:
ronancpl
2017-11-03 17:06:48 -02:00
parent 64af2cfa00
commit 1fead59c57
145 changed files with 3139 additions and 2726 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,21 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
This file is part of the MapleSolaxiaV2 Maple Story Server
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 as published by
the Free Software Foundation. You may not use, modify or distribute
this program under any other version of the GNU Affero General Public
License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package maplearrowfetcher;
import life.MapleLifeFactory;
@@ -37,19 +50,15 @@ import tools.Pair;
*/
public class MapleArrowFetcher {
/**
* @param args the command line arguments
*/
private static PrintWriter printWriter;
private static String newFile = "lib/arrow_drop_data.sql";
private static int[] arrowWeight = new int[6];
private static int minArrowId = 2060000;
private static int maxArrowId = 2061004;
private static float correctionFactor = 2.2f;
private static Map<Integer, MapleMonsterStats> mobStats;
private static Map<Integer, Pair<Integer, Integer>> mobRange = new HashMap<>();
@@ -57,7 +66,7 @@ public class MapleArrowFetcher {
int minRange, maxRange;
// MIN range
minRange = (int)(1.895883884 * Math.exp(0.02673101054) * level * (boss ? 1.4 : 1.0));
minRange = (int)Math.ceil(((2.870503597 * level) - 1.870503597) * (boss ? 1.4 : 1.0) / correctionFactor);
// MAX range
maxRange = 3 * minRange;

View File

@@ -1,8 +1,21 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
This file is part of the MapleSolaxiaV2 Maple Story Server
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 as published by
the Free Software Foundation. You may not use, modify or distribute
this program under any other version of the GNU Affero General Public
License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package maplecouponinstaller;
import java.io.*;
@@ -291,9 +304,6 @@ public class MapleCouponInstaller {
}
}
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
installCouponsTable();
}

View File

@@ -1,8 +1,21 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
This file is part of the MapleSolaxiaV2 Maple Story Server
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 as published by
the Free Software Foundation. You may not use, modify or distribute
this program under any other version of the GNU Affero General Public
License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package mapleidretriever;
import java.io.*;
@@ -50,10 +63,6 @@ public class MapleIdRetriever {
static String inputName = "lib/fetch.txt";
static String outputName = "lib/result.txt";
/**
* @param args the command line arguments
*/
private static void listFiles(String directoryName, ArrayList<File> files) {
File directory = new File(directoryName);

View File

@@ -3,445 +3,445 @@
# Only mobs with 4 or more items with no meso entry on the DB it was compiled are presented here.
INSERT IGNORE INTO drop_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
(100122, 0, 14, 20, 0, 400000),
(100123, 0, 19, 29, 0, 400000),
(100124, 0, 25, 37, 0, 400000),
(100130, 0, 2, 4, 0, 400000),
(100131, 0, 8, 12, 0, 400000),
(100132, 0, 14, 20, 0, 400000),
(100133, 0, 19, 29, 0, 400000),
(100134, 0, 25, 37, 0, 400000),
(1110130, 0, 42, 62, 0, 400000),
(1140130, 0, 54, 79, 0, 400000),
(2100100, 0, 56, 83, 0, 400000),
(2100101, 0, 59, 87, 0, 400000),
(2100106, 0, 68, 100, 0, 400000),
(2100107, 0, 76, 112, 0, 400000),
(2100108, 0, 82, 121, 0, 400000),
(2110300, 0, 68, 100, 0, 400000),
(2110301, 0, 82, 121, 0, 400000),
(2230105, 0, 65, 96, 0, 400000),
(2230107, 0, 68, 100, 0, 400000),
(2230110, 0, 65, 96, 0, 400000),
(2230111, 0, 68, 100, 0, 400000),
(2230131, 0, 68, 100, 0, 400000),
(3000005, 0, 85, 125, 0, 400000),
(3100101, 0, 91, 133, 0, 400000),
(3100102, 0, 85, 125, 0, 400000),
(3110301, 0, 91, 133, 0, 400000),
(3110302, 0, 99, 146, 0, 400000),
(3110303, 0, 108, 158, 0, 400000),
(3220000, 0, 297, 1460, 0, 400000),
(3220001, 0, 324, 1580, 0, 400000),
(3300000, 0, 85, 125, 0, 400000),
(3300001, 0, 85, 125, 0, 400000),
(3300002, 0, 88, 129, 0, 400000),
(3300003, 0, 91, 133, 0, 400000),
(3300004, 0, 93, 137, 0, 400000),
(3300005, 0, 99, 146, 0, 400000),
(3300006, 0, 99, 146, 0, 400000),
(3300007, 0, 99, 146, 0, 400000),
(3300008, 0, 324, 1580, 0, 400000),
(4110300, 0, 119, 175, 0, 400000),
(4110301, 0, 128, 187, 0, 400000),
(4130103, 0, 399, 1960, 0, 400000),
(4220000, 0, 384, 1870, 0, 400000),
(4230122, 0, 119, 175, 0, 400000),
(4230125, 0, 125, 183, 0, 400000),
(4230400, 0, 128, 187, 0, 400000),
(4230502, 0, 122, 179, 0, 400000),
(4230503, 0, 128, 187, 0, 400000),
(4230504, 0, 128, 187, 0, 400000),
(4230600, 0, 113, 167, 0, 400000),
(4240000, 0, 139, 204, 0, 400000),
(4250000, 0, 119, 175, 0, 400000),
(4250001, 0, 131, 192, 0, 400000),
(5110300, 0, 142, 208, 0, 400000),
(5120500, 0, 159, 233, 0, 400000),
(5120501, 0, 150, 221, 0, 400000),
(5120502, 0, 153, 225, 0, 400000),
(5120505, 0, 165, 242, 0, 400000),
(5120506, 0, 156, 229, 0, 400000),
(5130105, 0, 159, 233, 0, 400000),
(5130108, 0, 162, 238, 0, 400000),
(5220000, 0, 468, 2290, 0, 400000),
(5220002, 0, 426, 2080, 0, 400000),
(5220003, 0, 504, 2460, 0, 400000),
(5220004, 0, 426, 2080, 0, 400000),
(5250000, 0, 156, 229, 0, 400000),
(5250001, 0, 145, 213, 0, 400000),
(5250002, 0, 162, 238, 0, 400000),
(6110300, 0, 185, 271, 0, 400000),
(6130102, 0, 170, 250, 0, 400000),
(6130103, 0, 170, 250, 0, 400000),
(6130203, 0, 170, 250, 0, 400000),
(6130207, 0, 176, 258, 0, 400000),
(6130209, 0, 187, 275, 0, 400000),
(6220000, 0, 555, 2710, 0, 400000),
(6220001, 0, 555, 2710, 0, 400000),
(6230100, 0, 176, 258, 0, 400000),
(6230401, 0, 179, 263, 0, 400000),
(6300005, 0, 555, 2710, 0, 400000),
(6400006, 0, 375, 1830, 0, 400000),
(6400008, 0, 468, 2290, 0, 400000),
(6400009, 0, 468, 2290, 0, 400000),
(7110300, 0, 213, 313, 0, 400000),
(7110301, 0, 207, 304, 0, 400000),
(7120103, 0, 199, 292, 0, 400000),
(7120104, 0, 202, 296, 0, 400000),
(7120106, 0, 213, 313, 0, 400000),
(7120107, 0, 213, 313, 0, 400000),
(7120108, 0, 219, 321, 0, 400000),
(7120109, 0, 225, 329, 0, 400000),
(7130000, 0, 207, 304, 0, 400000),
(7130002, 0, 205, 300, 0, 400000),
(7130003, 0, 216, 317, 0, 400000),
(7130004, 0, 222, 325, 0, 400000),
(7130102, 0, 222, 325, 0, 400000),
(7130103, 0, 207, 304, 0, 400000),
(7130400, 0, 597, 2920, 0, 400000),
(7130401, 0, 597, 2920, 0, 400000),
(7130402, 0, 597, 2920, 0, 400000),
(7130601, 0, 216, 317, 0, 400000),
(7220000, 0, 606, 2960, 0, 400000),
(7220001, 0, 597, 2920, 0, 400000),
(7220002, 0, 657, 3210, 0, 400000),
(8110300, 0, 227, 334, 0, 400000),
(8120102, 0, 233, 342, 0, 400000),
(8120103, 0, 239, 350, 0, 400000),
(8120104, 0, 244, 359, 0, 400000),
(8120105, 0, 250, 367, 0, 400000),
(8120106, 0, 253, 371, 0, 400000),
(8120107, 0, 253, 371, 0, 400000),
(8140000, 0, 227, 334, 0, 400000),
(8140100, 0, 233, 342, 0, 400000),
(8140511, 0, 615, 1130, 0, 400000),
(8140512, 0, 628, 1154, 0, 400000),
(8140600, 0, 622, 1142, 0, 400000),
(8140702, 0, 642, 1179, 0, 400000),
(8140703, 0, 655, 1204, 0, 400000),
(8141300, 0, 635, 1167, 0, 400000),
(8150000, 0, 2028, 12410, 0, 400000),
(8150100, 0, 676, 1241, 0, 400000),
(8150101, 0, 689, 1266, 0, 400000),
(8150200, 0, 676, 1241, 0, 400000),
(8150201, 0, 710, 1303, 0, 400000),
(8150300, 0, 655, 1204, 0, 400000),
(8150301, 0, 683, 1254, 0, 400000),
(8150302, 0, 696, 1279, 0, 400000),
(8190001, 0, 710, 1303, 0, 400000),
(8220003, 0, 2433, 14900, 0, 400000),
(8220005, 0, 2655, 16260, 0, 400000),
(8220006, 0, 2859, 17510, 0, 400000),
(8220007, 0, 1824, 11170, 0, 400000),
(8220009, 0, 726, 3550, 0, 400000),
(8830000, 0, 2130, 13030, 0, 400000),
(9001009, 0, 681, 3340, 0, 400000),
(9001011, 0, 99, 146, 0, 400000),
(9200016, 0, 85, 125, 0, 400000),
(9200019, 0, 165, 242, 0, 400000),
(9300011, 0, 111, 162, 0, 400000),
(9300058, 0, 19, 29, 0, 400000),
(9300059, 0, 28, 41, 0, 400000),
(9300060, 0, 119, 175, 0, 400000),
(9300078, 0, 710, 1303, 0, 400000),
(9300080, 0, 193, 284, 0, 400000),
(9300096, 0, 250, 367, 0, 400000),
(9300105, 0, 537, 2630, 0, 400000),
(9300106, 0, 579, 2840, 0, 400000),
(9300127, 0, 85, 125, 0, 400000),
(9300129, 0, 85, 125, 0, 400000),
(9300131, 0, 111, 162, 0, 400000),
(9300132, 0, 85, 125, 0, 400000),
(9300133, 0, 85, 125, 0, 400000),
(9300134, 0, 85, 125, 0, 400000),
(9300136, 0, 255, 1250, 0, 400000),
(9300139, 0, 690, 3380, 0, 400000),
(9300155, 0, 19, 29, 0, 400000),
(9300160, 0, 384, 1870, 0, 400000),
(9300161, 0, 384, 1870, 0, 400000),
(9300163, 0, 811, 1490, 0, 400000),
(9300164, 0, 811, 1490, 0, 400000),
(9300165, 0, 811, 1490, 0, 400000),
(9300182, 0, 726, 3550, 0, 400000),
(9300184, 0, 168, 830, 0, 400000),
(9300185, 0, 297, 1460, 0, 400000),
(9300186, 0, 324, 1580, 0, 400000),
(9300187, 0, 339, 1670, 0, 400000),
(9300188, 0, 426, 2080, 0, 400000),
(9300189, 0, 426, 2080, 0, 400000),
(9300190, 0, 468, 2290, 0, 400000),
(9300191, 0, 510, 2500, 0, 400000),
(9300192, 0, 477, 2330, 0, 400000),
(9300193, 0, 504, 2460, 0, 400000),
(9300194, 0, 555, 2710, 0, 400000),
(9300195, 0, 555, 2710, 0, 400000),
(9300196, 0, 555, 2710, 0, 400000),
(9300197, 0, 555, 2710, 0, 400000),
(9300198, 0, 510, 2500, 0, 400000),
(9300199, 0, 597, 2920, 0, 400000),
(9300200, 0, 606, 2960, 0, 400000),
(9300201, 0, 726, 3550, 0, 400000),
(9300202, 0, 657, 3210, 0, 400000),
(9300203, 0, 681, 3340, 0, 400000),
(9300204, 0, 708, 3460, 0, 400000),
(9300205, 0, 690, 3380, 0, 400000),
(9300206, 0, 726, 3550, 0, 400000),
(9300207, 0, 726, 3550, 0, 400000),
(9300208, 0, 1824, 11170, 0, 400000),
(9300209, 0, 1824, 11170, 0, 400000),
(9300210, 0, 2028, 12410, 0, 400000),
(9300211, 0, 2130, 13030, 0, 400000),
(9300212, 0, 2130, 13030, 0, 400000),
(9300213, 0, 2433, 14900, 0, 400000),
(9300214, 0, 2535, 15520, 0, 400000),
(9300215, 0, 3042, 18620, 0, 400000),
(9300217, 0, 5, 8, 0, 400000),
(9300218, 0, 11, 16, 0, 400000),
(9300219, 0, 11, 16, 0, 400000),
(9300220, 0, 48, 71, 0, 400000),
(9300221, 0, 71, 104, 0, 400000),
(9300222, 0, 79, 116, 0, 400000),
(9300223, 0, 17, 25, 0, 400000),
(9300224, 0, 105, 154, 0, 400000),
(9300225, 0, 105, 154, 0, 400000),
(9300226, 0, 113, 167, 0, 400000),
(9300227, 0, 105, 154, 0, 400000),
(9300228, 0, 136, 200, 0, 400000),
(9300229, 0, 22, 33, 0, 400000),
(100122, 0, 35, 52, 0, 400000),
(100123, 0, 38, 55, 0, 400000),
(100124, 0, 40, 59, 0, 400000),
(100130, 0, 31, 45, 0, 400000),
(100131, 0, 33, 49, 0, 400000),
(100132, 0, 35, 52, 0, 400000),
(100133, 0, 38, 55, 0, 400000),
(100134, 0, 40, 59, 0, 400000),
(1110130, 0, 49, 72, 0, 400000),
(1140130, 0, 56, 83, 0, 400000),
(2100100, 0, 58, 85, 0, 400000),
(2100101, 0, 60, 88, 0, 400000),
(2100106, 0, 66, 97, 0, 400000),
(2100107, 0, 73, 108, 0, 400000),
(2100108, 0, 78, 115, 0, 400000),
(2110300, 0, 66, 97, 0, 400000),
(2110301, 0, 78, 115, 0, 400000),
(2230105, 0, 64, 94, 0, 400000),
(2230107, 0, 66, 97, 0, 400000),
(2230110, 0, 64, 94, 0, 400000),
(2230111, 0, 66, 97, 0, 400000),
(2230131, 0, 66, 97, 0, 400000),
(3000005, 0, 81, 119, 0, 400000),
(3100101, 0, 86, 127, 0, 400000),
(3100102, 0, 81, 119, 0, 400000),
(3110301, 0, 86, 127, 0, 400000),
(3110302, 0, 95, 140, 0, 400000),
(3110303, 0, 105, 155, 0, 400000),
(3220000, 0, 285, 1400, 0, 400000),
(3220001, 0, 315, 1550, 0, 400000),
(3300000, 0, 81, 119, 0, 400000),
(3300001, 0, 81, 119, 0, 400000),
(3300002, 0, 83, 123, 0, 400000),
(3300003, 0, 86, 127, 0, 400000),
(3300004, 0, 89, 131, 0, 400000),
(3300005, 0, 95, 140, 0, 400000),
(3300006, 0, 95, 140, 0, 400000),
(3300007, 0, 95, 140, 0, 400000),
(3300008, 0, 315, 1550, 0, 400000),
(4110300, 0, 120, 177, 0, 400000),
(4110301, 0, 132, 195, 0, 400000),
(4130103, 0, 423, 2080, 0, 400000),
(4220000, 0, 396, 1950, 0, 400000),
(4230122, 0, 120, 177, 0, 400000),
(4230125, 0, 128, 189, 0, 400000),
(4230400, 0, 132, 195, 0, 400000),
(4230502, 0, 124, 182, 0, 400000),
(4230503, 0, 132, 195, 0, 400000),
(4230504, 0, 132, 195, 0, 400000),
(4230600, 0, 112, 165, 0, 400000),
(4240000, 0, 151, 222, 0, 400000),
(4250000, 0, 120, 177, 0, 400000),
(4250001, 0, 137, 201, 0, 400000),
(5110300, 0, 156, 230, 0, 400000),
(5120500, 0, 190, 280, 0, 400000),
(5120501, 0, 172, 254, 0, 400000),
(5120502, 0, 178, 262, 0, 400000),
(5120505, 0, 203, 299, 0, 400000),
(5120506, 0, 184, 271, 0, 400000),
(5130105, 0, 190, 280, 0, 400000),
(5130108, 0, 196, 289, 0, 400000),
(5220000, 0, 552, 2710, 0, 400000),
(5220002, 0, 468, 2300, 0, 400000),
(5220003, 0, 630, 3090, 0, 400000),
(5220004, 0, 468, 2300, 0, 400000),
(5250000, 0, 184, 271, 0, 400000),
(5250001, 0, 161, 237, 0, 400000),
(5250002, 0, 196, 289, 0, 400000),
(6110300, 0, 255, 377, 0, 400000),
(6130102, 0, 217, 320, 0, 400000),
(6130103, 0, 217, 320, 0, 400000),
(6130203, 0, 217, 320, 0, 400000),
(6130207, 0, 231, 341, 0, 400000),
(6130209, 0, 264, 389, 0, 400000),
(6220000, 0, 765, 3770, 0, 400000),
(6220001, 0, 765, 3770, 0, 400000),
(6230100, 0, 231, 341, 0, 400000),
(6230401, 0, 239, 353, 0, 400000),
(6300005, 0, 765, 3770, 0, 400000),
(6400006, 0, 384, 1890, 0, 400000),
(6400008, 0, 552, 2710, 0, 400000),
(6400009, 0, 552, 2710, 0, 400000),
(7110300, 0, 355, 524, 0, 400000),
(7110301, 0, 332, 490, 0, 400000),
(7120103, 0, 301, 444, 0, 400000),
(7120104, 0, 311, 459, 0, 400000),
(7120106, 0, 355, 524, 0, 400000),
(7120107, 0, 355, 524, 0, 400000),
(7120108, 0, 379, 559, 0, 400000),
(7120109, 0, 405, 597, 0, 400000),
(7130000, 0, 332, 490, 0, 400000),
(7130002, 0, 321, 474, 0, 400000),
(7130003, 0, 367, 541, 0, 400000),
(7130004, 0, 391, 578, 0, 400000),
(7130102, 0, 391, 578, 0, 400000),
(7130103, 0, 332, 490, 0, 400000),
(7130400, 0, 903, 4440, 0, 400000),
(7130401, 0, 903, 4440, 0, 400000),
(7130402, 0, 903, 4440, 0, 400000),
(7130601, 0, 367, 541, 0, 400000),
(7220000, 0, 933, 4590, 0, 400000),
(7220001, 0, 903, 4440, 0, 400000),
(7220002, 0, 1137, 5590, 0, 400000),
(8110300, 0, 418, 617, 0, 400000),
(8120102, 0, 446, 659, 0, 400000),
(8120103, 0, 477, 704, 0, 400000),
(8120104, 0, 509, 752, 0, 400000),
(8120105, 0, 544, 803, 0, 400000),
(8120106, 0, 562, 830, 0, 400000),
(8120107, 0, 562, 830, 0, 400000),
(8140000, 0, 418, 617, 0, 400000),
(8140100, 0, 446, 659, 0, 400000),
(8140511, 0, 581, 871, 0, 400000),
(8140512, 0, 608, 908, 0, 400000),
(8140600, 0, 594, 889, 0, 400000),
(8140702, 0, 637, 946, 0, 400000),
(8140703, 0, 666, 986, 0, 400000),
(8141300, 0, 622, 927, 0, 400000),
(8150000, 0, 2142, 10490, 0, 400000),
(8150100, 0, 714, 1049, 0, 400000),
(8150101, 0, 747, 1093, 0, 400000),
(8150200, 0, 714, 1049, 0, 400000),
(8150201, 0, 800, 1162, 0, 400000),
(8150300, 0, 666, 986, 0, 400000),
(8150301, 0, 730, 1070, 0, 400000),
(8150302, 0, 764, 1115, 0, 400000),
(8190001, 0, 800, 1162, 0, 400000),
(8220003, 0, 3381, 15830, 0, 400000),
(8220005, 0, 4350, 19860, 0, 400000),
(8220006, 0, 5466, 24400, 0, 400000),
(8220007, 0, 1704, 8530, 0, 400000),
(8220009, 0, 1479, 7280, 0, 400000),
(8830000, 0, 2400, 11620, 0, 400000),
(9001009, 0, 1254, 6170, 0, 400000),
(9001011, 0, 95, 140, 0, 400000),
(9200016, 0, 81, 119, 0, 400000),
(9200019, 0, 203, 299, 0, 400000),
(9300011, 0, 109, 160, 0, 400000),
(9300058, 0, 38, 55, 0, 400000),
(9300059, 0, 42, 61, 0, 400000),
(9300060, 0, 120, 177, 0, 400000),
(9300078, 0, 800, 1162, 0, 400000),
(9300080, 0, 282, 416, 0, 400000),
(9300096, 0, 544, 803, 0, 400000),
(9300105, 0, 717, 3530, 0, 400000),
(9300106, 0, 846, 4160, 0, 400000),
(9300127, 0, 81, 119, 0, 400000),
(9300129, 0, 81, 119, 0, 400000),
(9300131, 0, 109, 160, 0, 400000),
(9300132, 0, 81, 119, 0, 400000),
(9300133, 0, 81, 119, 0, 400000),
(9300134, 0, 81, 119, 0, 400000),
(9300136, 0, 243, 1190, 0, 400000),
(9300139, 0, 1296, 6380, 0, 400000),
(9300155, 0, 38, 55, 0, 400000),
(9300160, 0, 396, 1950, 0, 400000),
(9300161, 0, 396, 1950, 0, 400000),
(9300163, 0, 1127, 1583, 0, 400000),
(9300164, 0, 1127, 1583, 0, 400000),
(9300165, 0, 1127, 1583, 0, 400000),
(9300182, 0, 1479, 7280, 0, 400000),
(9300184, 0, 174, 850, 0, 400000),
(9300185, 0, 285, 1400, 0, 400000),
(9300186, 0, 315, 1550, 0, 400000),
(9300187, 0, 336, 1650, 0, 400000),
(9300188, 0, 468, 2300, 0, 400000),
(9300189, 0, 468, 2300, 0, 400000),
(9300190, 0, 552, 2710, 0, 400000),
(9300191, 0, 651, 3200, 0, 400000),
(9300192, 0, 570, 2800, 0, 400000),
(9300193, 0, 630, 3090, 0, 400000),
(9300194, 0, 765, 3770, 0, 400000),
(9300195, 0, 765, 3770, 0, 400000),
(9300196, 0, 765, 3770, 0, 400000),
(9300197, 0, 765, 3770, 0, 400000),
(9300198, 0, 651, 3200, 0, 400000),
(9300199, 0, 903, 4440, 0, 400000),
(9300200, 0, 933, 4590, 0, 400000),
(9300201, 0, 1479, 7280, 0, 400000),
(9300202, 0, 1137, 5590, 0, 400000),
(9300203, 0, 1254, 6170, 0, 400000),
(9300204, 0, 1383, 6810, 0, 400000),
(9300205, 0, 1296, 6380, 0, 400000),
(9300206, 0, 1479, 7280, 0, 400000),
(9300207, 0, 1479, 7280, 0, 400000),
(9300208, 0, 1704, 8530, 0, 400000),
(9300209, 0, 1704, 8530, 0, 400000),
(9300210, 0, 2142, 10490, 0, 400000),
(9300211, 0, 2400, 11620, 0, 400000),
(9300212, 0, 2400, 11620, 0, 400000),
(9300213, 0, 3381, 15830, 0, 400000),
(9300214, 0, 3792, 17550, 0, 400000),
(9300215, 0, 6714, 29370, 0, 400000),
(9300217, 0, 32, 47, 0, 400000),
(9300218, 0, 34, 50, 0, 400000),
(9300219, 0, 34, 50, 0, 400000),
(9300220, 0, 52, 77, 0, 400000),
(9300221, 0, 68, 101, 0, 400000),
(9300222, 0, 75, 111, 0, 400000),
(9300223, 0, 36, 54, 0, 400000),
(9300224, 0, 102, 150, 0, 400000),
(9300225, 0, 102, 150, 0, 400000),
(9300226, 0, 112, 165, 0, 400000),
(9300227, 0, 102, 150, 0, 400000),
(9300228, 0, 146, 215, 0, 400000),
(9300229, 0, 39, 57, 0, 400000),
(9300230, 0, 116, 171, 0, 400000),
(9300231, 0, 131, 192, 0, 400000),
(9300232, 0, 96, 142, 0, 400000),
(9300233, 0, 113, 167, 0, 400000),
(9300234, 0, 91, 133, 0, 400000),
(9300235, 0, 148, 217, 0, 400000),
(9300236, 0, 159, 233, 0, 400000),
(9300237, 0, 168, 246, 0, 400000),
(9300238, 0, 68, 100, 0, 400000),
(9300239, 0, 119, 175, 0, 400000),
(9300240, 0, 128, 187, 0, 400000),
(9300241, 0, 193, 284, 0, 400000),
(9300242, 0, 199, 292, 0, 400000),
(9300243, 0, 159, 233, 0, 400000),
(9300244, 0, 159, 233, 0, 400000),
(9300245, 0, 170, 250, 0, 400000),
(9300246, 0, 176, 258, 0, 400000),
(9300247, 0, 185, 271, 0, 400000),
(9300248, 0, 187, 275, 0, 400000),
(9300249, 0, 199, 292, 0, 400000),
(9300250, 0, 213, 313, 0, 400000),
(9300251, 0, 207, 304, 0, 400000),
(9300252, 0, 128, 187, 0, 400000),
(9300253, 0, 142, 208, 0, 400000),
(9300254, 0, 207, 304, 0, 400000),
(9300255, 0, 133, 196, 0, 400000),
(9300256, 0, 170, 250, 0, 400000),
(9300257, 0, 170, 250, 0, 400000),
(9300258, 0, 185, 271, 0, 400000),
(9300259, 0, 56, 83, 0, 400000),
(9300260, 0, 227, 334, 0, 400000),
(9300261, 0, 250, 367, 0, 400000),
(9300262, 0, 250, 367, 0, 400000),
(9300263, 0, 250, 367, 0, 400000),
(9300264, 0, 696, 1279, 0, 400000),
(9300265, 0, 683, 1254, 0, 400000),
(9300266, 0, 606, 2960, 0, 400000),
(9300267, 0, 681, 3340, 0, 400000),
(9300268, 0, 606, 2960, 0, 400000),
(9300269, 0, 168, 830, 0, 400000),
(9300270, 0, 227, 334, 0, 400000),
(9300274, 0, 22, 33, 0, 400000),
(9300289, 0, 1824, 11170, 0, 400000),
(9300294, 0, 2028, 12410, 0, 400000),
(9300315, 0, 435, 2130, 0, 400000),
(9300316, 0, 450, 2210, 0, 400000),
(9300317, 0, 468, 2290, 0, 400000),
(9300318, 0, 486, 2380, 0, 400000),
(9300319, 0, 504, 2460, 0, 400000),
(9300320, 0, 519, 2540, 0, 400000),
(9300321, 0, 537, 2630, 0, 400000),
(9300322, 0, 555, 2710, 0, 400000),
(9300332, 0, 113, 167, 0, 400000),
(9300334, 0, 139, 204, 0, 400000),
(9300231, 0, 137, 201, 0, 400000),
(9300232, 0, 92, 136, 0, 400000),
(9300233, 0, 112, 165, 0, 400000),
(9300234, 0, 86, 127, 0, 400000),
(9300235, 0, 167, 245, 0, 400000),
(9300236, 0, 190, 280, 0, 400000),
(9300237, 0, 210, 309, 0, 400000),
(9300238, 0, 66, 97, 0, 400000),
(9300239, 0, 120, 177, 0, 400000),
(9300240, 0, 132, 195, 0, 400000),
(9300241, 0, 282, 416, 0, 400000),
(9300242, 0, 301, 444, 0, 400000),
(9300243, 0, 190, 280, 0, 400000),
(9300244, 0, 190, 280, 0, 400000),
(9300245, 0, 217, 320, 0, 400000),
(9300246, 0, 231, 341, 0, 400000),
(9300247, 0, 255, 377, 0, 400000),
(9300248, 0, 264, 389, 0, 400000),
(9300249, 0, 301, 444, 0, 400000),
(9300250, 0, 355, 524, 0, 400000),
(9300251, 0, 332, 490, 0, 400000),
(9300252, 0, 132, 195, 0, 400000),
(9300253, 0, 156, 230, 0, 400000),
(9300254, 0, 332, 490, 0, 400000),
(9300255, 0, 141, 208, 0, 400000),
(9300256, 0, 217, 320, 0, 400000),
(9300257, 0, 217, 320, 0, 400000),
(9300258, 0, 255, 377, 0, 400000),
(9300259, 0, 58, 85, 0, 400000),
(9300260, 0, 418, 617, 0, 400000),
(9300261, 0, 544, 803, 0, 400000),
(9300262, 0, 544, 803, 0, 400000),
(9300263, 0, 544, 803, 0, 400000),
(9300264, 0, 764, 1115, 0, 400000),
(9300265, 0, 730, 1070, 0, 400000),
(9300266, 0, 933, 4590, 0, 400000),
(9300267, 0, 1254, 6170, 0, 400000),
(9300268, 0, 933, 4590, 0, 400000),
(9300269, 0, 174, 850, 0, 400000),
(9300270, 0, 418, 617, 0, 400000),
(9300274, 0, 39, 57, 0, 400000),
(9300289, 0, 1704, 8530, 0, 400000),
(9300294, 0, 2142, 10490, 0, 400000),
(9300315, 0, 483, 2370, 0, 400000),
(9300316, 0, 516, 2540, 0, 400000),
(9300317, 0, 552, 2710, 0, 400000),
(9300318, 0, 588, 2890, 0, 400000),
(9300319, 0, 630, 3090, 0, 400000),
(9300320, 0, 672, 3300, 0, 400000),
(9300321, 0, 717, 3530, 0, 400000),
(9300322, 0, 765, 3770, 0, 400000),
(9300332, 0, 112, 165, 0, 400000),
(9300334, 0, 151, 222, 0, 400000),
(9300335, 0, 116, 171, 0, 400000),
(9300336, 0, 131, 192, 0, 400000),
(9300337, 0, 131, 192, 0, 400000),
(9300367, 0, 84, 410, 0, 400000),
(9300368, 0, 168, 830, 0, 400000),
(9300369, 0, 255, 1250, 0, 400000),
(9300370, 0, 339, 1670, 0, 400000),
(9300371, 0, 426, 2080, 0, 400000),
(9300372, 0, 510, 2500, 0, 400000),
(9300373, 0, 597, 2920, 0, 400000),
(9300374, 0, 681, 3340, 0, 400000),
(9300375, 0, 1824, 11170, 0, 400000),
(9300376, 0, 1824, 11170, 0, 400000),
(9300377, 0, 2229, 13660, 0, 400000),
(9303000, 0, 28, 41, 0, 400000),
(9303001, 0, 28, 41, 0, 400000),
(9303003, 0, 28, 41, 0, 400000),
(9303004, 0, 28, 41, 0, 400000),
(9303005, 0, 74, 108, 0, 400000),
(9303006, 0, 74, 108, 0, 400000),
(9303007, 0, 74, 108, 0, 400000),
(9303008, 0, 74, 108, 0, 400000),
(9303009, 0, 145, 213, 0, 400000),
(9303010, 0, 145, 213, 0, 400000),
(9303011, 0, 145, 213, 0, 400000),
(9303013, 0, 230, 338, 0, 400000),
(9303014, 0, 230, 338, 0, 400000),
(9303016, 0, 230, 338, 0, 400000),
(9400009, 0, 1352, 2483, 0, 400000),
(9400012, 0, 170, 250, 0, 400000),
(9400120, 0, 1926, 11790, 0, 400000),
(9400122, 0, 1926, 11790, 0, 400000),
(9400200, 0, 156, 229, 0, 400000),
(9400203, 0, 113, 167, 0, 400000),
(9400205, 0, 1824, 11170, 0, 400000),
(9400238, 0, 85, 125, 0, 400000),
(9400239, 0, 68, 100, 0, 400000),
(9400241, 0, 19, 29, 0, 400000),
(9400242, 0, 28, 41, 0, 400000),
(9400243, 0, 156, 229, 0, 400000),
(9400244, 0, 168, 246, 0, 400000),
(9400245, 0, 68, 100, 0, 400000),
(9300336, 0, 137, 201, 0, 400000),
(9300337, 0, 137, 201, 0, 400000),
(9300367, 0, 126, 610, 0, 400000),
(9300368, 0, 174, 850, 0, 400000),
(9300369, 0, 243, 1190, 0, 400000),
(9300370, 0, 336, 1650, 0, 400000),
(9300371, 0, 468, 2300, 0, 400000),
(9300372, 0, 651, 3200, 0, 400000),
(9300373, 0, 903, 4440, 0, 400000),
(9300374, 0, 1254, 6170, 0, 400000),
(9300375, 0, 1704, 8530, 0, 400000),
(9300376, 0, 1704, 8530, 0, 400000),
(9300377, 0, 2691, 12890, 0, 400000),
(9303000, 0, 42, 61, 0, 400000),
(9303001, 0, 42, 61, 0, 400000),
(9303003, 0, 42, 61, 0, 400000),
(9303004, 0, 42, 61, 0, 400000),
(9303005, 0, 71, 104, 0, 400000),
(9303006, 0, 71, 104, 0, 400000),
(9303007, 0, 71, 104, 0, 400000),
(9303008, 0, 71, 104, 0, 400000),
(9303009, 0, 161, 237, 0, 400000),
(9303010, 0, 161, 237, 0, 400000),
(9303011, 0, 161, 237, 0, 400000),
(9303013, 0, 432, 638, 0, 400000),
(9303014, 0, 432, 638, 0, 400000),
(9303016, 0, 432, 638, 0, 400000),
(9400009, 0, 7014, 8225, 0, 400000),
(9400012, 0, 217, 320, 0, 400000),
(9400120, 0, 1911, 9460, 0, 400000),
(9400122, 0, 1911, 9460, 0, 400000),
(9400200, 0, 184, 271, 0, 400000),
(9400203, 0, 112, 165, 0, 400000),
(9400205, 0, 1704, 8530, 0, 400000),
(9400238, 0, 81, 119, 0, 400000),
(9400239, 0, 66, 97, 0, 400000),
(9400241, 0, 38, 55, 0, 400000),
(9400242, 0, 42, 61, 0, 400000),
(9400243, 0, 184, 271, 0, 400000),
(9400244, 0, 210, 309, 0, 400000),
(9400245, 0, 66, 97, 0, 400000),
(9400246, 0, 62, 91, 0, 400000),
(9400247, 0, 85, 125, 0, 400000),
(9400248, 0, 68, 100, 0, 400000),
(9400500, 0, 6, 40, 0, 400000),
(9400501, 0, 14, 20, 0, 400000),
(9400502, 0, 42, 200, 0, 400000),
(9400503, 0, 42, 200, 0, 400000),
(9400504, 0, 2, 4, 0, 400000),
(9400538, 0, 54, 79, 0, 400000),
(9400539, 0, 59, 87, 0, 400000),
(9400540, 0, 71, 104, 0, 400000),
(9400541, 0, 71, 104, 0, 400000),
(9400542, 0, 102, 150, 0, 400000),
(9400247, 0, 81, 119, 0, 400000),
(9400248, 0, 66, 97, 0, 400000),
(9400500, 0, 93, 450, 0, 400000),
(9400501, 0, 35, 52, 0, 400000),
(9400502, 0, 105, 520, 0, 400000),
(9400503, 0, 105, 520, 0, 400000),
(9400504, 0, 31, 45, 0, 400000),
(9400538, 0, 56, 83, 0, 400000),
(9400539, 0, 60, 88, 0, 400000),
(9400540, 0, 68, 101, 0, 400000),
(9400541, 0, 68, 101, 0, 400000),
(9400542, 0, 98, 145, 0, 400000),
(9400543, 0, 116, 171, 0, 400000),
(9400544, 0, 142, 208, 0, 400000),
(9400546, 0, 125, 183, 0, 400000),
(9400547, 0, 76, 112, 0, 400000),
(9400548, 0, 85, 125, 0, 400000),
(9400550, 0, 76, 112, 0, 400000),
(9400556, 0, 59, 87, 0, 400000),
(9400558, 0, 85, 125, 0, 400000),
(9400560, 0, 142, 208, 0, 400000),
(9400561, 0, 170, 250, 0, 400000),
(9400562, 0, 170, 250, 0, 400000),
(9400563, 0, 113, 167, 0, 400000),
(9400565, 0, 59, 87, 0, 400000),
(9400570, 0, 42, 62, 0, 400000),
(9400571, 0, 426, 2080, 0, 400000),
(9400573, 0, 113, 167, 0, 400000),
(9400574, 0, 676, 1241, 0, 400000),
(9400576, 0, 199, 292, 0, 400000),
(9400578, 0, 608, 1117, 0, 400000),
(9400579, 0, 676, 1241, 0, 400000),
(9400580, 0, 642, 1179, 0, 400000),
(9400581, 0, 227, 334, 0, 400000),
(9400582, 0, 811, 1490, 0, 400000),
(9400609, 0, 213, 1040, 0, 400000),
(9400612, 0, 213, 1040, 0, 400000),
(9400633, 0, 273, 1330, 0, 400000),
(9400644, 0, 28, 41, 0, 400000),
(9410014, 0, 242, 355, 0, 400000),
(9410015, 0, 726, 3550, 0, 400000),
(9420507, 0, 136, 200, 0, 400000),
(9420527, 0, 128, 187, 0, 400000),
(9420528, 0, 133, 196, 0, 400000),
(9420529, 0, 148, 217, 0, 400000),
(9420530, 0, 159, 233, 0, 400000),
(9420531, 0, 168, 246, 0, 400000),
(9420532, 0, 168, 246, 0, 400000),
(9420533, 0, 173, 254, 0, 400000),
(9420534, 0, 185, 271, 0, 400000),
(9420535, 0, 193, 284, 0, 400000),
(9420536, 0, 205, 300, 0, 400000),
(9420537, 0, 213, 313, 0, 400000),
(9420538, 0, 233, 342, 0, 400000),
(9420539, 0, 247, 363, 0, 400000),
(9420545, 0, 168, 246, 0, 400000),
(9420550, 0, 168, 246, 0, 400000),
(9500101, 0, 19, 29, 0, 400000),
(9500102, 0, 22, 33, 0, 400000),
(9500103, 0, 42, 62, 0, 400000),
(9500104, 0, 34, 50, 0, 400000),
(9500105, 0, 42, 62, 0, 400000),
(9400544, 0, 156, 230, 0, 400000),
(9400546, 0, 128, 189, 0, 400000),
(9400547, 0, 73, 108, 0, 400000),
(9400548, 0, 81, 119, 0, 400000),
(9400550, 0, 73, 108, 0, 400000),
(9400556, 0, 60, 88, 0, 400000),
(9400558, 0, 81, 119, 0, 400000),
(9400560, 0, 156, 230, 0, 400000),
(9400561, 0, 217, 320, 0, 400000),
(9400562, 0, 217, 320, 0, 400000),
(9400563, 0, 112, 165, 0, 400000),
(9400565, 0, 60, 88, 0, 400000),
(9400570, 0, 49, 72, 0, 400000),
(9400571, 0, 468, 2300, 0, 400000),
(9400573, 0, 112, 165, 0, 400000),
(9400574, 0, 714, 1049, 0, 400000),
(9400576, 0, 301, 444, 0, 400000),
(9400578, 0, 568, 853, 0, 400000),
(9400579, 0, 714, 1049, 0, 400000),
(9400580, 0, 637, 946, 0, 400000),
(9400581, 0, 418, 617, 0, 400000),
(9400582, 0, 1127, 1583, 0, 400000),
(9400609, 0, 204, 1010, 0, 400000),
(9400612, 0, 204, 1010, 0, 400000),
(9400633, 0, 258, 1270, 0, 400000),
(9400644, 0, 42, 61, 0, 400000),
(9410014, 0, 493, 728, 0, 400000),
(9410015, 0, 1479, 7280, 0, 400000),
(9420507, 0, 146, 215, 0, 400000),
(9420527, 0, 132, 195, 0, 400000),
(9420528, 0, 141, 208, 0, 400000),
(9420529, 0, 167, 245, 0, 400000),
(9420530, 0, 190, 280, 0, 400000),
(9420531, 0, 210, 309, 0, 400000),
(9420532, 0, 210, 309, 0, 400000),
(9420533, 0, 224, 330, 0, 400000),
(9420534, 0, 255, 377, 0, 400000),
(9420535, 0, 282, 416, 0, 400000),
(9420536, 0, 321, 474, 0, 400000),
(9420537, 0, 355, 524, 0, 400000),
(9420538, 0, 446, 659, 0, 400000),
(9420539, 0, 526, 777, 0, 400000),
(9420545, 0, 210, 309, 0, 400000),
(9420550, 0, 210, 309, 0, 400000),
(9500101, 0, 38, 55, 0, 400000),
(9500102, 0, 39, 57, 0, 400000),
(9500103, 0, 49, 72, 0, 400000),
(9500104, 0, 44, 65, 0, 400000),
(9500105, 0, 49, 72, 0, 400000),
(9500106, 0, 62, 91, 0, 400000),
(9500107, 0, 85, 125, 0, 400000),
(9500108, 0, 91, 133, 0, 400000),
(9500109, 0, 91, 133, 0, 400000),
(9500110, 0, 99, 146, 0, 400000),
(9500111, 0, 99, 146, 0, 400000),
(9500112, 0, 99, 146, 0, 400000),
(9500113, 0, 102, 150, 0, 400000),
(9500115, 0, 105, 154, 0, 400000),
(9500116, 0, 113, 167, 0, 400000),
(9500117, 0, 102, 150, 0, 400000),
(9500118, 0, 111, 162, 0, 400000),
(9500119, 0, 111, 162, 0, 400000),
(9500120, 0, 128, 187, 0, 400000),
(9500121, 0, 136, 200, 0, 400000),
(9500122, 0, 139, 204, 0, 400000),
(9500123, 0, 168, 246, 0, 400000),
(9500124, 0, 510, 2500, 0, 400000),
(9500125, 0, 170, 250, 0, 400000),
(9500126, 0, 182, 267, 0, 400000),
(9500127, 0, 190, 279, 0, 400000),
(9500128, 0, 193, 284, 0, 400000),
(9500129, 0, 199, 292, 0, 400000),
(9500130, 0, 597, 2920, 0, 400000),
(9500131, 0, 207, 304, 0, 400000),
(9500132, 0, 213, 313, 0, 400000),
(9500134, 0, 227, 334, 0, 400000),
(9500135, 0, 242, 355, 0, 400000),
(9500136, 0, 662, 1217, 0, 400000),
(9500137, 0, 642, 1179, 0, 400000),
(9500138, 0, 608, 1117, 0, 400000),
(9500139, 0, 681, 3340, 0, 400000),
(9500140, 0, 2028, 12410, 0, 400000),
(9500156, 0, 136, 200, 0, 400000),
(9500157, 0, 99, 146, 0, 400000),
(9500158, 0, 597, 2920, 0, 400000),
(9500159, 0, 597, 2920, 0, 400000),
(9500160, 0, 597, 2920, 0, 400000),
(9500161, 0, 227, 334, 0, 400000),
(9500162, 0, 227, 334, 0, 400000),
(9500163, 0, 236, 346, 0, 400000),
(9500164, 0, 250, 367, 0, 400000),
(9500165, 0, 250, 367, 0, 400000),
(9500166, 0, 250, 367, 0, 400000),
(9500178, 0, 113, 167, 0, 400000),
(9500180, 0, 1824, 11170, 0, 400000),
(9500181, 0, 1824, 11170, 0, 400000),
(9500306, 0, 168, 830, 0, 400000),
(9500307, 0, 297, 1460, 0, 400000),
(9500308, 0, 426, 2080, 0, 400000),
(9500309, 0, 468, 2290, 0, 400000),
(9500310, 0, 504, 2460, 0, 400000),
(9500311, 0, 555, 2710, 0, 400000),
(9500312, 0, 597, 2920, 0, 400000),
(9500313, 0, 606, 2960, 0, 400000),
(9500314, 0, 657, 3210, 0, 400000),
(9500317, 0, 84, 410, 0, 400000),
(9500318, 0, 339, 1670, 0, 400000),
(9500319, 0, 597, 2920, 0, 400000),
(9500321, 0, 28, 41, 0, 400000),
(9500326, 0, 384, 1870, 0, 400000),
(9500327, 0, 255, 1250, 0, 400000),
(9500328, 0, 297, 1460, 0, 400000),
(9500331, 0, 468, 2290, 0, 400000),
(9500332, 0, 384, 1870, 0, 400000),
(9500333, 0, 426, 2080, 0, 400000),
(9500334, 0, 468, 2290, 0, 400000),
(9500335, 0, 426, 2080, 0, 400000),
(9500366, 0, 42, 62, 0, 400000),
(9500367, 0, 42, 62, 0, 400000),
(9500368, 0, 42, 62, 0, 400000),
(9500369, 0, 42, 62, 0, 400000),
(9500370, 0, 42, 62, 0, 400000),
(9500371, 0, 42, 62, 0, 400000),
(9500372, 0, 42, 62, 0, 400000);
(9500107, 0, 81, 119, 0, 400000),
(9500108, 0, 86, 127, 0, 400000),
(9500109, 0, 86, 127, 0, 400000),
(9500110, 0, 95, 140, 0, 400000),
(9500111, 0, 95, 140, 0, 400000),
(9500112, 0, 95, 140, 0, 400000),
(9500113, 0, 98, 145, 0, 400000),
(9500115, 0, 102, 150, 0, 400000),
(9500116, 0, 112, 165, 0, 400000),
(9500117, 0, 98, 145, 0, 400000),
(9500118, 0, 109, 160, 0, 400000),
(9500119, 0, 109, 160, 0, 400000),
(9500120, 0, 132, 195, 0, 400000),
(9500121, 0, 146, 215, 0, 400000),
(9500122, 0, 151, 222, 0, 400000),
(9500123, 0, 210, 309, 0, 400000),
(9500124, 0, 651, 3200, 0, 400000),
(9500125, 0, 217, 320, 0, 400000),
(9500126, 0, 247, 365, 0, 400000),
(9500127, 0, 273, 402, 0, 400000),
(9500128, 0, 282, 416, 0, 400000),
(9500129, 0, 301, 444, 0, 400000),
(9500130, 0, 903, 4440, 0, 400000),
(9500131, 0, 332, 490, 0, 400000),
(9500132, 0, 355, 524, 0, 400000),
(9500134, 0, 418, 617, 0, 400000),
(9500135, 0, 493, 728, 0, 400000),
(9500136, 0, 682, 1006, 0, 400000),
(9500137, 0, 637, 946, 0, 400000),
(9500138, 0, 568, 853, 0, 400000),
(9500139, 0, 1254, 6170, 0, 400000),
(9500140, 0, 2142, 10490, 0, 400000),
(9500156, 0, 146, 215, 0, 400000),
(9500157, 0, 95, 140, 0, 400000),
(9500158, 0, 903, 4440, 0, 400000),
(9500159, 0, 903, 4440, 0, 400000),
(9500160, 0, 903, 4440, 0, 400000),
(9500161, 0, 418, 617, 0, 400000),
(9500162, 0, 418, 617, 0, 400000),
(9500163, 0, 461, 681, 0, 400000),
(9500164, 0, 544, 803, 0, 400000),
(9500165, 0, 544, 803, 0, 400000),
(9500166, 0, 544, 803, 0, 400000),
(9500178, 0, 112, 165, 0, 400000),
(9500180, 0, 1704, 8530, 0, 400000),
(9500181, 0, 1704, 8530, 0, 400000),
(9500306, 0, 174, 850, 0, 400000),
(9500307, 0, 285, 1400, 0, 400000),
(9500308, 0, 468, 2300, 0, 400000),
(9500309, 0, 552, 2710, 0, 400000),
(9500310, 0, 630, 3090, 0, 400000),
(9500311, 0, 765, 3770, 0, 400000),
(9500312, 0, 903, 4440, 0, 400000),
(9500313, 0, 933, 4590, 0, 400000),
(9500314, 0, 1137, 5590, 0, 400000),
(9500317, 0, 126, 610, 0, 400000),
(9500318, 0, 336, 1650, 0, 400000),
(9500319, 0, 903, 4440, 0, 400000),
(9500321, 0, 42, 61, 0, 400000),
(9500326, 0, 396, 1950, 0, 400000),
(9500327, 0, 243, 1190, 0, 400000),
(9500328, 0, 285, 1400, 0, 400000),
(9500331, 0, 552, 2710, 0, 400000),
(9500332, 0, 396, 1950, 0, 400000),
(9500333, 0, 468, 2300, 0, 400000),
(9500334, 0, 552, 2710, 0, 400000),
(9500335, 0, 468, 2300, 0, 400000),
(9500366, 0, 49, 72, 0, 400000),
(9500367, 0, 49, 72, 0, 400000),
(9500368, 0, 49, 72, 0, 400000),
(9500369, 0, 49, 72, 0, 400000),
(9500370, 0, 49, 72, 0, 400000),
(9500371, 0, 49, 72, 0, 400000),
(9500372, 0, 49, 72, 0, 400000);
DELETE FROM drop_data WHERE dropperid >= 9300184 AND dropperid <= 9300215 AND itemid = 0;

View File

@@ -1,8 +1,21 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
This file is part of the MapleSolaxiaV2 Maple Story Server
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 as published by
the Free Software Foundation. You may not use, modify or distribute
this program under any other version of the GNU Affero General Public
License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package maplemesofetcher;
import life.MapleLifeFactory;
@@ -37,16 +50,11 @@ import tools.Pair;
public class MapleMesoFetcher {
/**
* @param args the command line arguments
*/
private static PrintWriter printWriter;
private static String newFile = "lib/meso_drop_data.sql";
private static boolean permitMesosOnDojoBosses = false;
private static float correctionFactor = 11.0f;
private static int minItems = 4;
private static int mesoid = 0;
@@ -59,10 +67,10 @@ public class MapleMesoFetcher {
int minRange, maxRange;
// MIN range
minRange = (int)(72.70814714 * Math.exp(0.02284640619) * level / correctionFactor);
minRange = (int)(72.70814714 * Math.exp(0.02284640619 * level));
// MAX range
maxRange = (int)(133.8194881 * Math.exp(0.02059225059) * level / correctionFactor);
maxRange = (int)(133.8194881 * Math.exp(0.02059225059 * level));
// boss perks
if(boss) {
@@ -77,10 +85,10 @@ public class MapleMesoFetcher {
int minRange, maxRange;
// MIN range
minRange = (int)(30.32032228 * Math.exp(0.0328114493) * level / correctionFactor);
minRange = (int)(30.32032228 * Math.exp(0.03281144930 * level));
// MAX range
maxRange = (int)(44.45878459 * Math.exp(0.03289611686) * level / correctionFactor);
maxRange = (int)(44.45878459 * Math.exp(0.03289611686 * level));
// boss perks
if(boss) {

View File

@@ -1,8 +1,21 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
This file is part of the MapleSolaxiaV2 Maple Story Server
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 as published by
the Free Software Foundation. You may not use, modify or distribute
this program under any other version of the GNU Affero General Public
License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package mobbookindexer;
import java.sql.Connection;
@@ -198,9 +211,6 @@ public class MobBookIndexer {
}
}
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
IndexFromDropData();
}

View File

@@ -1,8 +1,21 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
This file is part of the MapleSolaxiaV2 Maple Story Server
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 as published by
the Free Software Foundation. You may not use, modify or distribute
this program under any other version of the GNU Affero General Public
License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package mobbookupdate;
import java.sql.Connection;
@@ -202,9 +215,6 @@ public class MobBookUpdate {
}
}
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
UpdateFromDropData();
}