fort_staticobjects.sql 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. DROP TABLE IF EXISTS `fort_staticobjects`;
  2. CREATE TABLE `fort_staticobjects` (
  3. `fortId` tinyint(3) unsigned NOT NULL DEFAULT '0',
  4. `id` int(8) unsigned NOT NULL DEFAULT '0',
  5. `name` varchar(30) NOT NULL,
  6. `x` mediumint(6) NOT NULL DEFAULT '0',
  7. `y` mediumint(6) NOT NULL DEFAULT '0',
  8. `z` mediumint(6) NOT NULL DEFAULT '0',
  9. `range_xmin` mediumint(6) NOT NULL DEFAULT '0',
  10. `range_ymin` mediumint(6) NOT NULL DEFAULT '0',
  11. `range_zmin` mediumint(6) NOT NULL DEFAULT '0',
  12. `range_xmax` mediumint(6) NOT NULL DEFAULT '0',
  13. `range_ymax` mediumint(6) NOT NULL DEFAULT '0',
  14. `range_zmax` mediumint(6) NOT NULL DEFAULT '0',
  15. `hp` mediumint(6) unsigned NOT NULL DEFAULT '0',
  16. `pDef` mediumint(6) unsigned NOT NULL DEFAULT '0',
  17. `mDef` mediumint(6) unsigned NOT NULL DEFAULT '0',
  18. `openType` enum('true','false') NOT NULL DEFAULT 'false',
  19. `commanderDoor` enum('true','false') NOT NULL DEFAULT 'false',
  20. `objectType` tinyint(1) unsigned NOT NULL DEFAULT '0',
  21. PRIMARY KEY (`id`),
  22. KEY `id` (`fortId`)
  23. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  24. INSERT INTO `fort_staticobjects` VALUES
  25. (113,18200001,'Fort Gate',-54247,89585,-2870,0,0,0,0,0,0,169710,644,518,'false','false',0),
  26. (113,18200002,'Fort Gate',-53312,91823,-2849,0,0,0,0,0,0,169710,644,518,'true','true',0),
  27. (113,18200003,'Fort Gate',-53154,91823,-2849,0,0,0,0,0,0,169710,644,518,'true','true',0),
  28. (113,18200004,'Fort Gate',-51513,90259,-2851,0,0,0,0,0,0,169710,644,518,'true','false',0),
  29. (113,18200005,'Fort Gate',-51513,90417,-2851,0,0,0,0,0,0,169710,644,518,'true','false',0),
  30. (113,18200006,'Fort Gate',-55123,91775,-2819,0,0,0,0,0,0,169710,644,518,'true','false',0),
  31. (113,18200007,'Fort Gate',-55123,91933,-2819,0,0,0,0,0,0,169710,644,518,'true','false',0),
  32. (113,18200008,'Fort Gate',-51146,91961,-2811,0,0,0,0,0,0,169710,644,518,'true','false',0),
  33. (113,18200009,'Fort Gate',-51259,92074,-2811,0,0,0,0,0,0,169710,644,518,'true','false',0),
  34. (113,18200010,'Fort Gate',-52256,92985,-2869,0,0,0,0,0,0,169710,644,518,'false','false',0),
  35. (113,18200011,'Fort Gate',-53318,90621,-2849,0,0,0,0,0,0,169710,644,518,'true','true',0),
  36. (113,18200012,'Fort Gate',-53160,90621,-2849,0,0,0,0,0,0,169710,644,518,'true','true',0),
  37. (101,18220001,'Fort Gate',-50796,155913,-2102,0,0,0,0,0,0,169710,644,518,'false','false',0),
  38. (101,18220002,'Fort Gate',-53359,156592,-2081,0,0,0,0,0,0,169710,644,518,'true','true',0),
  39. (101,18220003,'Fort Gate',-53313,156743,-2081,0,0,0,0,0,0,169710,644,518,'true','true',0),
  40. (101,18220004,'Fort Gate',-52211,156244,-2081,0,0,0,0,0,0,169710,644,518,'true','true',0),
  41. (101,18220005,'Fort Gate',-52165,156395,-2081,0,0,0,0,0,0,169710,644,518,'true','true',0),
  42. (101,18220006,'Fort Gate',-52817,157874,-2053,0,0,0,0,0,0,169710,644,518,'true','false',0),
  43. (101,18220007,'Fort Gate',-52771,158025,-2053,0,0,0,0,0,0,169710,644,518,'true','false',0),
  44. (101,18220008,'Fort Gate',-54738,157112,-2102,0,0,0,0,0,0,169710,644,518,'false','false',0),
  45. (102,19240001,'Fort Gate',-22326,218062,-3237,0,0,0,0,0,0,169710,644,518,'true','false',0),
  46. (102,19240002,'Fort Gate',-22326,218220,-3237,0,0,0,0,0,0,169710,644,518,'true','false',0),
  47. (102,19240003,'Fort Gate',-23550,218784,-3263,0,0,0,0,0,0,169710,644,518,'true','false',0),
  48. (102,19240004,'Fort Gate',-23550,218940,-3263,0,0,0,0,0,0,169710,644,518,'true','false',0),
  49. (102,19240005,'Fort Gate',-25126,219880,-3291,0,0,0,0,0,0,169710,644,518,'false','false',0),
  50. (102,19240006,'Fort Gate',-22106,219722,-3264,0,0,0,0,0,0,169710,644,518,'true','true',0),
  51. (102,19240007,'Fort Gate',-22106,219880,-3264,0,0,0,0,0,0,169710,644,518,'true','true',0),
  52. (102,19240008,'Fort Gate',-23305,219722,-3264,0,0,0,0,0,0,169710,644,518,'true','true',0),
  53. (102,19240009,'Fort Gate',-23305,219880,-3264,0,0,0,0,0,0,169710,644,518,'true','true',0),
  54. (102,19240010,'Fort Gate',-20241,219888,-3288,0,0,0,0,0,0,169710,644,518,'false','false',0),
  55. (102,19240011,'Fort Gate',-23211,221582,-3227,0,0,0,0,0,0,169710,644,518,'true','false',0),
  56. (102,19240012,'Fort Gate',-23211,221740,-3227,0,0,0,0,0,0,169710,644,518,'true','false',0),
  57. (115,20200001,'Fort Gate',12503,93513,-3475,0,0,0,0,0,0,169710,644,518,'false','false',0),
  58. (115,20200002,'Fort Gate',11458,95587,-3454,0,0,0,0,0,0,169710,644,518,'true','true',0),
  59. (115,20200003,'Fort Gate',11616,95587,-3454,0,0,0,0,0,0,169710,644,518,'true','true',0),
  60. (115,20200004,'Fort Gate',10128,94936,-3426,0,0,0,0,0,0,169710,644,518,'true','false',0),
  61. (115,20200005,'Fort Gate',10128,95094,-3426,0,0,0,0,0,0,169710,644,518,'true','false',0),
  62. (115,20200006,'Fort Gate',11458,94386,-3454,0,0,0,0,0,0,169710,644,518,'true','true',0),
  63. (115,20200007,'Fort Gate',11616,94386,-3454,0,0,0,0,0,0,169710,644,518,'true','true',0),
  64. (115,20200008,'Fort Gate',10493,96565,-3475,0,0,0,0,0,0,169710,644,518,'false','false',0),
  65. (112,20220017,'Fort Gate',4738,147966,-2918,0,0,0,0,0,0,169710,644,518,'true','false',0),
  66. (112,20220018,'Fort Gate',4896,147966,-2918,0,0,0,0,0,0,169710,644,518,'true','false',0),
  67. (112,20220019,'Fort Gate',6381,148169,-2889,0,0,0,0,0,0,169710,644,518,'true','false',0),
  68. (112,20220020,'Fort Gate',6381,148327,-2889,0,0,0,0,0,0,169710,644,518,'true','false',0),
  69. (112,20220021,'Fort Gate',4016,148732,-2938,0,0,0,0,0,0,169710,644,518,'false','false',0),
  70. (112,20220022,'Fort Gate',6212,149673,-2917,0,0,0,0,0,0,169710,644,518,'true','true',0),
  71. (112,20220023,'Fort Gate',6212,149831,-2917,0,0,0,0,0,0,169710,644,518,'true','true',0),
  72. (112,20220024,'Fort Gate',5011,149673,-2917,0,0,0,0,0,0,169710,644,518,'true','true',0),
  73. (112,20220025,'Fort Gate',5011,149831,-2917,0,0,0,0,0,0,169710,644,518,'true','true',0),
  74. (112,20220026,'Fort Gate',7439,150734,-2938,0,0,0,0,0,0,169710,644,518,'false','false',0),
  75. (112,20220027,'Fort Gate',5135,151876,-2879,0,0,0,0,0,0,169710,644,518,'true','false',0),
  76. (112,20220028,'Fort Gate',5293,151876,-2879,0,0,0,0,0,0,169710,644,518,'true','false',0),
  77. (103,20230003,'Fort Gate',15546,186351,-2972,0,0,0,0,0,0,169710,644,518,'false','false',0),
  78. (103,20230004,'Fort Gate',16180,187607,-2952,0,0,0,0,0,0,169710,644,518,'true','true',0),
  79. (103,20230005,'Fort Gate',16312,187520,-2952,0,0,0,0,0,0,169710,644,518,'true','true',0),
  80. (103,20230006,'Fort Gate',17540,187015,-2923,0,0,0,0,0,0,169710,644,518,'true','false',0),
  81. (103,20230007,'Fort Gate',17670,186928,-2923,0,0,0,0,0,0,169710,644,518,'true','false',0),
  82. (103,20230008,'Fort Gate',16848,188606,-2952,0,0,0,0,0,0,169710,644,518,'true','true',0),
  83. (103,20230009,'Fort Gate',16979,188518,-2952,0,0,0,0,0,0,169710,644,518,'true','true',0),
  84. (103,20230010,'Fort Gate',17826,189764,-2972,0,0,0,0,0,0,169710,644,518,'false','false',0),
  85. (114,21220001,'Fort Gate',58984,138135,-1803,0,0,0,0,0,0,169710,644,518,'false','false',0),
  86. (114,21220002,'Fort Gate',60320,140038,-1782,0,0,0,0,0,0,169710,644,518,'true','true',0),
  87. (114,21220003,'Fort Gate',60474,140007,-1782,0,0,0,0,0,0,169710,644,518,'true','true',0),
  88. (114,21220004,'Fort Gate',61655,138596,-1754,0,0,0,0,0,0,169710,644,518,'true','false',0),
  89. (114,21220005,'Fort Gate',61809,138565,-1754,0,0,0,0,0,0,169710,644,518,'true','false',0),
  90. (114,21220006,'Fort Gate',60086,138864,-1782,0,0,0,0,0,0,169710,644,518,'true','true',0),
  91. (114,21220007,'Fort Gate',60240,138833,-1782,0,0,0,0,0,0,169710,644,518,'true','true',0),
  92. (114,21220008,'Fort Gate',61544,140749,-1803,0,0,0,0,0,0,169710,644,518,'false','false',0),
  93. (121,22150001,'Fort Gate',72491,-96493,-1478,0,0,0,0,0,0,169710,644,518,'false','false',0),
  94. (121,22150002,'Fort Gate',72324,-94183,-1456,0,0,0,0,0,0,169710,644,518,'true','true',0),
  95. (121,22150003,'Fort Gate',72470,-94243,-1456,0,0,0,0,0,0,169710,644,518,'true','true',0),
  96. (121,22150004,'Fort Gate',70847,-94274,-1428,0,0,0,0,0,0,169710,644,518,'true','false',0),
  97. (121,22150005,'Fort Gate',70907,-94128,-1428,0,0,0,0,0,0,169710,644,518,'true','false',0),
  98. (121,22150006,'Fort Gate',71864,-95290,-1456,0,0,0,0,0,0,169710,644,518,'true','true',0),
  99. (121,22150007,'Fort Gate',72010,-95351,-1456,0,0,0,0,0,0,169710,644,518,'true','true',0),
  100. (121,22150008,'Fort Gate',71795,-92905,-1477,0,0,0,0,0,0,169710,644,518,'false','false',0),
  101. (110,22160001,'Fort Gate',68834,-63635,-2834,0,0,0,0,0,0,169710,644,518,'false','false',0),
  102. (110,22160002,'Fort Gate',68643,-62607,-2814,0,0,0,0,0,0,169710,644,518,'true','false',0),
  103. (110,22160003,'Fort Gate',68703,-62461,-2814,0,0,0,0,0,0,169710,644,518,'true','false',0),
  104. (110,22160004,'Fort Gate',69991,-60842,-2814,0,0,0,0,0,0,169710,644,518,'true','true',0),
  105. (110,22160005,'Fort Gate',70137,-60902,-2814,0,0,0,0,0,0,169710,644,518,'true','true',0),
  106. (110,22160006,'Fort Gate',67849,-61153,-2776,0,0,0,0,0,0,169710,644,518,'true','false',0),
  107. (110,22160007,'Fort Gate',67995,-61214,-2776,0,0,0,0,0,0,169710,644,518,'true','false',0),
  108. (110,22160008,'Fort Gate',69532,-61951,-2814,0,0,0,0,0,0,169710,644,518,'true','true',0),
  109. (110,22160009,'Fort Gate',69678,-62012,-2814,0,0,0,0,0,0,169710,644,518,'true','true',0),
  110. (110,22160010,'Fort Gate',71440,-61683,-2786,0,0,0,0,0,0,169710,644,518,'true','false',0),
  111. (110,22160011,'Fort Gate',71586,-61743,-2786,0,0,0,0,0,0,169710,644,518,'true','false',0),
  112. (110,22160012,'Fort Gate',70698,-59119,-2834,0,0,0,0,0,0,169710,644,518,'false','false',0),
  113. (105,22180001,'Fort Gate',74199,2788,-3093,0,0,0,0,0,0,169710,644,518,'false','false',0),
  114. (105,22180002,'Fort Gate',72418,4689,-3073,0,0,0,0,0,0,169710,644,518,'true','true',0),
  115. (105,22180003,'Fort Gate',72540,4790,-3073,0,0,0,0,0,0,169710,644,518,'true','true',0),
  116. (105,22180004,'Fort Gate',73178,3764,-3073,0,0,0,0,0,0,169710,644,518,'true','true',0),
  117. (105,22180005,'Fort Gate',73300,3864,-3073,0,0,0,0,0,0,169710,644,518,'true','true',0),
  118. (105,22180006,'Fort Gate',74141,4890,-3044,0,0,0,0,0,0,169710,644,518,'true','false',0),
  119. (105,22180007,'Fort Gate',74263,4990,-3044,0,0,0,0,0,0,169710,644,518,'true','false',0),
  120. (105,22180008,'Fort Gate',71596,5960,-3093,0,0,0,0,0,0,169710,644,518,'false','false',0),
  121. (116,22200001,'Fort Gate',78090,89321,-2934,0,0,0,0,0,0,169710,644,518,'false','false',0),
  122. (116,22200002,'Fort Gate',80522,89326,-2877,0,0,0,0,0,0,169710,644,518,'true','false',0),
  123. (116,22200003,'Fort Gate',80661,89401,-2877,0,0,0,0,0,0,169710,644,518,'true','false',0),
  124. (116,22200004,'Fort Gate',79730,91401,-2912,0,0,0,0,0,0,169710,644,518,'true','true',0),
  125. (116,22200005,'Fort Gate',79804,91262,-2912,0,0,0,0,0,0,169710,644,518,'true','true',0),
  126. (116,22200006,'Fort Gate',78673,90835,-2912,0,0,0,0,0,0,169710,644,518,'true','true',0),
  127. (116,22200007,'Fort Gate',78747,90696,-2912,0,0,0,0,0,0,169710,644,518,'true','true',0),
  128. (116,22200008,'Fort Gate',77815,92082,-2887,0,0,0,0,0,0,169710,644,518,'true','false',0),
  129. (116,22200009,'Fort Gate',77889,91943,-2887,0,0,0,0,0,0,169710,644,518,'true','false',0),
  130. (116,22200010,'Fort Gate',79034,92957,-2916,0,0,0,0,0,0,169710,644,518,'true','false',0),
  131. (116,22200011,'Fort Gate',79172,93030,-2916,0,0,0,0,0,0,169710,644,518,'true','false',0),
  132. (116,22200012,'Fort Gate',80167,92700,-2934,0,0,0,0,0,0,169710,644,518,'false','false',0),
  133. (119,22230001,'Fort Gate',73057,184177,-2630,0,0,0,0,0,0,169710,644,518,'false','false',0),
  134. (119,22230002,'Fort Gate',71908,185170,-2581,0,0,0,0,0,0,169710,644,518,'true','false',0),
  135. (119,22230003,'Fort Gate',71996,185039,-2581,0,0,0,0,0,0,169710,644,518,'true','false',0),
  136. (119,22230004,'Fort Gate',72714,186440,-2609,0,0,0,0,0,0,169710,644,518,'true','true',0),
  137. (119,22230005,'Fort Gate',72846,186528,-2609,0,0,0,0,0,0,169710,644,518,'true','true',0),
  138. (119,22230006,'Fort Gate',73381,185443,-2609,0,0,0,0,0,0,169710,644,518,'true','true',0),
  139. (119,22230007,'Fort Gate',73512,185531,-2609,0,0,0,0,0,0,169710,644,518,'true','true',0),
  140. (119,22230008,'Fort Gate',73037,187834,-2630,0,0,0,0,0,0,169710,644,518,'false','false',0),
  141. (111,23130001,'Fort Gate',107495,-140524,-3009,0,0,0,0,0,0,169710,644,518,'false','false',0),
  142. (111,23130002,'Fort Gate',110037,-141474,-2984,0,0,0,0,0,0,169710,644,518,'true','true',0),
  143. (111,23130003,'Fort Gate',110083,-141323,-2984,0,0,0,0,0,0,169710,644,518,'true','true',0),
  144. (111,23130004,'Fort Gate',108889,-141126,-2984,0,0,0,0,0,0,169710,644,518,'true','true',0),
  145. (111,23130005,'Fort Gate',108935,-140975,-2984,0,0,0,0,0,0,169710,644,518,'true','true',0),
  146. (111,23130006,'Fort Gate',111423,-141714,-3009,0,0,0,0,0,0,169710,644,518,'false','false',0),
  147. (111,23130007,'Fort Gate',110210,-140001,-2959,0,0,0,0,0,0,169710,644,518,'true','false',0),
  148. (111,23130008,'Fort Gate',110255,-139851,-2959,0,0,0,0,0,0,169710,644,518,'true','false',0),
  149. (120,23160001,'Fort Gate',99133,-56363,-693,0,0,0,0,0,0,169710,644,518,'false','false',0),
  150. (120,23160002,'Fort Gate',100609,-56729,-645,0,0,0,0,0,0,169710,644,518,'true','false',0),
  151. (120,23160003,'Fort Gate',100767,-56727,-645,0,0,0,0,0,0,169710,644,518,'true','false',0),
  152. (120,23160004,'Fort Gate',101315,-55398,-673,0,0,0,0,0,0,169710,644,518,'true','true',0),
  153. (120,23160005,'Fort Gate',101315,-55240,-673,0,0,0,0,0,0,169710,644,518,'true','true',0),
  154. (120,23160006,'Fort Gate',100114,-55398,-673,0,0,0,0,0,0,169710,644,518,'true','true',0),
  155. (120,23160007,'Fort Gate',100114,-55241,-673,0,0,0,0,0,0,169710,644,518,'true','true',0),
  156. (120,23160008,'Fort Gate',102190,-54353,-695,0,0,0,0,0,0,169710,644,518,'false','false',0),
  157. (117,23170001,'Fort Gate',112349,-16973,-1045,0,0,0,0,0,0,169710,644,518,'false','false',0),
  158. (117,23170002,'Fort Gate',109785,-15919,-995,0,0,0,0,0,0,169710,644,518,'true','false',0),
  159. (117,23170003,'Fort Gate',109943,-15919,-995,0,0,0,0,0,0,169710,644,518,'true','false',0),
  160. (117,23170004,'Fort Gate',111289,-14550,-1023,0,0,0,0,0,0,169710,644,518,'true','true',0),
  161. (117,23170005,'Fort Gate',111447,-14550,-1023,0,0,0,0,0,0,169710,644,518,'true','true',0),
  162. (117,23170006,'Fort Gate',109582,-14432,-1024,0,0,0,0,0,0,169710,644,518,'true','false',0),
  163. (117,23170007,'Fort Gate',109582,-14274,-1024,0,0,0,0,0,0,169710,644,518,'true','false',0),
  164. (117,23170008,'Fort Gate',111289,-15750,-1023,0,0,0,0,0,0,169710,644,518,'true','true',0),
  165. (117,23170009,'Fort Gate',111447,-15750,-1023,0,0,0,0,0,0,169710,644,518,'true','true',0),
  166. (117,23170010,'Fort Gate',113492,-14829,-987,0,0,0,0,0,0,169710,644,518,'true','false',0),
  167. (117,23170011,'Fort Gate',113492,-14673,-987,0,0,0,0,0,0,169710,644,518,'true','false',0),
  168. (117,23170012,'Fort Gate',110348,-13549,-1047,0,0,0,0,0,0,169710,644,518,'false','false',0),
  169. (118,23200001,'Fort Gate',124213,93493,-2191,0,0,0,0,0,0,169710,644,518,'false','false',0),
  170. (118,23200002,'Fort Gate',125167,95734,-2168,0,0,0,0,0,0,169710,644,518,'true','true',0),
  171. (118,23200003,'Fort Gate',125325,95734,-2168,0,0,0,0,0,0,169710,644,518,'true','true',0),
  172. (118,23200004,'Fort Gate',126966,94171,-2170,0,0,0,0,0,0,169710,644,518,'true','false',0),
  173. (118,23200005,'Fort Gate',126966,94329,-2170,0,0,0,0,0,0,169710,644,518,'true','false',0),
  174. (118,23200006,'Fort Gate',123356,95687,-2138,0,0,0,0,0,0,169710,644,518,'true','false',0),
  175. (118,23200007,'Fort Gate',123356,95845,-2138,0,0,0,0,0,0,169710,644,518,'true','false',0),
  176. (118,23200008,'Fort Gate',125167,94534,-2168,0,0,0,0,0,0,169710,644,518,'true','true',0),
  177. (118,23200009,'Fort Gate',125325,94534,-2168,0,0,0,0,0,0,169710,644,518,'true','true',0),
  178. (118,23200010,'Fort Gate',127221,95985,-2130,0,0,0,0,0,0,169710,644,518,'true','false',0),
  179. (118,23200011,'Fort Gate',127332,95873,-2130,0,0,0,0,0,0,169710,644,518,'true','false',0),
  180. (118,23200012,'Fort Gate',126193,96897,-2190,0,0,0,0,0,0,169710,644,518,'false','false',0),
  181. (104,23210001,'Fort Gate',126069,120674,-2634,0,0,0,0,0,0,169710,644,518,'false','false',0),
  182. (104,23210002,'Fort Gate',126760,121726,-2613,0,0,0,0,0,0,169710,644,518,'true','false',0),
  183. (104,23210003,'Fort Gate',126760,121884,-2613,0,0,0,0,0,0,169710,644,518,'true','false',0),
  184. (104,23210004,'Fort Gate',124224,122888,-2583,0,0,0,0,0,0,169710,644,518,'true','false',0),
  185. (104,23210005,'Fort Gate',124382,122888,-2583,0,0,0,0,0,0,169710,644,518,'true','false',0),
  186. (104,23210006,'Fort Gate',126000,123942,-2613,0,0,0,0,0,0,169710,644,518,'true','true',0),
  187. (104,23210007,'Fort Gate',126158,123942,-2613,0,0,0,0,0,0,169710,644,518,'true','true',0),
  188. (104,23210008,'Fort Gate',127569,123334,-2571,0,0,0,0,0,0,169710,644,518,'true','false',0),
  189. (104,23210009,'Fort Gate',127569,123492,-2571,0,0,0,0,0,0,169710,644,518,'true','false',0),
  190. (104,23210010,'Fort Gate',126000,122744,-2613,0,0,0,0,0,0,169710,644,518,'true','true',0),
  191. (104,23210011,'Fort Gate',126158,122744,-2613,0,0,0,0,0,0,169710,644,518,'true','true',0),
  192. (104,23210012,'Fort Gate',126066,125563,-2634,0,0,0,0,0,0,169710,644,518,'false','false',0),
  193. (108,23240001,'Fort Gate',116614,203941,-3382,0,0,0,0,0,0,169710,644,518,'false','false',0),
  194. (108,23240002,'Fort Gate',118905,205272,-3361,0,0,0,0,0,0,169710,644,518,'true','true',0),
  195. (108,23240003,'Fort Gate',118979,205133,-3361,0,0,0,0,0,0,169710,644,518,'true','true',0),
  196. (108,23240004,'Fort Gate',119430,203983,-3333,0,0,0,0,0,0,169710,644,518,'true','false',0),
  197. (108,23240005,'Fort Gate',119504,203843,-3333,0,0,0,0,0,0,169710,644,518,'true','false',0),
  198. (108,23240006,'Fort Gate',117847,204708,-3361,0,0,0,0,0,0,169710,644,518,'true','true',0),
  199. (108,23240007,'Fort Gate',117922,204568,-3361,0,0,0,0,0,0,169710,644,518,'true','true',0),
  200. (108,23240008,'Fort Gate',120248,205879,-3382,0,0,0,0,0,0,169710,644,518,'false','false',0),
  201. (109,24150001,'Fort Gate',158498,-72104,-2865,0,0,0,0,0,0,169710,644,518,'true','false',0),
  202. (109,24150002,'Fort Gate',158585,-71973,-2865,0,0,0,0,0,0,169710,644,518,'true','false',0),
  203. (109,24150003,'Fort Gate',157297,-69092,-2916,0,0,0,0,0,0,169710,644,518,'false','false',0),
  204. (109,24150004,'Fort Gate',159605,-70707,-2892,0,0,0,0,0,0,169710,644,518,'true','true',0),
  205. (109,24150005,'Fort Gate',159693,-70576,-2892,0,0,0,0,0,0,169710,644,518,'true','true',0),
  206. (109,24150006,'Fort Gate',158606,-70040,-2892,0,0,0,0,0,0,169710,644,518,'true','true',0),
  207. (109,24150007,'Fort Gate',158694,-69909,-2892,0,0,0,0,0,0,169710,644,518,'true','true',0),
  208. (109,24150008,'Fort Gate',161354,-71814,-2916,0,0,0,0,0,0,169710,644,518,'false','false',0),
  209. (109,24150009,'Fort Gate',160742,-70553,-2899,0,0,0,0,0,0,169710,644,518,'true','false',0),
  210. (109,24150010,'Fort Gate',160872,-70640,-2899,0,0,0,0,0,0,169710,644,518,'true','false',0),
  211. (109,24150011,'Fort Gate',159854,-68987,-2853,0,0,0,0,0,0,169710,644,518,'true','false',0),
  212. (109,24150012,'Fort Gate',159985,-69075,-2853,0,0,0,0,0,0,169710,644,518,'true','false',0),
  213. (106,24190005,'Fort Gate',153328,56710,-3303,0,0,0,0,0,0,169710,644,518,'false','false',0),
  214. (106,24190006,'Command Gate',155311,54864,-3282,0,0,0,0,0,0,169710,644,518,'true','true',0),
  215. (106,24190007,'Command Gate',155411,54986,-3282,0,0,0,0,0,0,169710,644,518,'true','true',0),
  216. (106,24190008,'Command Gate',154384,55624,-3282,0,0,0,0,0,0,169710,644,518,'true','true',0),
  217. (106,24190009,'Command Gate',154484,55746,-3282,0,0,0,0,0,0,169710,644,518,'true','true',0),
  218. (106,24190010,'Fort Gate',156501,54106,-3303,0,0,0,0,0,0,169710,644,518,'false','false',0),
  219. (106,24190011,'Fort Gate',156035,56156,-3253,0,0,0,0,0,0,169710,644,518,'true','false',0),
  220. (106,24190012,'Fort Gate',156135,56278,-3253,0,0,0,0,0,0,169710,644,518,'true','false',0),
  221. (107,25190001,'Fort Gate',189904,37070,-3460,0,0,0,0,0,0,169710,644,518,'false','false',0),
  222. (107,25190002,'Fort Gate',190612,38122,-3443,0,0,0,0,0,0,169710,644,518,'true','false',0),
  223. (107,25190003,'Fort Gate',190612,38280,-3443,0,0,0,0,0,0,169710,644,518,'true','false',0),
  224. (107,25190004,'Fort Gate',188076,39284,-3409,0,0,0,0,0,0,169710,644,518,'true','false',0),
  225. (107,25190005,'Fort Gate',188234,39284,-3409,0,0,0,0,0,0,169710,644,518,'true','false',0),
  226. (107,25190006,'Fort Gate',189852,40340,-3438,0,0,0,0,0,0,169710,644,518,'true','true',0),
  227. (107,25190007,'Fort Gate',190010,40340,-3438,0,0,0,0,0,0,169710,644,518,'true','true',0),
  228. (107,25190008,'Fort Gate',189852,39139,-3438,0,0,0,0,0,0,169710,644,518,'true','true',0),
  229. (107,25190009,'Fort Gate',190010,39139,-3438,0,0,0,0,0,0,169710,644,518,'true','true',0),
  230. (107,25190010,'Fort Gate',191421,39730,-3397,0,0,0,0,0,0,169710,644,518,'true','false',0),
  231. (107,25190011,'Fort Gate',191421,39888,-3397,0,0,0,0,0,0,169710,644,518,'true','false',0),
  232. (107,25190012,'Fort Gate',189913,41955,-3460,0,0,0,0,0,0,169710,644,518,'false','false',0);