teleport.sql 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. --
  2. -- Table structure for table `teleport`
  3. --
  4. DROP TABLE IF EXISTS teleport;
  5. CREATE TABLE teleport (
  6. Description varchar(75) default NULL,
  7. id decimal(11,0) NOT NULL default '0',
  8. loc_x decimal(9,0) default NULL,
  9. loc_y decimal(9,0) default NULL,
  10. loc_z decimal(9,0) default NULL,
  11. price decimal(5,0) default NULL,
  12. PRIMARY KEY (id)
  13. ) TYPE=MyISAM;
  14. --
  15. -- Dumping data for table `teleport`
  16. --
  17. insert into teleport values
  18. ('Elven Town & Dark Elven Town -> Village of Gludin','1','-80826','149775','-3043','6400'),
  19. ('Elven Town & Dark Elven Town -> Town of Gludio','2','-12672','122776','-3116','3700'),
  20. ('Town of gludio -> Elven village','3','46934','51467','-2977','3700'),
  21. ('Town of gludio -> Dark Elven village','4','9745','15606','-4574','3700'),
  22. ('Town of gludio -> Village of Gludin','5','-80826','149775','-3043','2900'),
  23. ('Town of gludio -> Dion','6','15670','142983','-2705','4100'),
  24. ('Town of gludio & Village of Gludin -> Orc village','7','-44836','-112524','-235','6000'),
  25. ('Town of gludio & Village of Gludin -> Dwarven village','8','115113','-178212','-901','6000'),
  26. ('Village of Gludin -> TI','9','-84318','244579','-3730','18000'),
  27. ('Village of Gludin -> Elven Village','10','46934','51467','-2977','6400'),
  28. ('Village of Gludin -> Dark Elven Village','11','9745','15606','-4574','6400'),
  29. ('Village of Gludin -> Town of Gludio','12','-12672','122776','-3116','2900'),
  30. ('Village of Gludin -> Southern entrance of wastelands','13','-16730','209417','-3664','2400'),
  31. ('Dark Elven Town -> Southern part of dark elven forest','14','-61095','75104','-3356','1100'),
  32. ('TI -> Village of Gludin','15','-80826','149775','-3043','18000'),
  33. ('Dwarf Town & Orc Town -> Village of Gludin','16','-80826','149775','-3043','3000'),
  34. ('Dwarf Town -> The Northeast Coast','17','169008','-208272','-3504','700'),
  35. ('Dwarven Town -> Abandoned Coal Mines','418','155535','-173560','2495','290'),
  36. ('Dwarven Town -> Mithril Mines','419','179039','-184080','-319','680'),
  37. ('Dion Town -> Town of Gludio','18','-12672','122776','-3116','4200'),
  38. ('Dion Town -> Town of Giran','19','83400','147943','-3404','8100'),
  39. ('Dion Town & Giran Town -> Entrance Giran','20','47942','186764','-3485','6500'),
  40. ('Cruma Tower Entrance -> Cruma Tower 1st floor','21','17724','114004','-11672','0'),
  41. ('Cruma Tower 1st floor -> Cruma Tower Entrance','22','17192','114178','-3439','0'),
  42. ('Cruma Tower 1st floor -> Cruma Tower 2nd floor','23','17730','108301','-9057','0'),
  43. ('Cruma Tower 2nd floor -> Cruma Tower 1st floor','24','17714','107923','-11850','0'),
  44. ('Town of Giran -> Dion Town','25','15670','142983','-2705','8100'),
  45. ('Town of Giran -> Oren Town','26','82956','53162','-1495','11000'),
  46. ('Town of Giran -> Hunter Village','27','116819','76994','-2714','9400'),
  47. ('Town of Giran -> Hardin\'s Private Academy','28','105918','109759','-3207','5300'),
  48. ('TI Dungeon inside -> outside','29','-113329','235327','-3653','0'),
  49. ('TI Dungeon outside -> inside','30','48736','248463','-6162','0'),
  50. ('IvoryTower Basement','31','84915','15969','-4294','0'),
  51. ('IvoryTower Ground Floor','32','85399','16197','-3679','0'),
  52. ('IvoryTower 1st Floor','33','85399','16197','-2809','0'),
  53. ('IvoryTower 2nd Floor','34','85399','16197','-2293','0'),
  54. ('IvoryTower 3th Floor','35','85399','16197','-1776','0'),
  55. ('IvoryTower Ground Floor -> Oren Castle Town','36','82956','53162','-1495','4400'),
  56. ('IvoryTower Ground Floor -> Hunter\'s Village','37','116819','76994','-2714','8200'),
  57. ('IvoryTower Ground Floor -> Aden Castle Town','38','146331','25762','-2018','12000'),
  58. ('Aden Town -> Ivory Tower','39','85348','16142','-3699','12000'),
  59. ('Aden Town -> Oren Town','40','82956','53162','-1495','13000'),
  60. ('Aden Town -> Hunter\'s Village','41','116819','76994','-2714','11000'),
  61. ('Hunter\'s Village -> Giran Town','42','83400','147943','-3404','9400'),
  62. ('Hunter\'s Village -> Oren Town','43','82956','53162','-1495','4900'),
  63. ('Hunter\'s Village -> Ivory Tower','44','85348','16142','-3699','8200'),
  64. ('Hunter\'s Village -> Hardins Private Academy','45','105918','109759','-3207','4100'),
  65. ('Hunter\'s Village -> Aden Town','46','146331','25762','-2018','11000'),
  66. ('Oren Town -> Giran Town','47','83400','147943','-3404','11000'),
  67. ('Oren Town -> Ivory Tower','48','85348','16142','-3699','4400'),
  68. ('Oren Town -> Hunter\'s Village','49','116819','76994','-2714','4900'),
  69. ('Oren Town -> Hardins Private Academy','50','105918','109759','-3207','7300'),
  70. ('Oren Town -> Aden Town','51','146331','25762','-2018','13000'),
  71. ('Hardin\'s Private Academy -> Giran Town','52','83400','147943','-3404','5300'),
  72. ('Hardin\'s Private Academy -> Oren Town','53','82956','53162','-1495','7300'),
  73. ('Hardin\'s Private Academy -> Hunter\'s Village','54','116819','76994','-2714','4100'),
  74. ('Cruma level 2 -> Cruma level 3','55','17719','115590','-6584','0'),
  75. ('Cruma level 3 -> Cruma Core','56','17692','112284','-6250','0'),
  76. ('Cruma core -> Cruma level 3','57','17719','115590','-6584','0'),
  77. ('Cruma Tower 3rd floor -> Cruma Tower 2nd Floor','58','17731','119465','-9067','0'),
  78. ('Heine -> The Town of Giran','59','83400','147943','-3404','9200'),
  79. ('Heine -> Entrance to Giran','60','47942','186764','-3485','8500'),
  80. ('Lair end -> Antharas Nest','61','173826','115333','-7708','0'),
  81. ('Antharas Nest - > Giran castle town','62','83400','147943','-3404','0'),
  82. ('Giran Harbor -> Giran Town','63','83400','147943','-3404','6300'),
  83. ('Giran Harbor -> Dion Town','64','15670','142983','-2705','6500'),
  84. ('Giran Harbor -> Heine','107','111409','219364','-3545','8500'),
  85. ('Heine -> The Town of Dion','65','15670','142983','-2705','9800'),
  86. ('Heine -> Field of Silence','66','82684','183551','-3597','2400'),
  87. ('Heine -> Field of Whispers','67','91186','217104','-3649','2400'),
  88. ('Heine -> Entrance to Alligator Islands','68','126450','174774','-3079','3500'),
  89. ('Giran -> Dragon Valley','69','122824','110836','-3720','6400'),
  90. ('Giran -> Heine','70','111409','219364','-3545','9200'),
  91. ('Giran -> Patriots Necropolis','71','-25472','77728','-3440','15500'),
  92. ('Giran -> Ascetics Necropolis','72','-55385','78667','-3012','18600'),
  93. ('Giran -> Saints Necropolis','73','79296','209584','-3704','9800'),
  94. ('Giran -> Catacomb of Dark Omens','74','-23165','13827','-3172','20400'),
  95. ('Monster Derby Track','75','12661','181687','-3560','0'),
  96. ('Aden -> Coliseum','76','146440','46723','-3432','4000'),
  97. ('Aden -> Patriots Necropolis','77','-25472','77728','-3440','35900'),
  98. ('Aden -> Ascetics Necropolis','78','-55385','78667','-3012','41900'),
  99. ('Aden -> Saints Necropolis','79','79296','209584','-3704','39100'),
  100. ('Aden -> Catacomb of Dark Omens','80','-23165','13827','-3172','33900'),
  101. ('Aden -> Blazing Swamp','81','159455','-12931','-2872','5700'),
  102. ('Aden -> The Forbidden Gateway','82','185319','20218','-3264','5400'),
  103. ('Aden -> The Front of Anghell Waterfall','83','163341','91374','-3320','9400'),
  104. ('Aden -> Forsaken Plains','84','167285','37109','-4008','3400'),
  105. ('Dion -> Heine','85','111409','219364','-3545','9800'),
  106. ('Dion -> Partisan Hideaway','86','46467','126885','-3720','1900'),
  107. ('Dion -> Bee Hive','87','20505','189036','-3344','2500'),
  108. ('Gludio -> Windawood Manor','88','-23789','169683','-3424','1000'),
  109. ('Gludio -> Southern Pathway to the Wasteland','89','-16730','209417','-3664','2400'),
  110. ('Gludin -> Abandoned Camp','90','-46932','140883','-2936','900'),
  111. ('Gludin -> Fellmere Harvest Grounds','91','-70387','115501','-3472','1000'),
  112. ('Gludin -> Langk Lizardman Dwelling','92','-45210','202654','-3592','1700'),
  113. ('Orc Village -> Immortal Plateau,Central Region','93','-8804','-114748','-3088','510'),
  114. ('Orc Village -> Immortal Plateau,Southern Region','94','-17870','-90980','-2528','490'),
  115. ('Orc Village -> Immortal Plateau,Southeast Region','95','8209','-93524','-2312','750'),
  116. ('Orc Village -> Frozen Waterfall','96','7603','-138871','-920','760'),
  117. ('Oren -> Plains of Lizardmen','97','87252','85514','-3056','2700'),
  118. ('Oren -> Sea of Spores','98','64328','26803','-3768','2700'),
  119. ('Hunters -> Northern Pathway of Enchanted Valley','99','104426','33746','-3800','3700'),
  120. ('Hunters -> Southern Pathway of Enchanted Valley','100','124904','61992','-3920','1400'),
  121. ('Hunters -> Entrance to the Forest of Mirrors','101','142065','81300','-3000','2100'),
  122. ('Hunters -> The Front of Anghel Waterfall','102','163341','91374','-3320','4000'),
  123. ('Hunters -> Patriots Necropolis','103','-25472','77728','-3440','11900'),
  124. ('Hunters -> Ascetics Necropolis','104','-55385','78667','-3012','14500'),
  125. ('Hunters -> Saints Necropolis','105','79296','209584','-3704','11500'),
  126. ('Hunters -> Catacomb of Dark Omens','106','-23165','13827','-3172','12800'),
  127. ('TOI - 1st Floor','201','115168','16022','-5100','100000'),
  128. ('TOI - 2nd Floor','202','114649','18587','-3609','150000'),
  129. ('TOI - 3rd Floor','203','117918','16039','-2127','200000'),
  130. ('TOI - 4th Floor','204','114622','12946','-645','250000'),
  131. ('TOI - 5th Floor','205','112209','16078','928','300000'),
  132. ('TOI - 6th Floor','206','112376','16099','1947','350000'),
  133. ('TOI - 7th Floor','207','114448','16175','2994','400000'),
  134. ('TOI - 8th Floor','208','111063','16118','3967','450000'),
  135. ('TOI - 9th Floor','209','117147','18415','4977','500000'),
  136. ('TOI - 10th Floor','210','118374','15973','5987','550000'),
  137. ('TOI - 11th Floor','211','112209','16078','7028','600000'),
  138. ('TOI - 12th Floor','212','114809','18711','7996','650000'),
  139. ('TOI - 13th Floor','213','115178','16989','9007','700000'),
  140. ('TOI - 14th Floor Outside Door','214','112714','14111','10077','800000'),
  141. ('TOI - 14th Floor Inside On Roof','215','113098','14532','10077','900000'),
  142. ('Cat Heretics Entrance','250','43050','143933','-5383','0'),
  143. ('Cat Heretics Exit','251','42514','143917','-5385','0'),
  144. ('Cat Branded Entrance','252','46217','170290','-4983','0'),
  145. ('Cat Branded Exit','253','45770','170299','-4985','0'),
  146. ('Cat Apostate Entrance','254','77152','78407','-5129','0'),
  147. ('Cat Apostate Exit','255','77637','78390','-5129','0'),
  148. ('Cat Witch Entrance','256','140404','79678','-5431','0'),
  149. ('Cat Witch Exit','257','139965','79678','-5433','0'),
  150. ('Cat DarkOmen Entrance','258','-19500','13508','-4905','0'),
  151. ('Cat DarkOmen Exit','259','-19931','13502','-4905','0'),
  152. ('Cat ForbiddenPath Entrance','260','113865','84543','-6545','0'),
  153. ('Cat ForbiddenPath Exit','261','113429','84540','-6545','0'),
  154. ('Necro Saints Entrance','262','-41570','209785','-5089','0'),
  155. ('Necro Saints Exit','263','-41567','209292','-5091','0'),
  156. ('Necro Pilgrims Entrance','264','45251','123890','-5415','0'),
  157. ('Necro Pilgrims Exit','265','45250','124366','-5417','0'),
  158. ('Necro Worshippers Entrance','266','111273','174015','-5417','0'),
  159. ('Necro Worshippers Exit','267','110818','174010','-5443','0'),
  160. ('Necro Patriots Entrance','268','-21726','77385','-5177','0'),
  161. ('Necro Patriots Exit','269','-22197','77369','-5177','0'),
  162. ('Necro Ascetics Entrance','270','-52254','79103','-4743','0'),
  163. ('Necro Ascetics Exit','271','-52716','79106','-4745','0'),
  164. ('Necro Martyrs Entrance','272','118308','132800','-4833','0'),
  165. ('Necro Martyrs Exit','273','117793','132810','-4835','0'),
  166. ('Necro Sacrifice Entrance','274','83000','209213','-5443','0'),
  167. ('Necro Sacrifice Exit','275','82608','209225','-5443','0'),
  168. ('Necro Disciples Entrance','276','172251','-17605','-4903','0'),
  169. ('Necro Disciples Exit','277','171902','-17595','-4905','0'),
  170. ('Dion(artifact -> out)','350','22967','157715','-2954','0'),
  171. ('Dion(artifact -> hall)','351','22090','159871','-2711','0'),
  172. ('Dion(artifact -> outofcastle)','352','22448','155798','-2958','0'),
  173. ('Dion(in -> artifact)','353','22592','161530','-2775','0'),
  174. ('Dion(in -> out)','354','22967','157715','-2954','0'),
  175. ('Dion(in -> outofcastle)','355','22448','155798','-2958','0'),
  176. ('Dion(out -> artifact)','356','22592','161530','-2775','0'),
  177. ('Dion(out -> hall)','357','22090','159871','-2711','0'),
  178. ('Dion(out -> outofcastle)','358','22448','155798','-2958','0'),
  179. ('Dion(outofcastle -> artifact)','359','22592','161530','-2775','0'),
  180. ('Dion(outofcastle -> out)','360','22967','157715','-2954','0'),
  181. ('Dion(outofcastle -> hall)','361','22090','159871','-2711','0'),
  182. ('Giran(artifact -> out)','362','113892','144175','-2714','0'),
  183. ('Giran(artifact -> hall)','363','115984','145073','-2584','0'),
  184. ('Giran(artifact -> outofcastle)','364','112016','144682','-2833','0'),
  185. ('Giran(in -> artifact)','365','117619','144564','-2648','0'),
  186. ('Giran(in -> out)','366','113892','144175','-2714','0'),
  187. ('Giran(in -> outofcastle)','367','112016','144682','-2833','0'),
  188. ('Giran(out -> artifact)','368','117619','144564','-2648','0'),
  189. ('Giran(out -> hall)','369','115984','145073','-2584','0'),
  190. ('Giran(out -> outofcastle)','370','112016','144682','-2833','0'),
  191. ('Giran(outofcastle -> artifact)','371','117619','144564','-2648','0'),
  192. ('Giran(outofcastle -> out)','372','113892','144175','-2714','0'),
  193. ('Giran(outofcastle -> hall)','373','115984','145073','-2584','0'),
  194. ('Oren(artifact -> out)','374','79956','36351','-2532','0'),
  195. ('Oren(artifact -> hall)','375','82113','37217','-2311','0'),
  196. ('Oren(artifact -> outofcastle)','376','78079','36809','-2566','0'),
  197. ('Oren(in -> artifact)','377','83710','36713','-2375','0'),
  198. ('Oren(in -> out)','378','79956','36351','-2532','0'),
  199. ('Oren(in -> outofcastle)','379','78079','36809','-2566','0'),
  200. ('Oren(out -> artifact)','380','83710','36713','-2375','0'),
  201. ('Oren(out -> hall)','381','82113','37217','-2311','0'),
  202. ('Oren(out -> outofcastle)','382','78079','36809','-2566','0'),
  203. ('Oren(outofcastle -> artifact)','383','83710','36713','-2375','0'),
  204. ('Oren(outofcastle -> out)','384','79956','36351','-2532','0'),
  205. ('Oren(outofcastle -> hall)','385','82113','37217','-2311','0'),
  206. ('Gludio(artifact -> out)','386','-18941','112085','-2762','0'),
  207. ('Gludio(artifact -> hall)','387','-18129','109898','-2517','0'),
  208. ('Gludio(artifact -> outofcastle)','388','-18484','113897','-2772','0'),
  209. ('Gludio(in -> artifact)','389','-18592','108271','-2581','0'),
  210. ('Gludio(in -> out)','390','-18941','112085','-2762','0'),
  211. ('Gludio(in -> outofcastle)','391','-18484','113897','-2772','0'),
  212. ('Gludio(out -> artifact)','392','-18592','108271','-2581','0'),
  213. ('Gludio(out -> hall)','393','-18129','109898','-2517','0'),
  214. ('Gludio(out -> outofcastle)','394','-18484','113897','-2772','0'),
  215. ('Gludio(outofcastle -> artifact)','395','-18592','108271','-2581','0'),
  216. ('Gludio(outofcastle -> out)','396','-18941','112085','-2762','0'),
  217. ('Gludio(outofcastle -> hall)','397','-18129','109898','-2517','0'),
  218. ('Aden(artifact -> out)','398','147723','7916','-475','0'),
  219. ('Aden(artifact -> in)','399','148580','4578','-408','0'),
  220. ('Aden(artifact -> outofcastle)','400','147582','8753','-496','0'),
  221. ('Aden(artifact -> hall)','401','147520','6107','-409','0'),
  222. ('Aden(in -> artifact)','402','1147499','2544','-473','0'),
  223. ('Aden(in -> out)','403','147723','7916','-475','0'),
  224. ('Aden(in -> outofcastle)','404','147582','8753','-496','0'),
  225. ('Aden(in -> hall)','405','147520','6107','-409','0'),
  226. ('Aden(out -> artifact)','406','147499','2544','-473','0'),
  227. ('Aden(out -> in)','407','148580','4578','-408','0'),
  228. ('Aden(out -> outofcastle)','408','147582','8753','-496','0'),
  229. ('Aden(out -> hall)','409','147520','6107','-409','0'),
  230. ('Aden(outofcastle -> artifact)','410','147499','2544','-473','0'),
  231. ('Aden(outofcastle -> out)','411','147723','7916','-475','0'),
  232. ('Aden(outofcastle -> in)','412','148580','4578','-408','0'),
  233. ('Aden(outofcastle -> hall)','413','147520','6107','-409','0'),
  234. ('Aden(hall -> artifact)','414','147499','2544','-473','0'),
  235. ('Aden(hall -> out)','415','147723','7916','-475','0'),
  236. ('Aden(hall -> in)','416','148580','4578','-408','0'),
  237. ('Aden(hall -> outofcastle)','417','147582','8753','-496','0');