random_spawn_loc.sql 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. DROP TABLE IF EXISTS `random_spawn_loc`;
  2. CREATE TABLE `random_spawn_loc` (
  3. `groupId` tinyint(3) unsigned NOT NULL,
  4. `x` mediumint(6) NOT NULL,
  5. `y` mediumint(6) NOT NULL,
  6. `z` mediumint(6) NOT NULL,
  7. `heading` mediumint(6) NOT NULL DEFAULT '0',
  8. PRIMARY KEY (`groupId`,`x`,`y`,`z`,`heading`)
  9. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  10. INSERT INTO `random_spawn_loc` VALUES
  11. -- Merchant of Mammon
  12. (11,-52172,78884,-4741,-1), -- Necropolis of Devotion
  13. (11,-41350,209876,-5087,-1), -- Necropolis of Sacrifice
  14. (11,-21657,77164,-5173,-1), -- The Patriots Necropolis
  15. (11,45029,123802,-5413,-1), -- The Pilgrims Necropolis
  16. (11,83175,208998,-5439,-1), -- The Saints Necropolis
  17. (11,111337,173804,-5439,-1), -- Necropolis of Worship
  18. (11,118343,132578,-4831,-1), -- Necropolis of Martyrdom
  19. (11,172373,-17833,-4901,-1), -- The Disciple Necropolis
  20. -- Blacksmith of Mammon
  21. (12,-19360,13278,-4901,-1), -- Catacomb of Dark Omens
  22. (12,-53131,-250502,-7909,-1), -- Catacomb of the Heretic
  23. (12,46303,170091,-4981,-1), -- Catacomb of the Branded
  24. (12,-20485,-251008,-8165,-1), -- Catacomb of the Apostate
  25. (12,12669,-248698,-9581,-1), -- Catacomb of Forbidden Path
  26. (12,140519,79464,-5429,-1), -- Catacomb of the Witch
  27. -- Orator of Revelations
  28. (13,-84356,152742,-3204,-1),
  29. (14,-83157,149846,-3155,-1),
  30. (15,-79563,152726,-3204,-1),
  31. (16,-79123,155098,-3204,-1),
  32. (17,-16168,124129,-3143,-1),
  33. (18,-14563,121461,-3015,-1),
  34. (19,-14199,126128,-3171,-1),
  35. (20,-12344,123605,-3132,-1),
  36. (21,16901,144748,-3027,-1),
  37. (22,17557,147084,-3150,-1),
  38. (23,19038,142923,-3078,-1),
  39. (24,20826,145769,-3171,-1),
  40. (25,77830,148627,-3623,-1),
  41. (26,81540,144204,-3559,-1),
  42. (27,81556,152183,-3559,-1),
  43. (28,83872,143882,-3431,-1),
  44. (29,85328,147352,-3431,-1),
  45. (30,114907,77916,-2662,-1),
  46. (31,115509,74857,-2625,-1),
  47. (32,118273,74592,-2529,-1),
  48. (33,107251,218166,-3701,-1),
  49. (34,115482,219266,-3689,-1),
  50. (35,80039,54291,-1586,-1),
  51. (36,81002,53495,-1586,-1),
  52. (37,81527,56009,-1551,-1),
  53. (38,143926,26468,-2338,-1),
  54. (39,147460,20537,-2101,-1),
  55. (40,150417,25182,-2141,-1),
  56. -- Preacher of Doom
  57. (41,-83107,150270,-3155,-1),
  58. (42,-83070,152740,-3204,-1),
  59. (43,-80752,152738,-3204,-1),
  60. (44,-80690,149996,-3070,-1),
  61. (45,-80037,154344,-3204,-1),
  62. (46,-15549,124170,-3143,-1),
  63. (47,-14480,122330,-3126,-1),
  64. (48,-14268,124941,-3156,-1),
  65. (49,-13252,123689,-3143,-1),
  66. (50,-12591,122673,-3142,-1),
  67. (51,15722,142877,-2732,-1),
  68. (52,18172,145740,-3140,-1),
  69. (53,19096,143980,-3096,-1),
  70. (54,19823,145863,-3142,-1),
  71. (55,79825,148619,-3559,-1),
  72. (56,81535,146866,-3559,-1),
  73. (57,81547,150347,-3559,-1),
  74. (58,83319,148054,-3431,-1),
  75. (59,83894,147495,-3431,-1),
  76. (60,115893,77551,-2729,-1),
  77. (61,115936,75382,-2625,-1),
  78. (62,117098,77066,-2720,-1),
  79. (63,118049,75783,-2715,-1),
  80. (64,107256,218615,-3701,-1),
  81. (65,109660,217339,-3775,-1),
  82. (66,110189,221393,-3569,-1),
  83. (67,111389,219257,-3572,-1),
  84. (68,113479,217795,-3731,-1),
  85. (69,114086,220214,-3568,-1),
  86. (70,80416,55959,-1586,-1),
  87. (71,80617,54116,-1586,-1),
  88. (72,82048,55417,-1551,-1),
  89. (73,82863,53290,-1522,-1),
  90. (74,145015,25269,-2167,-1),
  91. (75,145394,27629,-2295,-1),
  92. (76,146616,25816,-2039,-1),
  93. (77,147440,30047,-2487,-1),
  94. (78,147459,21148,-2167,-1),
  95. (79,148013,27029,-2231,-1),
  96. (80,149515,27641,-2295,-1),
  97. (81,149899,24719,-2167,-1),
  98. -- Crest of Dusk / Dawn
  99. (82,-41312,206625,-3412,-1),
  100. (83,-41312,206625,-3412,-1),
  101. (84,-55428,79357,-3059,-1),
  102. (85,-55428,79357,-3059,-1),
  103. (86,-24895,77634,-3495,-1),
  104. (87,-24895,77634,-3495,-1),
  105. (88,-22594,13760,-3216,-1),
  106. (89,-22594,13760,-3216,-1),
  107. (90,43074,170560,-3298,-1),
  108. (91,43074,170560,-3298,-1),
  109. (92,39872,144193,-3707,-1),
  110. (93,39872,144193,-3707,-1),
  111. (94,45504,127550,-3734,-1),
  112. (95,45504,127550,-3734,-1),
  113. (96,79946,209470,-3760,-1),
  114. (97,79946,209470,-3760,-1),
  115. (98,108097,174274,-3769,-1),
  116. (99,108097,174274,-3769,-1),
  117. (100,115136,133057,-3161,-1),
  118. (101,115136,133057,-3161,-1),
  119. (102,74561,78656,-3446,-1),
  120. (103,74561,78656,-3446,-1),
  121. (104,110784,84800,-4867,-1),
  122. (105,110784,84800,-4867,-1),
  123. (106,137278,79936,-3751,-1),
  124. (107,137278,79936,-3751,-1),
  125. (108,169152,-17344,-3228,-1),
  126. (109,169152,-17344,-3228,-1),
  127. -- Lilith (80)
  128. (110,184410,-10111,-5488,-1),
  129. -- Anakim (80)
  130. (111,185000,-13000,-5488,-1),
  131. -- Orator of Revelations / Preacher of Doom
  132. (113,147943,-56176,-2781,-1),
  133. (114,148064,-56288,-2781,-1),
  134. (115,147703,-58879,-2981,-1),
  135. (116,147704,-58710,-2981,-1),
  136. (117,150550,-57471,-2981,-1),
  137. (118,150425,-57370,-2981,-1),
  138. (119,144841,-57493,-2981,-1),
  139. (120,144980,-57403,-2981,-1),
  140. (121,148867,-58156,-2981,-1),
  141. (122,149180,-58022,-2981,-1),
  142. (123,87500,-142523,-1336,-1),
  143. (124,87302,-140189,-1536,-1),
  144. (125,87363,-142460,-1336,-1),
  145. (126,87390,-140065,-1536,-1),
  146. (127,89738,-141420,-1536,-1),
  147. (128,89661,-141242,-1536,-1),
  148. (129,43961,-50913,-792,-1),
  149. (130,43859,-50954,-796,-1),
  150. (131,38588,-48222,896,-1),
  151. (132,38695,-48308,896,-1),
  152. -- Runaway Youth quest
  153. (133,104000,-156496,-1968,-1),
  154. (133,108912,-150000,-2416,-1),
  155. (133,107888,-144688,-3660,-1),
  156. (133,123248,-147680,-3520,-1),
  157. (133,118176,-161008,-1072,-1),
  158. (133,120880,-156720,-1673,-1),
  159. (133,117024,-150304,-2320,-1),
  160. -- Wild Maiden quest
  161. (134,69152,88816,-3408,-1),
  162. (134,75392,87600,-3344,-1),
  163. (134,67920,77888,-3616,-1),
  164. (134,76544,73616,-3709,-1),
  165. (134,66768,72016,-3677,-1),
  166. (134,71520,67936,-3564,-1),
  167. -- Aged ExAdventurer quest
  168. (136,89856,-7248,-3034,0),
  169. (136,79232,-5904,-2864,0),
  170. (136,77584,-1120,-3626,0),
  171. (136,96640,-1296,-3648,0),
  172. (136,94416,-10256,-3245,0),
  173. -- Guards on kamael island
  174. (137,-73271,53065,-3696,59621),
  175. (137,-77006,45317,-2752,19656),
  176. (137,-77375,44929,-2720,13828),
  177. (137,-80400,40591,-2824,39386),
  178. (137,-81005,39627,-2840,30125),
  179. (137,-82545,55187,-2848,5047),
  180. (137,-83304,58078,-2768,44634),
  181. (137,-83539,45978,-2832,1972),
  182. (137,-84169,39571,-2448,34277),
  183. (137,-92675,56763,-2840,18707),
  184. (137,-92931,55027,-2592,63304),
  185. (138,-103659,50494,-2000,40765),
  186. (138,-107335,48421,-1416,25399),
  187. (138,-107347,47372,-1464,59666),
  188. (138,-107788,45439,-1584,28523),
  189. (138,-109520,47211,-1288,44919),
  190. (138,-109520,48888,-1208,49863),
  191. (139,-116128,50592,-696,16859),
  192. (139,-116225,50135,-744,10002),
  193. (139,-116556,50016,-808,5365),
  194. (139,-116619,49487,-872,21965),
  195. (139,-117008,50954,-728,55329),
  196. (139,-117055,49577,-896,3880),
  197. (139,-117080,49690,-880,63806),
  198. (139,-117606,49650,-920,17813),
  199. (139,-117779,50125,-920,47382),
  200. (139,-118000,50105,-968,27540),
  201. (139,-118097,49912,-936,11260),
  202. (139,-120378,37949,1408,4430),
  203. (140,-121910,61003,-2368,64230),
  204. (140,-122440,55179,-1608,56123),
  205. (140,-122475,54840,-1560,5826),
  206. (140,-122928,43524,888,44634),
  207. (140,-123215,44319,928,30481),
  208. (140,-123401,61164,-2656,47517),
  209. (140,-123800,60127,-2632,56043),
  210. (140,-123943,60348,-2632,22373),
  211. (141,-124298,74848,-2800,35875),
  212. (141,-124355,71875,-2800,58069),
  213. (141,-124356,77403,-3392,58154),
  214. (141,-124608,74480,-2704,57957),
  215. (141,-126495,61819,-2704,33561);