mapregion.sql 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. DROP TABLE IF EXISTS `mapregion`;
  2. CREATE TABLE `mapregion` (
  3. `region` tinyint(2) unsigned NOT NULL DEFAULT '0',
  4. `sec0` tinyint(2) unsigned NOT NULL DEFAULT '0',
  5. `sec1` tinyint(2) unsigned NOT NULL DEFAULT '0',
  6. `sec2` tinyint(2) unsigned NOT NULL DEFAULT '0',
  7. `sec3` tinyint(2) unsigned NOT NULL DEFAULT '0',
  8. `sec4` tinyint(2) unsigned NOT NULL DEFAULT '0',
  9. `sec5` tinyint(2) unsigned NOT NULL DEFAULT '0',
  10. `sec6` tinyint(2) unsigned NOT NULL DEFAULT '0',
  11. `sec7` tinyint(2) unsigned NOT NULL DEFAULT '0',
  12. `sec8` tinyint(2) unsigned NOT NULL DEFAULT '0',
  13. `sec9` tinyint(2) unsigned NOT NULL DEFAULT '0',
  14. `sec10` tinyint(2) unsigned NOT NULL DEFAULT '0',
  15. `sec11` tinyint(2) unsigned NOT NULL DEFAULT '0',
  16. `sec12` tinyint(2) unsigned NOT NULL DEFAULT '0',
  17. `sec13` tinyint(2) unsigned NOT NULL DEFAULT '0',
  18. `sec14` tinyint(2) unsigned NOT NULL DEFAULT '0',
  19. `sec15` tinyint(2) unsigned NOT NULL DEFAULT '0',
  20. PRIMARY KEY (`region`)
  21. );
  22. -- 0 = "Talking Island Village"
  23. -- 1 = "Elven Village"
  24. -- 2 = "Dark Elven Village"
  25. -- 3 = "Orc Village"
  26. -- 4 = "Dwarven Village"
  27. -- 5 = "Town of Gludio"
  28. -- 6 = "Gludin Village"
  29. -- 7 = "Town of Dion"
  30. -- 8 = "Town of Giran"
  31. -- 9 = "Town of Oren"
  32. -- 10 = "Town of Aden"
  33. -- 11 = "Hunters Village"
  34. -- 12 = "Giran Harbor"
  35. -- 13 = "Heine"
  36. -- 14 = "Rune Township"
  37. -- 15 = "Town of Goddard"
  38. -- 16 = "Town of Shuttgart"
  39. -- 17 = "Floran Village"
  40. -- 18 = "Primeval Isle"
  41. -- 19 = "Kamael Village"
  42. -- 20 = "South of Wastelands Camp"
  43. -- 21 = "Fantasy Island"
  44. -- 22 = "Neutral Zone"
  45. -- 23 = "Coliseum"
  46. -- 24 = "GM Consultation service"
  47. -- 25 = "Dimensional Gap"
  48. -- 26 = "Cemetery of the Empire"
  49. -- 27 = "inside the Steel Citadel"
  50. -- 28 = "Steel Citadel Resistance"
  51. -- 29 = "Inside Kamaloka"
  52. -- 30 = "Inside Nia Kamaloka"
  53. -- 31 = "Inside Rim Kamaloka"
  54. -- 32 = "near the Keucereus clan association location"
  55. -- 33 = "inside the Seed of Infinity"
  56. -- 34 = "outside the Seed of Infinity"
  57. -- 35 = "inside Aerial Cleft"
  58. -- default = "Town of Aden"
  59. INSERT INTO mapregion VALUES
  60. -- 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
  61. (0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4), -- _8
  62. (1, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4), -- _9
  63. (2, 0, 0, 0, 0, 3, 3, 3, 7, 9, 11, 4, 4, 4, 4, 4, 4), -- _10
  64. (3, 0, 0, 0, 0, 3, 3, 29, 29, 29, 31, 31, 4, 4, 4, 4, 4), -- _11
  65. (4, 0, 0, 0, 0, 3, 3, 29, 29, 29, 29, 4, 4, 4, 4, 4, 4), -- _12
  66. (5, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 16, 16, 16, 15, 15, 15), -- _13
  67. (6, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 16, 16, 16, 15, 15, 15), -- _14
  68. (7, 0, 0, 0, 0, 3, 3, 21, 21, 3, 3, 14, 14, 15, 15, 15, 15), -- _15
  69. (8, 0, 0, 0, 0, 3, 3, 21, 21, 14, 14, 14, 14, 15, 15, 15, 15), -- _16
  70. (9, 0, 0, 0, 0, 19, 2, 2, 2, 2, 18, 14, 9, 9, 10, 10, 10), -- _17
  71. (10, 0, 0, 0, 0, 19, 19, 2, 2, 2, 2, 9, 9, 10, 10, 10, 10), -- _18
  72. (11, 0, 0, 0, 0, 19, 19, 19, 2, 2, 1, 1, 9, 11, 10, 10, 10), -- _19
  73. (12, 0, 0, 0, 0, 19, 19, 6, 2, 5, 1, 1, 9, 11, 11, 11, 11), -- _20
  74. (13, 0, 0, 0, 0, 19, 6, 6, 5, 5, 7, 7, 8, 8, 8, 8, 8), -- _21
  75. (14, 0, 0, 0, 0, 6, 6, 6, 6, 5, 7, 7, 8, 8, 8, 8, 8), -- _22
  76. (15, 32, 32, 32, 32, 0, 0, 6, 6, 5, 17, 12, 13, 13, 13, 13, 13), -- _23
  77. (16, 32, 32, 32, 32, 0, 0, 0, 6, 6, 12, 12, 13, 13, 13, 13, 13), -- _24
  78. (17, 32, 32, 32, 32, 0, 0, 0, 0, 20, 20, 0, 13, 13, 13, 13, 13); -- _25