Initial changes.

This commit is contained in:
MobiusDevelopment
2022-04-21 21:55:50 +00:00
parent d436cc8687
commit 1e8d6c75d2
8123 changed files with 77615 additions and 903573 deletions

View File

@@ -1,6 +0,0 @@
CREATE TABLE IF NOT EXISTS `bot_reported_char_data` (
`botId` INT UNSIGNED NOT NULL DEFAULT 0,
`reporterId` INT UNSIGNED NOT NULL DEFAULT 0,
`reportDate` BIGINT(13) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`botId`, `reporterId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

View File

@@ -1,10 +0,0 @@
CREATE TABLE IF NOT EXISTS `character_premium_items` (
`charId` int(11) NOT NULL,
`itemNum` int(11) NOT NULL,
`itemId` int(11) NOT NULL,
`itemCount` bigint(20) unsigned NOT NULL,
`itemSender` varchar(50) NOT NULL,
KEY `charId` (`charId`),
KEY `itemNum` (`itemNum`),
KEY `itemId` (`itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

View File

@@ -1,11 +0,0 @@
CREATE TABLE IF NOT EXISTS `character_tpbookmark` (
`charId` int(20) NOT NULL,
`Id` int(20) NOT NULL,
`x` int(20) NOT NULL,
`y` int(20) NOT NULL,
`z` int(20) NOT NULL,
`icon` int(20) NOT NULL,
`tag` varchar(50) DEFAULT NULL,
`name` varchar(50) NOT NULL,
PRIMARY KEY (`charId`,`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

View File

@@ -1,11 +0,0 @@
CREATE TABLE IF NOT EXISTS `character_ui_actions` (
`charId` int(10) unsigned NOT NULL DEFAULT '0',
`cat` tinyint(4) NOT NULL,
`order` tinyint(4) NOT NULL,
`cmd` int(8) NOT NULL DEFAULT '0',
`key` int(8) NOT NULL,
`tgKey1` int(8) DEFAULT NULL,
`tgKey2` int(8) DEFAULT NULL,
`show` tinyint(4) NOT NULL,
PRIMARY KEY (`charId`,`cat`,`cmd`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

View File

@@ -1,7 +0,0 @@
CREATE TABLE IF NOT EXISTS `character_ui_categories` (
`charId` int(10) unsigned NOT NULL DEFAULT '0',
`catId` tinyint(4) NOT NULL,
`order` tinyint(4) NOT NULL,
`cmdId` int(8) NOT NULL DEFAULT '0',
PRIMARY KEY (`charId`,`catId`,`order`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

View File

@@ -1,36 +0,0 @@
CREATE TABLE IF NOT EXISTS `fort` (
`id` int(11) NOT NULL DEFAULT 0,
`name` varchar(25) NOT NULL,
`siegeDate` bigint(13) unsigned NOT NULL DEFAULT '0',
`lastOwnedTime` bigint(13) unsigned NOT NULL DEFAULT '0',
`owner` int(11) NOT NULL DEFAULT 0,
`fortType` int(1) NOT NULL DEFAULT 0,
`state` int(1) NOT NULL DEFAULT 0,
`castleId` int(1) NOT NULL DEFAULT 0,
`supplyLvL` int(2) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `owner` (`owner`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT IGNORE INTO `fort` VALUES
(101,'Shanty',0,0,0,0,0,0,0),
(102,'Southern',0,0,0,1,0,0,0),
(103,'Hive',0,0,0,0,0,0,0),
(104,'Valley',0,0,0,1,0,0,0),
(105,'Ivory',0,0,0,0,0,0,0),
(106,'Narsell',0,0,0,0,0,0,0),
(107,'Bayou',0,0,0,1,0,0,0),
(108,'White Sands',0,0,0,0,0,0,0),
(109,'Borderland',0,0,0,1,0,0,0),
(110,'Swamp',0,0,0,1,0,0,0),
(111,'Archaic',0,0,0,0,0,0,0),
(112,'Floran',0,0,0,1,0,0,0),
(113,'Cloud Mountain',0,0,0,1,0,0,0),
(114,'Tanor',0,0,0,0,0,0,0),
(115,'Dragonspine',0,0,0,0,0,0,0),
(116,'Antharas',0,0,0,1,0,0,0),
(117,'Western',0,0,0,1,0,0,0),
(118,'Hunters',0,0,0,1,0,0,0),
(119,'Aaru',0,0,0,0,0,0,0),
(120,'Demon',0,0,0,0,0,0,0),
(121,'Monastic',0,0,0,0,0,0,0);

View File

@@ -1,8 +0,0 @@
CREATE TABLE IF NOT EXISTS `fort_doorupgrade` (
`doorId` int(11) NOT NULL DEFAULT '0',
`fortId` int(11) NOT NULL,
`hp` int(11) NOT NULL DEFAULT '0',
`pDef` int(11) NOT NULL DEFAULT '0',
`mDef` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`doorId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

View File

@@ -1,9 +0,0 @@
CREATE TABLE IF NOT EXISTS `fort_functions` (
`fort_id` int(2) NOT NULL DEFAULT '0',
`type` int(1) NOT NULL DEFAULT '0',
`lvl` int(3) NOT NULL DEFAULT '0',
`lease` int(10) NOT NULL DEFAULT '0',
`rate` decimal(20,0) NOT NULL DEFAULT '0',
`endTime` bigint(13) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`fort_id`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

File diff suppressed because it is too large Load Diff

View File

@@ -1,384 +0,0 @@
DROP TABLE IF EXISTS `fort_spawnlist`;
CREATE TABLE `fort_spawnlist` (
`fortId` tinyint(3) unsigned NOT NULL DEFAULT '0',
`id` smallint(4) unsigned NOT NULL AUTO_INCREMENT,
`npcId` smallint(5) unsigned NOT NULL DEFAULT '0',
`x` mediumint(6) NOT NULL DEFAULT '0',
`y` mediumint(6) NOT NULL DEFAULT '0',
`z` mediumint(6) NOT NULL DEFAULT '0',
`heading` mediumint(6) NOT NULL DEFAULT '0',
`spawnType` tinyint(1) unsigned NOT NULL DEFAULT '0', -- 0-always spawned, 1-despawned during siege, 2-despawned 10min before siege, 3-spawned after fort taken
`castleId` tinyint(1) unsigned NOT NULL DEFAULT '0', -- Castle ID for Special Envoys
PRIMARY KEY (`id`),
KEY `id` (`fortId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `fort_spawnlist` VALUES
(101,null,35658,-53273,156650,-1896,62000,0,0),
(101,null,35659,-58672,154703,-2688,0,2,0),
(101,null,35660,-52128,157752,-2024,29864,1,0),
(101,null,35661,-52435,155188,-1768,20000,1,0),
(101,null,35662,-53944,155433,-2024,7304,1,0),
(101,null,35664,-51269,157584,-2048,39999,0,0),
(101,null,35666,-53422,158079,-2055,51999,0,0),
(101,null,35667,-50640,156000,-2056,63088,0,0),
(101,null,35667,-50938,155810,-2056,30136,0,0),
(101,null,35668,-54608,157216,-2048,62984,0,0),
(101,null,35668,-54896,157008,-2048,29696,0,0),
(101,null,35669,-53351,156814,-2048,30248,0,0),
(101,null,35669,-52160,156176,-2048,62376,0,0),
(101,null,35669,-52272,156208,-2048,29344,0,0),
(101,null,35669,-53240,156729,-2048,62712,0,0),
(101,null,36457,-53768,158042,-2048,62264,0,0),
(101,null,36393,-52680,156525,-2051,30000,3,1),
(102,null,35689,-22256,219808,-3072,32904,0,0),
(102,null,35690,-28169,216864,-3544,0,2,0),
(102,null,35691,-22992,218160,-3208,0,1,0),
(102,null,35692,-21328,218864,-2952,0,1,0),
(102,null,35694,-21520,221504,-3208,45328,1,0),
(102,null,35696,-24640,220960,-3232,60060,0,0),
(102,null,35698,-24128,221488,-3232,54428,0,0),
(102,null,35699,-20116,219724,-3232,0,0,0),
(102,null,35699,-20327,220028,-3232,33316,0,0),
(102,null,35700,-25038,219733,-3232,0,0,0),
(102,null,35700,-25246,220033,-3240,32608,0,0),
(102,null,35701,-23248,219696,-3232,0,0,0),
(102,null,35701,-23360,219904,-3232,32612,0,0),
(102,null,35701,-22176,219907,-3232,33500,0,0),
(102,null,35701,-22048,219696,-3232,0,0,0),
(102,null,36458,-23885,221728,-3232,32672,0,0),
(102,null,36394,-22368,219776,-3080,0,3,1),
(103,null,35727,16885,188473,-2760,42916,0,0),
(103,null,35728,19408,189422,-3136,0,2,0),
(103,null,35729,17984,187536,-2896,45056,1,0),
(103,null,35730,15152,188128,-2640,0,1,0),
(103,null,35731,16016,189520,-2888,0,1,0),
(103,null,35733,17008,186240,-2920,16384,0,0),
(103,null,35735,18304,188604,-2920,36864,0,0),
(103,null,35736,18048,189792,-2920,10324,0,0),
(103,null,35736,17632,189760,-2920,45348,0,0),
(103,null,35737,15282,186259,-2920,43140,0,0),
(103,null,35737,15728,186352,-2920,12288,0,0),
(103,null,35738,16784,188544,-2920,43884,0,0),
(103,null,35738,17060,188551,-2920,11484,0,0),
(103,null,35738,16080,187568,-2920,42884,0,0),
(103,null,35738,16368,187568,-2920,10432,0,0),
(103,null,36459,18397,188339,-2920,42948,0,0),
(103,null,36395,16772,188253,-2768,10232,3,2),
(104,null,35758,126080,123808,-2424,48972,0,0),
(104,null,35759,123383,121093,-2864,0,2,0),
(104,null,35760,124299,123614,-2552,49192,1,0),
(104,null,35761,124768,121856,-2296,0,1,0),
(104,null,35763,124768,124640,-2552,54480,1,0),
(104,null,35765,127920,124384,-2584,36616,0,0),
(104,null,35767,128106,122635,-2588,33036,0,0),
(104,null,35768,126208,120768,-2584,16384,0,0),
(104,null,35768,125904,120544,-2584,49024,0,0),
(104,null,35769,125920,125483,-2584,49024,0,0),
(104,null,35769,126208,125680,-2584,16384,0,0),
(104,null,35770,126186,122800,-2584,16384,0,0),
(104,null,35770,125974,122689,-2584,49024,0,0),
(104,null,35770,125974,123879,-2584,49024,0,0),
(104,null,35770,126177,124007,-2584,16384,0,0),
(104,null,36460,128133,122310,-2584,48972,0,0),
(104,null,36396,126111,123738,-2432,16248,3,3),
(105,null,35796,72544,4608,-2888,56456,0,0),
(105,null,35797,75280,1387,-3268,0,2,0),
(105,null,35798,73788,5479,-3016,55136,1,0),
(105,null,35799,72400,2896,-2760,0,1,0),
(105,null,35800,71264,4144,-3008,0,1,0),
(105,null,35802,74736,4160,-3040,34596,0,0),
(105,null,35804,73119,6121,-3047,46480,0,0),
(105,null,35805,71536,5808,-3040,56456,0,0),
(105,null,35805,71634,6146,-3040,23840,0,0),
(105,null,35806,74256,2960,-3040,23657,0,0),
(105,null,35806,74164,2606,-3040,56453,0,0),
(105,null,35807,73281,3925,-3040,23840,0,0),
(105,null,35807,73194,3703,-3040,56456,0,0),
(105,null,35807,72430,4624,-3040,56456,0,0),
(105,null,35807,72532,4853,-3040,23840,0,0),
(105,null,36461,73470,6019,-3040,56456,0,0),
(105,null,36397,72619,4569,-2889,23840,3,4),
(106,null,35827,154544,55600,-3096,58368,0,0),
(106,null,35828,159377,52403,-3312,0,2,0),
(106,null,35829,155576,56592,-3224,59224,1,0),
(106,null,35830,154704,53856,-2968,0,1,0),
(106,null,35831,153328,54848,-3216,5512,1,0),
(106,null,35833,156768,55552,-3256,32252,0,0),
(106,null,35835,154800,57146,-3257,49096,0,0),
(106,null,35836,153312,56544,-3256,58368,0,0),
(106,null,35836,153328,56896,-3256,25416,0,0),
(106,null,35837,156496,53920,-3256,58368,0,0),
(106,null,35837,156528,54272,-3256,25416,0,0),
(106,null,35838,155385,55045,-3248,25416,0,0),
(106,null,35838,155328,54800,-3256,58368,0,0),
(106,null,35838,154407,55563,-3248,58368,0,0),
(106,null,35838,154468,55805,-3256,25416,0,0),
(106,null,36462,155166,57115,-3256,58368,0,0),
(106,null,36398,154592,55527,-3098,25416,3,5),
(107,null,35858,189968,40224,-3248,0,0,0),
(107,null,35859,190423,43540,-3656,0,2,0),
(107,null,35860,188160,39920,-3376,49284,1,0),
(107,null,35861,188624,38240,-3128,0,1,0),
(107,null,35863,188626,41066,-3376,57140,1,0),
(107,null,35865,191760,40752,-3408,39112,0,0),
(107,null,35867,190992,41376,-3412,45180,0,0),
(107,null,35868,189776,41872,-3408,49148,0,0),
(107,null,35868,190048,42064,-3408,16316,0,0),
(107,null,35869,189776,36960,-3408,49148,0,0),
(107,null,35869,190048,37152,-3408,16316,0,0),
(107,null,35870,189812,39071,-3408,49148,0,0),
(107,null,35870,190044,39197,-3408,16316,0,0),
(107,null,35870,189825,40269,-3408,49148,0,0),
(107,null,35870,190048,40400,-3408,16316,0,0),
(107,null,36463,190798,41513,-3408,49148,0,0),
(107,null,36399,189984,40112,-3254,0,3,5),
(108,null,35896,118827,205186,-3176,38352,0,0),
(108,null,35897,114436,202528,-3408,0,2,0),
(108,null,35898,118880,203568,-3304,5396,1,0),
(108,null,35899,117216,205648,-3048,0,1,0),
(108,null,35900,118560,206560,-3304,48872,1,0),
(108,null,35902,120160,204256,-3336,30272,0,0),
(108,null,35904,118138,203228,-3336,17176,0,0),
(108,null,35905,120113,205939,-3336,38352,0,0),
(108,null,35905,120407,205831,-3336,5396,0,0),
(108,null,35906,116741,203878,-3336,5396,0,0),
(108,null,35906,116460,203986,-3336,38352,0,0),
(108,null,35907,117785,204712,-3336,38352,0,0),
(108,null,35907,117980,204551,-3328,5396,0,0),
(108,null,35907,118832,205280,-3328,38352,0,0),
(108,null,35907,119040,205120,-3336,5396,0,0),
(108,null,36464,117889,203183,-3336,38352,0,0),
(108,null,36400,118785,205138,-3177,5396,3,6),
(109,null,35927,158720,-70032,-2704,59020,0,0),
(109,null,35928,161876,-73407,-2984,0,2,0),
(109,null,35929,157968,-71659,-2832,59020,1,0),
(109,null,35930,159664,-72224,-2584,0,1,0),
(109,null,35932,157312,-70640,-2832,0,1,0),
(109,null,35934,159312,-68240,-2864,49028,0,0),
(109,null,35936,160832,-69056,-2866,42144,0,0),
(109,null,35937,157293,-69255,-2864,59020,0,0),
(109,null,35937,157280,-68912,-2864,27244,0,0),
(109,null,35938,161373,-71636,-2864,27244,0,0),
(109,null,35938,161371,-71992,-2864,59020,0,0),
(109,null,35939,158672,-69856,-2864,27244,0,0),
(109,null,35939,158635,-70096,-2864,59020,0,0),
(109,null,35939,159632,-70761,-2864,59020,0,0),
(109,null,35939,159670,-70518,-2864,27244,0,0),
(109,null,36465,161130,-69197,-2864,59020,0,0),
(109,null,36401,158776,-70042,-2708,27244,3,7),
(110,null,35965,70062,-60958,-2624,45292,0,0),
(110,null,35966,71436,-58182,-2904,0,2,0),
(110,null,35967,71248,-62352,-2752,12388,1,0),
(110,null,35968,71264,-60512,-2504,0,1,0),
(110,null,35970,68688,-59648,-2752,56012,1,0),
(110,null,35972,70144,-63584,-2784,18252,0,0),
(110,null,35974,70944,-63168,-2784,25448,0,0),
(110,null,35975,68995,-63605,-2784,12388,0,0),
(110,null,35975,68668,-63690,-2784,45292,0,0),
(110,null,35976,70884,-59059,-2784,12388,0,0),
(110,null,35976,70535,-59147,-2784,45292,0,0),
(110,null,35977,70194,-60871,-2784,12388,0,0),
(110,null,35977,69936,-60882,-2784,45292,0,0),
(110,null,35977,69736,-61986,-2784,12388,0,0),
(110,null,35977,69472,-61984,-2784,45292,0,0),
(110,null,36466,71273,-62968,-2784,45292,0,0),
(110,null,36433,70058,-61012,-2630,12388,3,8),
(111,null,36003,109024,-141072,-2800,62612,0,0),
(111,null,36004,105447,-139845,-3120,0,2,0),
(111,null,36005,109600,-139735,-2928,62612,1,0),
(111,null,36006,109856,-142640,-2672,0,1,0),
(111,null,36007,108223,-142209,-2920,8524,1,0),
(111,null,36009,108544,-139488,-2952,55116,0,0),
(111,null,36011,110859,-139960,-2952,40492,0,0),
(111,null,36012,111383,-141559,-2960,29804,0,0),
(111,null,36012,111494,-141882,-2952,62612,0,0),
(111,null,36013,107424,-140362,-2960,29804,0,0),
(111,null,36013,107538,-140682,-2960,62612,0,0),
(111,null,36014,110078,-141517,-2952,62612,0,0),
(111,null,36014,108896,-140928,-2952,29804,0,0),
(111,null,36014,108931,-141177,-2952,62612,0,0),
(111,null,36014,110048,-141271,-2952,29804,0,0),
(111,null,36467,111163,-140542,-2952,62612,0,0),
(111,null,36434,109080,-141070,-2801,29804,3,9),
(112,null,36034,5136,149728,-2728,0,0,0),
(112,null,36035,14186,149947,-3352,0,2,0),
(112,null,36036,7006,148242,-2856,32768,1,0),
(112,null,36037,6528,151872,-2608,0,1,0),
(112,null,36039,4384,150992,-2856,0,1,0),
(112,null,36041,5968,146864,-2888,19216,0,0),
(112,null,36043,4320,150032,-2892,0,0,0),
(112,null,36044,7345,150866,-2888,32768,0,0),
(112,null,36044,7552,150601,-2888,0,0,0),
(112,null,36045,3905,148865,-2888,32768,0,0),
(112,null,36045,4101,148594,-2888,0,0,0),
(112,null,36046,6257,149635,-2888,0,0,0),
(112,null,36046,6165,149868,-2888,32768,0,0),
(112,null,36046,5065,149635,-2888,0,0,0),
(112,null,36046,4962,149869,-2888,32768,0,0),
(112,null,36468,4326,149651,-2888,0,0,0),
(112,null,36435,5217,149697,-2736,32768,3,1),
(112,null,36436,5217,149754,-2736,32768,3,2),
(113,null,36072,-53232,91696,-2664,49152,0,0),
(113,null,36073,-56032,86017,-3259,0,2,0),
(113,null,36074,-55791,91856,-2792,0,1,0),
(113,null,36075,-55248,90496,-2536,0,1,0),
(113,null,36077,-54168,92604,-2784,49196,1,0),
(113,null,36079,-52080,89808,-2824,16384,0,0),
(113,null,36081,-50544,91424,-2824,32768,0,0),
(113,null,36082,-52404,92892,-2824,49151,0,0),
(113,null,36082,-52121,93104,-2816,16384,0,0),
(113,null,36083,-54393,89462,-2824,49151,0,0),
(113,null,36083,-54092,89676,-2824,16384,0,0),
(113,null,36084,-53118,91881,-2824,16384,0,0),
(113,null,36084,-53116,90671,-2816,16384,0,0),
(113,null,36084,-53352,90572,-2824,49151,0,0),
(113,null,36084,-53348,91765,-2816,49151,0,0),
(113,null,36469,-50510,91023,-2824,49152,0,0),
(113,null,36437,-53210,91642,-2665,16384,3,1),
(113,null,36438,-53258,91642,-2665,16384,3,4),
(114,null,36110,60379,139950,-1592,46872,0,0),
(114,null,36111,58314,136319,-2000,0,2,0),
(114,null,36112,61864,139257,-1728,46896,1,0),
(114,null,36113,58480,139648,-1464,0,1,0),
(114,null,36114,59436,140834,-1720,47296,1,0),
(114,null,36116,60576,138064,-1752,16532,0,0),
(114,null,36118,60400,140688,-1757,48196,0,0),
(114,null,36119,61696,140832,-1752,14120,0,0),
(114,null,36119,61395,140689,-1752,46936,0,0),
(114,null,36120,58828,138054,-1752,46872,0,0),
(114,null,36120,59137,138189,-1752,14120,0,0),
(114,null,36121,60265,139991,-1752,46872,0,0),
(114,null,36121,60522,140048,-1752,14480,0,0),
(114,null,36121,60042,138817,-1752,46872,0,0),
(114,null,36121,60285,138872,-1752,14480,0,0),
(114,null,36470,60145,140737,-1752,46872,0,0),
(114,null,36439,60391,139884,-1600,14480,3,2),
(114,null,36440,60343,139892,-1600,14480,3,3),
(115,null,36141,11537,95509,-3264,49151,0,0),
(115,null,36142,9318,92253,-3536,0,2,0),
(115,null,36143,9472,94992,-3392,0,1,0),
(115,null,36144,13184,94928,-3144,0,1,0),
(115,null,36145,12829,96214,-3392,49152,1,0),
(115,null,36147,10112,93760,-3424,16384,0,0),
(115,null,36149,9485,96089,-3424,57220,0,0),
(115,null,36150,12633,93599,-3424,16384,0,0),
(115,null,36150,12365,93398,-3424,49151,0,0),
(115,null,36151,10615,96684,-3424,16384,0,0),
(115,null,36151,10344,96478,-3424,49151,0,0),
(115,null,36152,11654,95634,-3424,16384,0,0),
(115,null,36152,11422,95531,-3424,49151,0,0),
(115,null,36152,11660,94437,-3424,16384,0,0),
(115,null,36152,11420,94333,-3424,49151,0,0),
(115,null,36471,9203,95842,-3424,49151,0,0),
(115,null,36441,11549,95447,-3270,16384,3,2),
(115,null,36442,11517,95447,-3270,16384,3,4),
(116,null,36172,79686,91280,-2720,37660,0,0),
(116,null,36173,74810,90814,-3344,0,2,0),
(116,null,36174,77262,91704,-2856,5112,1,0),
(116,null,36175,79440,88752,-2600,0,1,0),
(116,null,36177,80929,90510,-2856,40192,1,0),
(116,null,36179,77600,93440,-2880,57688,0,0),
(116,null,36181,76848,92624,-2880,62456,0,0),
(116,null,36182,80031,92773,-2880,37568,0,0),
(116,null,36182,80329,92637,-2880,5012,0,0),
(116,null,36183,78231,89249,-2880,5012,0,0),
(116,null,36183,77927,89390,-2880,37920,0,0),
(116,null,36184,78812,90685,-2880,5012,0,0),
(116,null,36184,79666,91408,-2880,37660,0,0),
(116,null,36184,78611,90849,-2880,37660,0,0),
(116,null,36184,79865,91249,-2880,5012,0,0),
(116,null,36472,76880,92931,-2880,37660,0,0),
(116,null,36443,79618,91276,-2728,5012,3,4),
(116,null,36444,79641,91231,-2728,5012,3,3),
(117,null,36210,111368,-14624,-832,49151,0,0),
(117,null,36211,114221,-18762,-1768,0,2,0),
(117,null,36212,109872,-16624,-968,16384,1,0),
(117,null,36213,113481,-16058,-712,0,1,0),
(117,null,36215,112601,-13933,-960,49152,1,0),
(117,null,36217,108496,-15504,-992,0,0,0),
(117,null,36219,108880,-16492,-992,8356,0,0),
(117,null,36220,110219,-13636,-992,49151,0,0),
(117,null,36220,110478,-13435,-992,16384,0,0),
(117,null,36221,112216,-17087,-992,49151,0,0),
(117,null,36221,112482,-16883,-992,16384,0,0),
(117,null,36222,111248,-15800,-992,49151,0,0),
(117,null,36222,111487,-15701,-992,16384,0,0),
(117,null,36222,111253,-14604,-992,49151,0,0),
(117,null,36222,111486,-14503,-992,16384,0,0),
(117,null,36473,108614,-16342,-992,49151,0,0),
(117,null,36445,111323,-14680,-839,16384,3,5),
(117,null,36446,111368,-14680,-839,16384,3,4),
(117,null,36447,111412,-14681,-839,16384,3,7),
(118,null,36248,125246,95621,-1976,49151,0,0),
(118,null,36249,121072,93215,-2736,0,2,0),
(118,null,36250,122688,95760,-2112,0,1,0),
(118,null,36251,123232,94400,-1856,0,1,0),
(118,null,36253,124305,96528,-2104,49151,1,0),
(118,null,36255,126384,93728,-2144,16384,0,0),
(118,null,36257,127968,95328,-2144,32768,0,0),
(118,null,36258,124357,93571,-2144,16384,0,0),
(118,null,36258,124080,93379,-2144,49151,0,0),
(118,null,36259,126328,97008,-2144,16384,0,0),
(118,null,36259,126064,96813,-2144,49151,0,0),
(118,null,36260,125128,94482,-2144,49151,0,0),
(118,null,36260,125364,95782,-2144,16384,0,0),
(118,null,36260,125131,95677,-2136,49151,0,0),
(118,null,36260,125365,94582,-2136,16384,0,0),
(118,null,36474,128023,94941,-2144,49151,0,0),
(118,null,36448,125266,95558,-1984,16384,3,5),
(118,null,36449,125226,95559,-1984,16384,3,3),
(119,null,36286,72834,186402,-2424,54844,0,0),
(119,null,36287,71692,188004,-2616,0,2,0),
(119,null,36288,71392,184720,-2552,5528,1,0),
(119,null,36289,74288,186912,-2296,0,1,0),
(119,null,36290,71542,186410,-2552,55088,1,0),
(119,null,36292,74832,185648,-2584,24516,0,0),
(119,null,36294,70768,185632,-2584,63668,0,0),
(119,null,36295,73081,188000,-2584,22248,0,0),
(119,null,36295,72974,187690,-2584,54844,0,0),
(119,null,36296,73127,184321,-2584,22248,0,0),
(119,null,36296,73008,184000,-2584,54844,0,0),
(119,null,36297,73523,185589,-2576,22248,0,0),
(119,null,36297,73376,185380,-2584,54844,0,0),
(119,null,36297,72713,186369,-2576,54844,0,0),
(119,null,36297,72851,186593,-2584,22248,0,0),
(119,null,36475,70720,185261,-2584,54844,0,0),
(119,null,36450,72880,186364,-2425,22248,3,6),
(119,null,36451,72850,186346,-2425,22248,3,3),
(120,null,36317,100213,-55318,-488,0,0,0),
(120,null,36318,104686,-57581,-944,0,2,0),
(120,null,36319,100688,-57440,-616,16384,1,0),
(120,null,36320,100752,-53664,-360,0,1,0),
(120,null,36322,99484,-54027,-616,0,1,0),
(120,null,36324,101952,-56752,-640,32768,0,0),
(120,null,36326,99600,-57360,-648,8476,0,0),
(120,null,36327,102103,-54225,-640,32768,0,0),
(120,null,36327,102308,-54490,-640,0,0,0),
(120,null,36328,99016,-56242,-632,32768,0,0),
(120,null,36328,99229,-56507,-640,0,0,0),
(120,null,36329,101363,-55435,-640,0,0,0),
(120,null,36329,101268,-55199,-640,32768,0,0),
(120,null,36329,100168,-55434,-640,0,0,0),
(120,null,36329,100064,-55200,-640,32768,0,0),
(120,null,36476,99834,-57649,-648,0,0,0),
(120,null,36452,100280,-55302,-489,32768,3,8),
(120,null,36453,100280,-55334,-489,32768,3,7),
(121,null,36355,72365,-94294,-1264,44872,0,0),
(121,null,36356,69553,-91746,-1488,0,2,0),
(121,null,36357,70189,-93935,-1400,61576,1,0),
(121,null,36358,73680,-95456,-1144,0,1,0),
(121,null,36360,73831,-94119,-1400,45536,1,0),
(121,null,36362,70384,-95360,-1424,11308,0,0),
(121,null,36364,70704,-92960,-1424,53872,0,0),
(121,null,36365,71641,-92931,-1424,44872,0,0),
(121,null,36365,71971,-92846,-1424,12456,0,0),
(121,null,36366,72323,-96557,-1424,44872,0,0),
(121,null,36366,72653,-96469,-1424,12456,0,0),
(121,null,36367,72264,-94213,-1424,44872,0,0),
(121,null,36367,72066,-95317,-1424,12456,0,0),
(121,null,36367,71810,-95321,-1424,44872,0,0),
(121,null,36367,72526,-94209,-1424,12456,0,0),
(121,null,36477,70350,-93054,-1424,44872,0,0),
(121,null,36454,72358,-94360,-1272,12456,3,8),
(121,null,36455,72324,-94346,-1272,12456,3,9);

View File

@@ -1,5 +0,0 @@
CREATE TABLE IF NOT EXISTS `fortsiege_clans` (
`fort_id` int(1) NOT NULL DEFAULT '0',
`clan_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`clan_id`,`fort_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

View File

@@ -1,6 +0,0 @@
CREATE TABLE IF NOT EXISTS `item_elementals` (
`itemId` int(11) NOT NULL DEFAULT 0,
`elemType` tinyint(1) NOT NULL DEFAULT -1,
`elemValue` int(11) NOT NULL DEFAULT -1,
PRIMARY KEY (`itemId`, `elemType`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

View File

@@ -347,24 +347,6 @@ INSERT INTO `teleport` VALUES
('Schuttgart -> Icemans Hut',1118,113903,-108752,-856,3500,0,57),
('Schuttgart -> Crypt of Disgrace',1119,47692,-115745,-3744,9600,0,57),
('Schuttgart -> Pavel Ruins',1120,91280,-117152,-3928,5300,0,57),
('Kamael Vilage -> The Town of Gludio',1139,-12672,122776,-3116,12000,0,57),
('Kamael Vilage -> Town of Aden',1122,146331,25762,-2018,26000,0,57),
('Kamael Vilage -> Talking Island Village',1123,-84318,244579,-3730,20000,0,57),
('Kamael Vilage -> Dark Elf Village',1124,9745,15606,-4574,13000,0,57),
('Kamael Vilage -> Elven Village',1125,46934,51467,-2977,16000,0,57),
('Kamael Vilage -> Dwarven Village',1126,115113,-178212,-901,32000,0,57),
('Kamael Vilage -> Orc Village',1127,-44836,-112524,-235,17000,0,57),
('Kamael Vilage -> Stronghold I',1128,-122410,73205,-2872,2600,0,57),
('Kamael Vilage -> Stronghold II',1129,-95540,52150,-2024,2200,0,57),
('Kamael Vilage -> Stronghold III',1130,-85928,37095,-2048,3200,0,57),
('Kamael Vilage -> Isle of Souls Harbor',1131,-74016,51932,-3680,4300,0,57),
('Kamael Vilage -> Stronghold I free',1132,-122410,73205,-2872,0,0,57),
('Kamael Vilage -> Stronghold II free',1133,-95540,52150,-2024,0,0,57),
('Kamael Vilage -> Stronghold III free',1134,-85928,37095,-2048,0,0,57),
('Strongolds -> Kamael Village free',1135,-117251,46771,360,0,0,57),
('Soul Isle Harbor -> The Town of Gludio',1136,-12672,122776,-3116,9300,0,57),
('Soul Isle Harbor -> Town of Aden',1137,146331,25762,-2018,22000,0,57),
('Soul Isle Harbor -> The Town of Gludio',1138,-117251,46771,360,4300,0,57),
('Pagan Temple - > exit',11999,-16307,-36591,-10725,0,0,57),
('Pagan Chapel - > exit',11998,-16359,-43803,-10725,0,0,57);
@@ -607,25 +589,6 @@ INSERT INTO `teleport` VALUES
('Varka teleport - Town of Schuttgart',10041,87126,-143520,-1288,9300,0,57);
INSERT INTO `teleport` VALUES
('Gludio -> Kamael Village',12050,-117251,46771,360,12000,0,57),
('Dark Elf Village -> Kamael Village',12051,-117251,46771,360,13000,0,57),
('Orc Village -> Kamael Village',12052,-117251,46771,360,17000,0,57),
('Elven Village -> Kamael Village',12053,-117251,46771,360,16000,0,57),
('Town of Aden -> Kamael Village',12054,-117251,46771,360,26000,0,57),
('Talking Village -> Kamael Village',12055,-117251,46771,360,10000,0,57),
('Dwarven Village -> Kamael Village',12056,-117251,46771,360,32000,0,57),
('Soul Harbor -> Nornil\'s Garden',12057,-119534,87176,-12593,0,0,57),
('Nornil\'s Garden -> Soul Harbor',12058,-73494,53507,-3680,0,0,57),
('Fantasy Isle -> Krateis Cube',12108,-70293,-71029,-1416,0,0,57),
('Krateis Cube -> Fantasy Isle',12109,-59224,-56837,-2032,0,0,57),
('Gludio -> Airship dock',12118,-149406,255247,-80,0,0,57),
('Airship dock -> Talking Island',12119,-84752,243122,-3728,0,0,57),
('Talking Island -> Airship dock',12120,-149406,255247,-80,0,0,57),
('Fantasy Isle -> Handys Block',12121,-57328,-60566,-2360,0,0,57),
('Keucereus -> Heart of Infinity',12122,-204288,242026,1744,0,0,57),
('Handys Block -> Fantasy Isle',12139,-59157,-56906,-2032,0,0,57),
('Guide of Immortality -> Seed of Infinity',14000,-183292,206063,-12888,0,0,57),
('Gatekeeper of the Abyss -> Seed of Infinity',14001,-212836,209824,4288,0,0,57),
('Gludio Castle -> Front of the Gludio Castle',13000,-15043,116596,-3208,0,0,57),
('Gludio Castle -> Gludio Town Square',13001,-14393,123671,-3144,0,0,57),
('Gludio Castle -> Front of the Shanty Fortress',13002,-58761,154663,-2701,0,0,57),
@@ -759,243 +722,3 @@ INSERT INTO `teleport` VALUES
('Schuttgart Terrace -> In',2054,76267,-153275,1044,0,0,57),
('Schuttgart Terrace -> Out',2055,78843,-153008,1044,0,0,57),
('Schuttgart Terrace -> In',2056,78832,-153271,1044,0,0,57);
-- Gracia Epilogue
INSERT INTO `teleport` VALUES
('News Informer -> Forge of the Gods',200901,169018,-116303,-2432,10000,0,57),
('News Informer -> Primeval Isle Wharf',200902,11235,-24026,-3640,10000,0,57),
('News Informer -> The Giant\'s Cave',200903,174491,50942,-4360,10000,0,57),
('News Informer -> Den of Evil',200904,68693,-110438,-1904,10000,0,57),
('News Informer -> Mithril Mines Western Entrance',200905,171946,-173352,3440,10000,0,57),
('News Informer -> Mithril Mines Eastern Entrance',200906,178591,-184615,360,10000,0,57),
('News Informer -> Field of Silence',200907,87691,162835,-3520,10000,0,57),
('News Informer -> Field of Whispers',200908,82192,226128,-3656,10000,0,57),
('News Informer -> Crypts of Disgrace',200909,47692,-115745,-3744,10000,0,57),
('News Informer -> Stakato Nest',200910,89513,-44800,-2136,10000,0,57),
('News Informer -> Town of Giran',200911,83551,147945,-3400,100000,0,57),
('News Informer -> Town of Aden',200912,146783,25808,-2008,100000,0,57),
('News Informer -> Town of Oren',200913,82971,53207,-1488,100000,0,57),
('News Informer -> Rune Township',200914,43835,-47749,-792,100000,0,57),
('News Informer -> Town of Goddard',200915,148024,-55281,-2728,100000,0,57),
('Primeval Isle -> Rune Township',200916,43835,-47749,-792,50000,0,57),
('Rune Township -> Primeval Isle',200917,11235,-24026,-3640,6400,0,57),
('Heine -> Isle of Prayer',200918,149518,195280,-3736,7200,0,57),
('Giant\'s Cave -> Lower',200919,191754,56760,-7624,0,0,57),
('Giant\'s Cave -> Upper',200920,183985,61424,-3992,0,0,57),
('Giran Harbor -> Pirate\'s Palace',200921,52241,218775,-3224,0,0,57),
('Aden GK -> The Giant\'s Cave',200922,174491,50942,-4360,7400,0,57), -- retail
('FoG Entrance -> FoG Upper Level',200923,173492,-112272,-5192,0,0,57),
('Krun -> Enter Mines ',200924,173462,-174011,3480,0,0,57),
('Tarum -> Enter Mines ',200925,179299,-182831,-224,0,0,57),
('Goddard -> Forge of the Gods',200926,169018,-116303,-2432,10000,0,57),
('Rune -> Stakato Nest',126,89513,-44800,-2136,9100,0,57);
-- Freya? NPC exists in client.
INSERT INTO `teleport` VALUES
('Seed of Infinity Dock',15006,-212843,209695,4280,150000,0,57), -- retail
('Seed of Destruction Dock',15007,-248535,250273,4336,150000,0,57); -- retail
-- Fortress Teleports
INSERT INTO `teleport` VALUES
-- Shanty Fortress
('Shanty Fortress -> Fortress West Gate',20000,-55240,157193,-2048,0,0,57), -- retail
('Shanty Fortress -> Fortress East Gate',20001,-50296,155793,-2056,0,0,57), -- retail
('Shanty Fortress -> Gludio Town Square',20002,-14393,123671,-3144,0,0,57), -- retail
('Shanty Fortress -> Front of the Gludio Castle Gate',20003,-15043,116596,-3208,0,0,57), -- retail
('Shanty Fortress -> Ruins of Agony',20004,-41248,122848,-2912,500,0,57), -- retail
('Shanty Fortress -> Ruins of Despair',20005,-19120,136816,-3762,500,0,57), -- retail
('Shanty Fortress -> The Ant Nest',20006,-9959,176184,-4160,500,0,57), -- retail
('Shanty Fortress -> Windawood Manor',20007,-28327,155125,-3496,500,0,57), -- retail
-- Southern Fortress
('Southern Fortress -> Fortress West Gate',20008,-25480,219848,-3248,0,0,57), -- retail
('Southern Fortress -> Fortress East Gate',20009,-19886,219821,-3256,0,0,57), -- retail
('Southern Fortress -> Gludio Town Square',20010,-14393,123671,-3144,0,0,57), -- retail
('Southern Fortress -> Front of the Gludio Castle Gate',20011,-15043,116596,-3208,0,0,57), -- retail
('Southern Fortress -> Ruins of Agony',20012,-41248,122848,-2912,500,0,57), -- retail
('Southern Fortress -> Ruins of Despair',20013,-19120,136816,-3762,500,0,57), -- retail
('Southern Fortress -> The Ant Nest',20014,-9959,176184,-4160,500,0,57), -- retail
('Southern Fortress -> Windawood Manor',20015,-28327,155125,-3496,500,0,57), -- retail
-- Hive Fortress
('Hive Fortress -> Fortress North Gate',20016,15383,186025,-2920,0,0,57), -- retail
('Hive Fortress -> Fortress South Gate',20017,18046,190017,-2920,0,0,57), -- retail
('Hive Fortress -> Dion Town Square',20018,19025,145245,-3107,0,0,57), -- retail
('Hive Fortress -> Front of the Dion Castle Gate',20019,19888,153395,-3144,0,0,57), -- retail
('Hive Fortress -> Cruma Marshlands',20020,5106,126916,-3664,500,0,57), -- retail
('Hive Fortress -> Fortress of Resistance',20021,47382,111278,-2104,500,0,57), -- retail
('Hive Fortress -> Plains of Dion',20022,630,179184,-3720,500,0,57), -- retail
('Hive Fortress -> Tanor Canyon',20023,60374,164301,-2856,500,0,57), -- retail
-- Valley Fortress
('Valley Fortress -> Fortress North Gate',20024,126066,120350,-2584,0,0,57), -- retail
('Valley Fortress -> Fortress South Gate',20025,126023,125853,-2584,0,0,57), -- retail
('Valley Fortress -> Giran Town Square',20026,81749,149171,-3464,0,0,57), -- retail
('Valley Fortress -> Front of the Giran Castle Gate',20027,107954,145841,-3224,0,0,57), -- retail
('Valley Fortress -> Breka\'s Stronghold',20028,85546,131328,-3672,500,0,57), -- retail
('Valley Fortress -> Devil\'s Isle',20029,43408,206881,-3752,500,0,57), -- retail
('Valley Fortress -> Dragon Valley',20030,73024,118485,-3720,500,0,57), -- retail
('Valley Fortress -> Tanor Canyon',20031,60374,164301,-2856,500,0,57), -- retail
-- Ivory Fortress
('Ivory Fortress -> Fortress North Gate',20032,74367,2533,-3040,0,0,57), -- retail
('Ivory Fortress -> Fortress South Gate',20033,71388,6235,-3032,0,0,57), -- retail
('Ivory Fortress -> Oren Town Square',20034,82323,55466,-1480,0,0,57), -- retail
('Ivory Fortress -> Front of the Oren Castle Gate',20035,75648,39380,-2952,0,0,57), -- retail
('Ivory Fortress -> Sea of Spores',20036,64328,26803,-3768,500,0,57), -- retail
('Ivory Fortress -> Enchanted Valley, Southern Region',20037,124904,61992,-3973,500,0,57), -- retail
('Ivory Fortress -> Enchanted Valley, Northern Region',20038,104426,33746,-3825,500,0,57), -- retail
('Ivory Fortress -> Ancient Battleground',20039,118509,-4779,-4000,500,0,57), -- retail
-- Narsell Fortress
('Narsell Fortress -> Fortress West Gate',20040,153112,56872,-3256,0,0,57), -- retail
('Narsell Fortress -> Fortress East Gate',20041,156730,53921,-3256,0,0,57), -- retail
('Narsell Fortress -> Aden Town Square',20042,147450,28081,-2294,0,0,57), -- retail
('Narsell Fortress -> Front of the Aden Castle Gate',20043,147428,20161,-2008,0,0,57), -- retail
('Narsell Fortress -> Ancient Battleground',20044,118509,-4779,-4000,500,0,57), -- retail
('Narsell Fortress -> Enchanted Valley, Southern Region',20045,124904,61992,-3973,500,0,57), -- retail
('Narsell Fortress -> Enchanted Valley, Northern Region',20046,104426,33746,-3825,500,0,57), -- retail
('Narsell Fortress -> Blazing Swamp',20047,155310,-16339,-3320,500,0,57), -- retail
('Narsell Fortress -> The Giant\'s Cave Upper Layer',20048,183985,61424,-3992,500,0,57), -- retail
('Narsell Fortress -> The Giant\'s Cave Lower Layer',20049,191754,56760,-7624,500,0,57), -- retail
-- Bayou Fortress
('Bayou Fortress -> Fortress North Gate',20050,189894,36746,-3408,0,0,57), -- retail
('Bayou Fortress -> Fortress South Gate',20051,189914,42242,-3408,0,0,57), -- retail
('Bayou Fortress -> Aden Town Square',20052,147450,28081,-2294,0,0,57), -- retail
('Bayou Fortress -> Front of the Aden Castle Gate',20053,147428,20161,-2008,0,0,57), -- retail
('Bayou Fortress -> Ancient Battleground',20054,118509,-4779,-4000,500,0,57), -- retail
('Bayou Fortress -> Enchanted Valley, Southern Region',20055,124904,61992,-3973,500,0,57), -- retail
('Bayou Fortress -> Enchanted Valley, Northern Region',20056,104426,33746,-3825,500,0,57), -- retail
('Bayou Fortress -> Blazing Swamp',20057,155310,-16339,-3320,500,0,57), -- retail
('Bayou Fortress -> The Giant\'s Cave Upper Layer',20058,183985,61424,-3992,500,0,57), -- retail
('Bayou Fortress -> The Giant\'s Cave Lower Layer',20059,191754,56760,-7624,500,0,57), -- retail
-- White Sands Fortress
('White Sands Fortress -> Fortress West Gate',20060,116336,203775,-3336,0,0,57), -- retail
('White Sands Fortress -> Fortress East Gate',20061,120487,206093,-3336,0,0,57), -- retail
('White Sands Fortress -> Heine Town Square',20062,111455,219400,-3546,0,0,57), -- retail
('White Sands Fortress -> Front of the Innadril Castle Gate',20063,117608,241660,-1408,0,0,57), -- retail
('White Sands Fortress -> Field of Silence Center',20064,80987,182423,-3504,500,0,57), -- retail
('White Sands Fortress -> Field of Whispers Center',20065,86147,218268,-3592,500,0,57), -- retail
('White Sands Fortress -> The Center of Alligator Island',20066,113708,178387,-3232,500,0,57), -- retail
('White Sands Fortress -> Inside the Garden of Eva',20067,82693,242220,-6712,500,0,57), -- retail
-- Borderland Fortress
('Borderland Fortress -> Fortress West Gate',20068,157017,-68977,-2864,0,0,57), -- retail
('Borderland Fortress -> Fortress East Gate',20069,161618,-72057,-2864,0,0,57), -- retail
('Borderland Fortress -> Goddard Town Square',20070,147728,-56331,-2776,0,0,57), -- retail
('Borderland Fortress -> Front of the Goddard Castle Gate',20071,153996,-50182,-2992,500,0,57), -- retail
('Borderland Fortress -> Varka Silenos Stronghold',20072,125740,-40864,-3736,500,0,57), -- retail
('Borderland Fortress -> Ketra Orc Outpost',20073,146990,-67128,-3640,500,0,57), -- retail
('Borderland Fortress -> Entrance to the Forge of the Gods',20074,169018,-116303,-2432,500,0,57), -- retail
('Borderland Fortress -> Wall of Argos',20075,165054,-47861,-3560,500,0,57), -- retail
-- Swamp Fortress
('Swamp Fortress -> Fortress North Gate',20076,68692,-63928,-2784,0,0,57), -- retail
('Swamp Fortress -> Fortress South Gate',20077,70820,-58862,-2784,0,0,57), -- retail
('Swamp Fortress -> Rune Town Square',20078,43889,-49101,-792,0,0,57), -- retail
('Swamp Fortress -> Front of the Rune Castle Gate',20079,27400,-49180,-1320,0,0,57), -- retail
('Swamp Fortress -> Forest of the Dead',20080,52107,-54328,-3158,500,0,57), -- retail
('Swamp Fortress -> Wild Beast Pastures',20081,43805,-88010,-2780,500,0,57), -- retail
('Swamp Fortress -> Swamp of Screams',20082,69340,-50203,-3314,500,0,57), -- retail
('Swamp Fortress -> Valley of Saints',20083,65307,-71445,-3696,500,0,57), -- retail
('Swamp Fortress -> Shyeed\'s Cavern',20084,76911,-55295,-5824,500,0,57), -- retail
-- Archaic Fortress
('Archaic Fortress -> Fortress West Gate',20085,107248,-140450,-2960,0,0,57), -- retail
('Archaic Fortress -> Fortress East Gate',20086,111769,-141775,-2920,0,0,57), -- retail
('Archaic Fortress -> Schuttgart Town Square',20087,87379,-142322,-1336,0,0,57), -- retail
('Archaic Fortress -> Front of the Schuttgart Castle Gate',20088,76358,-145548,-1176,0,0,57), -- retail
('Archaic Fortress -> Crypts of Disgrace',20089,47692,-115745,-3744,500,0,57), -- retail
('Archaic Fortress -> Plunderous Plains',20090,111965,-154172,-1528,500,0,57), -- retail
('Archaic Fortress -> Den of Evil',20091,68693,-110438,-1946,500,0,57), -- retail
('Archaic Fortress -> Ice Merchant Cabin',20092,113903,-108752,-860,500,0,57), -- retail
-- Floran Fortress
('Floran Fortress -> Fortress West Gate',20093,3798,148797,-2888,0,0,57), -- retail
('Floran Fortress -> Fortress East Gate',20094,7693,150682,-2888,0,0,57), -- retail
('Floran Fortress -> Gludio Town Square',20095,-14393,123671,-3144,0,0,57), -- retail
('Floran Fortress -> Dion Town Square',20096,19025,145245,-3107,0,0,57), -- retail
('Floran Fortress -> The Ant Nest',20097,-9959,176184,-4160,500,0,57), -- retail
('Floran Fortress -> Windawood Manor',20098,-28327,155125,-3496,500,0,57), -- retail
('Floran Fortress -> Plains of Dion',20099,630,179184,-3720,500,0,57), -- retail
('Floran Fortress -> Tanor Canyon',20100,60374,164301,-2856,500,0,57), -- retail
-- Cloud Mountain Fortress
('Cloud Mountain Fortress -> Fortress North Gate',20101,-54275,89255,-2824,0,0,57), -- retail
('Cloud Mountain Fortress -> Fortress South Gate',20102,-52274,93334,-2816,0,0,57), -- retail
('Cloud Mountain Fortress -> Gludio Town Square',20103,-14393,123671,-3144,0,0,57), -- retail
('Cloud Mountain Fortress -> Oren Town Square',20104,82323,55466,-1480,0,0,57), -- retail
('Cloud Mountain Fortress -> The Ant Nest',20105,-9959,176184,-4160,500,0,57), -- retail
('Cloud Mountain Fortress -> Windawood Manor',20106,-28327,155125,-3496,500,0,57), -- retail
('Cloud Mountain Fortress -> Sea of Spores',20107,64328,26803,-3768,500,0,57), -- retail
('Cloud Mountain Fortress -> Ancient Battleground',20108,118509,-4779,-4000,500,0,57), -- retail
-- Tanor Fortress
('Tanor Fortress -> Fortress North Gate',20109,58923,137789,-1752,0,0,57), -- retail
('Tanor Fortress -> Fortress South Gate',20110,61551,141036,-1752,0,0,57), -- retail
('Tanor Fortress -> Dion Town Square',20111,19025,145245,-3107,0,0,57), -- retail
('Tanor Fortress -> Giran Town Square',20112,81749,149171,-3464,0,0,57), -- retail
('Tanor Fortress -> The Ant Nest',20113,-9959,176184,-4160,500,0,57), -- retail
('Tanor Fortress -> Windawood Manor',20114,-28327,155125,-3496,500,0,57), -- retail
('Tanor Fortress -> Dragon Valley',20115,73024,118485,-3720,500,0,57), -- retail
('Tanor Fortress -> Tanor Canyon',20116,60374,164301,-2856,500,0,57), -- retail
-- Dragonspine Fortress
('Dragonspine Fortress -> Fortress North Gate',20117,12468,93196,-3424,0,0,57), -- retail
('Dragonspine Fortress -> Fortress South Gate',20118,10494,96881,-3424,0,0,57), -- retail
('Dragonspine Fortress -> Dion Town Square',20119,19025,145245,-3107,0,0,57), -- retail
('Dragonspine Fortress -> Oren Town Square',20120,82323,55466,-1480,0,0,57), -- retail
('Dragonspine Fortress -> The Ant Nest',20121,-9959,176184,-4160,500,0,57), -- retail
('Dragonspine Fortress -> Windawood Manor',20122,-28327,155125,-3496,500,0,57), -- retail
('Dragonspine Fortress -> Sea of Spores',20123,64328,26803,-3768,500,0,57), -- retail
('Dragonspine Fortress -> Ancient Battleground',20124,118509,-4779,-4000,500,0,57), -- retail
-- Antharas Fortress
('Antharas Fortress -> Fortress West Gate',20125,77834,89176,-2880,0,0,57), -- retail
('Antharas Fortress -> Fortress East Gate',20126,80441,92831,-2880,0,0,57), -- retail
('Antharas Fortress -> Oren Town Square',20127,82323,55466,-1480,0,0,57), -- retail
('Antharas Fortress -> Giran Town Square',20128,81749,149171,-3464,0,0,57), -- retail
('Antharas Fortress -> Sea of Spores',20129,64328,26803,-3768,500,0,57), -- retail
('Antharas Fortress -> Ancient Battleground',20130,118509,-4779,-4000,500,0,57), -- retail
('Antharas Fortress -> Dragon Valley',20131,73024,118485,-3720,500,0,57), -- retail
('Antharas Fortress -> Tanor Canyon',20132,60374,164301,-2856,500,0,57), -- retail
-- Western Fortress
('Western Fortress -> Fortress North Gate',20133,112356,-17243,-992,0,0,57), -- retail
('Western Fortress -> Fortress South Gate',20134,110349,-13288,-922,0,0,57), -- retail
('Western Fortress -> Aden Town Square',20135,147450,28081,-2294,0,0,57), -- retail
('Western Fortress -> Oren Town Square',20136,82323,55466,-1480,0,0,57), -- retail
('Western Fortress -> Goddard Town Square',20137,147728,-56331,-2776,0,0,57), -- retail
('Western Fortress -> Enchanted Valley, Northern Region',20138,104426,33746,-3825,500,0,57), -- retail
('Western Fortress -> Blazing Swamp',20139,155310,-16339,-3320,500,0,57), -- retail
('Western Fortress -> Ancient Battleground',20140,118509,-4779,-4000,500,0,57), -- retail
('Western Fortress -> Entrance to the Forge of the Gods',20141,169018,-116303,-2432,500,0,57), -- retail
('Western Fortress -> Wall of Argos',20142,165054,-47861,-3560,500,0,57), -- retail
('Western Fortress -> The Giant\'s Cave Upper Layer',20143,183985,61424,-3992,500,0,57), -- retail
('Western Fortress -> The Giant\'s Cave Lower Layer',20144,191754,56760,-7624,500,0,57), -- retail
-- Hunter's Fortress
('Hunters Fortress -> Fortress North Gate',20145,124180,93249,-2144,0,0,57), -- retail
('Hunters Fortress -> Fortress South Gate',20146,126155,97124,-2144,0,0,57), -- retail
('Hunters Fortress -> Aden Town Square',20147,147450,28081,-2294,0,0,57), -- retail
('Hunters Fortress -> Giran Town Square',20148,81749,149171,-3464,0,0,57), -- retail
('Hunters Fortress -> Enchanted Valley, Northern Region',20149,104426,33746,-3825,500,0,57), -- retail
('Hunters Fortress -> Blazing Swamp',20150,155310,-16339,-3320,500,0,57), -- retail
('Hunters Fortress -> Dragon Valley',20151,73024,118485,-3720,500,0,57), -- retail
('Hunters Fortress -> Tanor Canyon',20152,60374,164301,-2856,500,0,57), -- retail
('Hunters Fortress -> The Giant\'s Cave Upper Layer',20153,183985,61424,-3992,500,0,57), -- retail
('Hunters Fortress -> The Giant\'s Cave Lower Layer',20154,191754,56760,-7624,500,0,57), -- retail
-- Aaru Fortress
('Aaru Fortress -> Fortress North Gate',20155,73205,183893,-2584,0,0,57), -- retail
('Aaru Fortress -> Fortress South Gate',20156,72822,188128,-2584,0,0,57), -- retail
('Aaru Fortress -> Heine Town Square',20157,111455,219400,-3546,0,0,57), -- retail
('Aaru Fortress -> Giran Town Square',20158,81749,149171,-3464,0,0,57), -- retail
('Aaru Fortress -> Inside the Garden of Eva',20159,82693,242220,-6712,500,0,57), -- retail
('Aaru Fortress -> The Center of Alligator Island',20160,113708,178387,-3232,500,0,57), -- retail
('Aaru Fortress -> Dragon Valley',20161,73024,118485,-3720,500,0,57), -- retail
('Aaru Fortress -> Tanor Canyon',20162,60374,164301,-2856,500,0,57), -- retail
-- Demon Fortress
('Demon Fortress -> Fortress West Gate',20163,98920,-56423,-624,0,0,57), -- retail
('Demon Fortress -> Fortress East Gate',20164,102390,-54320,-632,0,0,57), -- retail
('Demon Fortress -> Rune Town Square',20165,43889,-49101,-792,0,0,57), -- retail
('Demon Fortress -> Goddard Town Square',20166,147728,-56331,-2776,0,0,57), -- retail
('Demon Fortress -> Swamp of Screams',20167,69340,-50203,-3314,500,0,57), -- retail
('Demon Fortress -> Valley of Saints',20168,65307,-71445,-3696,500,0,57), -- retail
('Demon Fortress -> Entrance to the Forge of the Gods',20169,169018,-116303,-2432,500,0,57), -- retail
('Demon Fortress -> Wall of Argos',20170,165054,-47861,-3560,500,0,57), -- retail
('Demon Fortress -> Shyeed\'s Cavern',20171,76911,-55295,-5824,500,0,57), -- retail
-- Monastic Fortress
('Monastic Fortress -> Fortress North Gate',20172,72388,-96770,-1424,0,0,57), -- retail
('Monastic Fortress -> Fortress South Gate',20173,71937,-92600,-1416,0,0,57), -- retail
('Monastic Fortress -> Rune Town Square',20174,43889,-49101,-792,0,0,57), -- retail
('Monastic Fortress -> Schuttgart Town Square',20175,87379,-142322,-1336,0,0,57), -- retail
('Monastic Fortress -> Swamp of Screams',20176,69340,-50203,-3314,500,0,57), -- retail
('Monastic Fortress -> Valley of Saints',20177,65307,-71445,-3696,500,0,57), -- retail
('Monastic Fortress -> Den of Evil',20178,68693,-110438,-1946,500,0,57), -- retail
('Monastic Fortress -> Ice Merchant Cabin',20179,113903,-108752,-860,500,0,57), -- retail
('Monastic Fortress -> Shyeed\'s Cavern',20180,76911,-55295,-5824,500,0,57); -- retail

View File

@@ -1,18 +0,0 @@
CREATE TABLE IF NOT EXISTS `territories` (
`territoryId` INT NOT NULL DEFAULT 0,
`castleId` INT NOT NULL DEFAULT 0,
`fortId` INT NOT NULL DEFAULT 0,
`ownedWardIds` varchar(30) NOT NULL DEFAULT '',
PRIMARY KEY (`territoryId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT IGNORE INTO `territories` VALUES
(81,1,101,'81;'),
(82,2,103,'82;'),
(83,3,104,'83;'),
(84,4,105,'84;'),
(85,5,106,'85;'),
(86,6,108,'86;'),
(87,7,109,'87;'),
(88,8,110,'88;'),
(89,9,111,'89;');

View File

@@ -1,5 +0,0 @@
CREATE TABLE IF NOT EXISTS `territory_registrations` (
`castleId` int(1) NOT NULL DEFAULT '0',
`registeredId` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`castleId`,`registeredId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

View File

@@ -1,269 +0,0 @@
DROP TABLE IF EXISTS `territory_spawnlist`;
CREATE TABLE `territory_spawnlist` (
`castleId` tinyint(1) unsigned NOT NULL DEFAULT '0',
`id` smallint(3) unsigned NOT NULL AUTO_INCREMENT,
`npcId` smallint(5) unsigned NOT NULL DEFAULT '0',
`x` mediumint(6) NOT NULL DEFAULT '0',
`y` mediumint(6) NOT NULL DEFAULT '0',
`z` mediumint(6) NOT NULL DEFAULT '0',
`heading` mediumint(6) NOT NULL DEFAULT '0',
`spawnType` tinyint(1) unsigned NOT NULL DEFAULT '0', -- 0-spawned when castle have owner, 1-fortress spawns in TW time, 2-Castle spawns in TW time, 3-Ward spawn places
PRIMARY KEY (`id`),
KEY `id` (`castleId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `territory_spawnlist` VALUES
(1,null,36481,-15094,124113,-3119,50948,0),
(1,null,36490,-83576,243280,-3728,24400,0),
(1,null,36490,-82680,150016,-3120,15012,0),
(1,null,36490,-81784,155264,-3168,-17076,0),
(1,null,36490,-15160,124252,-3104,-32864,0),
(1,null,36490,-12212,122648,-3088,15520,0),
(1,null,36499,-51598,156183,-2057,0,1),
(1,null,36510,-51461,156032,-2057,53667,1),
(1,null,36512,-51724,156038,-2057,18636,1),
(1,null,36512,-51498,156317,-2057,20943,1),
(1,null,36512,-51455,156203,-2057,20777,1),
(1,null,36512,-51582,156032,-2057,19828,1),
(1,null,36513,-51499,156231,-2057,25955,1),
(1,null,36572,-17780,109260,-2499,0,3),
(1,null,36573,-17860,109260,-2499,0,3),
(1,null,36574,-17940,109260,-2499,0,3),
(1,null,36575,-18020,109260,-2499,0,3),
(1,null,36576,-18100,109260,-2499,0,3),
(1,null,36577,-18180,109260,-2499,0,3),
(1,null,36578,-18260,109260,-2499,0,3),
(1,null,36579,-18340,109260,-2499,0,3),
(1,null,36580,-18420,109260,-2499,0,3),
(2,null,36491,17746,144214,-3040,54112,0),
(2,null,36491,19342,145065,-3104,30304,0),
(2,null,36482,19326,144888,-3096,32768,0),
(2,null,36500,15962,187144,-2927,0,1),
(2,null,36516,16099,186993,-2927,53667,1),
(2,null,36518,15836,186999,-2927,18636,1),
(2,null,36518,16062,187278,-2927,20943,1),
(2,null,36518,16105,187164,-2927,20777,1),
(2,null,36518,15978,186993,-2927,19828,1),
(2,null,36519,16061,187192,-2927,25955,1),
(2,null,36572,21740,160500,-2693,0,3),
(2,null,36573,21820,160500,-2693,0,3),
(2,null,36574,21900,160500,-2693,0,3),
(2,null,36575,21980,160500,-2693,0,3),
(2,null,36576,22060,160500,-2693,0,3),
(2,null,36577,22140,160500,-2693,0,3),
(2,null,36578,22220,160500,-2693,0,3),
(2,null,36579,22300,160500,-2693,0,3),
(2,null,36580,22380,160500,-2693,0,3),
(3,null,36492,79336,148128,-3536,53248,0),
(3,null,36492,81896,149584,-3464,36864,0),
(3,null,36492,80544,152328,-3528,24576,0),
(3,null,36483,82176,149616,-3464,53247,0),
(3,null,36501,126042,124693,-2589,0,1),
(3,null,36522,126179,124542,-2589,53667,1),
(3,null,36524,125916,124548,-2589,18636,1),
(3,null,36524,126142,124827,-2589,20943,1),
(3,null,36524,126185,124713,-2589,20777,1),
(3,null,36524,126058,124542,-2589,19828,1),
(3,null,36525,126141,124741,-2589,25955,1),
(3,null,36572,116675,144760,-2566,0,3),
(3,null,36573,116675,144840,-2566,0,3),
(3,null,36574,116675,144920,-2566,0,3),
(3,null,36575,116675,145000,-2566,0,3),
(3,null,36576,116675,145080,-2566,0,3),
(3,null,36577,116675,145160,-2566,0,3),
(3,null,36578,116675,145240,-2566,0,3),
(3,null,36579,116675,145320,-2566,0,3),
(3,null,36580,116675,145400,-2566,0,3),
(4,null,36493,9423,17746,-4572,46256,0),
(4,null,36493,43889,50558,-3058,1448,0),
(4,null,36493,80131,53464,-1558,57784,0),
(4,null,36493,82682,55320,-1523,27280,0),
(4,null,36484,83100,55304,-1527,13028,0),
(4,null,36502,72006,5374,-3048,0,1),
(4,null,36528,72143,5223,-3048,53667,1),
(4,null,36530,71880,5229,-3048,18636,1),
(4,null,36530,72106,5508,-3048,20943,1),
(4,null,36530,72149,5394,-3048,20777,1),
(4,null,36530,72022,5223,-3048,19828,1),
(4,null,36531,72105,5422,-3048,25955,1),
(4,null,36572,82750,36840,-2293,0,3),
(4,null,36573,82750,36920,-2293,0,3),
(4,null,36574,82750,37000,-2293,0,3),
(4,null,36575,82750,37080,-2293,0,3),
(4,null,36576,82750,37160,-2293,0,3),
(4,null,36577,82750,37240,-2293,0,3),
(4,null,36578,82750,37320,-2293,0,3),
(4,null,36579,82750,37400,-2293,0,3),
(4,null,36580,82750,37480,-2293,0,3),
(5,null,36494,146504,28508,-2272,61440,0),
(5,null,36494,-115129,44196,512,25360,0),
(5,null,36494,116820,75504,-2727,20000,0),
(5,null,36494,148408,28516,-2272,36884,0),
(5,null,36485,146432,28346,-2271,60062,0),
(5,null,36503,153877,56094,-3258,0,1),
(5,null,36534,154014,55943,-3258,53667,1),
(5,null,36536,153751,55949,-3258,18636,1),
(5,null,36536,153977,56228,-3258,20943,1),
(5,null,36536,154020,56114,-3258,20777,1),
(5,null,36536,153893,55943,-3258,19828,1),
(5,null,36537,153976,56142,-3258,25955,1),
(5,null,36572,147130,4330,-343,0,3),
(5,null,36573,147210,4330,-343,0,3),
(5,null,36574,147290,4330,-343,0,3),
(5,null,36575,147370,4330,-343,0,3),
(5,null,36576,147450,4330,-343,0,3),
(5,null,36577,147530,4330,-343,0,3),
(5,null,36578,147610,4330,-343,0,3),
(5,null,36579,147690,4330,-343,0,3),
(5,null,36580,147770,4330,-343,0,3),
(6,null,36486,115363,218730,-3664,27931,0),
(6,null,36495,115487,218850,-3664,16256,0),
(6,null,36495,107412,217848,-3675,13120,0),
(6,null,36504,119510,205517,-3337,0,1),
(6,null,36540,119647,205366,-3337,53667,1),
(6,null,36542,119384,205372,-3337,18636,1),
(6,null,36542,119610,205651,-3337,20943,1),
(6,null,36542,119653,205537,-3337,20777,1),
(6,null,36542,119526,205366,-3337,19828,1),
(6,null,36543,119609,205565,-3337,25955,1),
(6,null,36572,115730,249280,-789,0,3),
(6,null,36573,115810,249280,-789,0,3),
(6,null,36574,115890,249280,-789,0,3),
(6,null,36575,115970,249280,-789,0,3),
(6,null,36576,116050,249280,-789,0,3),
(6,null,36577,116130,249280,-789,0,3),
(6,null,36578,116210,249280,-789,0,3),
(6,null,36579,116290,249280,-789,0,3),
(6,null,36580,116370,249280,-789,0,3),
(7,null,36496,145704,-57162,-2983,31777,0),
(7,null,36487,145773,-57269,-2983,38241,0),
(7,null,36505,160489,-71139,-2864,0,1),
(7,null,36546,160626,-71290,-2864,53667,1),
(7,null,36548,160363,-71284,-2864,18636,1),
(7,null,36548,160589,-71005,-2864,20943,1),
(7,null,36548,160633,-71119,-2864,20777,1),
(7,null,36548,160505,-71290,-2864,19828,1),
(7,null,36549,160588,-71091,-2864,25955,1),
(7,null,36572,147210,-48500,-2279,0,3),
(7,null,36573,147290,-48500,-2279,0,3),
(7,null,36574,147370,-48500,-2279,0,3),
(7,null,36575,147450,-48500,-2279,0,3),
(7,null,36576,147530,-48500,-2279,0,3),
(7,null,36577,147610,-48500,-2279,0,3),
(7,null,36578,147690,-48500,-2279,0,3),
(7,null,36579,147770,-48500,-2279,0,3),
(7,null,36580,147850,-48500,-2279,0,3),
(8,null,36497,38267,-47995,894,400,0),
(8,null,36488,38207,-47929,894,990,0),
(8,null,36506,70409,-60006,-2784,0,1),
(8,null,36552,70546,-60157,-2784,53667,1),
(8,null,36554,70283,-60151,-2784,18636,1),
(8,null,36554,70509,-59872,-2784,20943,1),
(8,null,36554,70553,-59986,-2784,20777,1),
(8,null,36554,70425,-60157,-2784,19828,1),
(8,null,36555,70508,-59958,-2784,25955,1),
(8,null,36554,18585,-49402,-568,0,2),
(8,null,36554,18586,-49365,-568,0,2),
(8,null,36554,18531,-49443,-568,0,2),
(8,null,36554,18532,-49372,-568,0,2),
(8,null,36554,18483,-49444,-568,0,2),
(8,null,36554,18586,-49443,-568,0,2),
(8,null,36554,18585,-48935,-568,0,2),
(8,null,36554,18584,-48894,-568,0,2),
(8,null,36554,18529,-48863,-568,0,2),
(8,null,36554,18480,-48864,-568,0,2),
(8,null,36554,18585,-48857,-568,0,2),
(8,null,36550,18535,-48922,-568,0,2),
(8,null,36554,18287,-50008,-704,0,2),
(8,null,36554,18302,-49963,-704,0,2),
(8,null,36554,18315,-49911,-704,0,2),
(8,null,36554,18323,-49867,-704,0,2),
(8,null,36554,18330,-49819,-704,0,2),
(8,null,36554,18337,-49773,-704,0,2),
(8,null,36554,18272,-48261,-704,0,2),
(8,null,36554,18296,-48307,-704,0,2),
(8,null,36554,18323,-48416,-704,0,2),
(8,null,36554,18311,-48360,-704,0,2),
(8,null,36554,18339,-48519,-704,0,2),
(8,null,36554,18330,-48466,-704,0,2),
(8,null,36554,17205,-46601,-576,7312,2),
(8,null,36554,17375,-46759,-576,7312,2),
(8,null,36554,17241,-46635,-576,7312,2),
(8,null,36554,17274,-46667,-576,7312,2),
(8,null,36554,17308,-46696,-576,7312,2),
(8,null,36554,17341,-46728,-576,7312,2),
(8,null,36554,17668,-46786,-576,7800,2),
(8,null,36554,17412,-46791,-576,7312,2),
(8,null,36554,17602,-46807,-576,7800,2),
(8,null,36554,17657,-46869,-576,7800,2),
(8,null,36554,17568,-46823,-576,7312,2),
(8,null,36554,17637,-46794,-576,7312,2),
(8,null,36554,17640,-46900,-576,7312,2),
(8,null,36554,17674,-46835,-576,7312,2),
(8,null,36554,17685,-46806,-560,7312,2),
(8,null,36554,15591,-49581,-992,16432,2),
(8,null,36553,15542,-49633,-960,16080,2),
(8,null,36554,15456,-49569,-976,16432,2),
(8,null,36554,15500,-49572,-984,16432,2),
(8,null,36553,15589,-49487,-1032,16576,2),
(8,null,36554,15467,-49527,-1000,16432,2),
(8,null,36554,15547,-49576,-984,16432,2),
(8,null,36554,15511,-49530,-1000,16432,2),
(8,null,36554,15558,-49535,-1008,16432,2),
(8,null,36554,15602,-49539,-1008,16432,2),
(8,null,36553,15636,-49489,-1024,16576,2),
(8,null,36553,15457,-49477,-1024,16576,2),
(8,null,36553,15499,-49479,-1024,16576,2),
(8,null,36553,15546,-49482,-1024,16576,2),
(8,null,36553,15478,-49430,-1048,16456,2),
(8,null,36553,15522,-49432,-1048,16456,2),
(8,null,36553,15570,-49437,-1048,16456,2),
(8,null,36553,15613,-49441,-1048,16456,2),
(8,null,36598,15919,-49314,-1056,0,2),
(8,null,36553,15485,-48680,-960,52584,2),
(8,null,36553,15624,-48809,-1024,51080,2),
(8,null,36554,15547,-48718,-984,50960,2),
(8,null,36554,15591,-48714,-984,50960,2),
(8,null,36554,15500,-48722,-984,50960,2),
(8,null,36554,15456,-48725,-976,50960,2),
(8,null,36554,15588,-48757,-1008,50960,2),
(8,null,36554,15544,-48761,-1000,50960,2),
(8,null,36554,15497,-48765,-992,50960,2),
(8,null,36554,15453,-48768,-992,50960,2),
(8,null,36553,15443,-48826,-1024,51080,2),
(8,null,36553,15583,-48814,-1024,51080,2),
(8,null,36553,15536,-48818,-1024,51080,2),
(8,null,36553,15611,-48859,-1048,50960,2),
(8,null,36553,15492,-48822,-1024,51080,2),
(8,null,36553,15567,-48864,-1040,50960,2),
(8,null,36553,15519,-48867,-1048,50960,2),
(8,null,36553,15476,-48870,-1048,50960,2),
(8,null,36572,11300,-49470,-536,0,3),
(8,null,36573,11300,-49390,-536,0,3),
(8,null,36574,11300,-49310,-536,0,3),
(8,null,36575,11300,-49230,-536,0,3),
(8,null,36579,11300,-49150,-536,0,3),
(8,null,36578,11300,-49070,-536,0,3),
(8,null,36577,11300,-48990,-536,0,3),
(8,null,36576,11300,-48910,-536,0,3),
(8,null,36580,11300,-48830,-536,0,3),
(9,null,36498,-44132,-112276,-240,40000,0),
(9,null,36498,89373,-141535,-1543,10250,0),
(9,null,36498,116176,-181560,-1360,0,0),
(9,null,36489,89271,-141421,-1543,7643,0),
(9,null,36507,108263,-140769,-2961,0,1),
(9,null,36558,108400,-140920,-2961,53667,1),
(9,null,36560,108137,-140914,-2961,18636,1),
(9,null,36560,108363,-140635,-2961,20943,1),
(9,null,36560,108406,-140749,-2961,20777,1),
(9,null,36560,108279,-140920,-2961,19828,1),
(9,null,36561,108362,-140721,-2961,25955,1),
(9,null,36572,77310,-152560,-547,0,3),
(9,null,36573,77390,-152560,-547,0,3),
(9,null,36574,77470,-152560,-547,0,3),
(9,null,36575,77550,-152560,-547,0,3),
(9,null,36576,77630,-152560,-547,0,3),
(9,null,36577,77710,-152560,-547,0,3),
(9,null,36578,77790,-152560,-547,0,3),
(9,null,36579,77870,-152560,-547,0,3),
(9,null,36580,77950,-152560,-547,0,3);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long