item_db2_re.sql 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. #
  2. # Table structure for table `item_db2_re`
  3. #
  4. DROP TABLE IF EXISTS `item_db2_re`;
  5. CREATE TABLE `item_db2_re` (
  6. `id` int(10) unsigned NOT NULL DEFAULT '0',
  7. `name_aegis` varchar(50) DEFAULT NULL,
  8. `name_english` varchar(100) DEFAULT NULL,
  9. `type` varchar(20) DEFAULT NULL,
  10. `subtype` varchar(20) DEFAULT NULL,
  11. `price_buy` mediumint(8) unsigned DEFAULT NULL,
  12. `price_sell` mediumint(8) unsigned DEFAULT NULL,
  13. `weight` smallint(5) unsigned DEFAULT NULL,
  14. `attack` smallint(5) unsigned DEFAULT NULL,
  15. `magic_attack` smallint(5) unsigned DEFAULT NULL,
  16. `defense` smallint(5) unsigned DEFAULT NULL,
  17. `range` tinyint(2) unsigned DEFAULT NULL,
  18. `slots` tinyint(2) unsigned DEFAULT NULL,
  19. `job_all` tinyint(1) unsigned DEFAULT NULL,
  20. `job_acolyte` tinyint(1) unsigned DEFAULT NULL,
  21. `job_alchemist` tinyint(1) unsigned DEFAULT NULL,
  22. `job_archer` tinyint(1) unsigned DEFAULT NULL,
  23. `job_assassin` tinyint(1) unsigned DEFAULT NULL,
  24. `job_barddancer` tinyint(1) unsigned DEFAULT NULL,
  25. `job_blacksmith` tinyint(1) unsigned DEFAULT NULL,
  26. `job_crusader` tinyint(1) unsigned DEFAULT NULL,
  27. `job_gunslinger` tinyint(1) unsigned DEFAULT NULL,
  28. `job_hunter` tinyint(1) unsigned DEFAULT NULL,
  29. `job_kagerouoboro` tinyint(1) unsigned DEFAULT NULL,
  30. `job_knight` tinyint(1) unsigned DEFAULT NULL,
  31. `job_mage` tinyint(1) unsigned DEFAULT NULL,
  32. `job_merchant` tinyint(1) unsigned DEFAULT NULL,
  33. `job_monk` tinyint(1) unsigned DEFAULT NULL,
  34. `job_ninja` tinyint(1) unsigned DEFAULT NULL,
  35. `job_novice` tinyint(1) unsigned DEFAULT NULL,
  36. `job_priest` tinyint(1) unsigned DEFAULT NULL,
  37. `job_rebellion` tinyint(1) unsigned DEFAULT NULL,
  38. `job_rogue` tinyint(1) unsigned DEFAULT NULL,
  39. `job_sage` tinyint(1) unsigned DEFAULT NULL,
  40. `job_soullinker` tinyint(1) unsigned DEFAULT NULL,
  41. `job_stargladiator` tinyint(1) unsigned DEFAULT NULL,
  42. `job_summoner` tinyint(1) unsigned DEFAULT NULL,
  43. `job_supernovice` tinyint(1) unsigned DEFAULT NULL,
  44. `job_swordman` tinyint(1) unsigned DEFAULT NULL,
  45. `job_taekwon` tinyint(1) unsigned DEFAULT NULL,
  46. `job_thief` tinyint(1) unsigned DEFAULT NULL,
  47. `job_wizard` tinyint(1) unsigned DEFAULT NULL,
  48. `class_all` tinyint(1) unsigned DEFAULT NULL,
  49. `class_normal` tinyint(1) unsigned DEFAULT NULL,
  50. `class_upper` tinyint(1) unsigned DEFAULT NULL,
  51. `class_baby` tinyint(1) unsigned DEFAULT NULL,
  52. `class_third` tinyint(1) unsigned DEFAULT NULL,
  53. `class_third_upper` tinyint(1) unsigned DEFAULT NULL,
  54. `class_third_baby` tinyint(1) unsigned DEFAULT NULL,
  55. `gender` varchar(10) DEFAULT NULL,
  56. `location_head_top` tinyint(1) unsigned DEFAULT NULL,
  57. `location_head_mid` tinyint(1) unsigned DEFAULT NULL,
  58. `location_head_low` tinyint(1) unsigned DEFAULT NULL,
  59. `location_armor` tinyint(1) unsigned DEFAULT NULL,
  60. `location_right_hand` tinyint(1) unsigned DEFAULT NULL,
  61. `location_left_hand` tinyint(1) unsigned DEFAULT NULL,
  62. `location_garment` tinyint(1) unsigned DEFAULT NULL,
  63. `location_shoes` tinyint(1) unsigned DEFAULT NULL,
  64. `location_right_accessory` tinyint(1) unsigned DEFAULT NULL,
  65. `location_left_accessory` tinyint(1) unsigned DEFAULT NULL,
  66. `location_costume_head_top` tinyint(1) unsigned DEFAULT NULL,
  67. `location_costume_head_mid` tinyint(1) unsigned DEFAULT NULL,
  68. `location_costume_head_low` tinyint(1) unsigned DEFAULT NULL,
  69. `location_costume_garment` tinyint(1) unsigned DEFAULT NULL,
  70. `location_ammo` tinyint(1) unsigned DEFAULT NULL,
  71. `location_shadow_armor` tinyint(1) unsigned DEFAULT NULL,
  72. `location_shadow_weapon` tinyint(1) unsigned DEFAULT NULL,
  73. `location_shadow_shield` tinyint(1) unsigned DEFAULT NULL,
  74. `location_shadow_shoes` tinyint(1) unsigned DEFAULT NULL,
  75. `location_shadow_right_accessory` tinyint(1) unsigned DEFAULT NULL,
  76. `location_shadow_left_accessory` tinyint(1) unsigned DEFAULT NULL,
  77. `weapon_level` tinyint(1) unsigned DEFAULT NULL,
  78. `armor_level` tinyint(1) unsigned DEFAULT NULL,
  79. `equip_level_min` tinyint(3) unsigned DEFAULT NULL,
  80. `equip_level_max` tinyint(3) unsigned DEFAULT NULL,
  81. `refineable` tinyint(1) unsigned DEFAULT NULL,
  82. `gradable` tinyint(1) unsigned DEFAULT NULL,
  83. `view` smallint(5) unsigned DEFAULT NULL,
  84. `alias_name` varchar(50) DEFAULT NULL,
  85. `flag_buyingstore` tinyint(1) unsigned DEFAULT NULL,
  86. `flag_deadbranch` tinyint(1) unsigned DEFAULT NULL,
  87. `flag_container` tinyint(1) unsigned DEFAULT NULL,
  88. `flag_uniqueid` tinyint(1) unsigned DEFAULT NULL,
  89. `flag_bindonequip` tinyint(1) unsigned DEFAULT NULL,
  90. `flag_dropannounce` tinyint(1) unsigned DEFAULT NULL,
  91. `flag_noconsume` tinyint(1) unsigned DEFAULT NULL,
  92. `flag_dropeffect` varchar(20) DEFAULT NULL,
  93. `delay_duration` bigint(20) unsigned DEFAULT NULL,
  94. `delay_status` varchar(30) DEFAULT NULL,
  95. `stack_amount` smallint(5) unsigned DEFAULT NULL,
  96. `stack_inventory` tinyint(1) unsigned DEFAULT NULL,
  97. `stack_cart` tinyint(1) unsigned DEFAULT NULL,
  98. `stack_storage` tinyint(1) unsigned DEFAULT NULL,
  99. `stack_guildstorage` tinyint(1) unsigned DEFAULT NULL,
  100. `nouse_override` smallint(5) unsigned DEFAULT NULL,
  101. `nouse_sitting` tinyint(1) unsigned DEFAULT NULL,
  102. `trade_override` smallint(5) unsigned DEFAULT NULL,
  103. `trade_nodrop` tinyint(1) unsigned DEFAULT NULL,
  104. `trade_notrade` tinyint(1) unsigned DEFAULT NULL,
  105. `trade_tradepartner` tinyint(1) unsigned DEFAULT NULL,
  106. `trade_nosell` tinyint(1) unsigned DEFAULT NULL,
  107. `trade_nocart` tinyint(1) unsigned DEFAULT NULL,
  108. `trade_nostorage` tinyint(1) unsigned DEFAULT NULL,
  109. `trade_noguildstorage` tinyint(1) unsigned DEFAULT NULL,
  110. `trade_nomail` tinyint(1) unsigned DEFAULT NULL,
  111. `trade_noauction` tinyint(1) unsigned DEFAULT NULL,
  112. `script` text,
  113. `equip_script` text,
  114. `unequip_script` text,
  115. PRIMARY KEY (`id`),
  116. UNIQUE INDEX `UniqueAegisName` (`name_aegis`)
  117. ) ENGINE=MyISAM;