mob_db2.sql 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. #
  2. # Table structure for table `mob_db2`
  3. #
  4. DROP TABLE IF EXISTS `mob_db2`;
  5. CREATE TABLE `mob_db2` (
  6. `id` int(11) unsigned NOT NULL,
  7. `name_aegis` varchar(24) DEFAULT NULL,
  8. `name_english` text DEFAULT NULL,
  9. `name_japanese` text DEFAULT NULL,
  10. `level` smallint(6) unsigned DEFAULT NULL,
  11. `hp` int(11) unsigned DEFAULT NULL,
  12. `sp` mediumint(9) unsigned DEFAULT NULL,
  13. `base_exp` int(11) unsigned DEFAULT NULL,
  14. `job_exp` int(11) unsigned DEFAULT NULL,
  15. `mvp_exp` int(11) unsigned DEFAULT NULL,
  16. `attack` smallint(6) unsigned DEFAULT NULL,
  17. `attack2` smallint(6) unsigned DEFAULT NULL,
  18. `defense` smallint(6) unsigned DEFAULT NULL,
  19. `magic_defense` smallint(6) unsigned DEFAULT NULL,
  20. `str` smallint(6) unsigned DEFAULT NULL,
  21. `agi` smallint(6) unsigned DEFAULT NULL,
  22. `vit` smallint(6) unsigned DEFAULT NULL,
  23. `int` smallint(6) unsigned DEFAULT NULL,
  24. `dex` smallint(6) unsigned DEFAULT NULL,
  25. `luk` smallint(6) unsigned DEFAULT NULL,
  26. `attack_range` tinyint(4) unsigned DEFAULT NULL,
  27. `skill_range` tinyint(4) unsigned DEFAULT NULL,
  28. `chase_range` tinyint(4) unsigned DEFAULT NULL,
  29. `size` varchar(24) DEFAULT NULL,
  30. `race` varchar(24) DEFAULT NULL,
  31. `racegroup_goblin` tinyint(1) unsigned DEFAULT NULL,
  32. `racegroup_kobold` tinyint(1) unsigned DEFAULT NULL,
  33. `racegroup_orc` tinyint(1) unsigned DEFAULT NULL,
  34. `racegroup_golem` tinyint(1) unsigned DEFAULT NULL,
  35. `racegroup_guardian` tinyint(1) unsigned DEFAULT NULL,
  36. `racegroup_ninja` tinyint(1) unsigned DEFAULT NULL,
  37. `racegroup_gvg` tinyint(1) unsigned DEFAULT NULL,
  38. `racegroup_battlefield` tinyint(1) unsigned DEFAULT NULL,
  39. `racegroup_treasure` tinyint(1) unsigned DEFAULT NULL,
  40. `racegroup_biolab` tinyint(1) unsigned DEFAULT NULL,
  41. `racegroup_manuk` tinyint(1) unsigned DEFAULT NULL,
  42. `racegroup_splendide` tinyint(1) unsigned DEFAULT NULL,
  43. `racegroup_scaraba` tinyint(1) unsigned DEFAULT NULL,
  44. `racegroup_ogh_atk_def` tinyint(1) unsigned DEFAULT NULL,
  45. `racegroup_ogh_hidden` tinyint(1) unsigned DEFAULT NULL,
  46. `racegroup_bio5_swordman_thief` tinyint(1) unsigned DEFAULT NULL,
  47. `racegroup_bio5_acolyte_merchant` tinyint(1) unsigned DEFAULT NULL,
  48. `racegroup_bio5_mage_archer` tinyint(1) unsigned DEFAULT NULL,
  49. `racegroup_bio5_mvp` tinyint(1) unsigned DEFAULT NULL,
  50. `racegroup_clocktower` tinyint(1) unsigned DEFAULT NULL,
  51. `racegroup_thanatos` tinyint(1) unsigned DEFAULT NULL,
  52. `racegroup_faceworm` tinyint(1) unsigned DEFAULT NULL,
  53. `racegroup_hearthunter` tinyint(1) unsigned DEFAULT NULL,
  54. `racegroup_rockridge` tinyint(1) unsigned DEFAULT NULL,
  55. `racegroup_werner_lab` tinyint(1) unsigned DEFAULT NULL,
  56. `racegroup_temple_demon` tinyint(1) unsigned DEFAULT NULL,
  57. `racegroup_illusion_vampire` tinyint(1) unsigned DEFAULT NULL,
  58. `racegroup_malangdo` tinyint(1) unsigned DEFAULT NULL,
  59. `racegroup_ep172alpha` tinyint(1) unsigned DEFAULT NULL,
  60. `racegroup_ep172beta` tinyint(1) unsigned DEFAULT NULL,
  61. `racegroup_ep172bath` tinyint(1) unsigned DEFAULT NULL,
  62. `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL,
  63. `racegroup_rachel_sanctuary` tinyint(1) unsigned DEFAULT NULL,
  64. `racegroup_illusion_luanda` tinyint(1) unsigned DEFAULT NULL,
  65. `racegroup_illusion_frozen` tinyint(1) unsigned DEFAULT NULL,
  66. `racegroup_illusion_moonlight` tinyint(1) unsigned DEFAULT NULL,
  67. `racegroup_ep16_def` tinyint(1) unsigned DEFAULT NULL,
  68. `racegroup_edda_arunafeltz` tinyint(1) unsigned DEFAULT NULL,
  69. `racegroup_lasagna` tinyint(1) unsigned DEFAULT NULL,
  70. `racegroup_glast_heim_abyss` tinyint(1) unsigned DEFAULT NULL,
  71. `element` varchar(24) DEFAULT NULL,
  72. `element_level` tinyint(4) unsigned DEFAULT NULL,
  73. `walk_speed` smallint(6) unsigned DEFAULT NULL,
  74. `attack_delay` smallint(6) unsigned DEFAULT NULL,
  75. `attack_motion` smallint(6) unsigned DEFAULT NULL,
  76. `damage_motion` smallint(6) unsigned DEFAULT NULL,
  77. `damage_taken` smallint(6) unsigned DEFAULT NULL,
  78. `ai` varchar(2) DEFAULT NULL,
  79. `class` varchar(50) DEFAULT NULL,
  80. `mode_canmove` tinyint(1) unsigned DEFAULT NULL,
  81. `mode_looter` tinyint(1) unsigned DEFAULT NULL,
  82. `mode_aggressive` tinyint(1) unsigned DEFAULT NULL,
  83. `mode_assist` tinyint(1) unsigned DEFAULT NULL,
  84. `mode_castsensoridle` tinyint(1) unsigned DEFAULT NULL,
  85. `mode_norandomwalk` tinyint(1) unsigned DEFAULT NULL,
  86. `mode_nocast` tinyint(1) unsigned DEFAULT NULL,
  87. `mode_canattack` tinyint(1) unsigned DEFAULT NULL,
  88. `mode_castsensorchase` tinyint(1) unsigned DEFAULT NULL,
  89. `mode_changechase` tinyint(1) unsigned DEFAULT NULL,
  90. `mode_angry` tinyint(1) unsigned DEFAULT NULL,
  91. `mode_changetargetmelee` tinyint(1) unsigned DEFAULT NULL,
  92. `mode_changetargetchase` tinyint(1) unsigned DEFAULT NULL,
  93. `mode_targetweak` tinyint(1) unsigned DEFAULT NULL,
  94. `mode_randomtarget` tinyint(1) unsigned DEFAULT NULL,
  95. `mode_ignoremelee` tinyint(1) unsigned DEFAULT NULL,
  96. `mode_ignoremagic` tinyint(1) unsigned DEFAULT NULL,
  97. `mode_ignoreranged` tinyint(1) unsigned DEFAULT NULL,
  98. `mode_mvp` tinyint(1) unsigned DEFAULT NULL,
  99. `mode_ignoremisc` tinyint(1) unsigned DEFAULT NULL,
  100. `mode_knockbackimmune` tinyint(1) unsigned DEFAULT NULL,
  101. `mode_teleportblock` tinyint(1) unsigned DEFAULT NULL,
  102. `mode_fixeditemdrop` tinyint(1) unsigned DEFAULT NULL,
  103. `mode_detector` tinyint(1) unsigned DEFAULT NULL,
  104. `mode_statusimmune` tinyint(1) unsigned DEFAULT NULL,
  105. `mode_skillimmune` tinyint(1) unsigned DEFAULT NULL,
  106. `mvpdrop1_item` varchar(50) DEFAULT NULL,
  107. `mvpdrop1_rate` smallint(9) unsigned DEFAULT NULL,
  108. `mvpdrop1_option` varchar(50) DEFAULT NULL,
  109. `mvpdrop1_index` tinyint(2) unsigned DEFAULT NULL,
  110. `mvpdrop2_item` varchar(50) DEFAULT NULL,
  111. `mvpdrop2_rate` smallint(9) unsigned DEFAULT NULL,
  112. `mvpdrop2_option` varchar(50) DEFAULT NULL,
  113. `mvpdrop2_index` tinyint(2) unsigned DEFAULT NULL,
  114. `mvpdrop3_item` varchar(50) DEFAULT NULL,
  115. `mvpdrop3_rate` smallint(9) unsigned DEFAULT NULL,
  116. `mvpdrop3_option` varchar(50) DEFAULT NULL,
  117. `mvpdrop3_index` tinyint(2) unsigned DEFAULT NULL,
  118. `drop1_item` varchar(50) DEFAULT NULL,
  119. `drop1_rate` smallint(9) unsigned DEFAULT NULL,
  120. `drop1_nosteal` tinyint(1) unsigned DEFAULT NULL,
  121. `drop1_option` varchar(50) DEFAULT NULL,
  122. `drop1_index` tinyint(2) unsigned DEFAULT NULL,
  123. `drop2_item` varchar(50) DEFAULT NULL,
  124. `drop2_rate` smallint(9) unsigned DEFAULT NULL,
  125. `drop2_nosteal` tinyint(1) unsigned DEFAULT NULL,
  126. `drop2_option` varchar(50) DEFAULT NULL,
  127. `drop2_index` tinyint(2) unsigned DEFAULT NULL,
  128. `drop3_item` varchar(50) DEFAULT NULL,
  129. `drop3_rate` smallint(9) unsigned DEFAULT NULL,
  130. `drop3_nosteal` tinyint(1) unsigned DEFAULT NULL,
  131. `drop3_option` varchar(50) DEFAULT NULL,
  132. `drop3_index` tinyint(2) unsigned DEFAULT NULL,
  133. `drop4_item` varchar(50) DEFAULT NULL,
  134. `drop4_rate` smallint(9) unsigned DEFAULT NULL,
  135. `drop4_nosteal` tinyint(1) unsigned DEFAULT NULL,
  136. `drop4_option` varchar(50) DEFAULT NULL,
  137. `drop4_index` tinyint(2) unsigned DEFAULT NULL,
  138. `drop5_item` varchar(50) DEFAULT NULL,
  139. `drop5_rate` smallint(9) unsigned DEFAULT NULL,
  140. `drop5_nosteal` tinyint(1) unsigned DEFAULT NULL,
  141. `drop5_option` varchar(50) DEFAULT NULL,
  142. `drop5_index` tinyint(2) unsigned DEFAULT NULL,
  143. `drop6_item` varchar(50) DEFAULT NULL,
  144. `drop6_rate` smallint(9) unsigned DEFAULT NULL,
  145. `drop6_nosteal` tinyint(1) unsigned DEFAULT NULL,
  146. `drop6_option` varchar(50) DEFAULT NULL,
  147. `drop6_index` tinyint(2) unsigned DEFAULT NULL,
  148. `drop7_item` varchar(50) DEFAULT NULL,
  149. `drop7_rate` smallint(9) unsigned DEFAULT NULL,
  150. `drop7_nosteal` tinyint(1) unsigned DEFAULT NULL,
  151. `drop7_option` varchar(50) DEFAULT NULL,
  152. `drop7_index` tinyint(2) unsigned DEFAULT NULL,
  153. `drop8_item` varchar(50) DEFAULT NULL,
  154. `drop8_rate` smallint(9) unsigned DEFAULT NULL,
  155. `drop8_nosteal` tinyint(1) unsigned DEFAULT NULL,
  156. `drop8_option` varchar(50) DEFAULT NULL,
  157. `drop8_index` tinyint(2) unsigned DEFAULT NULL,
  158. `drop9_item` varchar(50) DEFAULT NULL,
  159. `drop9_rate` smallint(9) unsigned DEFAULT NULL,
  160. `drop9_nosteal` tinyint(1) unsigned DEFAULT NULL,
  161. `drop9_option` varchar(50) DEFAULT NULL,
  162. `drop9_index` tinyint(2) unsigned DEFAULT NULL,
  163. `drop10_item` varchar(50) DEFAULT NULL,
  164. `drop10_rate` smallint(9) unsigned DEFAULT NULL,
  165. `drop10_nosteal` tinyint(1) unsigned DEFAULT NULL,
  166. `drop10_option` varchar(50) DEFAULT NULL,
  167. `drop10_index` tinyint(2) unsigned DEFAULT NULL,
  168. PRIMARY KEY (`id`),
  169. UNIQUE KEY (`name_aegis`)
  170. ) ENGINE=MyISAM;