item_db2_re.sql 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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. `view` smallint(5) unsigned DEFAULT NULL,
  83. `alias_name` varchar(50) DEFAULT NULL,
  84. `flag_buyingstore` tinyint(1) unsigned DEFAULT NULL,
  85. `flag_deadbranch` tinyint(1) unsigned DEFAULT NULL,
  86. `flag_container` tinyint(1) unsigned DEFAULT NULL,
  87. `flag_uniqueid` tinyint(1) unsigned DEFAULT NULL,
  88. `flag_bindonequip` tinyint(1) unsigned DEFAULT NULL,
  89. `flag_dropannounce` tinyint(1) unsigned DEFAULT NULL,
  90. `flag_noconsume` tinyint(1) unsigned DEFAULT NULL,
  91. `flag_dropeffect` varchar(20) DEFAULT NULL,
  92. `delay_duration` bigint(20) unsigned DEFAULT NULL,
  93. `delay_status` varchar(30) DEFAULT NULL,
  94. `stack_amount` smallint(5) unsigned DEFAULT NULL,
  95. `stack_inventory` tinyint(1) unsigned DEFAULT NULL,
  96. `stack_cart` tinyint(1) unsigned DEFAULT NULL,
  97. `stack_storage` tinyint(1) unsigned DEFAULT NULL,
  98. `stack_guildstorage` tinyint(1) unsigned DEFAULT NULL,
  99. `nouse_override` smallint(5) unsigned DEFAULT NULL,
  100. `nouse_sitting` tinyint(1) unsigned DEFAULT NULL,
  101. `trade_override` smallint(5) unsigned DEFAULT NULL,
  102. `trade_nodrop` tinyint(1) unsigned DEFAULT NULL,
  103. `trade_notrade` tinyint(1) unsigned DEFAULT NULL,
  104. `trade_tradepartner` tinyint(1) unsigned DEFAULT NULL,
  105. `trade_nosell` tinyint(1) unsigned DEFAULT NULL,
  106. `trade_nocart` tinyint(1) unsigned DEFAULT NULL,
  107. `trade_nostorage` tinyint(1) unsigned DEFAULT NULL,
  108. `trade_noguildstorage` tinyint(1) unsigned DEFAULT NULL,
  109. `trade_nomail` tinyint(1) unsigned DEFAULT NULL,
  110. `trade_noauction` tinyint(1) unsigned DEFAULT NULL,
  111. `script` text,
  112. `equip_script` text,
  113. `unequip_script` text,
  114. PRIMARY KEY (`id`),
  115. UNIQUE INDEX `UniqueAegisName` (`name_aegis`)
  116. ) ENGINE=MyISAM;
  117. # THQ Quest Items
  118. #=============================================================
  119. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_sell`,`weight`,`alias_name`) VALUES (1998,'Jeramiah\'s_Jur','Jeramiah\'s Jur','Etc',10,10,'Jur');
  120. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_sell`,`weight`,`alias_name`) VALUES (1999,'Zed\'s_Staff','Zed\'s Staff','Etc',10,10,'Staff_Of_Soul');
  121. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_sell`,`weight`,`alias_name`) VALUES (7950,'THG_Membership','THG Membership','Etc',10,10,'Foolishness_Of_Blind');
  122. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_sell`,`weight`,`alias_name`) VALUES (7951,'Gold_Tulip','Token Bag','Etc',10,10,'Leather_Bag_Of_Infinity');
  123. # Official Event Items that had their Effects removed after the event was completed
  124. #=============================================================
  125. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (585,'Wurst','Brusti','Delayconsume',2,40,'itemheal rand(15,20),0; itemskill "PR_MAGNIFICAT",3;');
  126. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (679,'Gold_Pill','Pilule','Healing',5000,300,'percentheal 50,50;');
  127. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (2681,'Republic_Ring','Republic Anniversary Ring','Armor',20,100,true,true,'bonus bAllStats,3;');
  128. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`location_head_top`,`refineable`,`view`,`script`) VALUES (5134,'Pumpkin_Hat','Pumpkin-Head','Armor',20,200,2,true,true,206,'bonus2 bSubRace,RC_Demon,5;');
  129. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`location_head_top`,`refineable`,`view`,`script`) VALUES (5136,'Santa\'s_Hat_','Louise\'s Santa Hat','Armor',20,100,3,true,true,20,'bonus bMdef,1; bonus bLuk,1; bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50; bonus3 bAutoSpellWhenHit,"AL_BLESSING",10,50;');
  130. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`refineable`,`view`,`script`) VALUES (5145,'Carnival_Joker_Jester','Carnival Jester','Armor',10,100,true,true,89,'bonus bAllStats,3;');
  131. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`location_head_top`,`refineable`,`view`,`script`) VALUES (5147,'Baseball_Cap','Baseball Cap','Armor',200,3,true,true,216,'bonus2 bExpAddRace,RC_Boss,50; bonus2 bExpAddRace,RC_NonBoss,50;');
  132. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`location_head_top`,`refineable`,`view`,`script`) VALUES (5201,'Party_Hat_B','2nd Anniversary Party Hat','Armor',20,300,3,true,true,144,'bonus bAllStats,3;');
  133. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`location_head_top`,`refineable`,`view`,`script`) VALUES (5202,'Pumpkin_Hat_','Pumpkin Hat','Armor',20,200,2,true,true,206,'bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus3 bAddMonsterDropItem,529,RC_DemiHuman,1500;');
  134. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_low`,`view`,`script`) VALUES (5204,'Event_Pierrot_Nose','Rudolf\'s Red Nose','Armor',20,100,true,49,'bonus2 bResEff,Eff_Blind,3000; bonus2 bAddMonsterDropItem,12130,30;');
  135. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`location_head_top`,`refineable`,`view`,`script`) VALUES (5264,'Aussie_Flag_Hat','Australian Flag Hat','Armor',20,500,4,true,true,304,'bonus bAllStats,2;');
  136. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`location_head_top`,`refineable`,`view`,`script`) VALUES (5356,'Pumpkin_Hat_H','Pumpkin Hat','Armor',20,200,2,true,true,206,'bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus2 bMagicAddRace,RC_Demon,5;');
  137. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`slots`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`script`) VALUES (5384,'Santa_Hat_1','Twin Pompom By JB','Armor',20,200,2,1,true,20,true,390,'bonus bLuk,3; bonus2 bResEff,Eff_Curse,2000; bonus bVariableCastrate,-2; bonus bAspdRate,4; bonus2 bAddMonsterDropItem,539,100; bonus2 bAddMonsterDropItem,529,200; bonus2 bAddMonsterDropItem,530,200; autobonus "{ bonus bCritical,10; }",10,5000;');
  138. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`location_head_low`,`view`,`script`) VALUES (5811,'Santa_Beard','Santa Beard','Armor',20,100,5,true,25,'bonus2 bSubRace,RC_Brute,5; bonus2 bSubRace,RC_Player_Doram,5;');
  139. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (11702,'Moon_Cookie','Moon Cookie','Delayconsume',10,'sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_HALLUCINATION; itemskill "AL_BLESSING",7;');
  140. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12131,'Lucky_Potion','Lucky Potion','Healing',2,100,'sc_start SC_LUKFOOD,180000,15;');
  141. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12143,'Red_Can','Red Can','Usable',50000,300,'percentheal 25,25;');
  142. # Event effect: Summon monster? Probably Rice_Cake. x_x
  143. #=============================================================
  144. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12199,'Rice_Scroll','Rice Scroll','Usable');
  145. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12200,'Event_Cake','Event Cake','Usable',20,50,'itemskill "PR_MAGNIFICAT",3;');
  146. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12238,'New_Year_Rice_Cake_1','New Year Rice Cake','Healing',20,100,'percentheal 20,15; sc_start SC_STRFOOD,1200000,3; sc_start SC_INTFOOD,1200000,3; sc_start SC_LUKFOOD,1200000,3; sc_start SC_SPEEDUP1,5000,0;');
  147. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12239,'New_Year_Rice_Cake_2','New Year Rice Cake','Healing',20,100,'percentheal 20,15; sc_start SC_DEXFOOD,1200000,3; sc_start SC_AGIFOOD,1200000,3; sc_start SC_VITFOOD,1200000,3; sc_start SC_SPEEDUP1,5000,0;');
  148. # iRO St. Patrick's Day Event 2008
  149. #=============================================================
  150. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`alias_name`) VALUES (7915,'Copper_Coin_','Bronze Coin','Etc',10,'Copper_Coin');
  151. # iRO Valentine's Day Event 2009
  152. #=============================================================
  153. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`alias_name`) VALUES (7916,'Silver_Coin_','Silver Coin','Etc',10,'Silver_Coin');
  154. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`alias_name`,`script`) VALUES (12715,'Black_Treasure_Box','Black Treasure Chest','Usable',200,'Treasure_Box_','callfunc "F_08stpattyseventbox";');
  155. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`defense`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (5817,'Valentine_Pledge','Valentine\'s Emblem','Armor',10,3,true,true,'bonus bAtkRate,3; bonus bMatkRate,3; bonus bAllStats,2; bonus bFlee,10; bonus bAspd,1; bonus bMdef,3; bonus2 bSkillAtk,"AL_HEAL",10; bonus2 bSkillHeal,"AL_HEAL",10; bonus2 bSkillHeal,"AM_POTIONPITCHER",10; bonus2 bAddItemGroupHealRate,IG_Potion,10;');
  156. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (7946,'Gold_Ring_Of_Valentine','Gold Ring Of Valentine','Etc',10);
  157. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (7947,'Silver_Ring_Of_Valentine','Silver Ring Of Valentine','Etc',10);
  158. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (7948,'Box','Box','Etc',10,10);
  159. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12742,'Valentine_Gift_Box_M','Valentine Gift Box','Usable',10,'getitem 7946,1;');
  160. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12743,'Valentine_Gift_Box_F','Valentine Gift Box','Usable',10,'getitem 7947,1;');
  161. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12744,'Chocolate_Box','Chocolate Box','Usable',10,'getitem 558,1;');
  162. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (14466,'Valentine\'s_Emblem_Box','Valentine\'s Emblem Box','Usable',10,'getitem 5817,1;');
  163. # iRO Halloween Event 2009
  164. #=============================================================
  165. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`defense`,`location_head_top`,`refineable`,`view`,`script`) VALUES (5668,'Weird_Pumpkin_Hat','Weird Pumpkin Hat','Armor',20,5,true,true,206,'bonus bMdef,5; bonus2 bAddMonsterDropItem,12192,2500;');
  166. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (6298,'Pumpkin_Head_Crushed','Crushed Pumpkin','Etc');
  167. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (6299,'Worn_Cloth_Piece','Worn Fabric','Etc');
  168. # Old Tuxedo and Wedding Dress, will display the outfit when worn.
  169. #=============================================================
  170. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_all`,`job_novice`,`location_armor`,`refineable`,`equip_script`,`unequip_script`) VALUES (2338,'Wedding_Dress','Wedding Dress','Armor',43000,500,true,false,true,true,'sc_start SC_WEDDING,INFINITE_TICK,0;','sc_end SC_WEDDING;');
  171. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_all`,`job_novice`,`gender`,`location_armor`,`refineable`,`equip_script`,`unequip_script`) VALUES (7170,'Tuxedo','Tuxedo','Armor',43000,10,true,false,'Male',true,true,'sc_start SC_WEDDING,INFINITE_TICK,0;','sc_end SC_WEDDING;');
  172. # Non-kRO Eden Group Mark effect
  173. #=============================================================
  174. REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (22508,'Para_Team_Mark_','Eden Group Mark','Delayconsume','unitskilluseid getcharid(3),"AL_TELEPORT",3;');
  175. # Gender restrictions that were removed on official servers
  176. #=============================================================
  177. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (2206,'Female');
  178. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (2208,'Female');
  179. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (2209,'Female');
  180. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (2234,'Female');
  181. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (2235,'Male');
  182. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (2407,'Female');
  183. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (2415,'Female');
  184. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (2494,'Female');
  185. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5143,'Male');
  186. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5164,'Female');
  187. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5165,'Male');
  188. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5191,'Female');
  189. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5192,'Female');
  190. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5193,'Female');
  191. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5194,'Female');
  192. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5195,'Female');
  193. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5196,'Female');
  194. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5197,'Female');
  195. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5221,'Female');
  196. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5354,'Male');
  197. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5355,'Female');
  198. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5400,'Female');
  199. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5681,'Female');
  200. REPLACE INTO `item_db2_re` (`id`,`gender`) VALUES (5735,'Female');