From 59e1db4a680c055a6969069810ab48fec215e76e Mon Sep 17 00:00:00 2001 From: mobius <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 29 Jan 2015 00:33:15 +0000 Subject: [PATCH] Fixed equip item restrictions. --- trunk/dist/game/data/categoryData.xml | 5 + .../game/data/stats/items/00000-00099.xml | 30 --- .../game/data/stats/items/00100-00199.xml | 30 --- .../game/data/stats/items/00300-00399.xml | 69 ------- .../game/data/stats/items/00400-00499.xml | 171 ---------------- .../game/data/stats/items/00600-00699.xml | 150 -------------- .../game/data/stats/items/00900-00999.xml | 3 - .../game/data/stats/items/01100-01199.xml | 18 -- .../game/data/stats/items/01300-01399.xml | 24 --- .../game/data/stats/items/02300-02399.xml | 36 ---- .../game/data/stats/items/02400-02499.xml | 48 ----- .../game/data/stats/items/04200-04299.xml | 12 -- .../game/data/stats/items/05200-05299.xml | 15 -- .../game/data/stats/items/05300-05399.xml | 24 --- .../game/data/stats/items/05700-05799.xml | 96 --------- .../game/data/stats/items/06300-06399.xml | 30 --- .../game/data/stats/items/06600-06699.xml | 30 --- .../game/data/stats/items/06900-06999.xml | 1 - .../game/data/stats/items/07000-07099.xml | 1 - .../game/data/stats/items/07800-07899.xml | 18 -- .../game/data/stats/items/08600-08699.xml | 3 - .../game/data/stats/items/09000-09099.xml | 102 ---------- .../game/data/stats/items/09100-09199.xml | 12 -- .../game/data/stats/items/09400-09499.xml | 41 ---- .../game/data/stats/items/09500-09599.xml | 33 --- .../game/data/stats/items/09800-09899.xml | 12 -- .../game/data/stats/items/10000-10099.xml | 12 -- .../game/data/stats/items/10100-10199.xml | 16 -- .../game/data/stats/items/10200-10299.xml | 14 -- .../game/data/stats/items/10700-10799.xml | 12 -- .../game/data/stats/items/10800-10899.xml | 32 --- .../game/data/stats/items/11300-11399.xml | 93 --------- .../game/data/stats/items/11400-11499.xml | 189 ------------------ .../game/data/stats/items/11500-11599.xml | 122 ----------- .../game/data/stats/items/12000-12099.xml | 123 ------------ .../game/data/stats/items/12100-12199.xml | 129 ------------ .../game/data/stats/items/12200-12299.xml | 162 --------------- .../game/data/stats/items/12300-12399.xml | 33 --- .../game/data/stats/items/12400-12499.xml | 18 -- .../game/data/stats/items/12500-12599.xml | 168 ---------------- .../game/data/stats/items/12600-12699.xml | 158 --------------- .../game/data/stats/items/12700-12799.xml | 24 --- .../game/data/stats/items/12800-12899.xml | 9 - .../game/data/stats/items/12900-12999.xml | 33 --- .../game/data/stats/items/13000-13099.xml | 9 - .../game/data/stats/items/13100-13199.xml | 30 --- .../game/data/stats/items/13400-13499.xml | 51 ----- .../game/data/stats/items/13500-13599.xml | 3 - .../game/data/stats/items/13600-13699.xml | 3 - .../game/data/stats/items/13800-13899.xml | 14 -- .../game/data/stats/items/13900-13999.xml | 3 - .../game/data/stats/items/14100-14199.xml | 27 --- .../game/data/stats/items/14500-14599.xml | 18 -- .../game/data/stats/items/14600-14699.xml | 3 - .../game/data/stats/items/14700-14799.xml | 6 - .../game/data/stats/items/14900-14999.xml | 36 ---- .../game/data/stats/items/15000-15099.xml | 57 ------ .../game/data/stats/items/15100-15199.xml | 57 ------ .../game/data/stats/items/15500-15599.xml | 57 ------ .../game/data/stats/items/15600-15699.xml | 63 ------ .../game/data/stats/items/15700-15799.xml | 96 --------- .../game/data/stats/items/16100-16199.xml | 18 -- .../game/data/stats/items/16200-16299.xml | 165 --------------- .../game/data/stats/items/16300-16399.xml | 123 ------------ .../game/data/stats/items/16800-16899.xml | 78 -------- .../game/data/stats/items/16900-16999.xml | 27 --- .../game/data/stats/items/17000-17099.xml | 24 --- .../game/data/stats/items/20200-20299.xml | 3 - .../game/data/stats/items/20600-20699.xml | 15 -- .../game/data/stats/items/21700-21799.xml | 21 -- .../game/data/stats/items/21800-21899.xml | 6 - .../game/data/stats/items/40000-40099.xml | 2 + .../network/clientpackets/UseItem.java | 21 +- 73 files changed, 27 insertions(+), 3370 deletions(-) diff --git a/trunk/dist/game/data/categoryData.xml b/trunk/dist/game/data/categoryData.xml index e1069ac2e8..7db14172c2 100644 --- a/trunk/dist/game/data/categoryData.xml +++ b/trunk/dist/game/data/categoryData.xml @@ -142,6 +142,7 @@ 52 115 116 + 183 10 @@ -236,6 +237,8 @@ 53 123 124 + 182 + 183 1 @@ -1803,6 +1806,7 @@ 129 130 135 + 182 10 @@ -1825,6 +1829,7 @@ 41 42 43 + 183 123 diff --git a/trunk/dist/game/data/stats/items/00000-00099.xml b/trunk/dist/game/data/stats/items/00000-00099.xml index 148cd6d72f..034f43ce54 100644 --- a/trunk/dist/game/data/stats/items/00000-00099.xml +++ b/trunk/dist/game/data/stats/items/00000-00099.xml @@ -382,9 +382,6 @@ - - - @@ -399,9 +396,6 @@ - - - @@ -416,9 +410,6 @@ - - - @@ -486,9 +477,6 @@ - - - @@ -502,9 +490,6 @@ - - - @@ -583,9 +568,6 @@ - - - @@ -612,9 +594,6 @@ - - - @@ -942,9 +921,6 @@ - - - @@ -962,9 +938,6 @@ - - - @@ -982,9 +955,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/00100-00199.xml b/trunk/dist/game/data/stats/items/00100-00199.xml index 977ecb8016..09cf565ee2 100644 --- a/trunk/dist/game/data/stats/items/00100-00199.xml +++ b/trunk/dist/game/data/stats/items/00100-00199.xml @@ -57,9 +57,6 @@ - - - @@ -78,9 +75,6 @@ - - - @@ -99,9 +93,6 @@ - - - @@ -120,9 +111,6 @@ - - - @@ -141,9 +129,6 @@ - - - @@ -162,9 +147,6 @@ - - - @@ -183,9 +165,6 @@ - - - @@ -204,9 +183,6 @@ - - - @@ -225,9 +201,6 @@ - - - @@ -246,9 +219,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/00300-00399.xml b/trunk/dist/game/data/stats/items/00300-00399.xml index 9984d65f01..688945e601 100644 --- a/trunk/dist/game/data/stats/items/00300-00399.xml +++ b/trunk/dist/game/data/stats/items/00300-00399.xml @@ -1270,9 +1270,6 @@ - - - @@ -1290,9 +1287,6 @@ - - - @@ -1310,9 +1304,6 @@ - - - @@ -1330,9 +1321,6 @@ - - - @@ -1350,9 +1338,6 @@ - - - @@ -1370,9 +1355,6 @@ - - - @@ -1390,9 +1372,6 @@ - - - @@ -1410,9 +1389,6 @@ - - - @@ -1430,9 +1406,6 @@ - - - @@ -1450,9 +1423,6 @@ - - - @@ -1470,9 +1440,6 @@ - - - @@ -1490,9 +1457,6 @@ - - - @@ -1612,9 +1576,6 @@ - - - @@ -1768,9 +1729,6 @@ - - - @@ -1807,9 +1765,6 @@ - - - @@ -1827,9 +1782,6 @@ - - - @@ -1847,9 +1799,6 @@ - - - @@ -1867,9 +1816,6 @@ - - - @@ -1887,9 +1833,6 @@ - - - @@ -1907,9 +1850,6 @@ - - - @@ -1927,9 +1867,6 @@ - - - @@ -1947,9 +1884,6 @@ - - - @@ -2035,9 +1969,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/00400-00499.xml b/trunk/dist/game/data/stats/items/00400-00499.xml index 4fba23091a..4111108662 100644 --- a/trunk/dist/game/data/stats/items/00400-00499.xml +++ b/trunk/dist/game/data/stats/items/00400-00499.xml @@ -434,9 +434,6 @@ - - - @@ -451,9 +448,6 @@ - - - @@ -482,9 +476,6 @@ - - - @@ -499,9 +490,6 @@ - - - @@ -547,9 +535,6 @@ - - - @@ -568,9 +553,6 @@ - - - @@ -589,9 +571,6 @@ - - - @@ -610,9 +589,6 @@ - - - @@ -631,9 +607,6 @@ - - - @@ -652,9 +625,6 @@ - - - @@ -673,9 +643,6 @@ - - - @@ -694,9 +661,6 @@ - - - @@ -715,9 +679,6 @@ - - - @@ -736,9 +697,6 @@ - - - @@ -757,9 +715,6 @@ - - - @@ -778,9 +733,6 @@ - - - @@ -799,9 +751,6 @@ - - - @@ -820,9 +769,6 @@ - - - @@ -841,9 +787,6 @@ - - - @@ -862,9 +805,6 @@ - - - @@ -883,9 +823,6 @@ - - - @@ -904,9 +841,6 @@ - - - @@ -925,9 +859,6 @@ - - - @@ -946,9 +877,6 @@ - - - @@ -967,9 +895,6 @@ - - - @@ -988,9 +913,6 @@ - - - @@ -1009,9 +931,6 @@ - - - @@ -1030,9 +949,6 @@ - - - @@ -1051,9 +967,6 @@ - - - @@ -1072,9 +985,6 @@ - - - @@ -1093,9 +1003,6 @@ - - - @@ -1114,9 +1021,6 @@ - - - @@ -1137,9 +1041,6 @@ - - - @@ -1157,9 +1058,6 @@ - - - @@ -1174,9 +1072,6 @@ - - - @@ -1191,9 +1086,6 @@ - - - @@ -1208,9 +1100,6 @@ - - - @@ -1228,9 +1117,6 @@ - - - @@ -1249,9 +1135,6 @@ - - - @@ -1270,9 +1153,6 @@ - - - @@ -1291,9 +1171,6 @@ - - - @@ -1312,9 +1189,6 @@ - - - @@ -1333,9 +1207,6 @@ - - - @@ -1354,9 +1225,6 @@ - - - @@ -1375,9 +1243,6 @@ - - - @@ -1396,9 +1261,6 @@ - - - @@ -1417,9 +1279,6 @@ - - - @@ -1438,9 +1297,6 @@ - - - @@ -1459,9 +1315,6 @@ - - - @@ -1480,9 +1333,6 @@ - - - @@ -1501,9 +1351,6 @@ - - - @@ -1522,9 +1369,6 @@ - - - @@ -1543,9 +1387,6 @@ - - - @@ -1564,9 +1405,6 @@ - - - @@ -1585,9 +1423,6 @@ - - - @@ -1606,9 +1441,6 @@ - - - @@ -1627,9 +1459,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/00600-00699.xml b/trunk/dist/game/data/stats/items/00600-00699.xml index c12ba3864e..9a7b41e475 100644 --- a/trunk/dist/game/data/stats/items/00600-00699.xml +++ b/trunk/dist/game/data/stats/items/00600-00699.xml @@ -405,9 +405,6 @@ - - - @@ -426,9 +423,6 @@ - - - @@ -447,9 +441,6 @@ - - - @@ -468,9 +459,6 @@ - - - @@ -489,9 +477,6 @@ - - - @@ -510,9 +495,6 @@ - - - @@ -531,9 +513,6 @@ - - - @@ -552,9 +531,6 @@ - - - @@ -573,9 +549,6 @@ - - - @@ -595,9 +568,6 @@ - - - @@ -616,9 +586,6 @@ - - - @@ -637,9 +604,6 @@ - - - @@ -658,9 +622,6 @@ - - - @@ -679,9 +640,6 @@ - - - @@ -700,9 +658,6 @@ - - - @@ -721,9 +676,6 @@ - - - @@ -742,9 +694,6 @@ - - - @@ -763,9 +712,6 @@ - - - @@ -784,9 +730,6 @@ - - - @@ -805,9 +748,6 @@ - - - @@ -826,9 +766,6 @@ - - - @@ -847,9 +784,6 @@ - - - @@ -868,9 +802,6 @@ - - - @@ -889,9 +820,6 @@ - - - @@ -910,9 +838,6 @@ - - - @@ -931,9 +856,6 @@ - - - @@ -952,9 +874,6 @@ - - - @@ -973,9 +892,6 @@ - - - @@ -994,9 +910,6 @@ - - - @@ -1015,9 +928,6 @@ - - - @@ -1036,9 +946,6 @@ - - - @@ -1057,9 +964,6 @@ - - - @@ -1078,9 +982,6 @@ - - - @@ -1099,9 +1000,6 @@ - - - @@ -1120,9 +1018,6 @@ - - - @@ -1141,9 +1036,6 @@ - - - @@ -1162,9 +1054,6 @@ - - - @@ -1183,9 +1072,6 @@ - - - @@ -1204,9 +1090,6 @@ - - - @@ -1225,9 +1108,6 @@ - - - @@ -1246,9 +1126,6 @@ - - - @@ -1267,9 +1144,6 @@ - - - @@ -1288,9 +1162,6 @@ - - - @@ -1309,9 +1180,6 @@ - - - @@ -1330,9 +1198,6 @@ - - - @@ -1351,9 +1216,6 @@ - - - @@ -1372,9 +1234,6 @@ - - - @@ -1393,9 +1252,6 @@ - - - @@ -1414,9 +1270,6 @@ - - - @@ -1435,9 +1288,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/00900-00999.xml b/trunk/dist/game/data/stats/items/00900-00999.xml index bad5400fc2..c276adca61 100644 --- a/trunk/dist/game/data/stats/items/00900-00999.xml +++ b/trunk/dist/game/data/stats/items/00900-00999.xml @@ -672,9 +672,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/01100-01199.xml b/trunk/dist/game/data/stats/items/01100-01199.xml index d6cef5739b..22c654dfca 100644 --- a/trunk/dist/game/data/stats/items/01100-01199.xml +++ b/trunk/dist/game/data/stats/items/01100-01199.xml @@ -9,9 +9,6 @@ - - - @@ -26,9 +23,6 @@ - - - @@ -43,9 +37,6 @@ - - - @@ -60,9 +51,6 @@ - - - @@ -77,9 +65,6 @@ - - - @@ -94,9 +79,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/01300-01399.xml b/trunk/dist/game/data/stats/items/01300-01399.xml index ab6bba3902..834c12e93c 100644 --- a/trunk/dist/game/data/stats/items/01300-01399.xml +++ b/trunk/dist/game/data/stats/items/01300-01399.xml @@ -198,9 +198,6 @@ - - - @@ -215,9 +212,6 @@ - - - @@ -232,9 +226,6 @@ - - - @@ -264,9 +255,6 @@ - - - @@ -282,9 +270,6 @@ - - - @@ -299,9 +284,6 @@ - - - @@ -316,9 +298,6 @@ - - - @@ -348,9 +327,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/02300-02399.xml b/trunk/dist/game/data/stats/items/02300-02399.xml index dcad9623bf..7eee4073f4 100644 --- a/trunk/dist/game/data/stats/items/02300-02399.xml +++ b/trunk/dist/game/data/stats/items/02300-02399.xml @@ -1002,9 +1002,6 @@ - - - @@ -1022,9 +1019,6 @@ - - - @@ -1042,9 +1036,6 @@ - - - @@ -1062,9 +1053,6 @@ - - - @@ -1082,9 +1070,6 @@ - - - @@ -1102,9 +1087,6 @@ - - - @@ -1122,9 +1104,6 @@ - - - @@ -1142,9 +1121,6 @@ - - - @@ -1362,9 +1338,6 @@ - - - @@ -1383,9 +1356,6 @@ - - - @@ -1404,9 +1374,6 @@ - - - @@ -1425,9 +1392,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/02400-02499.xml b/trunk/dist/game/data/stats/items/02400-02499.xml index 1e3f79af1b..7085c802f6 100644 --- a/trunk/dist/game/data/stats/items/02400-02499.xml +++ b/trunk/dist/game/data/stats/items/02400-02499.xml @@ -12,9 +12,6 @@ - - - @@ -33,9 +30,6 @@ - - - @@ -54,9 +48,6 @@ - - - @@ -75,9 +66,6 @@ - - - @@ -96,9 +84,6 @@ - - - @@ -117,9 +102,6 @@ - - - @@ -138,9 +120,6 @@ - - - @@ -159,9 +138,6 @@ - - - @@ -180,9 +156,6 @@ - - - @@ -201,9 +174,6 @@ - - - @@ -1542,9 +1512,6 @@ - - - @@ -1563,9 +1530,6 @@ - - - @@ -1584,9 +1548,6 @@ - - - @@ -1605,9 +1566,6 @@ - - - @@ -1626,9 +1584,6 @@ - - - @@ -1647,9 +1602,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/04200-04299.xml b/trunk/dist/game/data/stats/items/04200-04299.xml index 6b932961a3..054289b5b5 100644 --- a/trunk/dist/game/data/stats/items/04200-04299.xml +++ b/trunk/dist/game/data/stats/items/04200-04299.xml @@ -275,9 +275,6 @@ - - - @@ -294,9 +291,6 @@ - - - @@ -343,9 +337,6 @@ - - - @@ -362,9 +353,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/05200-05299.xml b/trunk/dist/game/data/stats/items/05200-05299.xml index ebcc7c19a2..c4a1a35355 100644 --- a/trunk/dist/game/data/stats/items/05200-05299.xml +++ b/trunk/dist/game/data/stats/items/05200-05299.xml @@ -506,9 +506,6 @@ - - - @@ -1090,9 +1087,6 @@ - - - @@ -1110,9 +1104,6 @@ - - - @@ -1177,9 +1168,6 @@ - - - @@ -1199,9 +1187,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/05300-05399.xml b/trunk/dist/game/data/stats/items/05300-05399.xml index 44b7d58216..df0eb55a86 100644 --- a/trunk/dist/game/data/stats/items/05300-05399.xml +++ b/trunk/dist/game/data/stats/items/05300-05399.xml @@ -77,9 +77,6 @@ - - - @@ -98,9 +95,6 @@ - - - @@ -151,9 +145,6 @@ - - - @@ -204,9 +195,6 @@ - - - @@ -271,9 +259,6 @@ - - - @@ -293,9 +278,6 @@ - - - @@ -459,9 +441,6 @@ - - - @@ -512,9 +491,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/05700-05799.xml b/trunk/dist/game/data/stats/items/05700-05799.xml index 31a50b1459..081a1430da 100644 --- a/trunk/dist/game/data/stats/items/05700-05799.xml +++ b/trunk/dist/game/data/stats/items/05700-05799.xml @@ -166,9 +166,6 @@ - - - @@ -201,9 +198,6 @@ - - - @@ -236,9 +230,6 @@ - - - @@ -271,9 +262,6 @@ - - - @@ -306,9 +294,6 @@ - - - @@ -341,9 +326,6 @@ - - - @@ -376,9 +358,6 @@ - - - @@ -411,9 +390,6 @@ - - - @@ -446,9 +422,6 @@ - - - @@ -481,9 +454,6 @@ - - - @@ -516,9 +486,6 @@ - - - @@ -551,9 +518,6 @@ - - - @@ -586,9 +550,6 @@ - - - @@ -621,9 +582,6 @@ - - - @@ -656,9 +614,6 @@ - - - @@ -691,9 +646,6 @@ - - - @@ -942,9 +894,6 @@ - - - @@ -977,9 +926,6 @@ - - - @@ -996,9 +942,6 @@ - - - @@ -1031,9 +974,6 @@ - - - @@ -1050,9 +990,6 @@ - - - @@ -1085,9 +1022,6 @@ - - - @@ -1104,9 +1038,6 @@ - - - @@ -1139,9 +1070,6 @@ - - - @@ -1158,9 +1086,6 @@ - - - @@ -1193,9 +1118,6 @@ - - - @@ -1212,9 +1134,6 @@ - - - @@ -1247,9 +1166,6 @@ - - - @@ -1266,9 +1182,6 @@ - - - @@ -1301,9 +1214,6 @@ - - - @@ -1320,9 +1230,6 @@ - - - @@ -1355,9 +1262,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/06300-06399.xml b/trunk/dist/game/data/stats/items/06300-06399.xml index 70e59d6305..bc6a3447c7 100644 --- a/trunk/dist/game/data/stats/items/06300-06399.xml +++ b/trunk/dist/game/data/stats/items/06300-06399.xml @@ -1260,9 +1260,6 @@ - - - @@ -1281,9 +1278,6 @@ - - - @@ -1301,9 +1295,6 @@ - - - @@ -1321,9 +1312,6 @@ - - - @@ -1340,9 +1328,6 @@ - - - @@ -1362,9 +1347,6 @@ - - - @@ -1452,9 +1434,6 @@ - - - @@ -1473,9 +1452,6 @@ - - - @@ -1493,9 +1469,6 @@ - - - @@ -1513,9 +1486,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/06600-06699.xml b/trunk/dist/game/data/stats/items/06600-06699.xml index f217536303..6763f11df8 100644 --- a/trunk/dist/game/data/stats/items/06600-06699.xml +++ b/trunk/dist/game/data/stats/items/06600-06699.xml @@ -1251,9 +1251,6 @@ - - - @@ -1272,9 +1269,6 @@ - - - @@ -1292,9 +1286,6 @@ - - - @@ -1312,9 +1303,6 @@ - - - @@ -1331,9 +1319,6 @@ - - - @@ -1353,9 +1338,6 @@ - - - @@ -1443,9 +1425,6 @@ - - - @@ -1464,9 +1443,6 @@ - - - @@ -1484,9 +1460,6 @@ - - - @@ -1504,9 +1477,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/06900-06999.xml b/trunk/dist/game/data/stats/items/06900-06999.xml index c18e28bc1e..c23fa5b41f 100644 --- a/trunk/dist/game/data/stats/items/06900-06999.xml +++ b/trunk/dist/game/data/stats/items/06900-06999.xml @@ -34,7 +34,6 @@ - diff --git a/trunk/dist/game/data/stats/items/07000-07099.xml b/trunk/dist/game/data/stats/items/07000-07099.xml index c0180ef0f0..7a21c5db55 100644 --- a/trunk/dist/game/data/stats/items/07000-07099.xml +++ b/trunk/dist/game/data/stats/items/07000-07099.xml @@ -193,7 +193,6 @@ - diff --git a/trunk/dist/game/data/stats/items/07800-07899.xml b/trunk/dist/game/data/stats/items/07800-07899.xml index 7a6aac1515..570e349ab9 100644 --- a/trunk/dist/game/data/stats/items/07800-07899.xml +++ b/trunk/dist/game/data/stats/items/07800-07899.xml @@ -1005,7 +1005,6 @@ - @@ -1028,7 +1027,6 @@ - @@ -1051,7 +1049,6 @@ - @@ -1136,7 +1133,6 @@ - @@ -1160,7 +1156,6 @@ - @@ -1183,7 +1178,6 @@ - @@ -1223,7 +1217,6 @@ - @@ -1244,7 +1237,6 @@ - @@ -1265,7 +1257,6 @@ - @@ -1342,7 +1333,6 @@ - @@ -1364,7 +1354,6 @@ - @@ -1385,7 +1374,6 @@ - @@ -1425,7 +1413,6 @@ - @@ -1446,7 +1433,6 @@ - @@ -1467,7 +1453,6 @@ - @@ -1544,7 +1529,6 @@ - @@ -1566,7 +1550,6 @@ - @@ -1587,7 +1570,6 @@ - diff --git a/trunk/dist/game/data/stats/items/08600-08699.xml b/trunk/dist/game/data/stats/items/08600-08699.xml index 6a717ff8e1..a793a8daa5 100644 --- a/trunk/dist/game/data/stats/items/08600-08699.xml +++ b/trunk/dist/game/data/stats/items/08600-08699.xml @@ -865,9 +865,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/09000-09099.xml b/trunk/dist/game/data/stats/items/09000-09099.xml index 68ef679b03..d299bf01dd 100644 --- a/trunk/dist/game/data/stats/items/09000-09099.xml +++ b/trunk/dist/game/data/stats/items/09000-09099.xml @@ -795,9 +795,6 @@ - - - @@ -814,9 +811,6 @@ - - - @@ -865,9 +859,6 @@ - - - @@ -885,9 +876,6 @@ - - - @@ -904,9 +892,6 @@ - - - @@ -971,9 +956,6 @@ - - - @@ -991,9 +973,6 @@ - - - @@ -1042,9 +1021,6 @@ - - - @@ -1130,9 +1106,6 @@ - - - @@ -1151,9 +1124,6 @@ - - - @@ -1220,9 +1190,6 @@ - - - @@ -1255,9 +1222,6 @@ - - - @@ -1359,9 +1323,6 @@ - - - @@ -1380,9 +1341,6 @@ - - - @@ -1449,9 +1407,6 @@ - - - @@ -1469,9 +1424,6 @@ - - - @@ -1504,9 +1456,6 @@ - - - @@ -1525,9 +1474,6 @@ - - - @@ -1544,9 +1490,6 @@ - - - @@ -1630,9 +1573,6 @@ - - - @@ -1651,9 +1591,6 @@ - - - @@ -1671,9 +1608,6 @@ - - - @@ -1690,9 +1624,6 @@ - - - @@ -1710,9 +1641,6 @@ - - - @@ -1730,9 +1658,6 @@ - - - @@ -1765,9 +1690,6 @@ - - - @@ -1786,9 +1708,6 @@ - - - @@ -1805,9 +1724,6 @@ - - - @@ -1891,9 +1807,6 @@ - - - @@ -1911,9 +1824,6 @@ - - - @@ -1930,9 +1840,6 @@ - - - @@ -1950,9 +1857,6 @@ - - - @@ -1985,9 +1889,6 @@ - - - @@ -2004,9 +1905,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/09100-09199.xml b/trunk/dist/game/data/stats/items/09100-09199.xml index 2c1d19ffa5..f446c9f9e1 100644 --- a/trunk/dist/game/data/stats/items/09100-09199.xml +++ b/trunk/dist/game/data/stats/items/09100-09199.xml @@ -29,9 +29,6 @@ - - - @@ -49,9 +46,6 @@ - - - @@ -68,9 +62,6 @@ - - - @@ -415,9 +406,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/09400-09499.xml b/trunk/dist/game/data/stats/items/09400-09499.xml index a9f594cca9..36dfe63361 100644 --- a/trunk/dist/game/data/stats/items/09400-09499.xml +++ b/trunk/dist/game/data/stats/items/09400-09499.xml @@ -225,9 +225,6 @@ - - - @@ -248,7 +245,6 @@ - @@ -272,7 +268,6 @@ - @@ -296,7 +291,6 @@ - @@ -320,7 +314,6 @@ - @@ -342,9 +335,6 @@ - - - @@ -362,9 +352,6 @@ - - - @@ -382,9 +369,6 @@ - - - @@ -402,9 +386,6 @@ - - - @@ -552,9 +533,6 @@ - - - @@ -576,7 +554,6 @@ - @@ -601,7 +578,6 @@ - @@ -626,7 +602,6 @@ - @@ -651,7 +626,6 @@ - @@ -674,9 +648,6 @@ - - - @@ -695,9 +666,6 @@ - - - @@ -715,9 +683,6 @@ - - - @@ -735,9 +700,6 @@ - - - @@ -754,9 +716,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/09500-09599.xml b/trunk/dist/game/data/stats/items/09500-09599.xml index 1dd99f122a..fba6bd80f7 100644 --- a/trunk/dist/game/data/stats/items/09500-09599.xml +++ b/trunk/dist/game/data/stats/items/09500-09599.xml @@ -167,9 +167,6 @@ - - - @@ -188,9 +185,6 @@ - - - @@ -208,9 +202,6 @@ - - - @@ -228,9 +219,6 @@ - - - @@ -248,9 +236,6 @@ - - - @@ -356,9 +341,6 @@ - - - @@ -378,9 +360,6 @@ - - - @@ -399,9 +378,6 @@ - - - @@ -419,9 +395,6 @@ - - - @@ -439,9 +412,6 @@ - - - @@ -458,9 +428,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/09800-09899.xml b/trunk/dist/game/data/stats/items/09800-09899.xml index ff755a4794..6129c86a6b 100644 --- a/trunk/dist/game/data/stats/items/09800-09899.xml +++ b/trunk/dist/game/data/stats/items/09800-09899.xml @@ -249,7 +249,6 @@ - @@ -272,7 +271,6 @@ - @@ -295,7 +293,6 @@ - @@ -371,7 +368,6 @@ - @@ -395,7 +391,6 @@ - @@ -418,7 +413,6 @@ - @@ -457,7 +451,6 @@ - @@ -478,7 +471,6 @@ - @@ -499,7 +491,6 @@ - @@ -576,7 +567,6 @@ - @@ -598,7 +588,6 @@ - @@ -619,7 +608,6 @@ - diff --git a/trunk/dist/game/data/stats/items/10000-10099.xml b/trunk/dist/game/data/stats/items/10000-10099.xml index a9a905a7cb..d9708a3e37 100644 --- a/trunk/dist/game/data/stats/items/10000-10099.xml +++ b/trunk/dist/game/data/stats/items/10000-10099.xml @@ -399,9 +399,6 @@ - - - @@ -418,9 +415,6 @@ - - - @@ -469,9 +463,6 @@ - - - @@ -489,9 +480,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/10100-10199.xml b/trunk/dist/game/data/stats/items/10100-10199.xml index c332d505a4..0df5894539 100644 --- a/trunk/dist/game/data/stats/items/10100-10199.xml +++ b/trunk/dist/game/data/stats/items/10100-10199.xml @@ -155,9 +155,6 @@ - - - @@ -171,9 +168,6 @@ - - - @@ -193,9 +187,6 @@ - - - @@ -214,9 +205,6 @@ - - - @@ -235,9 +223,6 @@ - - - @@ -332,7 +317,6 @@ - diff --git a/trunk/dist/game/data/stats/items/10200-10299.xml b/trunk/dist/game/data/stats/items/10200-10299.xml index 565e68c7c9..d3dcf84b08 100644 --- a/trunk/dist/game/data/stats/items/10200-10299.xml +++ b/trunk/dist/game/data/stats/items/10200-10299.xml @@ -575,9 +575,6 @@ - - - @@ -598,7 +595,6 @@ - @@ -622,7 +618,6 @@ - @@ -646,7 +641,6 @@ - @@ -670,7 +664,6 @@ - @@ -752,9 +745,6 @@ - - - @@ -776,7 +766,6 @@ - @@ -801,7 +790,6 @@ - @@ -826,7 +814,6 @@ - @@ -851,7 +838,6 @@ - diff --git a/trunk/dist/game/data/stats/items/10700-10799.xml b/trunk/dist/game/data/stats/items/10700-10799.xml index 5ff5034fcc..e9bae4b59c 100644 --- a/trunk/dist/game/data/stats/items/10700-10799.xml +++ b/trunk/dist/game/data/stats/items/10700-10799.xml @@ -2924,9 +2924,6 @@ - - - @@ -2946,9 +2943,6 @@ - - - @@ -3006,9 +3000,6 @@ - - - @@ -3049,9 +3040,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/10800-10899.xml b/trunk/dist/game/data/stats/items/10800-10899.xml index 8aebff89a1..0cff2290c5 100644 --- a/trunk/dist/game/data/stats/items/10800-10899.xml +++ b/trunk/dist/game/data/stats/items/10800-10899.xml @@ -33,9 +33,6 @@ - - - @@ -56,9 +53,6 @@ - - - @@ -80,7 +74,6 @@ - @@ -105,7 +98,6 @@ - @@ -130,7 +122,6 @@ - @@ -155,7 +146,6 @@ - @@ -241,9 +231,6 @@ - - - @@ -266,7 +253,6 @@ - @@ -292,7 +278,6 @@ - @@ -318,7 +303,6 @@ - @@ -344,7 +328,6 @@ - @@ -370,7 +353,6 @@ - @@ -459,9 +441,6 @@ - - - @@ -483,7 +462,6 @@ - @@ -508,7 +486,6 @@ - @@ -533,7 +510,6 @@ - @@ -558,7 +534,6 @@ - @@ -644,9 +619,6 @@ - - - @@ -669,7 +641,6 @@ - @@ -695,7 +666,6 @@ - @@ -721,7 +691,6 @@ - @@ -747,7 +716,6 @@ - diff --git a/trunk/dist/game/data/stats/items/11300-11399.xml b/trunk/dist/game/data/stats/items/11300-11399.xml index 4dfa411db9..c5a0d082c8 100644 --- a/trunk/dist/game/data/stats/items/11300-11399.xml +++ b/trunk/dist/game/data/stats/items/11300-11399.xml @@ -1608,9 +1608,6 @@ - - - @@ -1628,9 +1625,6 @@ - - - @@ -1665,9 +1659,6 @@ - - - @@ -1685,9 +1676,6 @@ - - - @@ -1722,9 +1710,6 @@ - - - @@ -1742,9 +1727,6 @@ - - - @@ -1764,9 +1746,6 @@ - - - @@ -1785,9 +1764,6 @@ - - - @@ -1805,9 +1781,6 @@ - - - @@ -1842,9 +1815,6 @@ - - - @@ -1881,9 +1851,6 @@ - - - @@ -1902,9 +1869,6 @@ - - - @@ -1939,9 +1903,6 @@ - - - @@ -1959,9 +1920,6 @@ - - - @@ -1979,9 +1937,6 @@ - - - @@ -2002,9 +1957,6 @@ - - - @@ -2023,9 +1975,6 @@ - - - @@ -2044,9 +1993,6 @@ - - - @@ -2066,9 +2012,6 @@ - - - @@ -2087,9 +2030,6 @@ - - - @@ -2124,9 +2064,6 @@ - - - @@ -2144,9 +2081,6 @@ - - - @@ -2181,9 +2115,6 @@ - - - @@ -2201,9 +2132,6 @@ - - - @@ -2224,9 +2152,6 @@ - - - @@ -2244,9 +2169,6 @@ - - - @@ -2347,9 +2269,6 @@ - - - @@ -2369,9 +2288,6 @@ - - - @@ -2407,9 +2323,6 @@ - - - @@ -2444,9 +2357,6 @@ - - - @@ -2464,9 +2374,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/11400-11499.xml b/trunk/dist/game/data/stats/items/11400-11499.xml index 3b035407f4..84398aac73 100644 --- a/trunk/dist/game/data/stats/items/11400-11499.xml +++ b/trunk/dist/game/data/stats/items/11400-11499.xml @@ -29,9 +29,6 @@ - - - @@ -50,9 +47,6 @@ - - - @@ -71,9 +65,6 @@ - - - @@ -92,9 +83,6 @@ - - - @@ -114,9 +102,6 @@ - - - @@ -135,9 +120,6 @@ - - - @@ -157,9 +139,6 @@ - - - @@ -177,9 +156,6 @@ - - - @@ -214,9 +190,6 @@ - - - @@ -253,9 +226,6 @@ - - - @@ -274,9 +244,6 @@ - - - @@ -311,9 +278,6 @@ - - - @@ -331,9 +295,6 @@ - - - @@ -354,9 +315,6 @@ - - - @@ -375,9 +333,6 @@ - - - @@ -413,9 +368,6 @@ - - - @@ -466,9 +418,6 @@ - - - @@ -502,9 +451,6 @@ - - - @@ -523,9 +469,6 @@ - - - @@ -543,9 +486,6 @@ - - - @@ -629,9 +569,6 @@ - - - @@ -650,9 +587,6 @@ - - - @@ -669,9 +603,6 @@ - - - @@ -689,9 +620,6 @@ - - - @@ -726,9 +654,6 @@ - - - @@ -763,9 +688,6 @@ - - - @@ -801,9 +723,6 @@ - - - @@ -838,9 +757,6 @@ - - - @@ -859,9 +775,6 @@ - - - @@ -881,9 +794,6 @@ - - - @@ -901,9 +811,6 @@ - - - @@ -922,9 +829,6 @@ - - - @@ -943,9 +847,6 @@ - - - @@ -980,9 +881,6 @@ - - - @@ -1019,9 +917,6 @@ - - - @@ -1040,9 +935,6 @@ - - - @@ -1077,9 +969,6 @@ - - - @@ -1097,9 +986,6 @@ - - - @@ -1118,9 +1004,6 @@ - - - @@ -1171,9 +1054,6 @@ - - - @@ -1207,9 +1087,6 @@ - - - @@ -1227,9 +1104,6 @@ - - - @@ -1247,9 +1121,6 @@ - - - @@ -1300,9 +1171,6 @@ - - - @@ -1336,9 +1204,6 @@ - - - @@ -1357,9 +1222,6 @@ - - - @@ -1378,9 +1240,6 @@ - - - @@ -1398,9 +1257,6 @@ - - - @@ -1435,9 +1291,6 @@ - - - @@ -1474,9 +1327,6 @@ - - - @@ -1495,9 +1345,6 @@ - - - @@ -1532,9 +1379,6 @@ - - - @@ -1552,9 +1396,6 @@ - - - @@ -1574,9 +1415,6 @@ - - - @@ -1685,9 +1523,6 @@ - - - @@ -1707,9 +1542,6 @@ - - - @@ -1729,9 +1561,6 @@ - - - @@ -1750,9 +1579,6 @@ - - - @@ -1839,9 +1665,6 @@ - - - @@ -1860,9 +1683,6 @@ - - - @@ -1881,9 +1701,6 @@ - - - @@ -1901,9 +1718,6 @@ - - - @@ -1922,9 +1736,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/11500-11599.xml b/trunk/dist/game/data/stats/items/11500-11599.xml index 17397b3f71..f324e306a3 100644 --- a/trunk/dist/game/data/stats/items/11500-11599.xml +++ b/trunk/dist/game/data/stats/items/11500-11599.xml @@ -12,9 +12,6 @@ - - - @@ -32,9 +29,6 @@ - - - @@ -51,9 +45,6 @@ - - - @@ -73,9 +64,6 @@ - - - @@ -94,9 +82,6 @@ - - - @@ -116,9 +101,6 @@ - - - @@ -137,9 +119,6 @@ - - - @@ -158,9 +137,6 @@ - - - @@ -178,9 +154,6 @@ - - - @@ -201,9 +174,6 @@ - - - @@ -223,9 +193,6 @@ - - - @@ -261,9 +228,6 @@ - - - @@ -282,9 +246,6 @@ - - - @@ -303,9 +264,6 @@ - - - @@ -424,7 +382,6 @@ - @@ -548,9 +505,6 @@ - - - @@ -570,9 +524,6 @@ - - - @@ -593,7 +544,6 @@ - @@ -617,7 +567,6 @@ - @@ -641,7 +590,6 @@ - @@ -665,7 +613,6 @@ - @@ -686,9 +633,6 @@ - - - @@ -709,9 +653,6 @@ - - - @@ -731,9 +672,6 @@ - - - @@ -755,7 +693,6 @@ - @@ -780,7 +717,6 @@ - @@ -805,7 +741,6 @@ - @@ -830,7 +765,6 @@ - @@ -853,9 +787,6 @@ - - - @@ -1020,9 +951,6 @@ - - - @@ -1044,7 +972,6 @@ - @@ -1069,7 +996,6 @@ - @@ -1094,7 +1020,6 @@ - @@ -1119,7 +1044,6 @@ - @@ -1143,9 +1067,6 @@ - - - @@ -1166,7 +1087,6 @@ - @@ -1190,7 +1110,6 @@ - @@ -1214,7 +1133,6 @@ - @@ -1238,7 +1156,6 @@ - @@ -1260,9 +1177,6 @@ - - - @@ -1282,9 +1196,6 @@ - - - @@ -1304,9 +1215,6 @@ - - - @@ -1324,9 +1232,6 @@ - - - @@ -1344,9 +1249,6 @@ - - - @@ -1451,9 +1353,6 @@ - - - @@ -1472,9 +1371,6 @@ - - - @@ -1491,9 +1387,6 @@ - - - @@ -1513,9 +1406,6 @@ - - - @@ -1533,9 +1423,6 @@ - - - @@ -1554,9 +1441,6 @@ - - - @@ -1575,9 +1459,6 @@ - - - @@ -1596,9 +1477,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12000-12099.xml b/trunk/dist/game/data/stats/items/12000-12099.xml index 59652aa3e0..ca3fd49980 100644 --- a/trunk/dist/game/data/stats/items/12000-12099.xml +++ b/trunk/dist/game/data/stats/items/12000-12099.xml @@ -191,9 +191,6 @@ - - - @@ -223,9 +220,6 @@ - - - @@ -242,9 +236,6 @@ - - - @@ -261,9 +252,6 @@ - - - @@ -278,9 +266,6 @@ - - - @@ -342,9 +327,6 @@ - - - @@ -361,9 +343,6 @@ - - - @@ -380,9 +359,6 @@ - - - @@ -429,9 +405,6 @@ - - - @@ -448,9 +421,6 @@ - - - @@ -466,9 +436,6 @@ - - - @@ -483,9 +450,6 @@ - - - @@ -503,9 +467,6 @@ - - - @@ -522,9 +483,6 @@ - - - @@ -569,9 +527,6 @@ - - - @@ -587,9 +542,6 @@ - - - @@ -605,9 +557,6 @@ - - - @@ -709,9 +658,6 @@ - - - @@ -741,9 +687,6 @@ - - - @@ -789,9 +732,6 @@ - - - @@ -835,9 +775,6 @@ - - - @@ -854,9 +791,6 @@ - - - @@ -873,9 +807,6 @@ - - - @@ -904,9 +835,6 @@ - - - @@ -982,9 +910,6 @@ - - - @@ -1000,9 +925,6 @@ - - - @@ -1019,9 +941,6 @@ - - - @@ -1038,9 +957,6 @@ - - - @@ -1056,9 +972,6 @@ - - - @@ -1101,9 +1014,6 @@ - - - @@ -1190,9 +1100,6 @@ - - - @@ -1251,9 +1158,6 @@ - - - @@ -1327,9 +1231,6 @@ - - - @@ -1361,9 +1262,6 @@ - - - @@ -1379,9 +1277,6 @@ - - - @@ -1411,9 +1306,6 @@ - - - @@ -1529,9 +1421,6 @@ - - - @@ -1577,9 +1466,6 @@ - - - @@ -1595,9 +1481,6 @@ - - - @@ -1612,9 +1495,6 @@ - - - @@ -1660,9 +1540,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12100-12199.xml b/trunk/dist/game/data/stats/items/12100-12199.xml index 186666f088..00200cd35b 100644 --- a/trunk/dist/game/data/stats/items/12100-12199.xml +++ b/trunk/dist/game/data/stats/items/12100-12199.xml @@ -11,9 +11,6 @@ - - - @@ -43,9 +40,6 @@ - - - @@ -120,9 +114,6 @@ - - - @@ -154,9 +145,6 @@ - - - @@ -172,9 +160,6 @@ - - - @@ -248,9 +233,6 @@ - - - @@ -365,9 +347,6 @@ - - - @@ -384,9 +363,6 @@ - - - @@ -416,9 +392,6 @@ - - - @@ -450,9 +423,6 @@ - - - @@ -467,9 +437,6 @@ - - - @@ -602,9 +569,6 @@ - - - @@ -621,9 +585,6 @@ - - - @@ -681,9 +642,6 @@ - - - @@ -701,9 +659,6 @@ - - - @@ -819,9 +774,6 @@ - - - @@ -836,9 +788,6 @@ - - - @@ -867,9 +816,6 @@ - - - @@ -884,9 +830,6 @@ - - - @@ -915,9 +858,6 @@ - - - @@ -932,9 +872,6 @@ - - - @@ -966,9 +903,6 @@ - - - @@ -983,9 +917,6 @@ - - - @@ -1014,9 +945,6 @@ - - - @@ -1047,9 +975,6 @@ - - - @@ -1065,9 +990,6 @@ - - - @@ -1096,9 +1018,6 @@ - - - @@ -1127,9 +1046,6 @@ - - - @@ -1147,9 +1063,6 @@ - - - @@ -1165,9 +1078,6 @@ - - - @@ -1197,9 +1107,6 @@ - - - @@ -1216,9 +1123,6 @@ - - - @@ -1234,9 +1138,6 @@ - - - @@ -1265,9 +1166,6 @@ - - - @@ -1282,9 +1180,6 @@ - - - @@ -1313,9 +1208,6 @@ - - - @@ -1330,9 +1222,6 @@ - - - @@ -1350,9 +1239,6 @@ - - - @@ -1467,9 +1353,6 @@ - - - @@ -1486,9 +1369,6 @@ - - - @@ -1518,9 +1398,6 @@ - - - @@ -1549,9 +1426,6 @@ - - - @@ -1566,9 +1440,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12200-12299.xml b/trunk/dist/game/data/stats/items/12200-12299.xml index c0252033d3..75303608dd 100644 --- a/trunk/dist/game/data/stats/items/12200-12299.xml +++ b/trunk/dist/game/data/stats/items/12200-12299.xml @@ -10,9 +10,6 @@ - - - @@ -28,9 +25,6 @@ - - - @@ -61,9 +55,6 @@ - - - @@ -80,9 +71,6 @@ - - - @@ -98,9 +86,6 @@ - - - @@ -117,9 +102,6 @@ - - - @@ -134,9 +116,6 @@ - - - @@ -165,9 +144,6 @@ - - - @@ -198,9 +174,6 @@ - - - @@ -216,9 +189,6 @@ - - - @@ -247,9 +217,6 @@ - - - @@ -264,9 +231,6 @@ - - - @@ -298,9 +262,6 @@ - - - @@ -345,9 +306,6 @@ - - - @@ -392,9 +350,6 @@ - - - @@ -424,9 +379,6 @@ - - - @@ -458,9 +410,6 @@ - - - @@ -534,9 +483,6 @@ - - - @@ -553,9 +499,6 @@ - - - @@ -585,9 +528,6 @@ - - - @@ -603,9 +543,6 @@ - - - @@ -634,9 +571,6 @@ - - - @@ -666,9 +600,6 @@ - - - @@ -697,9 +628,6 @@ - - - @@ -715,9 +643,6 @@ - - - @@ -734,9 +659,6 @@ - - - @@ -766,9 +688,6 @@ - - - @@ -784,9 +703,6 @@ - - - @@ -815,9 +731,6 @@ - - - @@ -848,9 +761,6 @@ - - - @@ -866,9 +776,6 @@ - - - @@ -897,9 +804,6 @@ - - - @@ -929,9 +833,6 @@ - - - @@ -976,9 +877,6 @@ - - - @@ -1023,9 +921,6 @@ - - - @@ -1041,9 +936,6 @@ - - - @@ -1088,9 +980,6 @@ - - - @@ -1120,9 +1009,6 @@ - - - @@ -1154,9 +1040,6 @@ - - - @@ -1171,9 +1054,6 @@ - - - @@ -1202,9 +1082,6 @@ - - - @@ -1235,9 +1112,6 @@ - - - @@ -1253,9 +1127,6 @@ - - - @@ -1284,9 +1155,6 @@ - - - @@ -1301,9 +1169,6 @@ - - - @@ -1405,9 +1270,6 @@ - - - @@ -1423,9 +1285,6 @@ - - - @@ -1441,9 +1300,6 @@ - - - @@ -1458,9 +1314,6 @@ - - - @@ -1546,9 +1399,6 @@ - - - @@ -1564,9 +1414,6 @@ - - - @@ -1582,9 +1429,6 @@ - - - @@ -1599,9 +1443,6 @@ - - - @@ -1617,9 +1458,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12300-12399.xml b/trunk/dist/game/data/stats/items/12300-12399.xml index 9e00204f3d..b16a1fed3a 100644 --- a/trunk/dist/game/data/stats/items/12300-12399.xml +++ b/trunk/dist/game/data/stats/items/12300-12399.xml @@ -10,9 +10,6 @@ - - - @@ -27,9 +24,6 @@ - - - @@ -44,9 +38,6 @@ - - - @@ -62,9 +53,6 @@ - - - @@ -80,9 +68,6 @@ - - - @@ -98,9 +83,6 @@ - - - @@ -115,9 +97,6 @@ - - - @@ -132,9 +111,6 @@ - - - @@ -149,9 +125,6 @@ - - - @@ -168,9 +141,6 @@ - - - @@ -186,9 +156,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12400-12499.xml b/trunk/dist/game/data/stats/items/12400-12499.xml index 46ef728f92..668e3fa2b0 100644 --- a/trunk/dist/game/data/stats/items/12400-12499.xml +++ b/trunk/dist/game/data/stats/items/12400-12499.xml @@ -1759,9 +1759,6 @@ - - - @@ -1773,9 +1770,6 @@ - - - @@ -1798,9 +1792,6 @@ - - - @@ -1812,9 +1803,6 @@ - - - @@ -1837,9 +1825,6 @@ - - - @@ -1851,9 +1836,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12500-12599.xml b/trunk/dist/game/data/stats/items/12500-12599.xml index 5423987690..a8be2669a5 100644 --- a/trunk/dist/game/data/stats/items/12500-12599.xml +++ b/trunk/dist/game/data/stats/items/12500-12599.xml @@ -19,9 +19,6 @@ - - - @@ -33,9 +30,6 @@ - - - @@ -58,9 +52,6 @@ - - - @@ -85,9 +76,6 @@ - - - @@ -100,9 +88,6 @@ - - - @@ -125,9 +110,6 @@ - - - @@ -150,9 +132,6 @@ - - - @@ -167,9 +146,6 @@ - - - @@ -182,9 +158,6 @@ - - - @@ -197,9 +170,6 @@ - - - @@ -213,9 +183,6 @@ - - - @@ -228,9 +195,6 @@ - - - @@ -253,9 +217,6 @@ - - - @@ -267,9 +228,6 @@ - - - @@ -292,9 +250,6 @@ - - - @@ -306,9 +261,6 @@ - - - @@ -323,9 +275,6 @@ - - - @@ -405,9 +354,6 @@ - - - @@ -421,9 +367,6 @@ - - - @@ -447,9 +390,6 @@ - - - @@ -472,9 +412,6 @@ - - - @@ -486,9 +423,6 @@ - - - @@ -511,9 +445,6 @@ - - - @@ -526,9 +457,6 @@ - - - @@ -553,9 +481,6 @@ - - - @@ -569,9 +494,6 @@ - - - @@ -584,9 +506,6 @@ - - - @@ -600,9 +519,6 @@ - - - @@ -614,9 +530,6 @@ - - - @@ -639,9 +552,6 @@ - - - @@ -666,9 +576,6 @@ - - - @@ -681,9 +588,6 @@ - - - @@ -706,9 +610,6 @@ - - - @@ -720,9 +621,6 @@ - - - @@ -746,9 +644,6 @@ - - - @@ -773,9 +668,6 @@ - - - @@ -811,9 +703,6 @@ - - - @@ -837,9 +726,6 @@ - - - @@ -865,9 +751,6 @@ - - - @@ -926,9 +809,6 @@ - - - @@ -942,9 +822,6 @@ - - - @@ -968,9 +845,6 @@ - - - @@ -994,9 +868,6 @@ - - - @@ -1019,9 +890,6 @@ - - - @@ -1045,9 +913,6 @@ - - - @@ -1070,9 +935,6 @@ - - - @@ -1085,9 +947,6 @@ - - - @@ -1101,9 +960,6 @@ - - - @@ -1127,9 +983,6 @@ - - - @@ -1142,9 +995,6 @@ - - - @@ -1167,9 +1017,6 @@ - - - @@ -1194,9 +1041,6 @@ - - - @@ -1209,9 +1053,6 @@ - - - @@ -1234,9 +1075,6 @@ - - - @@ -1260,9 +1098,6 @@ - - - @@ -1298,9 +1133,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12600-12699.xml b/trunk/dist/game/data/stats/items/12600-12699.xml index 698a818612..25a93c8021 100644 --- a/trunk/dist/game/data/stats/items/12600-12699.xml +++ b/trunk/dist/game/data/stats/items/12600-12699.xml @@ -8,9 +8,6 @@ - - - @@ -23,9 +20,6 @@ - - - @@ -61,9 +55,6 @@ - - - @@ -87,9 +78,6 @@ - - - @@ -115,9 +103,6 @@ - - - @@ -129,9 +114,6 @@ - - - @@ -154,9 +136,6 @@ - - - @@ -181,9 +160,6 @@ - - - @@ -196,9 +172,6 @@ - - - @@ -221,9 +194,6 @@ - - - @@ -235,9 +205,6 @@ - - - @@ -304,9 +271,6 @@ - - - @@ -319,9 +283,6 @@ - - - @@ -333,9 +294,6 @@ - - - @@ -347,9 +305,6 @@ - - - @@ -403,9 +358,6 @@ - - - @@ -418,9 +370,6 @@ - - - @@ -432,9 +381,6 @@ - - - @@ -446,9 +392,6 @@ - - - @@ -461,9 +404,6 @@ - - - @@ -472,9 +412,6 @@ - - - @@ -486,9 +423,6 @@ - - - @@ -500,9 +434,6 @@ - - - @@ -515,9 +446,6 @@ - - - @@ -530,9 +458,6 @@ - - - @@ -542,9 +467,6 @@ - - - @@ -553,9 +475,6 @@ - - - @@ -567,9 +486,6 @@ - - - @@ -581,9 +497,6 @@ - - - @@ -596,9 +509,6 @@ - - - @@ -611,9 +521,6 @@ - - - @@ -623,9 +530,6 @@ - - - @@ -637,9 +541,6 @@ - - - @@ -651,9 +552,6 @@ - - - @@ -733,7 +631,6 @@ - @@ -818,9 +715,6 @@ - - - @@ -833,9 +727,6 @@ - - - @@ -850,7 +741,6 @@ - @@ -868,7 +758,6 @@ - @@ -886,7 +775,6 @@ - @@ -904,7 +792,6 @@ - @@ -919,9 +806,6 @@ - - - @@ -935,9 +819,6 @@ - - - @@ -950,9 +831,6 @@ - - - @@ -967,7 +845,6 @@ - @@ -985,7 +862,6 @@ - @@ -1003,7 +879,6 @@ - @@ -1021,7 +896,6 @@ - @@ -1036,9 +910,6 @@ - - - @@ -1132,9 +1003,6 @@ - - - @@ -1150,7 +1018,6 @@ - @@ -1169,7 +1036,6 @@ - @@ -1188,7 +1054,6 @@ - @@ -1207,7 +1072,6 @@ - @@ -1224,9 +1088,6 @@ - - - @@ -1238,7 +1099,6 @@ - @@ -1253,7 +1113,6 @@ - @@ -1268,7 +1127,6 @@ - @@ -1283,7 +1141,6 @@ - @@ -1295,9 +1152,6 @@ - - - @@ -1310,9 +1164,6 @@ - - - @@ -1326,9 +1177,6 @@ - - - @@ -1340,9 +1188,6 @@ - - - @@ -1354,9 +1199,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12700-12799.xml b/trunk/dist/game/data/stats/items/12700-12799.xml index 2db5271f2d..20879a468d 100644 --- a/trunk/dist/game/data/stats/items/12700-12799.xml +++ b/trunk/dist/game/data/stats/items/12700-12799.xml @@ -29,9 +29,6 @@ - - - @@ -44,9 +41,6 @@ - - - @@ -58,9 +52,6 @@ - - - @@ -74,9 +65,6 @@ - - - @@ -88,9 +76,6 @@ - - - @@ -103,9 +88,6 @@ - - - @@ -118,9 +100,6 @@ - - - @@ -133,9 +112,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12800-12899.xml b/trunk/dist/game/data/stats/items/12800-12899.xml index f86efb5371..08a5215164 100644 --- a/trunk/dist/game/data/stats/items/12800-12899.xml +++ b/trunk/dist/game/data/stats/items/12800-12899.xml @@ -276,9 +276,6 @@ - - - @@ -297,9 +294,6 @@ - - - @@ -318,9 +312,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/12900-12999.xml b/trunk/dist/game/data/stats/items/12900-12999.xml index 54d4f01f4e..1a84d0b422 100644 --- a/trunk/dist/game/data/stats/items/12900-12999.xml +++ b/trunk/dist/game/data/stats/items/12900-12999.xml @@ -2445,9 +2445,6 @@ - - - @@ -2482,9 +2479,6 @@ - - - @@ -2519,9 +2513,6 @@ - - - @@ -2556,9 +2547,6 @@ - - - @@ -2593,9 +2581,6 @@ - - - @@ -2630,9 +2615,6 @@ - - - @@ -2667,9 +2649,6 @@ - - - @@ -2704,9 +2683,6 @@ - - - @@ -2739,9 +2715,6 @@ - - - @@ -2774,9 +2747,6 @@ - - - @@ -2809,9 +2779,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/13000-13099.xml b/trunk/dist/game/data/stats/items/13000-13099.xml index 1756912604..a59c7e74db 100644 --- a/trunk/dist/game/data/stats/items/13000-13099.xml +++ b/trunk/dist/game/data/stats/items/13000-13099.xml @@ -27,9 +27,6 @@ - - - @@ -1178,9 +1175,6 @@ - - - @@ -1199,9 +1193,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/13100-13199.xml b/trunk/dist/game/data/stats/items/13100-13199.xml index b08da980ca..c2e2586dd9 100644 --- a/trunk/dist/game/data/stats/items/13100-13199.xml +++ b/trunk/dist/game/data/stats/items/13100-13199.xml @@ -31,9 +31,6 @@ - - - @@ -519,9 +516,6 @@ - - - @@ -556,9 +550,6 @@ - - - @@ -576,9 +567,6 @@ - - - @@ -613,9 +601,6 @@ - - - @@ -633,9 +618,6 @@ - - - @@ -670,9 +652,6 @@ - - - @@ -690,9 +669,6 @@ - - - @@ -710,9 +686,6 @@ - - - @@ -730,9 +703,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/13400-13499.xml b/trunk/dist/game/data/stats/items/13400-13499.xml index 1f0e31cc3c..efcecbc98c 100644 --- a/trunk/dist/game/data/stats/items/13400-13499.xml +++ b/trunk/dist/game/data/stats/items/13400-13499.xml @@ -433,9 +433,6 @@ - - - @@ -472,9 +469,6 @@ - - - @@ -494,9 +488,6 @@ - - - @@ -533,9 +524,6 @@ - - - @@ -555,9 +543,6 @@ - - - @@ -575,9 +560,6 @@ - - - @@ -595,9 +577,6 @@ - - - @@ -668,9 +647,6 @@ - - - @@ -689,9 +665,6 @@ - - - @@ -709,9 +682,6 @@ - - - @@ -747,9 +717,6 @@ - - - @@ -767,9 +734,6 @@ - - - @@ -787,9 +751,6 @@ - - - @@ -860,9 +821,6 @@ - - - @@ -881,9 +839,6 @@ - - - @@ -901,9 +856,6 @@ - - - @@ -1332,9 +1284,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/13500-13599.xml b/trunk/dist/game/data/stats/items/13500-13599.xml index 9af22037f0..2a34281a46 100644 --- a/trunk/dist/game/data/stats/items/13500-13599.xml +++ b/trunk/dist/game/data/stats/items/13500-13599.xml @@ -328,9 +328,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/13600-13699.xml b/trunk/dist/game/data/stats/items/13600-13699.xml index fb89c9f932..e366237d3d 100644 --- a/trunk/dist/game/data/stats/items/13600-13699.xml +++ b/trunk/dist/game/data/stats/items/13600-13699.xml @@ -1431,7 +1431,6 @@ - @@ -1478,7 +1477,6 @@ - @@ -1503,7 +1501,6 @@ - diff --git a/trunk/dist/game/data/stats/items/13800-13899.xml b/trunk/dist/game/data/stats/items/13800-13899.xml index 0c6899e222..884518bdd9 100644 --- a/trunk/dist/game/data/stats/items/13800-13899.xml +++ b/trunk/dist/game/data/stats/items/13800-13899.xml @@ -1064,9 +1064,6 @@ - - - @@ -1085,9 +1082,6 @@ - - - @@ -1106,9 +1100,6 @@ - - - @@ -1124,9 +1115,6 @@ - - - @@ -1180,7 +1168,6 @@ - @@ -1201,7 +1188,6 @@ - diff --git a/trunk/dist/game/data/stats/items/13900-13999.xml b/trunk/dist/game/data/stats/items/13900-13999.xml index 3e549cf850..3454037e7e 100644 --- a/trunk/dist/game/data/stats/items/13900-13999.xml +++ b/trunk/dist/game/data/stats/items/13900-13999.xml @@ -1025,9 +1025,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/14100-14199.xml b/trunk/dist/game/data/stats/items/14100-14199.xml index 525fe5ed26..6a45dbc32a 100644 --- a/trunk/dist/game/data/stats/items/14100-14199.xml +++ b/trunk/dist/game/data/stats/items/14100-14199.xml @@ -88,9 +88,6 @@ - - - @@ -127,9 +124,6 @@ - - - @@ -149,9 +143,6 @@ - - - @@ -169,9 +160,6 @@ - - - @@ -189,9 +177,6 @@ - - - @@ -208,9 +193,6 @@ - - - @@ -283,9 +265,6 @@ - - - @@ -304,9 +283,6 @@ - - - @@ -324,9 +300,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/14500-14599.xml b/trunk/dist/game/data/stats/items/14500-14599.xml index 019ba53987..9aa6cc8cba 100644 --- a/trunk/dist/game/data/stats/items/14500-14599.xml +++ b/trunk/dist/game/data/stats/items/14500-14599.xml @@ -662,9 +662,6 @@ - - - @@ -701,9 +698,6 @@ - - - @@ -723,9 +717,6 @@ - - - @@ -762,9 +753,6 @@ - - - @@ -2028,7 +2016,6 @@ - @@ -2051,7 +2038,6 @@ - @@ -2074,7 +2060,6 @@ - @@ -2159,7 +2144,6 @@ - @@ -2183,7 +2167,6 @@ - @@ -2206,7 +2189,6 @@ - diff --git a/trunk/dist/game/data/stats/items/14600-14699.xml b/trunk/dist/game/data/stats/items/14600-14699.xml index c963ddc68b..17c221b3e1 100644 --- a/trunk/dist/game/data/stats/items/14600-14699.xml +++ b/trunk/dist/game/data/stats/items/14600-14699.xml @@ -54,7 +54,6 @@ - @@ -152,7 +151,6 @@ - @@ -192,7 +190,6 @@ - diff --git a/trunk/dist/game/data/stats/items/14700-14799.xml b/trunk/dist/game/data/stats/items/14700-14799.xml index 61a6f663ef..69c64333da 100644 --- a/trunk/dist/game/data/stats/items/14700-14799.xml +++ b/trunk/dist/game/data/stats/items/14700-14799.xml @@ -1181,9 +1181,6 @@ - - - @@ -1284,9 +1281,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/14900-14999.xml b/trunk/dist/game/data/stats/items/14900-14999.xml index 33ad6ab975..ac241eedd4 100644 --- a/trunk/dist/game/data/stats/items/14900-14999.xml +++ b/trunk/dist/game/data/stats/items/14900-14999.xml @@ -1119,9 +1119,6 @@ - - - @@ -1157,9 +1154,6 @@ - - - @@ -1177,9 +1171,6 @@ - - - @@ -1197,9 +1188,6 @@ - - - @@ -1220,9 +1208,6 @@ - - - @@ -1258,9 +1243,6 @@ - - - @@ -1278,9 +1260,6 @@ - - - @@ -1298,9 +1277,6 @@ - - - @@ -1321,9 +1297,6 @@ - - - @@ -1343,9 +1316,6 @@ - - - @@ -1399,9 +1369,6 @@ - - - @@ -1421,9 +1388,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/15000-15099.xml b/trunk/dist/game/data/stats/items/15000-15099.xml index b53a6940fe..ba8082c708 100644 --- a/trunk/dist/game/data/stats/items/15000-15099.xml +++ b/trunk/dist/game/data/stats/items/15000-15099.xml @@ -48,9 +48,6 @@ - - - @@ -85,9 +82,6 @@ - - - @@ -123,9 +117,6 @@ - - - @@ -143,9 +134,6 @@ - - - @@ -253,9 +241,6 @@ - - - @@ -307,9 +292,6 @@ - - - @@ -400,9 +382,6 @@ - - - @@ -421,9 +400,6 @@ - - - @@ -492,9 +468,6 @@ - - - @@ -515,9 +488,6 @@ - - - @@ -552,9 +522,6 @@ - - - @@ -572,9 +539,6 @@ - - - @@ -592,9 +556,6 @@ - - - @@ -2244,9 +2205,6 @@ - - - @@ -2282,9 +2240,6 @@ - - - @@ -2302,9 +2257,6 @@ - - - @@ -2322,9 +2274,6 @@ - - - @@ -2345,9 +2294,6 @@ - - - @@ -2383,9 +2329,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/15100-15199.xml b/trunk/dist/game/data/stats/items/15100-15199.xml index e14287cd27..7d33baf5bc 100644 --- a/trunk/dist/game/data/stats/items/15100-15199.xml +++ b/trunk/dist/game/data/stats/items/15100-15199.xml @@ -13,9 +13,6 @@ - - - @@ -33,9 +30,6 @@ - - - @@ -56,9 +50,6 @@ - - - @@ -78,9 +69,6 @@ - - - @@ -134,9 +122,6 @@ - - - @@ -156,9 +141,6 @@ - - - @@ -316,9 +298,6 @@ - - - @@ -353,9 +332,6 @@ - - - @@ -391,9 +367,6 @@ - - - @@ -411,9 +384,6 @@ - - - @@ -521,9 +491,6 @@ - - - @@ -575,9 +542,6 @@ - - - @@ -668,9 +632,6 @@ - - - @@ -689,9 +650,6 @@ - - - @@ -760,9 +718,6 @@ - - - @@ -783,9 +738,6 @@ - - - @@ -820,9 +772,6 @@ - - - @@ -840,9 +789,6 @@ - - - @@ -860,9 +806,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/15500-15599.xml b/trunk/dist/game/data/stats/items/15500-15599.xml index c1d4514141..28dd5d0512 100644 --- a/trunk/dist/game/data/stats/items/15500-15599.xml +++ b/trunk/dist/game/data/stats/items/15500-15599.xml @@ -1357,9 +1357,6 @@ - - - @@ -1394,9 +1391,6 @@ - - - @@ -1415,9 +1409,6 @@ - - - @@ -1454,9 +1445,6 @@ - - - @@ -1476,9 +1464,6 @@ - - - @@ -1515,9 +1500,6 @@ - - - @@ -1536,9 +1518,6 @@ - - - @@ -1573,9 +1552,6 @@ - - - @@ -1593,9 +1569,6 @@ - - - @@ -1630,9 +1603,6 @@ - - - @@ -1649,9 +1619,6 @@ - - - @@ -1671,9 +1638,6 @@ - - - @@ -1692,9 +1656,6 @@ - - - @@ -1729,9 +1690,6 @@ - - - @@ -1750,9 +1708,6 @@ - - - @@ -1789,9 +1744,6 @@ - - - @@ -1811,9 +1763,6 @@ - - - @@ -1850,9 +1799,6 @@ - - - @@ -1871,9 +1817,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/15600-15699.xml b/trunk/dist/game/data/stats/items/15600-15699.xml index da6f37e204..b6f9cfece2 100644 --- a/trunk/dist/game/data/stats/items/15600-15699.xml +++ b/trunk/dist/game/data/stats/items/15600-15699.xml @@ -12,9 +12,6 @@ - - - @@ -32,9 +29,6 @@ - - - @@ -69,9 +63,6 @@ - - - @@ -88,9 +79,6 @@ - - - @@ -110,9 +98,6 @@ - - - @@ -131,9 +116,6 @@ - - - @@ -168,9 +150,6 @@ - - - @@ -189,9 +168,6 @@ - - - @@ -228,9 +204,6 @@ - - - @@ -250,9 +223,6 @@ - - - @@ -289,9 +259,6 @@ - - - @@ -310,9 +277,6 @@ - - - @@ -347,9 +311,6 @@ - - - @@ -367,9 +328,6 @@ - - - @@ -404,9 +362,6 @@ - - - @@ -423,9 +378,6 @@ - - - @@ -445,9 +397,6 @@ - - - @@ -1399,9 +1348,6 @@ - - - @@ -1436,9 +1382,6 @@ - - - @@ -1457,9 +1400,6 @@ - - - @@ -1496,9 +1436,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/15700-15799.xml b/trunk/dist/game/data/stats/items/15700-15799.xml index 0648e8ed8a..f4591b5955 100644 --- a/trunk/dist/game/data/stats/items/15700-15799.xml +++ b/trunk/dist/game/data/stats/items/15700-15799.xml @@ -13,9 +13,6 @@ - - - @@ -52,9 +49,6 @@ - - - @@ -73,9 +67,6 @@ - - - @@ -110,9 +101,6 @@ - - - @@ -130,9 +118,6 @@ - - - @@ -167,9 +152,6 @@ - - - @@ -187,9 +169,6 @@ - - - @@ -207,9 +186,6 @@ - - - @@ -453,9 +429,6 @@ - - - @@ -490,9 +463,6 @@ - - - @@ -511,9 +481,6 @@ - - - @@ -550,9 +517,6 @@ - - - @@ -572,9 +536,6 @@ - - - @@ -611,9 +572,6 @@ - - - @@ -632,9 +590,6 @@ - - - @@ -669,9 +624,6 @@ - - - @@ -689,9 +641,6 @@ - - - @@ -726,9 +675,6 @@ - - - @@ -745,9 +691,6 @@ - - - @@ -767,9 +710,6 @@ - - - @@ -788,9 +728,6 @@ - - - @@ -825,9 +762,6 @@ - - - @@ -846,9 +780,6 @@ - - - @@ -885,9 +816,6 @@ - - - @@ -907,9 +835,6 @@ - - - @@ -946,9 +871,6 @@ - - - @@ -967,9 +889,6 @@ - - - @@ -1004,9 +923,6 @@ - - - @@ -1024,9 +940,6 @@ - - - @@ -1061,9 +974,6 @@ - - - @@ -1080,9 +990,6 @@ - - - @@ -1102,9 +1009,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/16100-16199.xml b/trunk/dist/game/data/stats/items/16100-16199.xml index ebe473b083..d0509f291e 100644 --- a/trunk/dist/game/data/stats/items/16100-16199.xml +++ b/trunk/dist/game/data/stats/items/16100-16199.xml @@ -1273,9 +1273,6 @@ - - - @@ -1314,9 +1311,6 @@ - - - @@ -1337,9 +1331,6 @@ - - - @@ -1378,9 +1369,6 @@ - - - @@ -1401,9 +1389,6 @@ - - - @@ -1442,9 +1427,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/16200-16299.xml b/trunk/dist/game/data/stats/items/16200-16299.xml index 9dc8a703a7..367e6b4220 100644 --- a/trunk/dist/game/data/stats/items/16200-16299.xml +++ b/trunk/dist/game/data/stats/items/16200-16299.xml @@ -686,9 +686,6 @@ - - - @@ -711,9 +708,6 @@ - - - @@ -726,9 +720,6 @@ - - - @@ -753,9 +744,6 @@ - - - @@ -769,9 +757,6 @@ - - - @@ -796,9 +781,6 @@ - - - @@ -811,9 +793,6 @@ - - - @@ -836,9 +815,6 @@ - - - @@ -850,9 +826,6 @@ - - - @@ -875,9 +848,6 @@ - - - @@ -889,9 +859,6 @@ - - - @@ -905,9 +872,6 @@ - - - @@ -919,9 +883,6 @@ - - - @@ -944,9 +905,6 @@ - - - @@ -959,9 +917,6 @@ - - - @@ -986,9 +941,6 @@ - - - @@ -1002,9 +954,6 @@ - - - @@ -1029,9 +978,6 @@ - - - @@ -1044,9 +990,6 @@ - - - @@ -1069,9 +1012,6 @@ - - - @@ -1083,9 +1023,6 @@ - - - @@ -1108,9 +1045,6 @@ - - - @@ -1122,9 +1056,6 @@ - - - @@ -1138,9 +1069,6 @@ - - - @@ -1152,9 +1080,6 @@ - - - @@ -1177,9 +1102,6 @@ - - - @@ -1192,9 +1114,6 @@ - - - @@ -1219,9 +1138,6 @@ - - - @@ -1235,9 +1151,6 @@ - - - @@ -1262,9 +1175,6 @@ - - - @@ -1277,9 +1187,6 @@ - - - @@ -1302,9 +1209,6 @@ - - - @@ -1316,9 +1220,6 @@ - - - @@ -1341,9 +1242,6 @@ - - - @@ -1355,9 +1253,6 @@ - - - @@ -1372,9 +1267,6 @@ - - - @@ -1388,9 +1280,6 @@ - - - @@ -1413,9 +1302,6 @@ - - - @@ -1428,9 +1314,6 @@ - - - @@ -1455,9 +1338,6 @@ - - - @@ -1471,9 +1351,6 @@ - - - @@ -1498,9 +1375,6 @@ - - - @@ -1513,9 +1387,6 @@ - - - @@ -1538,9 +1409,6 @@ - - - @@ -1552,9 +1420,6 @@ - - - @@ -1577,9 +1442,6 @@ - - - @@ -1591,9 +1453,6 @@ - - - @@ -1608,9 +1467,6 @@ - - - @@ -1629,9 +1485,6 @@ - - - @@ -1668,9 +1521,6 @@ - - - @@ -1690,9 +1540,6 @@ - - - @@ -1731,9 +1578,6 @@ - - - @@ -1754,9 +1598,6 @@ - - - @@ -1795,9 +1636,6 @@ - - - @@ -1817,9 +1655,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/16300-16399.xml b/trunk/dist/game/data/stats/items/16300-16399.xml index 3ee2977656..e12dd50bd8 100644 --- a/trunk/dist/game/data/stats/items/16300-16399.xml +++ b/trunk/dist/game/data/stats/items/16300-16399.xml @@ -13,9 +13,6 @@ - - - @@ -34,9 +31,6 @@ - - - @@ -73,9 +67,6 @@ - - - @@ -93,9 +84,6 @@ - - - @@ -116,9 +104,6 @@ - - - @@ -138,9 +123,6 @@ - - - @@ -177,9 +159,6 @@ - - - @@ -199,9 +178,6 @@ - - - @@ -240,9 +216,6 @@ - - - @@ -263,9 +236,6 @@ - - - @@ -304,9 +274,6 @@ - - - @@ -326,9 +293,6 @@ - - - @@ -365,9 +329,6 @@ - - - @@ -386,9 +347,6 @@ - - - @@ -425,9 +383,6 @@ - - - @@ -445,9 +400,6 @@ - - - @@ -468,9 +420,6 @@ - - - @@ -489,9 +438,6 @@ - - - @@ -526,9 +472,6 @@ - - - @@ -547,9 +490,6 @@ - - - @@ -586,9 +526,6 @@ - - - @@ -608,9 +545,6 @@ - - - @@ -647,9 +581,6 @@ - - - @@ -668,9 +599,6 @@ - - - @@ -705,9 +633,6 @@ - - - @@ -725,9 +650,6 @@ - - - @@ -762,9 +684,6 @@ - - - @@ -781,9 +700,6 @@ - - - @@ -803,9 +719,6 @@ - - - @@ -824,9 +737,6 @@ - - - @@ -861,9 +771,6 @@ - - - @@ -882,9 +789,6 @@ - - - @@ -921,9 +825,6 @@ - - - @@ -943,9 +844,6 @@ - - - @@ -982,9 +880,6 @@ - - - @@ -1003,9 +898,6 @@ - - - @@ -1040,9 +932,6 @@ - - - @@ -1060,9 +949,6 @@ - - - @@ -1097,9 +983,6 @@ - - - @@ -1116,9 +999,6 @@ - - - @@ -1138,9 +1018,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/16800-16899.xml b/trunk/dist/game/data/stats/items/16800-16899.xml index ef25f3df95..709fc7b69c 100644 --- a/trunk/dist/game/data/stats/items/16800-16899.xml +++ b/trunk/dist/game/data/stats/items/16800-16899.xml @@ -13,9 +13,6 @@ - - - @@ -52,9 +49,6 @@ - - - @@ -74,9 +68,6 @@ - - - @@ -115,9 +106,6 @@ - - - @@ -138,9 +126,6 @@ - - - @@ -179,9 +164,6 @@ - - - @@ -201,9 +183,6 @@ - - - @@ -240,9 +219,6 @@ - - - @@ -261,9 +237,6 @@ - - - @@ -300,9 +273,6 @@ - - - @@ -543,9 +513,6 @@ - - - @@ -579,9 +546,6 @@ - - - @@ -598,9 +562,6 @@ - - - @@ -618,9 +579,6 @@ - - - @@ -640,9 +598,6 @@ - - - @@ -676,9 +631,6 @@ - - - @@ -695,9 +647,6 @@ - - - @@ -715,9 +664,6 @@ - - - @@ -737,9 +683,6 @@ - - - @@ -758,9 +701,6 @@ - - - @@ -811,9 +751,6 @@ - - - @@ -832,9 +769,6 @@ - - - @@ -983,9 +917,6 @@ - - - @@ -1018,9 +949,6 @@ - - - @@ -1054,9 +982,6 @@ - - - @@ -1074,9 +999,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/16900-16999.xml b/trunk/dist/game/data/stats/items/16900-16999.xml index 44b0f84ab6..7afbd5b0ab 100644 --- a/trunk/dist/game/data/stats/items/16900-16999.xml +++ b/trunk/dist/game/data/stats/items/16900-16999.xml @@ -29,9 +29,6 @@ - - - @@ -81,9 +78,6 @@ - - - @@ -169,9 +163,6 @@ - - - @@ -189,9 +180,6 @@ - - - @@ -257,9 +245,6 @@ - - - @@ -279,9 +264,6 @@ - - - @@ -314,9 +296,6 @@ - - - @@ -333,9 +312,6 @@ - - - @@ -353,9 +329,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/17000-17099.xml b/trunk/dist/game/data/stats/items/17000-17099.xml index b82f873a39..ea58d9ec1f 100644 --- a/trunk/dist/game/data/stats/items/17000-17099.xml +++ b/trunk/dist/game/data/stats/items/17000-17099.xml @@ -95,9 +95,6 @@ - - - @@ -134,9 +131,6 @@ - - - @@ -156,9 +150,6 @@ - - - @@ -176,9 +167,6 @@ - - - @@ -196,9 +184,6 @@ - - - @@ -269,9 +254,6 @@ - - - @@ -290,9 +272,6 @@ - - - @@ -310,9 +289,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/20200-20299.xml b/trunk/dist/game/data/stats/items/20200-20299.xml index d2699f32db..ad0eeaad01 100644 --- a/trunk/dist/game/data/stats/items/20200-20299.xml +++ b/trunk/dist/game/data/stats/items/20200-20299.xml @@ -1184,9 +1184,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/20600-20699.xml b/trunk/dist/game/data/stats/items/20600-20699.xml index 429a4b49f2..8cc52cd710 100644 --- a/trunk/dist/game/data/stats/items/20600-20699.xml +++ b/trunk/dist/game/data/stats/items/20600-20699.xml @@ -705,9 +705,6 @@ - - - @@ -743,9 +740,6 @@ - - - @@ -763,9 +757,6 @@ - - - @@ -827,9 +818,6 @@ - - - @@ -848,9 +836,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/21700-21799.xml b/trunk/dist/game/data/stats/items/21700-21799.xml index b0db0d3bd9..ad76317baf 100644 --- a/trunk/dist/game/data/stats/items/21700-21799.xml +++ b/trunk/dist/game/data/stats/items/21700-21799.xml @@ -1017,9 +1017,6 @@ - - - @@ -1037,9 +1034,6 @@ - - - @@ -1104,9 +1098,6 @@ - - - @@ -1207,9 +1198,6 @@ - - - @@ -1299,9 +1287,6 @@ - - - @@ -1319,9 +1304,6 @@ - - - @@ -1386,9 +1368,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/21800-21899.xml b/trunk/dist/game/data/stats/items/21800-21899.xml index 9e20ce6ca7..f256688984 100644 --- a/trunk/dist/game/data/stats/items/21800-21899.xml +++ b/trunk/dist/game/data/stats/items/21800-21899.xml @@ -103,9 +103,6 @@ - - - @@ -124,9 +121,6 @@ - - - diff --git a/trunk/dist/game/data/stats/items/40000-40099.xml b/trunk/dist/game/data/stats/items/40000-40099.xml index 5382e26c44..eb3139e433 100644 --- a/trunk/dist/game/data/stats/items/40000-40099.xml +++ b/trunk/dist/game/data/stats/items/40000-40099.xml @@ -455,8 +455,10 @@ + + diff --git a/trunk/java/com/l2jserver/gameserver/network/clientpackets/UseItem.java b/trunk/java/com/l2jserver/gameserver/network/clientpackets/UseItem.java index 8bfb1d5306..555ddd8b75 100644 --- a/trunk/java/com/l2jserver/gameserver/network/clientpackets/UseItem.java +++ b/trunk/java/com/l2jserver/gameserver/network/clientpackets/UseItem.java @@ -264,6 +264,25 @@ public final class UseItem extends L2GameClientPacket switch (activeChar.getRace()) { + case ERTHEIA: + { + switch (wpn.getItemType()) + { + case SWORD: + case DAGGER: + case BOW: + case POLE: + case NONE: + case DUAL: + case RAPIER: + case ANCIENTSWORD: + case CROSSBOW: + case DUALDAGGER: + activeChar.sendPacket(SystemMessageId.YOU_DO_NOT_MEET_THE_REQUIRED_CONDITION_TO_EQUIP_THAT_ITEM); + return; + } + break; + } case KAMAEL: { switch (wpn.getItemType()) @@ -302,7 +321,7 @@ public final class UseItem extends L2GameClientPacket case L2Item.SLOT_FULL_ARMOR: case L2Item.SLOT_LEGS: { - if ((activeChar.getRace() == Race.KAMAEL) && ((item.getItem().getItemType() == ArmorType.HEAVY) || (item.getItem().getItemType() == ArmorType.MAGIC))) + if ((activeChar.getRace() == Race.ERTHEIA) && ((item.getItem().getItemType() == ArmorType.HEAVY) || (item.getItem().getItemType() == ArmorType.SHIELD) || (item.getItem().getItemType() == ArmorType.SIGIL))) { activeChar.sendPacket(SystemMessageId.YOU_DO_NOT_MEET_THE_REQUIRED_CONDITION_TO_EQUIP_THAT_ITEM); return;