summaryrefslogtreecommitdiff
path: root/sql-files/item_db_re.sql
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-15 03:32:45 -0200
committershennetsind <ind@henn.et>2013-11-15 03:32:45 -0200
commit1f5161a2bd3c7934373146d8cac3c131536758ba (patch)
treee788177258e61e81b5d20dc7eb43c2d7c6cd8ff5 /sql-files/item_db_re.sql
parentcdf6dc90768b1b524c78e3a172c7a844dd88a943 (diff)
downloadhercules-1f5161a2bd3c7934373146d8cac3c131536758ba.tar.gz
hercules-1f5161a2bd3c7934373146d8cac3c131536758ba.tar.bz2
hercules-1f5161a2bd3c7934373146d8cac3c131536758ba.tar.xz
hercules-1f5161a2bd3c7934373146d8cac3c131536758ba.zip
Official Item BindOnEquip Support
Implements the 'BindOnEquip' item db field which determines whether the piece of equipment should bind to the character upon being equipped. When a character tries to equip such a item for the first time a dialog shows up asking the character to confirm whether to equip the item or not, and notifying the character that by equipping the item it will become bound to the character, and therefore unable to be used by another character. Special Thanks to Beret for all the information, Haruna for testing. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'sql-files/item_db_re.sql')
-rw-r--r--sql-files/item_db_re.sql16221
1 files changed, 8111 insertions, 8110 deletions
diff --git a/sql-files/item_db_re.sql b/sql-files/item_db_re.sql
index d6b5f2c6e..08a2f8291 100644
--- a/sql-files/item_db_re.sql
+++ b/sql-files/item_db_re.sql
@@ -25,8119 +25,8120 @@ CREATE TABLE `item_db_re` (
`equip_level_max` smallint(5) unsigned DEFAULT NULL,
`refineable` tinyint(1) unsigned DEFAULT NULL,
`view` smallint(3) unsigned DEFAULT NULL,
+ `bindonequip` tinyint(1) unsigned DEFAULT NULL,
`script` text,
`equip_script` text,
`unequip_script` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM;
-REPLACE INTO `item_db_re` VALUES ('501','Red_Potion','Red Potion','0','50','25','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(45,65),0;','','');
-REPLACE INTO `item_db_re` VALUES ('502','Orange_Potion','Orange Potion','0','200','100','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(105,145),0;','','');
-REPLACE INTO `item_db_re` VALUES ('503','Yellow_Potion','Yellow Potion','0','550','275','130','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(175,235),0;','','');
-REPLACE INTO `item_db_re` VALUES ('504','White_Potion','White Potion','0','1200','600','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),0;','','');
-REPLACE INTO `item_db_re` VALUES ('505','Blue_Potion','Blue Potion','0','5000','2500','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(40,60);','','');
-REPLACE INTO `item_db_re` VALUES ('506','Green_Potion','Green Potion','0','40','20','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('507','Red_Herb','Red Herb','0','18','9','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(18,28),0;','','');
-REPLACE INTO `item_db_re` VALUES ('508','Yellow_Herb','Yellow Herb','0','40','20','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(38,58),0;','','');
-REPLACE INTO `item_db_re` VALUES ('509','White_Herb','White Herb','0','120','60','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(75,115),0;','','');
-REPLACE INTO `item_db_re` VALUES ('510','Blue_Herb','Blue Herb','0','60','30','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(15,30);','','');
-REPLACE INTO `item_db_re` VALUES ('511','Green_Herb','Green Herb','0','10','5','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_end SC_POISON;','','');
-REPLACE INTO `item_db_re` VALUES ('512','Apple','Apple','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(16,22),0;','','');
-REPLACE INTO `item_db_re` VALUES ('513','Banana','Banana','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(17,21),0;','','');
-REPLACE INTO `item_db_re` VALUES ('514','Grape','Grape','0','200','100','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(10,15);','','');
-REPLACE INTO `item_db_re` VALUES ('515','Carrot','Carrot','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(18,20),0;','','');
-REPLACE INTO `item_db_re` VALUES ('516','Sweet_Potato','Potato','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(15,23),0;','','');
-REPLACE INTO `item_db_re` VALUES ('517','Meat','Meat','0','50','25','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(70,100),0;','','');
-REPLACE INTO `item_db_re` VALUES ('518','Honey','Honey','0','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(70,100),rand(20,40);','','');
-REPLACE INTO `item_db_re` VALUES ('519','Milk','Milk','0','25','12','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(27,37),0;','','');
-REPLACE INTO `item_db_re` VALUES ('520','Leaflet_Of_Hinal','Hinalle Leaflet','0','150','75','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(175,235),0;','','');
-REPLACE INTO `item_db_re` VALUES ('521','Leaflet_Of_Aloe','Aloe Leaflet','0','360','180','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),0;','','');
-REPLACE INTO `item_db_re` VALUES ('522','Fruit_Of_Mastela','Mastela Fruit','0','8500','4250','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(400,600),0;','','');
-REPLACE INTO `item_db_re` VALUES ('523','Holy_Water','Holy Water','0','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_end SC_CURSE;','','');
-REPLACE INTO `item_db_re` VALUES ('525','Panacea','Panacea','0','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('526','Royal_Jelly','Royal Jelly','0','7000','3500','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('528','Monster\'s_Feed','Monster\'s Feed','0','60','30','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(72,108),0;','','');
-REPLACE INTO `item_db_re` VALUES ('529','Candy','Candy','0','10','5','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(45,65),0;','','');
-REPLACE INTO `item_db_re` VALUES ('530','Candy_Striper','Candy Cane','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(105,145),0;','','');
-REPLACE INTO `item_db_re` VALUES ('531','Apple_Juice','Apple Juice','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(25,35),0;','','');
-REPLACE INTO `item_db_re` VALUES ('532','Banana_Juice','Banana Juice','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(26,34),0;','','');
-REPLACE INTO `item_db_re` VALUES ('533','Grape_Juice','Grape Juice','0','250','125','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(15,25);','','');
-REPLACE INTO `item_db_re` VALUES ('534','Carrot_Juice','Carrot Juice','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(27,33),0;','','');
-REPLACE INTO `item_db_re` VALUES ('535','Pumpkin','Pumpkin','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 19,0;','','');
-REPLACE INTO `item_db_re` VALUES ('536','Ice_Cream','Ice Cream','0','150','75','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(105,145),0; if(rand(1000)<250) sc_start SC_FREEZE,10000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('537','Pet_Food','Pet Food','0','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,90),0;','','');
-REPLACE INTO `item_db_re` VALUES ('538','Well_Baked_Cookie','Well-baked Cookie','0','1000','500','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(160,200),0;','','');
-REPLACE INTO `item_db_re` VALUES ('539','Piece_Of_Cake','Piece of Cake','0','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(270,330),0;','','');
-REPLACE INTO `item_db_re` VALUES ('540','Falcon\'s_Feed','Falcon Food','0','2000','1000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(185,225),0;','','');
-REPLACE INTO `item_db_re` VALUES ('541','Pecopeco\'s_Feed','PecoPeco Food','0','3000','1500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),0;','','');
-REPLACE INTO `item_db_re` VALUES ('542','Festive_Cookie','Festive Cookie','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('543','Festive_Rainbow_Cake','Festive Rainbow Cake','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('544','Fish_Slice','Raw Fish','0','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(25,60),0;','','');
-REPLACE INTO `item_db_re` VALUES ('545','Red_Slim_Potion','Condensed Red Potion','0','150','75','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(45,65),0;','','');
-REPLACE INTO `item_db_re` VALUES ('546','Yellow_Slim_Potion','Condensed Yellow Potion','0','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(175,235),0;','','');
-REPLACE INTO `item_db_re` VALUES ('547','White_Slim_Potion','Condensed White Potion','0','1650','825','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),0;','','');
-REPLACE INTO `item_db_re` VALUES ('548','Cheese','Cheese','0','2800','1400','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(10,15);','','');
-REPLACE INTO `item_db_re` VALUES ('549','Nice_Sweet_Potato','Yam','0','180','90','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,100),0; if(rand(1000)<150) sc_start SC_STUN,3000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('550','Popped_Rice','Rice Cake','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(10,15),0;','','');
-REPLACE INTO `item_db_re` VALUES ('551','Shusi','Sushi','0','1','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,60),0;','','');
-REPLACE INTO `item_db_re` VALUES ('552','KETUPAT','Ketupat','0','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(70,90),rand(20,30);','','');
-REPLACE INTO `item_db_re` VALUES ('553','Bun','Bao','0','1','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(35,70),0;','','');
-REPLACE INTO `item_db_re` VALUES ('554','Mojji','Mochi','0','100','50','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(105,145),0; sc_start SC_STUN,3000,0; if(rand(1000)<150) sc_start SC_BLIND,2000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('555','Rice_Cake','Traditional Rice Cake','0','100','50','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(105,145),0;','','');
-REPLACE INTO `item_db_re` VALUES ('556','Long_Rice_Cake','Rice Cake Stick','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(20,25),0;','','');
-REPLACE INTO `item_db_re` VALUES ('557','Hash_Rice_Cake','Neatly Sliced Rice Cake','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(25,30),0;','','');
-REPLACE INTO `item_db_re` VALUES ('558','Chocolate','Chocolate','0','1','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 1,1;','','');
-REPLACE INTO `item_db_re` VALUES ('559','HandMade_Chocolate','Hand-made Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('560','HandMade_Chocolate_','Handmade White Chocolate','0','5000','2500','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('561','White_Chocolate','White Chocolate','0','5000','2500','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('562','Pizza','Doublecrust Swiss Fondue','0','100','50','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(70,100),0;','','');
-REPLACE INTO `item_db_re` VALUES ('563','Pizza_01','Doublecrust Swiss Fondue','0','1200','600','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(375,445),0;','','');
-REPLACE INTO `item_db_re` VALUES ('564','Rice_Ball','Rice Ball','0','1','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 200,0;','','');
-REPLACE INTO `item_db_re` VALUES ('565','Vita500_Bottle','Vita500','0','580','290','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(142,274),0;','','');
-REPLACE INTO `item_db_re` VALUES ('566','Tomyumkung','Tom Yum Goong','0','10000','5000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(244,350),rand(10,30); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('567','Prawn','Shrimp','0','500','250','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(117,192),0;','','');
-REPLACE INTO `item_db_re` VALUES ('568','Lemon','Lemon','0','60','30','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(10,20);','','');
-REPLACE INTO `item_db_re` VALUES ('569','Novice_Potion','Novice Potion','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(44,66),0;','','');
-REPLACE INTO `item_db_re` VALUES ('570','Lucky_Candy','Lucky Candy','0','10','5','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(45,65),0;','','');
-REPLACE INTO `item_db_re` VALUES ('571','Lucky_Candy_Cane','Lucky Candy Cane','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(105,145),0;','','');
-REPLACE INTO `item_db_re` VALUES ('572','Lucky_Cookie','Lucky Cookie','0','1000','500','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(160,200),0;','','');
-REPLACE INTO `item_db_re` VALUES ('573','Chocolate_Drink','Chocolate Drink','0','7000','3500','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(330,410),rand(45,65); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('574','Egg','Egg','0','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(33,42),0;','','');
-REPLACE INTO `item_db_re` VALUES ('575','Piece_Of_Cake_','2nd Anniversary Cake','0','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(270,330),0;','','');
-REPLACE INTO `item_db_re` VALUES ('576','Prickly_Fruit','Prickly Fruit','0','540','270','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(150,300),rand(20,30);','','');
-REPLACE INTO `item_db_re` VALUES ('577','Grain','Bag of Grain','0','200','100','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(60,70),0;','','');
-REPLACE INTO `item_db_re` VALUES ('578','Strawberry','Strawberry','0','200','100','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(16,28);','','');
-REPLACE INTO `item_db_re` VALUES ('579','Delicious_Fish','Fresh Fish','0','250','125','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(100,150),0;','','');
-REPLACE INTO `item_db_re` VALUES ('580','Bread','Bread','0','150','75','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,90),0;','','');
-REPLACE INTO `item_db_re` VALUES ('581','Mushroom','Edible Mushroom','0','40','20','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(20,30),0;','','');
-REPLACE INTO `item_db_re` VALUES ('582','Orange','Orange','0','300','150','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(10,20),rand(10,20);','','');
-REPLACE INTO `item_db_re` VALUES ('583','KETUPAT_','Ketupat Sayur','0','7000','3500','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('584','Fish_Ball_Soup','Fish Cake Soup','0','100','50','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(40,70),0;','','');
-REPLACE INTO `item_db_re` VALUES ('585','Wurst','Brusti','0','2','1','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(15,20),0;','','');
-REPLACE INTO `item_db_re` VALUES ('586','Mother\'s_Cake','Mother\'s Cake','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),0;','','');
-REPLACE INTO `item_db_re` VALUES ('587','Prickly_Fruit_','Red Prickly Fruit','0','880','440','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(270,330),rand(20,30);','','');
-REPLACE INTO `item_db_re` VALUES ('588','Spaghetti','Spaghetti','0','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(40,70),0;','','');
-REPLACE INTO `item_db_re` VALUES ('589','Pizza_02','Piece of Pizza','0','1200','600','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(375,445),0;','','');
-REPLACE INTO `item_db_re` VALUES ('590','Brezel_','Bretzel','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,90),0;','','');
-REPLACE INTO `item_db_re` VALUES ('591','Caviar_Pancake','Caviar Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('592','Jam_Pancake','Jam Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('593','Honey_Pancake','Honey Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('594','Sour_Cream_Pancake','Sour-Cream Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('595','Mushroom_Pancake','Mushroom Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
-REPLACE INTO `item_db_re` VALUES ('596','Cute_Strawberry_Choco','Cute Strawberry-Choco','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(1,100);','','');
-REPLACE INTO `item_db_re` VALUES ('597','Lovely_Choco_Tart','Lovely Choco-Tart','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(10,400),0;','','');
-REPLACE INTO `item_db_re` VALUES ('598','Light_Red_Pot','Light Red Potion','0','50','25','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(45,65),0;','','');
-REPLACE INTO `item_db_re` VALUES ('599','Light_Orange_Pot','Light Orange Potion','0','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(105,145),0;','','');
-REPLACE INTO `item_db_re` VALUES ('601','Wing_Of_Fly','Fly Wing','11','60','30','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill AL_TELEPORT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('602','Wing_Of_Butterfly','Butterfly Wing','11','300','150','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill AL_TELEPORT,3;','','');
-REPLACE INTO `item_db_re` VALUES ('603','Old_Blue_Box','Old Blue Box','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 603,1;','','');
-REPLACE INTO `item_db_re` VALUES ('604','Branch_Of_Dead_Tree','Dead Branch','2','50','25','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','monster \"this\",-1,-1,\"--ja--\",-1,1,\"\";','','');
-REPLACE INTO `item_db_re` VALUES ('605','Anodyne','Anodyne','11','2000','1000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill SM_ENDURE,1;','','');
-REPLACE INTO `item_db_re` VALUES ('606','Aloebera','Aloevera','11','1500','750','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill SM_SELFPROVOKE,1;','','');
-REPLACE INTO `item_db_re` VALUES ('607','Yggdrasilberry','Yggdrasil Berry','0','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 100,100;','','');
-REPLACE INTO `item_db_re` VALUES ('608','Seed_Of_Yggdrasil','Yggdrasil Seed','0','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('609','Amulet','Amulet','2','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('610','Leaf_Of_Yggdrasil','Yggdrasil Leaf','11','4000','2000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ALL_RESURRECTION,1;','','');
-REPLACE INTO `item_db_re` VALUES ('611','Spectacles','Magnifier','11','40','20','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MC_IDENTIFY,1;','','');
-REPLACE INTO `item_db_re` VALUES ('612','Portable_Furnace','Mini Furnace','2','150','75','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','produce 21;','','');
-REPLACE INTO `item_db_re` VALUES ('613','Iron_Hammer','Iron Hammer','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','produce 1;','','');
-REPLACE INTO `item_db_re` VALUES ('614','Golden_Hammer','Golden Hammer','2','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','produce 2;','','');
-REPLACE INTO `item_db_re` VALUES ('615','Oridecon_Hammer','Oridecon Hammer','2','5000','2500','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','produce 3;','','');
-REPLACE INTO `item_db_re` VALUES ('616','Old_Card_Album','Old Card Album','2','10000','5000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 616,1;','','');
-REPLACE INTO `item_db_re` VALUES ('617','Old_Violet_Box','Old Purple Box','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 617,1;','','');
-REPLACE INTO `item_db_re` VALUES ('618','Worn_Out_Scroll','Worn Out Scroll','2','50','25','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('619','Unripe_Apple','Unripe Apple','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1002;','','');
-REPLACE INTO `item_db_re` VALUES ('620','Orange_Juice','Orange Juice','2','1500','750','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1113;','','');
-REPLACE INTO `item_db_re` VALUES ('621','Bitter_Herb','Bitter Herb','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1031;','','');
-REPLACE INTO `item_db_re` VALUES ('622','Rainbow_Carrot','Rainbow Carrot','2','2500','1250','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1063;','','');
-REPLACE INTO `item_db_re` VALUES ('623','Earthworm_The_Dude','Earthworm the Dude','2','4000','2000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1049;','','');
-REPLACE INTO `item_db_re` VALUES ('624','Rotten_Fish','Rotten Fish','2','2500','1250','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1011;','','');
-REPLACE INTO `item_db_re` VALUES ('625','Lusty_Iron','Rusty Iron','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1042;','','');
-REPLACE INTO `item_db_re` VALUES ('626','Monster_Juice','Monster Juice','2','1500','750','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1035;','','');
-REPLACE INTO `item_db_re` VALUES ('627','Sweet_Milk','Sweet Milk','2','7000','3500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1167;','','');
-REPLACE INTO `item_db_re` VALUES ('628','Well_Dried_Bone','Well-Dried Bone','2','10000','5000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1107;','','');
-REPLACE INTO `item_db_re` VALUES ('629','Singing_Flower','Singing Flower','2','300','150','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1052;','','');
-REPLACE INTO `item_db_re` VALUES ('630','Dew_Laden_Moss','Dew Laden Moss','2','10','5','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1014;','','');
-REPLACE INTO `item_db_re` VALUES ('631','Deadly_Noxious_Herb','Deadly Noxious Herb','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1077;','','');
-REPLACE INTO `item_db_re` VALUES ('632','Fatty_Chubby_Earthworm','Fatty Chubby Earthworm','2','5000','2500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1019;','','');
-REPLACE INTO `item_db_re` VALUES ('633','Baked_Yam','Sweet Potato','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1056;','','');
-REPLACE INTO `item_db_re` VALUES ('634','Tropical_Banana','Tropical Banana','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1057;','','');
-REPLACE INTO `item_db_re` VALUES ('635','Horror_Of_Tribe','Orc Trophy','2','300','150','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1023;','','');
-REPLACE INTO `item_db_re` VALUES ('636','No_Recipient','No Recipient','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1026;','','');
-REPLACE INTO `item_db_re` VALUES ('637','Old_Broom','Old Broom','2','350','175','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1110;','','');
-REPLACE INTO `item_db_re` VALUES ('638','Silver_Knife_Of_Chaste','Silver Knife of Chastity','2','12000','6000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1170;','','');
-REPLACE INTO `item_db_re` VALUES ('639','Armlet_Of_Obedience','Armlet of Obedience','2','18000','9000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1029;','','');
-REPLACE INTO `item_db_re` VALUES ('640','Shining_Stone','Shining Stone','2','3000','1500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1155;','','');
-REPLACE INTO `item_db_re` VALUES ('641','Contracts_In_Shadow','Contract in Shadow','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1109;','','');
-REPLACE INTO `item_db_re` VALUES ('642','Book_Of_Devil','Book of the Devil','2','1800','900','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1101;','','');
-REPLACE INTO `item_db_re` VALUES ('643','Pet_Incubator','Pet Incubator','2','3000','1500','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','bpet;','','');
-REPLACE INTO `item_db_re` VALUES ('644','Gift_Box','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 644,1;','','');
-REPLACE INTO `item_db_re` VALUES ('645','Center_Potion','Concentration Potion','2','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ATTHASTE_POTION1,1800000,4;','','');
-REPLACE INTO `item_db_re` VALUES ('656','Awakening_Potion','Awakening Potion','2','1500','750','150','0','0','0','0','0','4294442735','63','2','0','0','40','150','0','0','sc_start SC_ATTHASTE_POTION2,1800000,6;','','');
-REPLACE INTO `item_db_re` VALUES ('657','Berserk_Potion','Berserk Potion','2','3000','1500','200','0','0','0','0','0','31868582','63','2','0','0','85','150','0','0','sc_start SC_ATTHASTE_POTION3,1800000,9;','','');
-REPLACE INTO `item_db_re` VALUES ('658','Union_Of_Tribe','Tribal Solidarity','2','2','1','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','guildgetexp rand(600000,1200000);','','');
-REPLACE INTO `item_db_re` VALUES ('659','Heart_Of_Her','Her Heart','2','500','250','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1188;','','');
-REPLACE INTO `item_db_re` VALUES ('660','Prohibition_Red_Candle','Forbidden Red Candle','2','20000','10000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1200;','','');
-REPLACE INTO `item_db_re` VALUES ('661','Sway_Apron','Soft Apron','2','20000','10000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1275;','','');
-REPLACE INTO `item_db_re` VALUES ('662','Inspector_Certificate','Authoritative Badge','2','1450','725','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MOVHASTE_HORSE,180000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('663','Korea_Rice_Cake','Korean Rice Cake','0','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 10,0;','','');
-REPLACE INTO `item_db_re` VALUES ('664','Gift_Box_1','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 664,1;','','');
-REPLACE INTO `item_db_re` VALUES ('665','Gift_Box_2','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 665,1;','','');
-REPLACE INTO `item_db_re` VALUES ('666','Gift_Box_3','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 666,1;','','');
-REPLACE INTO `item_db_re` VALUES ('667','Gift_Box_4','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 667,1;','','');
-REPLACE INTO `item_db_re` VALUES ('668','Handsei','New Year\'s Red Envelope','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','set Zeny,Zeny+rand(1000,10000);','','');
-REPLACE INTO `item_db_re` VALUES ('669','Rice_Cake_Soup','Tempting Rice-Cake Soup','0','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal -100,-100;','','');
-REPLACE INTO `item_db_re` VALUES ('670','Gold_Coin_Moneybag','Bag of Gold Coins','3','100000','50000','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('671','Gold_Coin','Gold Coin','3','10000','5000','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('672','Copper_Coin_Moneybag','Bag of Bronze Coins','3','1000','500','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('673','Copper_Coin','UGC Token','3','100','50','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('674','Mithril_Coin','Mithril Coin','3','5000','2500','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('675','Silver_Coin','Silver Coin','3','5000','2500','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('676','Silver_Coin_Moneybag','Bag of Silver Coins','3','50000','25000','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('677','White_Gold_Coin','Platinum Coin','3','2000','1000','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('678','Poison_Bottle','Poison Bottle','2','5000','2500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) { sc_start SC_DPOISON,60000,0; sc_start SC_ATTHASTE_INFINITY,60000,9; } else percentheal -100,-100;','','');
-REPLACE INTO `item_db_re` VALUES ('679','Gold_Pill','Pilule','2','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(1000)<100) sc_start SC_DPOISON,10000,0; sc_start SC_POISON,50000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('680','Magical_Carnation','Magic Carnation','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 0,20;','','');
-REPLACE INTO `item_db_re` VALUES ('681','Memory_Of_Wedding','Sweet Memory of Marriage','2','50000','25000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if (getpartnerid()) sc_start SC_WEDDING,600000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('682','Realgar_Wine','Distilled Fighting Spirit','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSATTACKPOWER,60000,30;','','');
-REPLACE INTO `item_db_re` VALUES ('683','Exorcize_Herb','Herb of Incantation','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSMAGICPOWER,60000,30;','','');
-REPLACE INTO `item_db_re` VALUES ('684','Durian','Durian','2','15000','7500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSATTACKPOWER,60000,10; sc_start SC_PLUSMAGICPOWER,60000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('685','RAMADAN','Ramadan','0','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 100,50;','','');
-REPLACE INTO `item_db_re` VALUES ('686','Earth_Scroll_1_3','Level 3 Earth Spike','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill WZ_EARTHSPIKE,3;','','');
-REPLACE INTO `item_db_re` VALUES ('687','Earth_Scroll_1_5','Level 5 Earth Spike','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill WZ_EARTHSPIKE,5;','','');
-REPLACE INTO `item_db_re` VALUES ('688','Cold_Scroll_1_3','Level 3 Cold Bolt','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_COLDBOLT,3;','','');
-REPLACE INTO `item_db_re` VALUES ('689','Cold_Scroll_1_5','Level 5 Cold Bolt','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_COLDBOLT,5;','','');
-REPLACE INTO `item_db_re` VALUES ('690','Fire_Scroll_1_3','Level 3 Fire Bolt','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_FIREBOLT,3;','','');
-REPLACE INTO `item_db_re` VALUES ('691','Fire_Scroll_1_5','Level 5 Fire Bolt','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_FIREBOLT,5;','','');
-REPLACE INTO `item_db_re` VALUES ('692','Wind_Scroll_1_3','Level 3 Lightening Bolt','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_LIGHTNINGBOLT,3;','','');
-REPLACE INTO `item_db_re` VALUES ('693','Wind_Scroll_1_5','Level 5 Lightening Bolt','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_LIGHTNINGBOLT,5;','','');
-REPLACE INTO `item_db_re` VALUES ('694','Ghost_Scroll_1_3','Level 3 Soul Strike','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_SOULSTRIKE,3;','','');
-REPLACE INTO `item_db_re` VALUES ('695','Ghost_Scroll_1_5','Level 5 Soul Strike','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_SOULSTRIKE,5;','','');
-REPLACE INTO `item_db_re` VALUES ('696','Fire_Scroll_2_1','Level 1 Fire Ball','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_FIREBALL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('697','Fire_Scroll_2_5','Level 5 Fire Ball','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_FIREBALL,5;','','');
-REPLACE INTO `item_db_re` VALUES ('698','Fire_Scroll_3_1','Level 1 Fire Wall','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_FIREWALL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('699','Fire_Scroll_3_5','Level 5 Fire Wall','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_FIREWALL,5;','','');
-REPLACE INTO `item_db_re` VALUES ('700','Cold_Scroll_2_1','Level 1 Frost Diver','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_FROSTDIVER,1;','','');
-REPLACE INTO `item_db_re` VALUES ('701','Ora_Ora','Ora Ora','3','55000','27500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('702','Animal_Blood','Animal Gore','3','450','225','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('703','Hinalle','Hinalle','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('704','Aloe','Aloe','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('705','Clover','Clover','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('706','Four_Leaf_Clover','Four Leaf Clover','3','80000','40000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('707','Singing_Plant','Singing Plant','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('708','Ment','Ment','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('709','Izidor','Izidor','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('710','Illusion_Flower','Illusion Flower','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('711','Shoot','Shoot','3','16','8','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('712','Flower','Flower','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('713','Empty_Bottle','Empty Bottle','3','6','3','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('714','Emperium','Emperium','3','2','1','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('715','Yellow_Gemstone','Yellow Gemstone','3','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('716','Red_Gemstone','Red Gemstone','3','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('717','Blue_Gemstone','Blue Gemstone','3','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('718','Dark_Red_Jewel','Garnet','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('719','Violet_Jewel','Amethyst','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('720','Skyblue_Jewel','Aquamarine','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('721','Azure_Jewel','Emerald','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('722','Scarlet_Jewel','Pearl','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('723','Cardinal_Jewel','Ruby','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('724','Cardinal_Jewel_','Cursed Ruby','3','600','300','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('725','Red_Jewel','Sardonyx','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('726','Blue_Jewel','Sapphire','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('727','White_Jewel','Opal','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('728','Golden_Jewel','Topaz','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('729','Bluish_Green_Jewel','Zircon','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('730','Crystal_Jewel','1carat Diamond','3','10000','5000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('731','Crystal_Jewel_','2carat Diamond','3','25000','12500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('732','Crystal_Jewel__','3carat Diamond','3','55000','27500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('733','Crystal_Jewel___','Cracked Diamond','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('734','Red_Frame','Red Frame','3','3000','1500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('735','Blue_Porcelain','Chung Jah','3','5000','2500','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('736','White_Platter','China','3','1000','500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('737','Black_Ladle','Black Ladle','3','400','200','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('738','Pencil_Case','Pencil Case','3','400','200','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('739','Rouge','Rouge','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('740','Stuffed_Doll','Puppet','3','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('741','Poring_Doll','Poring Doll','3','1800','900','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('742','Chonchon_Doll','Chonchon Doll','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('743','Spore_Doll','Spore Doll','3','5500','2750','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('744','Bunch_Of_Flowers','Bouquet','3','2000','1000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('745','Wedding_Bouquet','Wedding Bouquet','3','12000','6000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('746','Glass_Bead','Glass Bead','3','1400','700','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('747','Crystal_Mirror','Crystal Mirror','3','15000','7500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('748','Witherless_Rose','Witherless Rose','3','55000','27500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('749','Frozen_Rose','Frozen Rose','3','35000','17500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('750','Baphomet_Doll','Baphomet Doll','3','18000','9000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('751','Osiris_Doll','Osiris Doll','3','14000','7000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('752','Grasshopper_Doll','Rocker Doll','3','4000','2000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('753','Monkey_Doll','Yoyo Doll','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('754','Raccoondog_Doll','Racoon Doll','3','5000','2500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('756','Oridecon_Stone','Rough Oridecon','3','550','275','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('757','Elunium_Stone','Rough Elunium','3','650','325','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('901','Danggie','Daenggie','3','260','130','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('902','Tree_Root','Tree Root','3','12','6','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('903','Reptile_Tongue','Reptile Tongue','3','140','70','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('904','Scorpion\'s_Tail','Scorpion Tail','3','124','62','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('905','Stem','Stem','3','46','23','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('906','Pointed_Scale','Pointed Scale','3','68','34','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('907','Resin','Resin','3','120','60','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('908','Spawn','Spawn','3','140','70','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('909','Jellopy','Jellopy','3','6','3','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('910','Garlet','Garlet','3','40','20','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('911','Scell','Scell','3','160','80','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('912','Zargon','Zargon','3','480','240','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('913','Tooth_Of_Bat','Tooth of Bat','3','34','17','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('914','Fluff','Fluff','3','8','4','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('915','Chrysalis','Chrysalis','3','8','4','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('916','Feather_Of_Birds','Feather of Birds','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('917','Talon','Talon','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('918','Sticky_Webfoot','Sticky Webfoot','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('919','Animal\'s_Skin','Animal Skin','3','36','18','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('920','Claw_Of_Wolves','Wolf Claw','3','58','29','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('921','Mushroom_Spore','Mushroom Spore','3','36','18','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('922','Orcish_Cuspid','Orc\'s Fang','3','220','110','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('923','Evil_Horn','Evil Horn','3','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('924','Powder_Of_Butterfly','Powder of Butterfly','3','90','45','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('925','Bill_Of_Birds','Bill of Birds','3','64','32','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('926','Scale_Of_Snakes','Snake Scale','3','82','41','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('928','Insect_Feeler','Insect Feeler','3','114','57','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('929','Immortal_Heart','Immortal Heart','3','374','187','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('930','Rotten_Bandage','Rotten Bandage','3','350','175','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('931','Orcish_Voucher','Orcish Voucher','3','142','71','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('932','Skel_Bone','Skel-Bone','3','232','116','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('934','Mementos','Memento','3','600','300','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('935','Shell','Shell','3','14','7','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('936','Scales_Shell','Scale Shell','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('937','Posionous_Canine','Venom Canine','3','148','74','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('938','Sticky_Mucus','Sticky Mucus','3','70','35','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('939','Bee_Sting','Bee Sting','3','32','16','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('940','Grasshopper\'s_Leg','Grasshopper\'s Leg','3','36','18','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('941','Nose_Ring','Nose Ring','3','568','284','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('942','Yoyo_Tail','Yoyo Tail','3','114','57','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('943','Solid_Shell','Solid Shell','3','448','224','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('944','Horseshoe','Horseshoe','3','588','294','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('945','Raccoon_Leaf','Raccoon Leaf','3','106','53','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('946','Snail\'s_Shell','Snail\'s Shell','3','64','32','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('947','Horn','Horn','3','116','58','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('948','Bear\'s_Foot','Bear\'s Footskin','3','174','87','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('949','Feather','Feather','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('950','Heart_Of_Mermaid','Heart of Mermaid','3','264','132','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('951','Fin','Fin','3','412','206','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('952','Cactus_Needle','Cactus Needle','3','82','41','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('953','Stone_Heart','Stone Heart','3','184','92','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('954','Shining_Scales','Shining Scale','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('955','Worm_Peelings','Worm Peeling','3','52','26','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('956','Gill','Gill','3','342','171','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('957','Decayed_Nail','Decayed Nail','3','82','41','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('958','Horrendous_Mouth','Horrendous Mouth','3','390','195','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('959','Rotten_Scale','Stinky Scale','3','168','84','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('960','Nipper','Nipper','3','114','57','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('961','Conch','Conch','3','158','79','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('962','Tentacle','Tentacle','3','70','35','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('963','Sharp_Scale','Sharp Scale','3','250','125','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('964','Crap_Shell','Crab Shell','3','90','45','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('965','Clam_Shell','Clam Shell','3','56','28','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('966','Flesh_Of_Clam','Clam Flesh','3','158','79','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('967','Turtle_Shell','Turtle Shell','3','680','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('968','Voucher_Of_Orcish_Hero','Heroic Emblem','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('969','Gold','Gold','3','200000','100000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('970','Alchol','Alcohol','3','400','200','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('971','Detrimindexta','Detrimindexta','3','400','200','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('972','Karvodailnirol','Karvodailnirol','3','400','200','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('973','Counteragent','Counteragent','3','800','400','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('974','Mixture','Mixture','3','800','400','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('975','Scarlet_Dyestuffs','Scarlet Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('976','Lemon_Dyestuffs','Lemon Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('978','Cobaltblue_Dyestuffs','Cobaltblue Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('979','Darkgreen_Dyestuffs','Darkgreen Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('980','Orange_Dyestuffs','Orange Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('981','Violet_Dyestuffs','Violet Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('982','White_Dyestuffs','White Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('983','Black_Dyestuffs','Black Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('984','Oridecon','Oridecon','3','1100','550','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('985','Elunium','Elunium','3','1100','550','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('986','Anvil','Anvil','3','30000','15000','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('987','Oridecon_Anvil','Oridecon Anvil','3','120000','60000','700','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('988','Golden_Anvil','Golden Anvil','3','300000','150000','900','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('989','Emperium_Anvil','Emperium Anvil','3','600000','300000','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('990','Boody_Red','Red Blood','3','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('991','Crystal_Blue','Crystal Blue','3','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('992','Wind_Of_Verdure','Wind of Verdure','3','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('993','Yellow_Live','Green Live','3','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('994','Flame_Heart','Flame Heart','3','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('995','Mistic_Frozen','Mystic Frozen','3','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('996','Rough_Wind','Rough Wind','3','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('997','Great_Nature','Great Nature','3','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('998','Iron','Iron','3','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('999','Steel','Steel','3','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1000','Star_Crumb','Star Crumb','3','4500','2250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1001','Sparkling_Dust','Star Dust','3','1500','750','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1002','Iron_Ore','Iron Ore','3','50','25','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1003','Coal','Coal','3','500','250','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1004','Patriotism_Marks','Chivalry Emblem','3','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1005','Hammer_Of_Blacksmith','Hammer of Blacksmith','3','2','1','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1006','Old_Magic_Book','Old Magicbook','3','2','1','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1007','Penetration','Necklace of Wisdom','3','2','1','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1008','Frozen_Heart','Necklace of Oblivion','3','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1009','Sacred_Marks','Hand of God','3','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1010','Phracon','Phracon','3','200','100','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1011','Emveretarcon','Emveretarcon','3','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1012','Lizard_Scruff','Frill','3','250','125','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1013','Colorful_Shell','Rainbow Shell','3','90','45','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1014','Jaws_Of_Ant','Ant Jaw','3','232','116','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1015','Thin_N\'_Long_Tongue','Tongue','3','528','264','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1016','Rat_Tail','Rat Tail','3','52','26','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1017','Moustache_Of_Mole','Mole Whiskers','3','106','53','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1018','Nail_Of_Mole','Mole Claw','3','210','105','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1019','Wooden_Block','Trunk','3','60','30','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1020','Long_Hair','Black Hair','3','292','146','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1021','Dokkaebi_Horn','Dokebi Horn','3','292','146','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1022','Fox_Tail','Nine Tails','3','650','325','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1023','Fish_Tail','Fish Tail','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1024','Chinese_Ink','Squid Ink','3','264','132','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1025','Spiderweb','Cobweb','3','184','92','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1026','Acorn','Acorn','3','98','49','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1027','Porcupine_Spike','Porcupine Quill','3','158','79','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1028','Wild_Boar\'s_Mane','Mane','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1029','Tiger\'s_Skin','Tiger Skin','3','548','274','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1030','Tiger_Footskin','Tiger\'s Footskin','3','1500','750','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1031','Limb_Of_Mantis','Mantis Scythe','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1032','Blossom_Of_Maneater','Maneater Blossom','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1033','Root_Of_Maneater','Maneater Root','3','208','104','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1034','Cobold_Hair','Blue Hair','3','342','171','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1035','Dragon_Canine','Dragon Canine','3','484','242','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1036','Dragon_Scale','Dragon Scale','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1037','Dragon_Train','Dragon Tail','3','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1038','Petite_DiablOfs_Horn','Little Evil Horn','3','528','264','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1039','Petite_DiablOfs_Wing','Little Evil Wing','3','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1040','Elder_Pixie\'s_Beard','Elder Pixie\'s Moustache','3','232','116','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1041','Lantern','Lantern','3','250','125','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1042','Short_Leg','Bug Leg','3','430','215','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1043','Nail_Of_Orc','Orc Claw','3','168','84','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1044','Tooth_Of_','Zenorc\'s Fang','3','264','132','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1045','Sacred_Masque','Cultish Masque','3','412','206','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1046','Tweezer','Scorpion Nipper','3','614','307','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1047','Head_Of_Medusa','Dead Medusa','3','548','274','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1048','Slender_Snake','Horrendous Hair','3','800','400','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1049','Skirt_Of_Virgin','Skirt of Virgin','3','1700','850','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1050','Tendon','Tendon','3','220','110','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1051','Detonator','Detonator','3','450','225','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1052','Single_Cell','Single Cell','3','46','23','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1053','Tooth_Of_Ancient_Fish','Ancient Tooth','3','548','274','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1054','Lip_Of_Ancient_Fish','Ancient Lips','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1055','Earthworm_Peeling','Earthworm Peeling','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1056','Grit','Grit','3','306','153','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1057','Moth_Dust','Moth Dust','3','138','69','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1058','Wing_Of_Moth','Moth Wings','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1059','Transparent_Cloth','Fabric','3','306','153','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1060','Golden_Hair','Golden Hair','3','430','215','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1061','Starsand_Of_Witch','Witch Starsand','3','484','242','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1062','Pumpkin_Head','Jack o\' Pumpkin','3','374','187','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1063','Sharpened_Cuspid','Fang','3','680','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1064','Reins','Reins','3','802','401','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1065','Booby_Trap','Trap','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1066','Tree_Of_Archer_1','Fine-grained Trunk','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1067','Tree_Of_Archer_2','Solid Trunk','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1068','Tree_Of_Archer_3','Barren Trunk','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1069','Mushroom_Of_Thief_1','Orange Net Mushroom','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1070','Mushroom_Of_Thief_2','Orange Gooey Mushroom','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1071','Mage_Test_1','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1072','Delivery_Message','Delivery Message','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1073','Merchant_Voucher_1','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1074','Merchant_Voucher_2','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1075','Merchant_Voucher_3','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1076','Merchant_Voucher_4','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1077','Merchant_Voucher_5','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1078','Merchant_Voucher_6','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1079','Merchant_Voucher_7','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1080','Merchant_Voucher_8','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1081','Merchant_Box_1','Delivery Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1082','Merchant_Box_2','Delivery Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1083','Merchant_Box_3','Delivery Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1084','Kapra\'s_Pass','Kafra Pass','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1085','Mage_Test_2','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1086','Mage_Test_3','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1087','Mage_Test_4','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1088','Morocc_Potion','Morroc Solution','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1089','Payon_Potion','Payon Solution','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1090','Mage_Test_Etc','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1091','Merchant_Box_Etc','Delivery Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1092','Empty_Cylinder','Empty Test Tube','3','3','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1093','Empty_Potion','Empty Potion Bottle','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1094','Short_Daenggie','Short Daenggie','3','278','139','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1095','Needle_Of_Alarm','Needle of Alarm','3','546','273','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1096','Round_Shell','Round Shell','3','780','390','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1097','Worn_Out_Page','Worn Out Page','3','948','474','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1098','Manacles','Manacles','3','658','329','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1099','Worn_Out_Prison_Uniform','Worn-out Prison Uniform','3','680','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('1101','Sword','Sword','4','100','50','500','25','0','0','1','3','414947','63','2','2','1','2','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1102','Sword_','Sword','4','100','50','500','25','0','0','1','4','414947','63','2','2','1','2','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1103','Sword__','Sword','4','100','50','500','25','0','0','1','0','414947','63','2','2','1','2','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1104','Falchion','Falchion','4','1500','750','600','39','0','0','1','3','414947','63','2','2','1','2','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1105','Falchion_','Falchion','4','1500','750','600','39','0','0','1','4','414947','63','2','2','1','2','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1106','Falchion__','Falchion','4','1500','750','600','39','0','0','1','0','414947','63','2','2','1','2','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1107','Blade','Blade','4','2900','1450','700','53','0','0','1','3','414947','63','2','2','1','2','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1108','Blade_','Blade','4','2900','1450','700','53','0','0','1','4','414947','63','2','2','1','2','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1109','Blade__','Blade','4','2900','1450','700','53','0','0','1','0','414947','63','2','2','1','2','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1110','Lapier','Rapier','4','10000','5000','500','70','0','0','1','2','414947','63','2','2','2','14','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1111','Lapier_','Rapier','4','10000','5000','500','70','0','0','1','3','414947','63','2','2','2','14','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1112','Lapier__','Rapier','4','10000','5000','500','70','0','0','1','0','414947','63','2','2','2','14','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1113','Scimiter','Scimiter','4','17000','8500','700','85','0','0','1','2','414947','63','2','2','2','14','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1114','Scimiter_','Scimiter','4','17000','8500','700','85','0','0','1','3','414947','63','2','2','2','14','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1115','Scimiter__','Scimiter','4','17000','8500','700','85','0','0','1','3','414947','63','2','2','2','14','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1116','Katana','Katana','4','2000','1000','1000','60','0','0','1','3','16514','63','2','34','1','4','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1117','Katana_','Katana','4','2000','1000','1000','60','0','0','1','4','16514','63','2','34','1','4','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1118','Katana__','Katana','4','2000','1000','1000','60','0','0','1','0','16514','63','2','34','1','4','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1119','Tsurugi','Tsurugi','4','51000','25500','1200','130','0','0','1','1','414946','63','2','2','3','27','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1120','Tsurugi_','Tsurugi','4','51000','25500','1200','130','0','0','1','2','414946','63','2','2','3','27','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1121','Tsurugi__','Tsurugi','4','51000','25500','1200','130','0','0','1','0','414946','63','2','2','3','27','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1122','Ring_Pommel_Saber','Ring Pommel Saber','4','24000','12000','900','100','0','0','1','2','414946','63','2','2','2','14','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1123','Haedonggum','Haedonggum','4','50000','25000','900','120','0','0','1','1','414946','63','2','2','3','27','150','1','2','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1124','Orcish_Sword','Orcish Sword','4','20','10','800','90','0','0','1','0','414947','63','2','2','3','5','150','1','2','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1125','Ring_Pommel_Saber_','Ring Pommel Saber','4','24000','12000','900','100','0','0','1','3','414946','63','2','2','2','14','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1126','Saber','Saber','4','49000','24500','1000','115','0','0','1','2','414946','63','2','2','3','27','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1127','Saber_','Saber','4','49000','24500','1000','115','0','0','1','3','414946','63','2','2','3','27','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1128','Hae_Dong_Gum_','Haedonggum','4','50000','25000','900','120','0','0','1','2','414946','63','2','2','3','27','150','1','2','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1129','Flamberge','Flamberge','4','60000','30000','1500','150','0','0','1','0','16512','63','2','2','3','27','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1130','Nagan','Nagan','4','20','10','500','120','0','0','1','0','414946','63','2','2','4','40','150','1','2','skill TF_DOUBLE,5; bonus bDoubleRate,25; bonus2 bAddRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1131','Ice_Falchon','Ice Falchion','4','20','10','600','100','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500; bonus2 bAddEff2,Eff_Freeze,10; skill MG_COLDBOLT,3; bonus3 bAutoSpell,MG_COLDBOLT,3,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1132','Edge','Edge','4','20','10','700','115','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus2 bAddEff,Eff_Curse,30; bonus2 bWeaponComaRace,RC_NonBoss,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1133','Fire_Brand','Fireblend','4','20','10','500','100','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus bAtkEle,Ele_Fire; skill MG_FIREBOLT,3; bonus3 bAutoSpell,MG_FIREBOLT,3,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1134','Scissores_Sword','Caesar\'s Sword','4','20','10','700','140','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus2 bAddRace,RC_Plant,25; bonus bIgnoreDefRace,RC_Plant;','','');
-REPLACE INTO `item_db_re` VALUES ('1135','Cutlas','Cutlus','4','20','10','900','150','0','0','1','0','414946','63','2','2','4','40','150','1','2','skill SM_BASH,5; bonus bStr,2; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1136','Solar_Sword','Solar Sword','4','20','10','1200','85','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus bAtkEle,Ele_Fire; bonus2 bHPDrainRate,1000,1; bonus2 bSPLossRate,15,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('1137','Excalibur','Excalibur','4','20','10','1200','150','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus bInt,5; bonus bLuk,10; bonus bDex,-1; bonus bAtkEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('1138','Mysteltainn_','Mysteltainn','4','20','10','1000','170','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus bAtkEle,Ele_Dark; bonus2 bAddEle,Ele_Ghost,15; bonus3 bAutoSpell,MG_STONECURSE,3,100; bonus2 bAddEff,Eff_Stone,10; bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1139','Tale_Fing_','Tirfing','4','20','10','1000','200','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus bAtkEle,Ele_Dark; bonus2 bHPLossRate,35,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('1140','Byeorrun_Gum','Byeollungum','4','20','10','900','150','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus2 bSubRace,RC_NonBoss,-10; bonus2 bAddRace,RC_Boss,50; bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1141','Immaterial_Sword','Immaterial Sword','4','20','10','900','140','0','0','1','0','414946','63','2','2','4','40','150','1','2','bonus bAtkEle,Ele_Ghost; bonus2 bSPVanishRate,30,30; bonus bSPDrainValue,-1; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1142','Jewel_Sword','Jeweled Sword','4','20','10','2200','104','0','0','1','0','414946','63','2','2','3','68','150','1','2','bonus bAddMonsterDropChainItem,ITMCHAIN_GEM;','','');
-REPLACE INTO `item_db_re` VALUES ('1143','Gaia_Sword','Gaia Sword','4','20','10','2500','140','0','0','1','0','414946','63','2','2','3','74','150','1','2','bonus bAddMonsterDropChainItem,ITMCHAIN_ORE;','','');
-REPLACE INTO `item_db_re` VALUES ('1144','Sasimi','Sashimi','4','20','10','1400','75','0','0','1','0','414946','63','2','2','3','48','150','1','2','bonus bAtkEle,Ele_Wind; bonus3 bAddMonsterDropItem,544,RC_Fish,4000;','','');
-REPLACE INTO `item_db_re` VALUES ('1145','Holy_Avenger','Holy Avenger','4','450000','225000','1350','125','0','0','1','0','16384','63','2','2','3','75','150','1','2','bonus bAtkEle,Ele_Holy; bonus bVit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1146','Town_Sword','Town Sword','4','42000','21000','800','100','0','0','1','1','1','47','2','2','3','30','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1147','Town_Sword_','Town Sword','4','42000','21000','800','100','0','0','1','2','1','47','2','2','3','30','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1148','Star_Dust_Blade','Star Dust Blade','4','20','10','1000','140','0','0','1','1','1','47','2','2','4','45','150','1','2','bonus2 bAddEff,Eff_Stun,500; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1149','Flamberge_','Flamberge','4','60000','30000','1500','150','0','0','1','2','16512','63','2','2','3','27','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1151','Slayer','Slayer','4','15000','7500','1300','90','0','0','1','2','16514','63','2','34','2','18','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1152','Slayer_','Slayer','4','15000','7500','1300','90','0','0','1','3','16514','63','2','34','2','18','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1153','Slayer__','Slayer','4','15000','7500','1300','90','0','0','1','0','16514','63','2','34','2','18','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1154','Bastard_Sword','Bastard Sword','4','22500','11250','1600','115','0','0','1','2','16514','63','2','34','2','18','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1155','Bastard_Sword_','Bastard Sword','4','22500','11250','1600','115','0','0','1','3','16514','63','2','34','2','18','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1156','Bastard_Sword__','Bastard Sword','4','22500','11250','1600','115','0','0','1','0','16514','63','2','34','2','18','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1157','Two_Hand_Sword','Two-handed Sword','4','60000','30000','2200','160','0','0','1','1','16514','63','2','34','3','33','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1158','Two_Hand_Sword_','Two-handed Sword','4','60000','30000','2200','160','0','0','1','2','16514','63','2','34','3','33','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1159','Two_Hand_Sword__','Two-handed Sword','4','60000','30000','2200','160','0','0','1','0','16514','63','2','34','3','33','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1160','Broad_Sword','Broad Sword','4','65000','32500','2000','140','0','0','1','1','16514','63','2','34','3','33','150','1','3','bonus bDef,5; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1161','Balmung','Balmung','4','20','10','1000','250','0','0','1','0','4294967295','63','2','34','4','48','150','1','3','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('1162','Broad_Sword_','Broad Sword','4','65000','32500','2000','140','0','0','1','2','16514','63','2','34','3','33','150','1','3','bonus bDef,5; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1163','Claymore','Claymore','4','74000','37000','2500','180','0','0','1','0','16512','63','2','34','3','33','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1164','Muramasa','Muramasa','4','20','10','1000','155','0','0','1','0','16514','63','2','34','4','48','150','1','3','bonus bCritical,30; bonus bAspdRate,8; bonus2 bAddEff2,Eff_Curse,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1165','Masamune','Masamune','4','20','10','1000','200','0','0','1','0','16514','63','2','34','4','48','150','1','3','bonus bFlee,30; bonus bStr,-5; bonus bAspd,2; bonus bDefRate,-67; bonus bDef2Rate,-67;','','');
-REPLACE INTO `item_db_re` VALUES ('1166','Dragon_Slayer','Dragon Slayer','4','20','10','1300','150','0','0','1','0','16514','63','2','34','4','48','150','1','3','bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Dragon,15;','','');
-REPLACE INTO `item_db_re` VALUES ('1167','Schweizersabel','Schweizersabel','4','20','10','1600','160','0','0','1','0','16514','63','2','34','4','48','150','1','3','bonus bAtkEle,Ele_Wind; bonus bDef,1; bonus3 bAutoSpell,MG_LIGHTNINGBOLT,3,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1168','Zweihander','Zweihander','4','20','10','2200','200','0','0','1','0','16514','63','2','34','4','48','150','1','3','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1169','Executioner_','Executioner','4','20','10','2200','155','0','0','1','0','16514','63','2','34','4','48','150','1','3','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bAddRace,RC_DemiHuman,20; bonus2 bSubRace,RC_DemiHuman,-10; bonus bAtkEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('1170','Katzbalger','Katzbalger','4','20','10','2000','175','0','0','1','0','16514','63','2','34','4','48','150','1','3','bonus bVit,5; bonus bDef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1171','Zweihander_','Zweihander','4','20','10','2200','200','0','0','1','2','16514','63','2','34','4','48','150','1','3','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1172','Claymore_','Claymore','4','74000','37000','2500','180','0','0','1','2','16512','63','2','34','3','33','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1173','Muramasa_C','Muramasa','4','1','0','0','204','0','0','1','0','16514','63','2','34','4','0','150','0','3','bonus bCritical,30; bonus bAspdRate,8;','','');
-REPLACE INTO `item_db_re` VALUES ('1174','Executioner_C','Executioner','4','2','1','0','190','0','0','1','0','16514','63','2','34','4','0','150','0','3','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bAddRace,RC_DemiHuman,20; bonus2 bSubRace,RC_DemiHuman,-10; bonus bAtkEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('1175','Altas_Weapon','Atlas Weapon','4','20','10','3500','200','0','0','1','1','16514','58','2','34','4','55','150','1','3','bonus bCritical,10; if(readparam(bStr)>=80) bonus bBreakArmorRate,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1176','Muscle_Cutter','Muscle Cutter','4','20','10','2200','160','0','0','1','2','16514','58','2','34','4','55','150','1','3','bonus2 bAddEff,Eff_Bleeding,800; bonus3 bAutoSpell,AL_DECAGI,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('1177','Muramash','Muramash','4','20','10','0','120','0','0','1','0','16514','63','2','34','1','0','150','0','3','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1178','Schweizersabel_','Schweizersabel','4','20','10','1600','160','0','0','1','2','16514','63','2','34','4','48','150','1','3','bonus bAtkEle,Ele_Wind; bonus bDef,1; bonus3 bAutoSpell,MG_LIGHTNINGBOLT,3,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1179','Executioner__','Executioner','4','20','10','2200','155','0','0','1','1','16514','63','2','34','4','48','150','1','3','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bAddRace,RC_DemiHuman,20; bonus2 bSubRace,RC_DemiHuman,-10; bonus bAtkEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('1180','Dragon_Slayer_','Dragon Slayer','4','20','10','1300','150','0','0','1','2','16514','63','2','34','4','48','150','1','3','bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Dragon,15;','','');
-REPLACE INTO `item_db_re` VALUES ('1181','Tae_Goo_Lyeon','Tae Goo Lyeon','4','20','10','2000','250','0','0','1','2','16514','58','2','34','4','90','150','1','3','bonus bFlee2,10; if(JobLevel>=70) autobonus \"{ bonus bBaseAtk,50; }\",10,10000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\"; if(getrefine()>8) { bonus bVariableCastrate,-20; bonus bDelayrate,-20; }','','');
-REPLACE INTO `item_db_re` VALUES ('1182','Bloody_Eater','Bloody Eater','4','20','10','1200','200','0','0','1','2','16514','58','2','34','4','50','150','1','3','bonus bAtkEle,Ele_Ghost; autobonus \"{ bonus bCritical,100; bonus bBaseAtk,50; }\",1,5000,0,\"{ specialeffect2 EF_FIRESPLASHHIT; }\"; bonus bHPGainValue,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1183','BF_Two_Handed_Sword1','Brave Assaulter\'s Katzbalger','4','20','10','0','200','0','0','1','0','16514','63','2','34','3','80','150','1','3','bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1184','BF_Two_Handed_Sword2','Valorous Assaulter\'s Katzbalger','4','20','10','0','200','0','0','1','0','16514','63','2','34','3','80','150','1','3','bonus bCritical,20; bonus2 bAddRace,RC_DemiHuman,55; bonus bCritAtkRate,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1185','Violet_Fear','Violet Fear','4','20','10','2200','275','0','0','1','2','16514','58','2','34','4','80','150','1','3','bonus3 bAutoSpell,WZ_METEOR,3,30; bonus3 bAutoSpell,WZ_FROSTNOVA,5,50; autobonus \"{ bonus bIgnoreDefRace,RC_NonBoss; }\",50,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('1186','Death_Guidance','Death Guidance','4','20','10','2000','200','0','0','1','2','16514','58','2','34','4','70','150','1','3','bonus bStr,5; bonus bAgi,2; bonus bFlee2,20; bonus3 bAutoSpell,NPC_HELLPOWER,1,10; bonus4 bAutoSpell,NPC_HELLPOWER,1,10,0; if( getrefine()>8 ) bonus3 bAutoSpell,NPC_VAMPIRE_GIFT,2,20; else bonus3 bAutoSpell,NPC_VAMPIRE_GIFT,1,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1187','Krieger_Twohand_Sword1','Glorious Claymore','4','20','10','0','220','0','0','1','0','16514','63','2','34','4','80','150','1','3','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-3,1); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus3 bAutoSpell,LK_CONCENTRATION,getskilllv(LK_CONCENTRATION)>1?getskilllv(LK_CONCENTRATION):1,30; bonus3 bAutoSpell,LK_AURABLADE,getskilllv(LK_AURABLADE)>1?getskilllv(LK_AURABLADE):1,30; }','','');
-REPLACE INTO `item_db_re` VALUES ('1188','Veteran_Sword','Veteran Sword','4','10000','5000','2000','180','0','0','1','1','16514','63','2','34','4','80','150','1','3','if(getskilllv(SM_BASH)==10) { bonus2 bSkillAtk,SM_BASH,50; } if(getskilllv(KN_BOWLINGBASH)==10) { bonus2 bSkillAtk,KN_BOWLINGBASH,50; } bonus bStr,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1189','Krasnaya','Krasnaya','4','20','10','3800','200','0','0','2','3','16514','58','2','34','2','50','150','1','3','if(readparam(bStr)>=95) { bonus bBaseAtk,20; }','','');
-REPLACE INTO `item_db_re` VALUES ('1190','Claymore_C','Claymore','4','0','0','0','220','0','0','1','0','16512','63','2','34','3','0','150','0','3','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1191','Alca_Bringer','Alca Bringer','4','20','10','3400','280','0','0','2','0','16512','56','2','34','3','100','150','1','3','bonus bAspd,(getrefine()/2);','','');
-REPLACE INTO `item_db_re` VALUES ('1192','P_Slayer1','Eden Slayer I','4','0','0','0','162','0','0','1','0','16514','63','2','34','2','26','150','0','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1193','P_Slayer2','Eden Slayer II','4','0','0','0','185','0','0','1','0','16514','63','2','34','2','40','150','0','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1194','F_Executioner_C','Rental Executioner','4','2','1','0','190','0','0','1','0','16514','63','2','34','4','0','150','0','3','bonus bAtkEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('1195','E_Executioner_C','E Executioner C','4','2','1','0','190','0','0','1','0','16514','63','2','34','4','0','150','0','3','bonus bAtkEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('1196','Chrome_Twohand_Sword','Two-Handed Chrome Metal Sword','4','20','10','400','280','0','0','1','0','16514','58','2','34','3','110','150','1','3','bonus bUnbreakableWeapon,0; bonus bAgi,3; bonus bMaxHPrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('1197','P_Slayer3','Eden Group Slayer III','4','0','0','0','200','0','0','1','0','16514','63','2','34','3','60','150','0','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1198','Hairtail','Hairtail','4','0','0','0','220','0','0','3','0','16514','63','2','34','1','50','150','0','3','bonus bUnbreakableWeapon,0; bonus bCritical,20; bonus bCritAtkRate,50; if(BaseLevel>99) { bonus bBaseAtk,50; }','','');
-REPLACE INTO `item_db_re` VALUES ('1199','Ebony_Toe_Nail','Ebony Toe Nail','4','56000','28000','1000','250','150','0','1','0','16512','56','2','34','4','120','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('1201','Knife','Knife','4','50','25','400','17','0','0','1','3','579821295','63','2','2','1','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1202','Knife_','Knife','4','50','25','400','17','0','0','1','4','579821295','63','2','2','1','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1203','Knife__','Knife','4','50','25','400','17','0','0','1','0','579821295','63','2','2','1','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1204','Cutter','Cutter','4','1250','625','500','30','0','0','1','3','579821295','63','2','2','1','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1205','Cutter_','Cutter','4','1250','625','500','30','0','0','1','4','579821295','63','2','2','1','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1206','Cutter__','Cutter','4','1250','625','500','30','0','0','1','0','579821295','63','2','2','1','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1207','Main_Gauche','Main Gauche','4','2400','1200','600','43','0','0','1','3','579821295','63','2','2','1','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1208','Main_Gauche_','Main Gauche','4','2400','1200','600','43','0','0','1','4','579821295','63','2','2','1','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1209','Main_Gauche__','Main Gauche','4','2400','1200','600','43','0','0','1','0','579821295','63','2','2','1','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1210','Dirk','Dirk','4','8500','4250','500','59','0','0','1','2','579821295','63','2','2','2','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1211','Dirk_','Dirk','4','8500','4250','500','59','0','0','1','3','579821295','63','2','2','2','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1212','Dirk__','Dirk','4','8500','4250','500','59','0','0','1','0','579821295','63','2','2','2','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1213','Dagger','Dagger','4','14000','7000','600','73','0','0','1','2','579821295','63','2','2','2','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1214','Dagger_','Dagger','4','14000','7000','600','73','0','0','1','3','579821295','63','2','2','2','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1215','Dagger__','Dagger','4','14000','7000','600','73','0','0','1','0','579821295','63','2','2','2','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1216','Stiletto','Stiletto','4','19500','9750','700','87','0','0','1','2','579821295','63','2','2','2','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1217','Stiletto_','Stiletto','4','19500','9750','700','87','0','0','1','3','579821295','63','2','2','2','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1218','Stiletto__','Stiletto','4','19500','9750','700','87','0','0','1','0','579821295','63','2','2','2','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1219','Gladius','Gladius','4','43000','21500','700','105','0','0','1','2','579821294','63','2','2','3','24','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1220','Gladius_','Gladius','4','43000','21500','700','105','0','0','1','3','579821294','63','2','2','3','24','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1221','Gladius__','Gladius','4','43000','21500','700','105','0','0','1','0','579821294','63','2','2','3','24','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1222','Damascus','Damascus','4','49000','24500','800','118','0','0','1','1','579821294','63','2','2','3','24','150','1','1','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1223','Forturn_Sword','Fortune Sword','4','20','10','500','90','0','0','1','0','579821294','63','2','2','4','24','150','1','1','bonus bLuk,5; bonus bFlee2,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1224','Sword_Breaker','Swordbreaker','4','20','10','1000','70','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bBreakWeaponRate,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1225','Mail_Breaker','Mailbreaker','4','20','10','1000','70','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bBreakArmorRate,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1226','Damascus_','Damascus','4','49000','24500','800','118','0','0','1','2','579821294','63','2','2','3','24','150','1','1','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1227','Weeder_Knife','Weeder Knife','4','20','10','400','80','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bIgnoreDefRace,RC_Plant; bonus2 bAddRace,RC_Plant,15; bonus2 bSubRace,RC_Plant,15;','','');
-REPLACE INTO `item_db_re` VALUES ('1228','Combat_Knife','Combat Knife','4','20','10','400','80','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Demon,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('1229','Mama\'s_Knife','Kitchen Knife','4','20','10','500','75','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bCritical,30; bonus3 bAddMonsterDropItem,517,RC_Brute,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('1230','House_Auger','Ice pick','4','20','10','600','80','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss;','','');
-REPLACE INTO `item_db_re` VALUES ('1231','Bazerald','Bazerald','4','20','10','500','70','105','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bAtkEle,Ele_Fire; bonus bInt,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1232','Assasin_Dagger','Assassin Dagger','4','20','10','600','140','0','0','1','0','4096','63','2','2','4','36','150','1','1','bonus bMaxHPrate,20; bonus bMaxSPrate,15; bonus bAspdRate,2; bonus bAtkEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('1233','Exercise','Exorciser','4','20','10','700','90','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bIgnoreDefRace,RC_Demon; bonus2 bSubRace,RC_Demon,5; bonus2 bSubRace,RC_DemiHuman,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('1234','Moonlight_Sword','Moonlight Dagger','4','20','10','700','50','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bMaxSPrate,10; bonus bSPDrainValue,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1235','Azoth','Azoth','4','20','10','700','110','0','0','1','0','262144','63','2','2','4','36','150','1','1','bonus bClassChange,300;','','');
-REPLACE INTO `item_db_re` VALUES ('1236','Sucsamad','Sucsamad','4','20','10','800','140','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1237','Grimtooth_','Grimtooth','4','20','10','800','180','0','0','1','0','579821294','63','2','2','4','36','150','1','1','bonus bFlee,10; bonus bFlee2,5; bonus bDefRate,-50; bonus bDef2Rate,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('1238','Zeny_Knife','Zeny Knife','4','20','10','1200','64','0','0','1','0','579821294','63','2','2','3','70','150','1','1','bonus2 bGetZenyNum,100,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1239','Poison_Knife','Poison Knife','4','20','10','800','64','0','0','1','0','579821294','63','2','2','3','65','150','1','1','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000;','','');
-REPLACE INTO `item_db_re` VALUES ('1240','Princess_Knife','Princess Knife','4','20','10','400','84','0','0','1','0','579821294','63','2','2','4','0','150','1','1','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1241','Cursed_Dagger','Cursed Dagger','4','80000','40000','400','55','0','0','1','0','8454660','63','2','2','4','85','150','1','1','bonus2 bAddEff,Eff_Curse,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('1242','Counter_Dagger','Dagger of Counter','4','120000','60000','550','140','0','0','1','0','8454660','63','2','2','4','55','150','1','1','bonus bCritical,90;','','');
-REPLACE INTO `item_db_re` VALUES ('1243','Novice_Knife','Novice Main-Gauche','4','1','0','1','45','0','0','1','0','1','47','2','2','1','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1244','Holy_Dagger','Holy Dagger','4','20','10','800','100','0','0','1','0','570560576','63','2','2','4','55','150','1','1','bonus bAtkEle,Ele_Holy; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1245','Cinquedea','Cinquedea','4','40000','20000','700','110','0','0','1','1','1','47','2','2','3','30','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1246','Cinquedea_','Cinquedea','4','40000','20000','700','110','0','0','1','2','1','47','2','2','3','30','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1247','Kindling_Dagger','Kindle Dagger','4','10000','5000','600','39','0','0','1','0','579821295','63','2','2','1','0','150','1','1','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('1248','Obsidian_Dagger','Obsidian Dagger','4','10000','5000','600','39','0','0','1','0','579821295','63','2','2','1','0','150','1','1','bonus bAtkEle,Ele_Earth;','','');
-REPLACE INTO `item_db_re` VALUES ('1249','Fisherman\'s_Dagger','Fisherman\'s Dagger','4','10000','5000','600','39','0','0','1','0','579821295','63','2','2','1','0','150','1','1','bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('1250','Jur','Jur','4','19500','9750','800','125','0','0','1','2','4096','63','2','34','2','18','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1251','Jur_','Jur','4','19500','9750','800','125','0','0','1','3','4096','63','2','34','2','18','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1252','Katar','Katar','4','41000','20500','1200','148','0','0','1','1','4096','63','2','34','3','33','150','1','16','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1253','Katar_','Katar','4','41000','20500','1200','148','0','0','1','2','4096','63','2','34','3','33','150','1','16','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1254','Jamadhar','Jamadhar','4','37200','18600','1500','165','0','0','1','0','4096','63','2','34','3','33','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1255','Jamadhar_','Jamadhar','4','37200','18600','1500','165','0','0','1','1','4096','63','2','34','3','33','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1256','Katar_Of_Cold_Icicle','Katar of Frozen Icicle','4','45000','22500','1200','105','0','0','1','0','4096','63','2','34','3','55','150','1','16','bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1257','Katar_Of_Thornbush','Katar of Quaking','4','45000','22500','1200','105','0','0','1','0','4096','63','2','34','3','55','150','1','16','bonus bAtkEle,Ele_Earth; bonus2 bAddEff,Eff_Blind,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1258','Katar_Of_Raging_Blaze','Katar of Raging Blaze','4','45000','22500','1200','105','0','0','1','0','4096','63','2','34','3','55','150','1','16','bonus bAtkEle,Ele_Fire; bonus2 bAddEff,Eff_Silence,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1259','Katar_Of_Piercing_Wind','Katar of Piercing Wind','4','45000','22500','1200','105','0','0','1','0','4096','63','2','34','3','55','150','1','16','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Sleep,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1260','Ghoul_Leg','Sharpened Legbone of Ghoul','4','52500','26250','1700','150','0','0','1','0','4096','63','2','34','3','65','150','1','16','bonus bAtkEle,Ele_Undead;','','');
-REPLACE INTO `item_db_re` VALUES ('1261','Infiltrator','Infiltrator','4','57000','28500','1500','140','0','0','1','0','4096','63','2','34','4','75','150','1','16','bonus2 bAddRace,RC_DemiHuman,50; bonus bDef,3; bonus bFlee,5; bonus bFlee2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1262','Nail_Of_Loki','Loki\'s Nail','4','20','10','1200','115','0','0','1','0','4096','63','2','34','3','55','150','1','16','bonus2 bAddEff,Eff_Bleeding,300;','','');
-REPLACE INTO `item_db_re` VALUES ('1263','Unholy_Touch','Unholy Touch','4','20','10','1250','151','0','0','1','0','4096','63','2','34','4','70','150','1','16','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,200; bonus bCritical,-1; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1264','Various_Jur','Specialty Jur','4','20','10','800','90','0','0','1','4','4096','63','2','34','1','0','150','1','16','bonus2 bAddEff2,Eff_Bleeding,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1265','Bloody_Roar','Bloody Roar','4','20','10','1000','120','0','0','1','0','4096','63','2','34','4','75','150','1','16','bonus bIgnoreDefRace,RC_DemiHuman; bonus bFlee,-160; bonus bFlee2,-160; bonus bHPrecovRate,-100; bonus bSPrecovRate,-100;','','');
-REPLACE INTO `item_db_re` VALUES ('1266','Infiltrator_','Infiltrator','4','57000','28500','1500','140','0','0','1','1','4096','63','2','34','4','75','150','1','16','bonus2 bAddRace,RC_DemiHuman,50; bonus bDef,3; bonus bFlee,5; bonus bFlee2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1267','Infiltrator_C','Infiltrator','4','1','0','0','189','0','0','1','0','4096','63','2','34','4','0','150','0','16','bonus2 bAddRace,RC_DemiHuman,70; bonus bDef,3; bonus bFlee,5; bonus bFlee2,2; bonus bAspdRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1268','Wild_Beast_Claw','Wild Beast Claw','4','20','10','1450','160','0','0','1','1','4096','58','2','34','4','55','150','1','16','if(getrefine()>=9) { bonus3 bAutoSpell,NPC_CRITICALWOUND,2,100; } else bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1269','Inverse_Scale','Inverse Scale','4','20','10','1500','140','0','0','1','0','4096','58','2','34','4','55','150','1','16','bonus bAtkEle,Ele_Holy; bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('1270','Drill_Katar','Drill Katar','4','20','10','1400','110','0','0','1','1','4096','58','2','34','4','55','150','1','16','bonus bHit,30; bonus3 bAutoSpell,ST_FULLSTRIP,1,150;','','');
-REPLACE INTO `item_db_re` VALUES ('1271','Blood_Tears','Blood Tears','4','20','10','1700','120','0','0','1','2','4096','58','2','34','4','55','150','1','16','if(getrefine()>=9) { bonus3 bAutoSpell,NPC_WIDEBLEEDING,2,30; } else bonus3 bAutoSpell,NPC_WIDEBLEEDING,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('1272','Scratcher','Scratcher','4','20','10','0','120','0','0','1','0','4096','63','2','34','1','0','150','0','16','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1273','Bloody_Roar_C','Bloody Roar','4','1','0','0','148','0','0','1','0','4096','63','2','34','4','0','150','0','16','bonus bIgnoreDefRace,RC_DemiHuman; bonus bFlee,-160; bonus bFlee2,-160;','','');
-REPLACE INTO `item_db_re` VALUES ('1274','Unholy_Touch_C','Unholy Touch','4','1','0','0','179','0','0','1','0','4096','63','2','34','4','0','150','0','16','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,5000; bonus bCritical,-1; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1275','Katar_Of_Cold_Icicle_','Katar of Frozen Icicle','4','45000','22500','1200','105','0','0','1','3','4096','63','2','34','3','55','150','1','16','bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1276','Katar_Of_Thornbush_','Katar of Quaking','4','45000','22500','1200','105','0','0','1','3','4096','63','2','34','3','55','150','1','16','bonus bAtkEle,Ele_Earth; bonus2 bAddEff,Eff_Blind,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1277','Katar_Of_Raging_Blaze_','Katar of Raging Blaze','4','45000','22500','1200','105','0','0','1','3','4096','63','2','34','3','55','150','1','16','bonus bAtkEle,Ele_Fire; bonus2 bAddEff,Eff_Silence,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1278','Katar_Of_Piercing_Wind_','Katar of Piercing Wind','4','45000','22500','1200','105','0','0','1','3','4096','63','2','34','3','55','150','1','16','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Sleep,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1279','BF_Katar1','Brave Carnage Katar','4','20','10','0','130','0','0','1','0','4096','63','2','34','3','80','150','1','16','bonus bStr,1; bonus bDex,1; bonus bLuk,1; bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1280','BF_Katar2','Valorous Carnage Katar','4','20','10','0','130','0','0','1','0','4096','63','2','34','3','80','150','1','16','bonus bStr,1; bonus bDex,1; bonus bLuk,1; bonus2 bAddRace,RC_DemiHuman,70; bonus bCritAtkRate,20; bonus bAspdRate,5; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1281','Krieger_Katar1','Glorious Bloody Roar','4','20','10','0','140','0','0','1','0','4096','63','2','34','4','80','150','1','16','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) autobonus \"{ bonus bAspdRate,100; }\",70,3000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('1282','Krieger_Katar2','Glorious Jamadhar','4','20','10','0','140','0','0','1','0','4096','63','2','34','4','80','150','1','16','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bCriticalAddRace,RC_DemiHuman,5; } if(getrefine()>8) autobonus \"{ bonus bAspdRate,100; }\",70,3000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('1283','Katar_Of_Speed','Katar Of Speed','4','20','10','0','175','0','0','1','0','4096','63','2','34','4','0','150','0','16','bonus2 bSkillAtk,AS_SONICBLOW,25; bonus bAspdRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1284','Krishna','Krishna','4','20','10','1200','120','0','0','1','2','4096','58','2','34','3','50','150','1','16','bonus2 bSkillAtk,AS_GRIMTOOTH,10; if(getskilllv(AS_SONICBLOW)) { bonus3 bAutoSpell,AS_SONICBLOW,getskilllv(AS_SONICBLOW),5; } else { bonus3 bAutoSpell,AS_SONICBLOW,1,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('1285','Cakram','Chakram','4','20','10','1000','130','0','0','1','2','4096','58','2','34','3','50','150','1','16','if(getskilllv(AS_KATAR)==10) { bonus bHit,10; } bonus2 bSkillAtk,ASC_METEORASSAULT,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1286','Jamadhar_C','Jamadhar','4','0','0','0','200','0','0','1','0','4096','63','2','34','3','0','150','0','16','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1287','Durga','Durga','4','20','10','1200','190','0','0','1','1','4096','56','2','34','3','100','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1288','Bloody_Fear_C','Bloody Spear','4','1','0','0','145','0','0','1','0','4096','63','2','34','4','0','150','0','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1289','P_Katar1','Eden Group Katar I','4','0','0','0','155','0','0','1','0','4096','63','2','34','3','60','150','0','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1290','Agent_Katar','Agent Katar','4','41000','20500','1200','170','0','0','1','1','4096','56','2','34','3','100','150','1','16','bonus bHit,readparam(bLuk)/2;','','');
-REPLACE INTO `item_db_re` VALUES ('1291','Guillotine_Katar','Guillotine Katar','4','56000','28000','1500','200','0','0','1','1','4096','56','2','34','4','140','150','1','16','bonus bDex,2; bonus bFlee,-30; bonus2 bAddRace,RC_DemiHuman,50; bonus2 bSkillAtk,GC_CROSSIMPACT,30;','','');
-REPLACE INTO `item_db_re` VALUES ('1292','Upg_Katar','Upgrade Katar','4','20','10','1000','80','0','0','1','1','4096','63','2','34','3','0','150','1','16','bonus bBaseAtk,(getrefine()*10); bonus bCritAtkRate,(getrefine()*2); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
-REPLACE INTO `item_db_re` VALUES ('1293','Velum_Jamadhar','Vellum Jamadhar','4','20','10','1200','170','0','0','1','0','4096','63','2','34','4','95','150','1','16','bonus bAspdRate,getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('1294','Velum_Scare','Vellum Scale','4','20','10','1200','50','0','0','1','0','4096','63','2','34','4','95','150','1','16','bonus2 bSPVanishRate,10000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1295','Blood_Tears_','Blood Tears ','4','20','10','1700','120','0','0','1','1','4096','58','2','34','4','55','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1296','Metal_Katar','Metal Katar','4','20','10','0','75','0','0','1','1','4096','63','2','34','3','0','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1298','Shiver_Katar','Katar Of Horror','4','60000','30000','2700','110','0','0','1','2','4096','56','2','34','4','105','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('1301','Axe','Axe','4','500','250','800','38','0','0','1','3','283811','63','2','2','1','3','150','1','6','','','');
-REPLACE INTO `item_db_re` VALUES ('1302','Axe_','Axe','4','500','250','800','38','0','0','1','4','283811','63','2','2','1','3','150','1','6','','','');
-REPLACE INTO `item_db_re` VALUES ('1303','Axe__','Axe','4','500','250','800','38','0','0','1','0','283811','63','2','2','1','3','150','1','6','','','');
-REPLACE INTO `item_db_re` VALUES ('1304','Orcish_Axe','Orcish Axe','4','20','10','1500','75','0','0','1','0','283811','63','2','2','3','3','150','1','6','','','');
-REPLACE INTO `item_db_re` VALUES ('1305','Cleaver','Cleaver','4','20','10','1200','140','0','0','1','0','279714','63','2','2','4','44','150','1','6','bonus2 bSubRace,RC_DemiHuman,5; bonus3 bAddMonsterDropItem,517,RC_Brute,3000;','','');
-REPLACE INTO `item_db_re` VALUES ('1306','War_Axe','War Axe','4','20','10','4200','140','0','0','1','1','263168','63','2','2','3','76','150','1','6','bonus bDex,2; bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1307','Windhawk','Windhawk','4','18000','9000','1500','115','0','0','1','0','414946','63','2','2','2','14','150','1','6','bonus bAtkEle,Ele_Wind; bonus bAspdRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1308','Golden_Axe','Golden Axe','4','20','10','3000','170','0','0','1','0','1','47','2','2','4','45','150','1','6','','','');
-REPLACE INTO `item_db_re` VALUES ('1309','Orcish_Axe_','Orcish Axe','4','20','10','1500','75','0','0','1','4','283811','63','2','2','3','3','150','1','6','','','');
-REPLACE INTO `item_db_re` VALUES ('1310','Krieger_Onehand_Axe1','Glorious Cleaver','4','20','10','0','130','0','0','1','0','279714','63','2','2','4','80','150','1','6','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus bAspdRate,5; } if(getrefine()>8) { bonus bAspdRate,5; bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50; bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200; }','','');
-REPLACE INTO `item_db_re` VALUES ('1311','Vecer_Axe','Vecer Axe','4','20','10','1500','140','0','0','1','2','279714','58','2','2','3','50','150','1','6','if(readparam(bLuk)>=90) { bonus bBaseAtk,20; } if(readparam(bDex)>=90) { bonus bCritical,5; } if(readparam(bDex)>=90||readparam(bLuk)>=90) { bonus2 bSkillAtk,MC_MAMMONITE,15; }','','');
-REPLACE INTO `item_db_re` VALUES ('1312','Orcish_Axe_C','Orcish Axe','4','0','0','0','110','0','0','1','0','283811','63','2','2','3','0','150','0','6','bonus2 bAddSize,Size_Small,70; bonus2 bAddSize,Size_Medium,70; bonus2 bAddSize,Size_Large,70;','','');
-REPLACE INTO `item_db_re` VALUES ('1313','Tourist_Axe','Traveler\'s Axe','4','0','0','500','77','0','0','1','0','283811','63','2','2','1','0','150','0','6','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1314','F_Tomahawk_C','Rental Tomahawk','4','2','1','0','200','0','0','1','0','279714','63','2','34','4','0','150','0','7','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('1315','F_Right_Epsilon_C','Right Epsilon','4','1','0','0','229','0','0','1','0','279714','63','2','34','4','0','150','0','7','bonus bAtkEle,Ele_Holy; bonus bStr,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1316','Adventure_Axe','Adventure Axe','4','0','0','0','100','0','0','1','0','263200','63','2','2','1','0','150','0','6','','','');
-REPLACE INTO `item_db_re` VALUES ('1317','Academy_Axe','Academy Axe','4','0','0','1600','130','0','0','1','1','263200','63','2','2','1','0','150','1','6','','','');
-REPLACE INTO `item_db_re` VALUES ('1318','Dofle_Axe','Deflation Axe','4','50000','25000','1800','180','0','0','1','2','414946','63','2','2','4','105','150','1','6','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1351','Battle_Axe','Battle Axe','4','5400','2700','1500','80','0','0','1','3','279714','63','2','34','1','3','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1352','Battle_Axe_','Battle Axe','4','5400','2700','1500','80','0','0','1','4','279714','63','2','34','1','3','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1353','Battle_Axe__','Battle Axe','4','5400','2700','1500','80','0','0','1','0','279714','63','2','34','1','3','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1354','Hammer','Hammer','4','15500','7750','2000','120','0','0','1','2','279714','63','2','34','2','16','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1355','Hammer_','Hammer','4','15500','7750','2000','120','0','0','1','3','279714','63','2','34','2','16','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1356','Hammer__','Hammer','4','15500','7750','2000','120','0','0','1','0','279714','63','2','34','2','16','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1357','Buster','Buster','4','34000','17000','2200','155','0','0','1','1','279714','63','2','34','3','30','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1358','Buster_','Buster','4','34000','17000','2200','155','0','0','1','2','279714','63','2','34','3','30','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1359','Buster__','Buster','4','34000','17000','2200','155','0','0','1','0','279714','63','2','34','3','30','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1360','Two_Handed_Axe','Two-handed Axe','4','55000','27500','2500','185','0','0','1','1','279714','63','2','34','3','30','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1361','Two_Handed_Axe_','Two-handed Axe','4','55000','27500','2500','185','0','0','1','2','279714','63','2','34','3','30','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1362','Two_Handed_Axe__','Two-handed Axe','4','55000','27500','2500','185','0','0','1','0','279714','63','2','34','3','30','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1363','Brood_Axe','Bloody Axe','4','20','10','4000','170','0','0','1','0','279714','63','2','34','4','44','150','1','7','bonus bStr,10; bonus bSpeedRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('1364','Great_Axe','Great Axe','4','20','10','1800','187','0','0','1','0','279714','63','2','34','4','44','150','1','7','bonus2 bAddSkillBlow,MC_MAMMONITE,5; bonus2 bAddEff,Eff_Stun,1500;','','');
-REPLACE INTO `item_db_re` VALUES ('1365','Sabbath','Sabbath','4','20','10','2300','120','0','0','1','0','279714','63','2','34','4','44','150','1','7','bonus bAtkEle,Ele_Dark; bonus2 bWeaponComaRace,RC_Demon,50; bonus2 bCriticalAddRace,RC_Undead,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1366','Right_Epsilon','Light Epsilon','4','20','10','2300','180','0','0','1','0','279714','63','2','34','4','44','150','1','7','bonus bAtkEle,Ele_Holy; skill AL_HEAL,3; bonus2 bAddRace,RC_Demon,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1367','Slaughter','Slaughter','4','20','10','2500','120','0','0','1','0','279714','63','2','34','4','44','150','1','7','bonus bAtkEle,Ele_Earth; bonus bIgnoreDefRace,RC_Brute; bonus2 bWeaponComaRace,RC_Brute,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1368','Tomahawk','Tomahawk','4','20','10','2500','165','0','0','1','0','279714','63','2','34','4','44','150','1','7','bonus bAtkEle,Ele_Wind; skill ITM_TOMAHAWK,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1369','Guillotine','Guillotine','4','20','10','3000','215','0','0','1','0','279714','63','2','34','4','44','150','1','7','bonus2 bWeaponComaRace,RC_DemiHuman,30; bonus2 bSPGainRaceAttack,RC_DemiHuman,2; bonus2 bSPGainRace,RC_DemiHuman,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1370','Doom_Slayer','Doom Slayer','4','20','10','6000','10','0','0','1','0','279714','63','2','34','4','80','150','1','7','bonus bAspdRate,-40; bonus bUseSPrate,100; if(readparam(bStr)>=95) { bonus bBaseAtk,340; bonus2 bAddEff,Eff_Stun,3000; bonus bBreakArmorRate,500; }','','');
-REPLACE INTO `item_db_re` VALUES ('1371','Doom_Slayer_','Doom Slayer','4','20','10','6000','10','0','0','1','1','279714','63','2','34','4','80','150','1','7','bonus bAspdRate,-40; bonus bUseSPrate,100; if(readparam(bStr)>=95) { bonus bBaseAtk,340; bonus2 bAddEff,Eff_Stun,3000; bonus bBreakArmorRate,500; }','','');
-REPLACE INTO `item_db_re` VALUES ('1372','Right_Epsilon_C','Rental Light Epsilon','4','1','0','0','229','0','0','1','0','279714','63','2','34','4','0','150','0','7','bonus bAtkEle,Ele_Holy; skill AL_HEAL,3; bonus2 bAddRace,RC_Demon,3; bonus bStr,10; bonus bSpeedRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('1373','Brood_Axe_C','Refined Bloody Axe','4','2','1','0','205','0','0','1','0','279714','63','2','34','4','0','150','0','7','bonus bStr,20; bonus bSpeedRate,25; bonus bAspdRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1374','Tomahawk_C','Tomahawk','4','2','1','0','200','0','0','1','0','279714','63','2','34','4','0','150','0','7','bonus bAtkEle,Ele_Wind; skill ITM_TOMAHAWK,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1375','Berdysz','Berdysz','4','20','10','2500','200','0','0','1','2','279714','58','2','34','3','70','150','1','7','bonus2 bSubSize,Size_Medium,13; bonus2 bSubSize,Size_Large,15;','','');
-REPLACE INTO `item_db_re` VALUES ('1376','Heart_Breaker','Heart Breaker','4','20','10','2000','175','0','0','1','1','279714','58','2','34','4','70','150','1','7','bonus bCritical,20+getrefine(); bonus bAspdRate,5; if((Class==Job_Whitesmith)||(Class==Job_Creator)||(Class==Job_Mechanic)||(Class==Job_Mechanic_T)||(Class==Job_Genetic)||(Class==Job_Genetic_T)) bonus3 bAutoSpell,BS_HAMMERFALL,3,30;','','');
-REPLACE INTO `item_db_re` VALUES ('1377','Hurricane_Fury','Hurricane Fury','4','20','10','3500','332','0','0','1','1','279714','58','2','34','4','80','150','1','7','bonus2 bSubSize,Size_Medium,10+getrefine(); bonus bAspdRate,getrefine(); bonus3 bAutoSpell,NPC_PULSESTRIKE,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1378','Great_Axe_C','Refined Great Axe','4','1','0','0','215','0','0','1','0','279714','63','2','34','4','0','150','0','7','bonus bStr,5; bonus bHit,20; bonus2 bAddSkillBlow,MC_MAMMONITE,5; bonus2 bAddEff,Eff_Stun,2000;','','');
-REPLACE INTO `item_db_re` VALUES ('1379','BF_Two_Handed_Axe1','Valorous Insane Battle Axe','4','20','10','0','200','0','0','1','0','279714','63','2','34','3','80','150','1','7','bonus bStr,3; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1380','BF_Two_Handed_Axe2','Brave Insane Battle Axe','4','20','10','0','200','0','0','1','0','279714','63','2','34','3','80','150','1','7','bonus bStr,3; bonus2 bAddRace,RC_DemiHuman,55; autobonus \"{ bonus bBreakArmorRate,10000; }\",20,3000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\"; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1381','N_Battle_Axe','Novice Battle Axe','4','0','0','0','100','0','0','1','3','279714','63','2','34','1','3','150','0','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1382','Krieger_Twohand_Axe1','Glorious Twohanded Axe','4','20','10','0','220','0','0','1','0','279714','63','2','34','4','80','150','1','7','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-3,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50; } if(getrefine()>8) { bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100; bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200; bonus4 bAutoSpellOnSkill,WS_CARTTERMINATION,NPC_CRITICALWOUND,2,200; }','','');
-REPLACE INTO `item_db_re` VALUES ('1383','Holy_Celestial_Axe','Holy Celestial Axe','4','20','10','1500','200','0','0','1','0','263200','63','2','34','4','60','150','1','7','bonus bAtkEle,Ele_Holy; bonus bVit,10; bonus2 bAddRace,RC_Undead,10; bonus3 bAutoSpell,AL_BLESSING,5,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1384','Veteran_Axe','Veteran Axe','4','10000','5000','3000','250','0','0','1','2','263200','63','2','34','3','80','150','1','7','if(getskilllv(BS_DAGGER)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_SWORD)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_TWOHANDSWORD)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_KNUCKLE)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_SPEAR)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_AXE)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_MACE)==3) { bonus bBaseAtk,10; } bonus bVit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1385','Bradium_Stonehammer','Bradium Stonehammer','4','20','10','2700','210','0','0','1','0','1024','58','2','34','4','75','150','1','7','bonus3 bAddEffOnSkill,BS_HAMMERFALL,Eff_Stun,500+(200*getrefine());','','');
-REPLACE INTO `item_db_re` VALUES ('1386','Doom_Slayer_I','Doom Slayer','4','0','0','0','20','0','0','1','0','279714','63','2','34','4','0','150','0','7','if(readparam(bStr)>=95) { bonus bBaseAtk,400; bonus2 bAddEff,Eff_Stun,3000; bonus bAspdRate,-25; bonus bUseSPrate,100; bonus bBreakArmorRate,500; }','','');
-REPLACE INTO `item_db_re` VALUES ('1387','Giant_Axe','Giant Axe','4','20','10','4000','330','0','0','1','1','279714','58','2','34','3','50','150','1','7','bonus2 bSkillAtk,WS_CARTTERMINATION,15; if(readparam(bStr)>=95) { bonus bHit,10; bonus bAspdRate,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('1388','Two_Handed_Axe_C','Two-Handed Axe','4','0','0','0','220','0','0','1','0','279714','63','2','34','3','0','150','0','7','bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1389','E_Tomahawk_C','E Tomahawk C','4','2','1','0','200','0','0','1','0','279714','63','2','34','4','0','150','0','7','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('1390','E_Right_Epsilon_C','E Right Epsilon C','4','1','0','0','229','0','0','1','0','279714','63','2','34','4','0','150','0','7','bonus bAtkEle,Ele_Holy; bonus bStr,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1391','P_Two_Handed_Axe1','Eden Group Two Handed Axe I','4','0','0','0','195','0','0','1','0','279714','63','2','34','3','60','150','0','7','','','');
-REPLACE INTO `item_db_re` VALUES ('1392','Ygnus_Stale','Ygnus Stale','4','56000','28000','1900','250','0','0','1','1','279714','58','2','34','4','95','150','1','7','bonus bAtkEle,Ele_Fire; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1393','End_Sektura','End Sektura','4','56000','28000','1900','250','0','0','1','1','279714','58','2','34','4','95','150','1','7','bonus bAtkEle,Ele_Water; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1394','Upg_Two_Handed_Axe','Upgrade Two-Handed Axe','4','20','10','2000','110','0','0','1','1','279714','63','2','34','3','0','150','1','7','bonus bBaseAtk,(getrefine()*14); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
-REPLACE INTO `item_db_re` VALUES ('1395','Velum_Buster','Vellum Buster','4','20','10','2500','50','0','0','1','0','279714','63','2','34','4','95','150','1','7','bonus bUnbreakableWeapon,0; bonus2 bSPVanishRate,10000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1396','Velum_Guillotine','Vellum Guillotine','4','20','10','5500','300','0','0','1','0','279714','63','2','34','4','95','150','1','7','bonus bUnbreakableWeapon,0; bonus2 bAddRace,RC_DemiHuman,40; bonus2 bIgnoreDefRate,RC_DemiHuman,30; if(getrefine()>=6) { bonus2 bSkillAtk,NC_AXEBOOMERANG,80; bonus2 bSkillAtk,NC_POWERSWING,80; } if(getrefine()>=9) { bonus2 bAddRace,RC_DemiHuman,60; }','','');
-REPLACE INTO `item_db_re` VALUES ('1397','Bradium_Stonehammer_','Bradium Stone Hammer','4','20','10','2700','210','0','0','1','2','1024','58','2','34','4','75','150','1','7','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1398','Metal_Two_Handed_Axe','Metal Two-Handed Axe','4','20','10','0','105','0','0','1','1','279714','63','2','34','3','0','150','1','7','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1401','Javelin','Javelin','4','150','75','700','28','0','0','3','3','16514','63','2','2','1','4','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1402','Javelin_','Javelin','4','150','75','700','28','0','0','3','4','16514','63','2','2','1','4','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1403','Javelin__','Javelin','4','150','75','700','28','0','0','3','0','16514','63','2','2','1','4','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1404','Spear','Spear','4','1700','850','850','44','0','0','3','3','16514','63','2','2','1','4','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1405','Spear_','Spear','4','1700','850','850','44','0','0','3','4','16514','63','2','2','1','4','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1406','Spear__','Spear','4','1700','850','850','44','0','0','3','0','16514','63','2','2','1','4','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1407','Pike','Pike','4','3450','1725','1000','60','0','0','3','3','16514','63','2','2','1','4','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1408','Pike_','Pike','4','3450','1725','1000','60','0','0','3','4','16514','63','2','2','1','4','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1409','Pike__','Pike','4','3450','1725','1000','60','0','0','3','0','16514','63','2','2','1','4','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1410','Lance','Lance','4','60000','30000','2500','185','0','0','3','0','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1411','Lance_','Lance','4','60000','30000','2500','185','0','0','3','0','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1412','Lance__','Lance','4','60000','30000','2500','185','0','0','3','0','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1413','Gungnir','Gungnir','4','20','10','500','120','0','0','3','0','16514','63','2','2','4','4','150','1','4','bonus bAtkEle,Ele_Wind; bonus bPerfectHitRate,25; bonus bHit,30;','','');
-REPLACE INTO `item_db_re` VALUES ('1414','Gelerdria','Gelerdria','4','20','10','700','145','0','0','3','0','16514','63','2','2','4','48','150','1','4','bonus bAtkEle,Ele_Earth; bonus bMaxHP,800; bonus bMaxSP,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('1415','Skewer','Brocca','4','20','10','850','100','0','0','3','0','16514','63','2','2','4','48','150','1','4','bonus bIgnoreDefRace,RC_NonBoss; bonus2 bAddEle,Ele_Neutral,25;','','');
-REPLACE INTO `item_db_re` VALUES ('1416','Tjungkuletti','Tjungkuletti','4','20','10','1000','100','0','0','3','0','16514','63','2','2','4','48','150','1','4','bonus bSPDrainValue,1; bonus bSPGainValue,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1417','Pole_Axe','Poll Axe','4','20','10','3800','160','0','0','3','1','16514','63','2','2','3','71','150','1','4','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1418','Gungnir_','Gungnir','4','20','10','500','120','0','0','3','2','16514','63','2','2','4','4','150','1','4','bonus bAtkEle,Ele_Wind; bonus bPerfectHitRate,25; bonus bHit,30;','','');
-REPLACE INTO `item_db_re` VALUES ('1419','Pole_Axe_C','Poll Axe','4','1','0','4800','195','0','0','3','0','16514','63','2','2','3','0','150','0','4','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1420','Long_Horn','Long Horn','4','20','10','1000','150','0','0','3','1','16514','58','2','2','4','65','150','1','4','bonus bAtkEle,Ele_Holy; bonus2 bAddEff,Eff_Bleeding,500; skill TF_DETOXIFY,1; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1421','Battle_Hook','Battle Hook','4','20','10','900','140','0','0','3','1','16514','58','2','2','4','65','150','1','4','bonus2 bAddEff,Eff_Stun,500; bonus2 bAddRace,RC_DemiHuman,20; skill KN_PIERCE,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1422','Hunting_Spear','Hunting Spear','4','20','10','4200','180','0','0','3','1','16514','58','2','2','4','60','150','1','4','bonus bIgnoreDefRace,RC_Brute; bonus3 bAddMonsterDropItem,517,RC_Brute,1000; bonus3 bAutoSpell,LK_JOINTBEAT,3,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1423','Pole_XO','Pole XO','4','20','10','0','120','0','0','3','0','16514','63','2','2','1','0','150','0','4','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1424','Skewer_C','Refined Brocca','4','1','0','0','149','0','0','3','0','16514','63','2','2','4','0','150','0','4','bonus bIgnoreDefRace,RC_NonBoss; bonus2 bAddSize,Size_Medium,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1425','BF_Spear1','Assaulter Spear','4','20','10','0','60','0','0','3','0','16514','63','2','2','3','80','150','1','4','bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(BaseJob==Job_Crusader) bonus bAspdRate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1426','Krieger_Onehand_Spear1','Glorious Spear','4','20','10','0','130','0','0','3','0','16514','63','2','2','4','80','150','1','4','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus bAspdRate,10; } if(getrefine()>8) { if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200; else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,100; }','','');
-REPLACE INTO `item_db_re` VALUES ('1427','Spear_Of_Excellent','Spear Of Excellent','4','20','10','0','160','0','0','3','0','16514','63','2','2','3','0','150','0','4','bonus2 bSkillAtk,SM_MAGNUM,25; bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1428','Long_Horn_M','Long Horn','4','20','10','1000','150','0','0','3','1','16514','58','2','2','4','65','150','1','4','bonus bAtkEle,Ele_Holy; bonus2 bAddEff,Eff_Bleeding,500; skill TF_DETOXIFY,1; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1429','Hunting_Spear_M','Hunting Spear','4','20','10','4200','180','0','0','3','1','16514','58','2','2','4','60','150','1','4','bonus bIgnoreDefRace,RC_Brute; bonus3 bAddMonsterDropItem,517,RC_Brute,1000; bonus3 bAutoSpell,LK_JOINTBEAT,3,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1430','Pike_C','Pike','4','0','0','0','74','0','0','3','0','16514','63','2','2','1','0','150','0','4','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,70; bonus2 bAddSize,Size_Medium,70; bonus2 bAddSize,Size_Large,70;','','');
-REPLACE INTO `item_db_re` VALUES ('1431','F_Pole_Axe_C','Rental Pole Axe','4','1','0','4800','195','0','0','3','0','16514','63','2','2','3','0','150','0','4','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1432','E_Pole_Axe_C','E Pole Axe C','4','1','0','4800','195','0','0','3','0','16514','63','2','2','3','0','150','0','4','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1433','Imperial_Spear','Imperial Spear','4','20','10','1800','180','40','0','3','1','16384','56','2','2','3','102','150','1','4','bonus2 bSkillAtk,LG_CANNONSPEAR,20+getrefine()/2; bonus2 bSkillAtk,LG_BANISHINGPOINT,20+getrefine()/2;','','');
-REPLACE INTO `item_db_re` VALUES ('1434','P_Sphere1','Eden Group Spear I','4','0','0','0','165','0','0','3','0','16514','63','2','2','3','60','150','0','4','','','');
-REPLACE INTO `item_db_re` VALUES ('1435','Cannon_Spear','Cannon Spear','4','56000','28000','1600','180','0','0','3','1','16384','56','2','2','4','100','150','1','4','bonus bMaxSP,-100; bonus2 bSkillAtk,LG_CANNONSPEAR,10; bonus bBaseAtk,(getrefine()/3);','','');
-REPLACE INTO `item_db_re` VALUES ('1436','Velum_Spear','Vellum Spear','4','20','10','850','150','0','0','3','0','16514','63','2','2','4','95','150','1','4','bonus2 bAddRace,RC_DemiHuman,60; if(getrefine()>=6) { bonus2 bSkillAtk,RK_HUNDREDSPEAR,80; bonus2 bSkillAtk,LG_PINPOINTATTACK,80; } if(getrefine()>=9) { bonus2 bAddRace,RC_DemiHuman,30; }','','');
-REPLACE INTO `item_db_re` VALUES ('1451','Guisarme','Guisarme','4','13000','6500','1000','84','0','0','3','2','16514','63','2','34','2','18','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1452','Guisarme_','Guisarme','4','13000','6500','1000','84','0','0','3','3','16514','63','2','34','2','18','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1453','Guisarme__','Guisarme','4','13000','6500','1000','84','0','0','3','0','16514','63','2','34','2','18','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1454','Glaive','Glaive','4','20000','10000','1200','104','0','0','3','2','16514','63','2','34','2','18','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1455','Glaive_','Glaive','4','20000','10000','1200','104','0','0','3','3','16514','63','2','34','2','18','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1456','Glaive__','Glaive','4','20000','10000','1200','104','0','0','3','0','16514','63','2','34','2','18','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1457','Partizan','Partizan','4','27000','13500','2000','124','0','0','3','1','16514','63','2','34','2','18','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1458','Partizan_','Partizan','4','27000','13500','2000','124','0','0','3','2','16514','63','2','34','2','18','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1459','Partizan__','Partizan','4','27000','13500','2000','124','0','0','3','0','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1460','Trident','Trident','4','51000','25500','1200','150','0','0','3','2','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1461','Trident_','Trident','4','51000','25500','1200','150','0','0','3','3','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1462','Trident__','Trident','4','51000','25500','1200','150','0','0','3','0','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1463','Halberd','Hallberd','4','54000','27000','2500','165','0','0','3','1','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1464','Halberd_','Hallberd','4','54000','27000','2500','165','0','0','3','2','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1465','Halberd__','Hallberd','4','54000','27000','2500','165','0','0','3','0','16514','63','2','34','3','33','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1466','Crescent_Scythe','Crescent Scythe','4','20','10','2500','180','0','0','3','0','16514','63','2','34','4','48','150','1','5','bonus bCritical,30; bonus bHit,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1467','Bill_Guisarme','Bill Guisarme','4','20','10','1000','183','0','0','3','0','16514','63','2','34','4','48','150','1','5','bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1468','Zephyrus','Zephyrus','4','20','10','2000','170','0','0','3','0','16514','63','2','34','4','48','150','1','5','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Silence,200; bonus3 bAutoSpell,MG_THUNDERSTORM,3,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1469','Longinus\'s_Spear','Longinus\'s Spear','4','20','10','2500','180','0','0','3','0','16514','63','2','34','4','48','150','1','5','bonus bAtkEle,Ele_Dark; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddRace,RC_Angel,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1470','Brionac','Brionac','4','20','10','3000','190','0','0','3','0','16514','63','2','34','4','48','150','1','5','bonus bAtkEle,Ele_Holy; skill AL_HEAL,5; bonus3 bAutoSpell,MG_SOULSTRIKE,3,100; bonus2 bAddRace,RC_Boss,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1471','Hell_Fire','Hellfire','4','20','10','3500','200','0','0','3','0','16514','63','2','34','4','48','150','1','5','bonus bAtkEle,Ele_Fire; bonus3 bAutoSpell,MG_FIREBALL,3,100; bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1472','Staff_Of_Soul','Soul Staff','4','20','10','1400','25','200','0','1','0','8454660','63','2','34','3','73','150','1','10','bonus bInt,5; bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1473','Wizardy_Staff','Wizardry Staff','4','20','10','2400','120','200','0','1','0','8454660','63','2','34','4','90','150','1','10','bonus bInt,6; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1474','Gae_Bolg','Gae Bolg','4','20','10','2000','160','0','0','3','0','16514','63','2','34','4','60','150','1','5','bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Boss,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1475','Horseback_Lance','Equestrian\'s Spear','4','20','10','3700','200','0','0','4','0','16514','63','2','34','4','75','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1476','Crescent_Scythe_','Crescent Scythe','4','20','10','2500','180','0','0','3','1','16514','63','2','34','4','48','150','1','5','bonus bCritical,30; bonus bHit,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1477','Spectral_Spear','Spectral Spear','4','20','10','2000','170','0','0','3','0','16514','63','2','34','4','75','150','1','5','bonus2 bAddEle,Ele_Dark,20; bonus2 bAddRace,RC_Demon,20; bonus2 bAddRace,RC_Undead,20; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; bonus3 bAddEff,Eff_Confusion,10000,ATF_SELF|ATF_SHORT; bonus bHPGainValue,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1478','Ahlspiess','Ahlspiess','4','20','10','1000','120','0','0','3','0','16512','63','2','34','4','65','150','1','5','bonus bIgnoreDefRace,RC_NonBoss; bonus bIgnoreDefRace,RC_Boss; bonus2 bAddRace,RC_DemiHuman,10; bonus3 bAutoSpell,KN_PIERCE,5,30;','','');
-REPLACE INTO `item_db_re` VALUES ('1479','Spectral_Spear_','Spectral Spear','4','20','10','2000','170','0','0','3','1','16514','63','2','34','4','75','150','1','5','bonus2 bAddEle,Ele_Dark,20; bonus2 bAddRace,RC_Demon,20; bonus2 bAddRace,RC_Undead,20; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; bonus3 bAddEff,Eff_Confusion,10000,ATF_SELF|ATF_SHORT; bonus bHPGainValue,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1480','Gae_Bolg_','Gae Bolg','4','20','10','2000','160','0','0','3','2','16514','63','2','34','4','60','150','1','5','bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Boss,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1481','Zephyrus_','Zephyrus','4','20','10','2000','170','0','0','3','3','16514','63','2','34','4','48','150','1','5','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Silence,200; bonus3 bAutoSpell,MG_THUNDERSTORM,3,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1482','BF_Lance1','Assaulter Lance','4','20','10','0','160','0','0','3','0','16514','63','2','34','3','80','150','1','5','bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,25; bonus bIgnoreDefRace,RC_DemiHuman; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1483','Ivory_Lance','Ivory Lance','4','20','10','1000','160','0','0','3','1','16514','58','2','34','3','50','150','1','5','bonus bAgi,2; bonus bAspdRate,3; bonus2 bAddEff,Eff_Bleeding,300; bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30; skill KN_SPEARSTAB,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1484','Cardo','Cardo','4','20','10','5600','150','0','0','3','1','16512','58','2','34','4','70','150','1','5','bonus bAspdRate,-10; bonus bDef,getrefine()/2;','','');
-REPLACE INTO `item_db_re` VALUES ('1485','Battle_Fork','Battle Fork','4','20','10','700','112','0','0','3','4','16514','58','2','34','2','50','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1486','Krieger_Twohand_Spear1','Glorious Lance','4','20','10','0','220','0','0','3','0','16514','63','2','34','4','80','150','1','5','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200; else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,200; }','','');
-REPLACE INTO `item_db_re` VALUES ('1487','Lance_C','Lance','4','0','0','0','220','0','0','3','0','16514','63','2','34','3','0','150','0','5','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,50; bonus2 bAddSize,Size_Medium,50; bonus2 bAddSize,Size_Large,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1488','Ahlspiess_C','Ahlspiess','4','20','10','0','135','0','0','3','0','16512','63','2','34','4','0','150','1','5','bonus bIgnoreDefRace,RC_NonBoss; bonus bIgnoreDefRace,RC_Boss; bonus2 bAddRace,RC_DemiHuman,10; bonus3 bAutoSpell,KN_PIERCE,5,30;','','');
-REPLACE INTO `item_db_re` VALUES ('1489','Spearfish_','Marlin','4','0','0','0','220','0','0','3','0','16514','63','2','34','1','50','150','0','5','bonus bUnbreakableWeapon,0; bonus3 bAddEffOnSkill,KN_PIERCE,Eff_Bleeding,1000; bonus3 bAddEffOnSkill,LK_SPIRALPIERCE,Eff_Bleeding,1000; bonus2 bSkillAtk,LK_SPIRALPIERCE,100; bonus2 bSkillAtk,LG_INSPIRATION,50; if(BaseLevel>99) { bonus bBaseAtk,30; }','','');
-REPLACE INTO `item_db_re` VALUES ('1490','Giant_Lance','Giant Lance','4','20','10','20000','20','0','0','3','0','16512','56','2','34','4','140','150','1','5','bonus bAspd,-10; bonus2 bSkillFixedCast,LK_SPIRALPIERCE,4000; bonus2 bSkillCooldown,LK_SPIRALPIERCE,20000; if(readparam(bStr)>=120) { bonus bBaseAtk,300; }','','heal 0,-600;');
-REPLACE INTO `item_db_re` VALUES ('1491','Upg_Lance','Upgrade Spear','4','20','10','1500','105','0','0','3','1','16514','63','2','34','3','0','150','1','5','bonus bBaseAtk,(getrefine()*12); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
-REPLACE INTO `item_db_re` VALUES ('1492','Velum_Glaive','Vellum Glaive','4','20','10','4500','250','0','0','3','0','16514','63','2','34','4','95','150','1','5','bonus2 bAddRace,RC_DemiHuman,80; if(getrefine()>=6) { bonus2 bSkillAtk,LK_SPIRALPIERCE,100; bonus2 bSkillAtk,KN_SPEARBOOMERANG,50; } if(getrefine()>=9) { autobonus2 \"{ bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; }\",100,2000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_REFLECTSHIELD; }\"; }','','');
-REPLACE INTO `item_db_re` VALUES ('1493','Metal_Lance','Metal Lance','4','20','10','0','100','0','0','3','1','16514','63','2','34','3','0','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('1494','Undine_Spear','Spear Of Odin','4','50000','25000','3800','190','0','0','3','3','16514','63','2','34','4','105','150','1','5','bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('1501','Club','Club','4','120','60','700','23','0','0','1','3','312755','63','2','2','1','2','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1502','Club_','Club','4','120','60','700','23','0','0','1','4','312755','63','2','2','1','2','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1503','Club__','Club','4','120','60','700','23','0','0','1','0','312755','63','2','2','1','2','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1504','Mace','Mace','4','1600','800','800','37','0','0','1','3','312755','63','2','2','1','2','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1505','Mace_','Mace','4','1600','800','800','37','0','0','1','4','312755','63','2','2','1','2','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1506','Mace__','Mace','4','1600','800','800','37','0','0','1','0','312755','63','2','2','1','2','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1507','Smasher','Smasher','4','9000','4500','1000','54','0','0','1','2','312755','63','2','2','2','14','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1508','Smasher_','Smasher','4','9000','4500','1000','54','0','0','1','3','312755','63','2','2','2','14','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1509','Smasher__','Smasher','4','9000','4500','1000','54','0','0','1','3','312755','63','2','2','2','14','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1510','Flail','Flail','4','16000','8000','900','69','0','0','1','2','312754','63','2','2','2','14','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1511','Flail_','Flail','4','16000','8000','900','69','0','0','1','3','312754','63','2','2','2','14','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1512','Flail__','Flail','4','16000','8000','900','69','0','0','1','3','312754','63','2','2','2','14','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1513','Morning_Star','Morning Star','4','41000','20500','1500','110','0','0','1','1','312754','63','2','2','3','27','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1514','Morning_Star_','Morning Star','4','41000','20500','1500','110','0','0','1','2','312754','63','2','2','3','27','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1515','Morning_Star__','Morning Star','4','41000','20500','1500','110','0','0','1','2','312754','63','2','2','3','27','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1516','Sword_Mace','Sword Mace','4','50000','25000','1200','130','0','0','1','0','312754','63','2','2','3','27','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1517','Sword_Mace_','Sword Mace','4','50000','25000','1200','130','0','0','1','1','312754','63','2','2','3','27','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1518','Sword_Mace__','Sword Mace','4','50000','25000','1200','130','0','0','1','1','312754','63','2','2','3','27','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1519','Chain','Chain','4','23000','11500','800','84','0','0','1','2','312754','63','2','2','2','14','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1520','Chain_','Chain','4','23000','11500','800','84','0','0','1','3','312754','63','2','2','2','14','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1521','Chain__','Chain','4','23000','11500','800','84','0','0','1','3','312754','63','2','2','2','14','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1522','Stunner','Stunner','4','60000','30000','2000','140','0','0','1','0','33040','63','2','2','3','27','150','1','8','bonus2 bAddEff,Eff_Stun,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('1523','Spike','Spike','4','20','10','700','85','0','0','1','0','33040','63','2','2','4','40','150','1','8','bonus bCritical,40; bonus bDefRate,-67; bonus bDef2Rate,-67;','','');
-REPLACE INTO `item_db_re` VALUES ('1524','Golden_Mace','Golden Mace','4','20','10','800','110','0','0','1','1','33040','63','2','2','4','40','150','1','8','bonus2 bAddRace,RC_Undead,10; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1525','Long_Mace','Long Mace','4','20','10','800','135','0','0','3','0','33040','63','2','2','4','40','150','1','8','bonus bLongAtkDef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1526','Slash','Slash','4','20','10','1000','145','0','0','1','0','33040','63','2','2','4','40','150','1','8','bonus2 bAddRace,RC_Undead,15; bonus2 bWeaponComaRace,RC_Undead,10; bonus2 bExpAddRace,RC_Undead,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1527','Quadrille','Quadrille','4','20','10','900','165','0','0','1','0','33040','63','2','2','4','40','150','1','8','bonus2 bAddRace,RC_Undead,10; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddEle,Ele_Earth,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1528','Grand_Cross','Grand Cross','4','20','10','1500','140','0','0','1','0','33040','63','2','2','4','40','150','1','8','bonus bAtkEle,Ele_Holy; skill PR_TURNUNDEAD,3; bonus3 bAutoSpell,PR_TURNUNDEAD,3,100; bonus2 bSPDrainValueRace,RC_Undead,1; bonus2 bSPGainRace,RC_Undead,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1529','Iron_Driver','Iron Driver','4','20','10','3000','155','0','0','2','0','33024','63','2','2','3','78','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1530','Mjolnir','Mjolnir','4','20','10','6000','350','0','0','1','0','279714','63','2','2','4','95','150','0','8','bonus bAtkEle,Ele_Wind; bonus bDex,50; bonus bStr,20; bonus bAspdRate,10; bonus3 bAutoSpell,MG_THUNDERSTORM,10,100; autobonus \"{ bonus bSplashRange,1; }\",50,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('1531','Spanner','Wrench','4','20','10','2500','115','0','0','1','0','33040','63','2','2','3','55','150','1','8','bonus2 bAddEff,Eff_Blind,100; bonus2 bAddEff,Eff_Stun,100; bonus2 bAddEff,Eff_Poison,100; bonus2 bAddEff,Eff_Freeze,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1532','Stunner_','Stunner','4','60000','30000','2000','140','0','0','1','2','33040','63','2','2','3','27','150','1','8','bonus2 bAddEff,Eff_Stun,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('1533','Warrior_Balmung','Warrior\'s Balmung','4','20','10','1000','170','0','0','1','0','4294967295','63','2','2','4','48','150','1','8','bonus bAllStats,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1534','Spanner_C','Wrench','4','2','1','0','150','0','0','1','0','33040','63','2','2','3','0','150','0','8','bonus2 bAddEff,Eff_Blind,100; bonus2 bAddEff,Eff_Stun,100; bonus2 bAddEff,Eff_Poison,100; bonus2 bAddEff,Eff_Freeze,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1535','Hollgrehenn_Hammer','Hollgrehenn\'s Hammer','4','4444','2222','44','4','0','0','1','1','312754','63','2','2','4','44','150','1','8','bonus bBreakArmorRate,100; bonus bBreakWeaponRate,100; if(readparam(bStr)>=44) { bonus bBaseAtk,44; }','','');
-REPLACE INTO `item_db_re` VALUES ('1536','Good_Morning_Star','Good Morning Star','4','20','10','0','120','0','0','1','0','312754','63','2','2','1','0','150','0','8','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1537','Quadrille_C','Refined Quadrille','4','1','0','0','193','0','0','1','0','33040','63','2','2','4','0','150','0','8','bonus2 bAddRace,RC_DemiHuman,30; bonus2 bAddRace,RC_Demon,40; bonus2 bAddRace,RC_Undead,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1538','Spike_','Spike','4','20','10','700','85','0','0','1','2','33040','63','2','2','4','40','150','1','8','bonus bCritical,40; bonus bDefRate,-67; bonus bDef2Rate,-67;','','');
-REPLACE INTO `item_db_re` VALUES ('1539','Golden_Mace_','Golden Mace','4','20','10','800','110','0','0','1','2','33040','63','2','2','4','40','150','1','8','bonus2 bAddRace,RC_Undead,10; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1540','Grand_Cross_','Grand Cross','4','20','10','1500','140','0','0','1','1','33040','63','2','2','4','40','150','1','8','bonus bAtkEle,Ele_Holy; skill PR_TURNUNDEAD,3; bonus3 bAutoSpell,PR_TURNUNDEAD,3,100; bonus2 bSPDrainValueRace,RC_Undead,1; bonus2 bSPGainRace,RC_Undead,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1541','Nemesis','Nemesis','4','20','10','900','120','0','0','1','0','33040','63','2','2','4','60','150','1','8','bonus bAtkEle,Ele_Holy; bonus2 bAddRace,RC_Undead,10; bonus2 bAddRace,RC_Demon,10; bonus3 bAutoSpell,AL_CRUCIS,1+getrefine(),100; autobonus \"{ bonus bBaseAtk,50; }\",10,20000,BF_WEAPON,\"{ specialeffect2 EF_BLOODDRAIN; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('1542','BF_Morning_Star1','Valorous Battlefield Morning Star','4','20','10','0','105','0','0','1','0','312755','63','2','2','3','80','150','1','8','bonus bStr,1; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1543','BF_Morning_Star2','Brave Battlefield Morning Star','4','20','10','0','105','0','0','1','0','312755','63','2','2','3','80','150','1','8','bonus bStr,1; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,75; bonus bUnbreakableWeapon,0; autobonus \"{ bonus2 bAddEff,Eff_Stun,5000; }\",10,6000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('1544','Lunakaligo','Lunakaligo','4','20','10','700','110','0','0','1','3','33040','58','2','2','3','50','150','1','8','if(readparam(bStr)>=77) { bonus bAspdRate,4; bonus2 bAddEff,Eff_Stun,1500; bonus3 bAddMonsterDropItem,12065,RC_Plant,500; bonus3 bAddMonsterDropItem,12043,RC_Brute,500; bonus3 bAddMonsterDropItem,12069,RC_Fish,500; }','','');
-REPLACE INTO `item_db_re` VALUES ('1545','N_Mace','Novice Mace','4','0','0','0','57','0','0','1','3','312755','63','2','2','1','2','150','0','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1546','Krieger_Onehand_Mace1','Glorious Morning Star','4','20','10','0','130','0','0','1','0','312755','63','2','2','4','80','150','1','8','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus bAspdRate,5; } if(getrefine()>8) { bonus2 bAddEff,Eff_Stun,2000; bonus bAspdRate,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('1547','Mace_Of_Madness','Mace Of Madness','4','20','10','0','150','0','0','1','0','6571170','63','2','2','3','0','150','0','8','bonus2 bSkillAtk,MC_CARTREVOLUTION,25; bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1548','Veteran_Hammer','Veteran Hammer','4','10000','5000','1800','160','0','0','1','2','33040','63','2','2','3','80','150','1','8','bonus bHealPower,getskilllv(AL_DP); bonus bCritical,getskilllv(PR_MACEMASTERY)*2; bonus bInt,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1549','Pilebuncker','Pile Bunker','4','10000','5000','3500','450','0','0','1','0','1024','56','2','2','3','99','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('1550','Book','Book','4','30000','15000','600','85','0','0','1','3','4260096','63','2','2','2','14','150','1','15','','','');
-REPLACE INTO `item_db_re` VALUES ('1551','Bible','Bible','4','60000','30000','1000','115','0','0','1','2','4260096','63','2','2','3','27','150','1','15','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1552','Tablet','Tablet','4','51000','25500','800','125','0','0','1','1','4260096','63','2','2','3','27','150','1','15','','','');
-REPLACE INTO `item_db_re` VALUES ('1553','Book_Of_Billows','Book of Billows','4','35000','17500','750','90','0','0','1','0','4260096','63','2','2','3','27','150','1','15','bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('1554','Book_Of_Mother_Earth','Book of Mother Earth','4','35000','17500','750','90','0','0','1','0','4260096','63','2','2','3','27','150','1','15','bonus bAtkEle,Ele_Earth;','','');
-REPLACE INTO `item_db_re` VALUES ('1555','Book_Of_Blazing_Sun','Book of the Blazing Sun','4','35000','17500','750','90','0','0','1','0','4260096','63','2','2','3','27','150','1','15','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('1556','Book_Of_Gust_Of_Wind','Book of Gust of Wind','4','35000','17500','750','90','0','0','1','0','4260096','63','2','2','3','27','150','1','15','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('1557','Book_Of_The_Apocalypse','Book of the Apocalypse','4','60000','30000','800','120','0','0','1','0','4260096','63','2','2','4','40','150','1','15','bonus bAtkEle,Ele_Dark; bonus2 bAddEle,Ele_Holy,5; bonus2 bAddEle,Ele_Water,7; bonus2 bAddEle,Ele_Earth,7; bonus2 bAddEle,Ele_Fire,7; bonus2 bAddEle,Ele_Wind,7;','','');
-REPLACE INTO `item_db_re` VALUES ('1558','Girl\'s_Diary','Girl\'s Diary','4','1500','750','300','60','0','0','1','1','4260096','63','2','2','4','40','150','1','15','bonus2 bAddDamageClass,1188,150;','','');
-REPLACE INTO `item_db_re` VALUES ('1559','Legacy_Of_Dragon','Legacy of Dragon','4','20','10','700','130','0','0','1','0','4260096','63','2','2','4','70','150','1','15','bonus bInt,3; bonus bIgnoreDefRace,RC_Dragon; bonus2 bSPGainRace,RC_Dragon,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1560','Diary_Of_Great_Sage','Sage\'s Diary','4','20','10','1100','100','120','0','1','2','4260096','63','2','2','3','60','150','1','15','if(readparam(bStr)>=50) bonus bAspdRate,5; if(readparam(bInt)>=70) bonus bMatkRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1561','Hardback','Hardcover Book','4','20','10','1500','140','0','0','1','1','4260096','63','2','2','4','55','150','1','15','bonus bStr,3; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1562','Bible_Of_Battlefield','Battlefield Textbook','4','20','10','700','110','0','0','1','1','4260096','63','2','2','4','80','150','0','15','bonus bInt,3; bonus3 bAutoSpell,AL_BLESSING,3+(getskilllv(AL_BLESSING)>3)*(getskilllv(AL_BLESSING)-3),20;','','');
-REPLACE INTO `item_db_re` VALUES ('1563','Diary_Of_Great_Sage_C','Rental Sage\'s Diary','4','1','0','0','135','140','0','1','2','4260096','63','2','2','3','0','150','0','15','bonus bMatkRate,20; bonus bAspdRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1564','Encyclopedia','Encyclopedia','4','20','10','2000','110','100','0','1','2','4260096','63','2','2','3','70','150','1','15','bonus bInt,3; bonus bDex,2; bonus bCritical,20+((readparam(bLuk)*2)/10);','','');
-REPLACE INTO `item_db_re` VALUES ('1565','Death_Note','Ledger of Death','4','20','10','1000','137','100','0','1','2','4260096','63','2','2','4','85','150','1','15','bonus bStr,3; bonus bInt,3; bonus bLuk,-20; bonus2 bWeaponComaRace,RC_DemiHuman,10; bonus bAspdRate,getrefine(); if(BaseJob==Job_Sage) bonus3 bAutoSpell,NPC_HELLJUDGEMENT,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1566','Diary_Of_Great_Basil','Diary Of Great Basil','4','20','10','0','120','125','0','1','0','4260096','63','2','2','1','0','150','0','15','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1567','Hardback_C','Refined Hardcover Book','4','1','0','0','168','100','0','1','0','4260096','63','2','2','4','0','150','0','15','bonus bStr,5; bonus bDex,2; bonus bMatkRate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1568','Book_Of_Billows_','Book of Billows','4','35000','17500','750','90','0','0','1','3','4260096','63','2','2','3','27','150','1','15','bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('1569','Book_Of_Mother_Earth_','Book of Mother Earth','4','35000','17500','750','90','0','0','1','3','4260096','63','2','2','3','27','150','1','15','bonus bAtkEle,Ele_Earth;','','');
-REPLACE INTO `item_db_re` VALUES ('1570','Book_Of_Blazing_Sun_','Book of Blazing Sun','4','35000','17500','750','90','0','0','1','3','4260096','63','2','2','3','27','150','1','15','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('1571','Book_Of_Gust_Of_Wind_','Book of Gust of Wind','4','35000','17500','750','90','0','0','1','3','4260096','63','2','2','3','27','150','1','15','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('1572','Principles_Of_Magic','Principles of Magic','4','20','10','300','60','160','0','1','2','4260096','63','2','2','3','60','150','1','15','bonus bInt,3; bonus bSPrecovRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1573','Ancient_Magic','Ancient Magic','4','20','10','700','30','140','0','1','2','4260096','63','2','2','3','70','150','1','15','','','');
-REPLACE INTO `item_db_re` VALUES ('1574','BF_Book1','Brave Battle Strategy Book','4','20','10','0','90','125','0','1','0','4260096','63','2','2','3','80','150','1','15','bonus bStr,2; bonus bInt,1; bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1575','BF_Book2','Valorous Battle Strategy Book','4','20','10','0','90','125','0','1','0','4260096','63','2','2','3','80','150','1','15','bonus bStr,1; bonus bInt,2; bonus bMatkRate,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1576','Krieger_Book1','Glorious Tablet','4','20','10','0','90','115','0','1','0','4260096','63','2','2','4','80','150','1','15','bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) autobonus \"{ bonus bBaseAtk,200; }\",30,3000,BF_WEAPON,\"{ specialeffect2 EF_BASH3D; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('1577','Krieger_Book2','Glorious Apocalypse','4','20','10','0','90','115','0','1','0','4260096','63','2','2','4','80','150','1','15','bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) bonus2 bIgnoreDefRate,RC_DemiHuman,5; if(getrefine()>8) { bonus bMatkRate,5; bonus bVariableCastrate,-5; bonus bDelayrate,-5; }','','');
-REPLACE INTO `item_db_re` VALUES ('1578','Book_Of_Prayer','Book Of Prayer','4','20','10','0','140','0','0','1','0','4260096','63','2','2','3','0','150','0','15','bonus bVit,2; bonus bMdef,2; bonus bMaxSPrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1579','Death_Note_M','Book of the Dead','4','20','10','1000','137','0','0','1','2','4260096','63','2','2','4','85','150','1','15','bonus bMatkRate,15; bonus bStr,3; bonus bInt,3; bonus bLuk,-20; bonus2 bWeaponComaRace,RC_DemiHuman,10; bonus bAspdRate,getrefine(); if(BaseJob==Job_Sage) bonus3 bAutoSpell,NPC_HELLJUDGEMENT,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1580','Encyclopedia_C','Giant Encyclopedia','4','0','0','0','145','100','0','1','0','4260096','63','2','2','3','0','150','0','15','bonus bMatkRate,15; bonus bInt,3; bonus bDex,2; bonus bCritical,20+((readparam(bLuk)*2)/10); bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1581','F_Diary_Of_Great_Sage_C','Diary Of Great Sage','4','1','0','0','135','0','0','1','2','4260096','63','2','2','3','0','150','0','15','','','');
-REPLACE INTO `item_db_re` VALUES ('1582','E_Diary_Of_Great_Sage_C','E Diary Of Great Sage C','4','1','0','0','135','0','0','1','2','4260096','63','2','2','3','0','150','0','15','','','');
-REPLACE INTO `item_db_re` VALUES ('1583','P_Dic1','Eden Group Dictionary I','4','0','0','0','135','110','0','1','0','4260096','63','2','2','3','60','150','0','15','','','');
-REPLACE INTO `item_db_re` VALUES ('1584','Chilly_Spell_Book','Chilly Spell Book','4','56000','28000','1000','100','160','0','1','2','65536','56','2','2','4','100','150','1','15','bonus bAtkEle,Ele_Water; bonus bUnbreakableWeapon,0; bonus bDex,1; bonus2 bSkillAtk,MG_COLDBOLT,(getrefine()/3); bonus2 bSkillAtk,SO_DIAMONDDUST,(getrefine()/3); bonus bUseSPrate,getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('1585','Upg_Book','Upgrade Book','4','20','10','600','45','20','0','1','1','4260096','63','2','2','3','0','150','1','15','bonus bBaseAtk,(getrefine()*10); bonus bMatk,(getrefine()*5); if(BaseLevel>70) bonus bMatk,(((BaseLevel-70)/10)*5);','','');
-REPLACE INTO `item_db_re` VALUES ('1586','Velum_Bible','Vellum Bible','4','20','10','600','110','125','0','1','0','4260096','63','2','2','4','95','150','1','15','if(BaseLevel>104) { bonus bHealPower,(BaseLevel/5)-20; }','','');
-REPLACE INTO `item_db_re` VALUES ('1587','Velum_Encyclopedia','Vellum Encyclopedia','4','20','10','1000','130','0','0','1','0','4260096','63','2','2','4','95','150','1','15','bonus2 bAddRace,RC_DemiHuman,80+getrefine(); bonus2 bIgnoreDefRate,RC_DemiHuman,30; autobonus \"{ bonus bBaseAtk,200; }\",10,3000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('1588','Metal_Book','Metal Book','4','20','10','0','45','10','0','1','1','4260096','63','2','2','3','0','150','1','15','//bonus bMAtk,10; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1590','Snake_Encyclopedia','Daizenshu Dakatsu','4','60000','30000','1500','10','110','0','1','2','4260096','63','2','2','4','105','150','1','15','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1599','Angra_Manyu','Angra manyu','4','1','0','10','10000','10000','0','2','0','4294967295','63','2','2','1','0','150','1','8','bonus bAllStats,50; bonus bBaseAtk,3300; bonus bMatkRate,200; bonus2 bHPDrainRate,1000,100; bonus2 bSPDrainRate,1000,20; bonus bHealPower,200; bonus2 bAddRace,RC_NonBoss,100; bonus2 bAddRace,RC_Boss,100; skill WZ_STORMGUST,10; skill WZ_METEOR,10; skill WZ_VERMILION,10; skill GM_SANDMAN,1; bonus bVariableCastrate,-100; bonus bFixedCastrate,-100;','','');
-REPLACE INTO `item_db_re` VALUES ('1601','Rod','Rod','4','50','25','400','15','30','0','1','3','8487701','63','2','2','1','0','150','1','10','','','');
-REPLACE INTO `item_db_re` VALUES ('1602','Rod_','Rod','4','50','25','400','15','30','0','1','4','8487701','63','2','2','1','0','150','1','10','','','');
-REPLACE INTO `item_db_re` VALUES ('1603','Rod__','Rod','4','50','25','400','15','30','0','1','0','8487701','63','2','2','1','0','150','1','10','','','');
-REPLACE INTO `item_db_re` VALUES ('1604','Wand','Wand','4','2500','1250','400','25','45','0','1','2','8487701','63','2','2','2','12','150','1','10','','','');
-REPLACE INTO `item_db_re` VALUES ('1605','Wand_','Wand','4','2500','1250','400','25','45','0','1','3','8487701','63','2','2','2','12','150','1','10','','','');
-REPLACE INTO `item_db_re` VALUES ('1606','Wand__','Wand','4','2500','1250','400','25','45','0','1','0','8487701','63','2','2','2','12','150','1','10','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1607','Staff','Staff','4','9500','4750','400','40','70','0','1','2','8487700','63','2','2','2','12','150','1','10','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1608','Staff_','Staff','4','9500','4750','400','40','70','0','1','3','8487700','63','2','2','2','12','150','1','10','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1609','Staff__','Staff','4','9500','4750','400','40','70','0','1','0','8487700','63','2','2','2','12','150','1','10','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1610','Arc_Wand','Arc Wand','4','45000','22500','400','60','95','0','1','1','8487700','63','2','2','3','24','150','1','10','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1611','Arc_Wand_','Arc Wand','4','45000','22500','400','60','95','0','1','2','8487700','63','2','2','3','24','150','1','10','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1612','Arc_Wand__','Arc Wand','4','45000','22500','400','60','95','0','1','0','8487700','63','2','2','3','24','150','1','10','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1613','Mighty_Staff','Mighty Staff','4','20','10','700','130','100','0','1','0','8487700','63','2','2','3','24','150','1','10','bonus bStr,10; bonus bSPDrainValue,-2;','','');
-REPLACE INTO `item_db_re` VALUES ('1614','Blessed_Wand','Wand of Occult','4','20','10','700','75','105','0','1','0','8487700','63','2','2','3','24','150','1','10','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1615','Bone_Wand','Evil Bone Wand','4','20','10','700','40','110','0','1','0','8487700','63','2','2','3','24','150','1','10','bonus bInt,4; bonus bAtkEle,Ele_Undead;','','');
-REPLACE INTO `item_db_re` VALUES ('1616','Staff_Of_Wing','Wing Staff','4','20','10','500','60','115','0','1','0','8454660','63','2','2','4','40','150','1','10','bonus bAtkEle,Ele_Wind; bonus bVariableCastrate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('1617','Survival_Rod','Survivor\'s Rod','4','85000','42500','1000','50','120','0','1','0','8487700','63','2','2','3','24','150','1','10','bonus bDex,2; bonus bMaxHP,300;','','');
-REPLACE INTO `item_db_re` VALUES ('1618','Survival_Rod_','Survivor\'s Rod','4','85000','42500','1000','50','120','0','1','1','8487700','63','2','2','3','24','150','1','10','bonus bDex,3; bonus bMaxHP,400;','','');
-REPLACE INTO `item_db_re` VALUES ('1619','Survival_Rod2','Survivor\'s Rod','4','85000','42500','1000','50','120','0','1','0','8487700','63','2','2','3','24','150','1','10','bonus bInt,2; bonus bMaxHP,300;','','');
-REPLACE INTO `item_db_re` VALUES ('1620','Survival_Rod2_','Survivor\'s Rod','4','85000','42500','1000','50','120','0','1','1','8487700','63','2','2','3','24','150','1','10','bonus bInt,3; bonus bMaxHP,400;','','');
-REPLACE INTO `item_db_re` VALUES ('1621','Hypnotist\'s_Staff','Hypnotist\'s Staff','4','43000','21500','500','70','120','0','1','1','1','47','2','2','3','30','150','1','10','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1622','Hypnotist\'s_Staff_','Hypnotist\'s Staff','4','20','10','500','70','120','0','1','2','1','47','2','2','3','30','150','1','10','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1623','Mighty_Staff_C','Mighty Staff','4','1','0','0','165','120','0','1','0','8487700','63','2','2','3','0','150','0','10','bonus bStr,10; bonus bInt,4; bonus bMatkRate,20; bonus bSPDrainValue,-1;','','');
-REPLACE INTO `item_db_re` VALUES ('1624','Lich_Bone_Wand','Lich\'s Bone Wand','4','20','10','800','60','170','0','1','2','99092','58','2','2','3','70','150','1','10','bonus bInt,1; bonus bDex,1; bonus bAtkEle,Ele_Undead; bonus3 bAutoSpellWhenHit,NPC_WIDECURSE,5,10+getrefine(); if(getrefine()>=9) { bonus bMatkRate,3; bonus bMaxSP,300; }','','');
-REPLACE INTO `item_db_re` VALUES ('1625','Healing_Staff','Healing Staff','4','20','10','400','10','105','0','1','0','33040','63','2','2','3','55','150','1','10','bonus bAtkEle,Ele_Holy; bonus bHealPower,(getrefine()*3/2);','','');
-REPLACE INTO `item_db_re` VALUES ('1626','Piercing_Staff','Piercing Staff','4','20','10','500','80','145','0','1','0','99092','58','2','2','3','70','150','1','10','bonus bInt,4; bonus bIgnoreMdefRate,10+getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('1627','Staffy','Staffy','4','20','10','0','40','120','0','1','0','8487700','63','2','2','1','0','150','0','10','bonus bInt,4; bonus bMatkRate,15; bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1628','Survival_Rod_C','Refined Survivor\'s Rod','4','1','0','0','71','145','0','1','0','8487700','63','2','2','3','0','150','0','10','bonus bDex,4; bonus bMatkRate,20; bonus bMaxHP,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1629','Walking_Stick','Gentleman Staff','4','20','10','500','40','125','0','1','1','8487700','63','2','2','4','50','150','1','10','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1630','Release_Of_Wish','Release of Wish','4','20','10','500','30','125','0','1','0','8454660','63','2','2','3','50','150','1','10','bonus bInt,3; bonus bHealPower,5; autobonus \"{ bonus2 bSPRegenRate,100,2000; bonus2 bHPRegenRate,50,2000; }\",10,10000,BF_MAGIC,\"{ specialeffect2 EF_HEAL; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('1631','Holy_Stick','Holy Stick','4','20','10','500','50','140','0','1','1','33024','63','2','2','4','70','150','1','10','bonus bAtkEle,Ele_Holy; bonus bMatkRate,15; bonus2 bVariableCastrate,AL_HOLYLIGHT,-25; bonus2 bVariableCastrate,PR_TURNUNDEAD,-25; bonus2 bVariableCastrate,PR_MAGNUS,-25;','','');
-REPLACE INTO `item_db_re` VALUES ('1632','BF_Staff1','Warlock\'s Magic Wand','4','20','10','0','70','125','0','1','0','8487700','63','2','2','3','80','150','1','10','bonus bInt,4; bonus bDex,3; bonus bMatkRate,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus3 bAddEff,Eff_Stun,500,ATF_SKILL; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1633','BF_Staff2','Warlock\'s Battle Wand','4','20','10','0','70','125','0','1','0','8487700','63','2','2','3','80','150','1','10','bonus bInt,3; bonus bDex,3; bonus bMatkRate,15; bonus2 bMagicAddRace,RC_DemiHuman,15; bonus3 bAddEff,Eff_Stun,500,ATF_SKILL; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1634','BF_Staff3','Strong Recovery Wand','4','20','10','0','70','125','0','1','0','8487700','63','2','2','3','80','150','1','10','bonus bMatkRate,15; bonus bHealPower,14; bonus2 bSPRegenRate,5,10000; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1635','BF_Staff4','Speedy Recovery Wand','4','20','10','0','70','125','0','1','0','8487700','63','2','2','3','80','150','1','10','bonus bInt,3; bonus bDex,2; bonus bMatkRate,15; bonus bDelayrate,-15; bonus2 bSPRegenRate,5,10000; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1636','Thorn_Staff','Thorn Staff of Darkness','4','20','10','700','60','160','0','1','0','99092','58','2','2','4','75','150','1','10','bonus bAtkEle,Ele_Dark; bonus bInt,3; bonus bDex,3; bonus bIgnoreMdefRate,getrefine(); bonus bDelayrate,-(getrefine()*3/2);','','');
-REPLACE INTO `item_db_re` VALUES ('1637','Eraser','Eraser','4','20','10','500','80','170','0','1','0','99092','58','2','2','4','70','150','1','10','bonus bInt,3; bonus bDex,2; bonus bSPrecovRate,8; if( getrefine() > 9 ) bonus5 bAutoSpell,NPC_WIDESOULDRAIN,3,5,BF_MAGIC,0; else bonus5 bAutoSpell,NPC_WIDESOULDRAIN,1,5,BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1638','Healing_Staff_C','Staff Of Healing','4','20','10','0','10','125','0','1','0','33040','63','2','2','3','0','150','0','10','bonus bAtkEle,Ele_Holy; bonus bMatkRate,15; bonus bHealPower,(getrefine()*3/2);','','');
-REPLACE INTO `item_db_re` VALUES ('1639','N_Rod','Novice Rod','4','0','0','0','15','32','0','1','3','8487701','63','2','2','1','0','150','0','10','bonus bMatkRate,16;','','');
-REPLACE INTO `item_db_re` VALUES ('1640','Krieger_Onehand_Staff1','Glorious Arc Wand','4','20','10','0','70','135','0','1','0','8487700','63','2','2','4','80','150','1','10','bonus2 bMagicAddRace,RC_DemiHuman,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25 + ((getrefine() > 5) ? 5 : 0); bonus bUnbreakableWeapon,0; if(getrefine() > 8) { bonus bMatkRate,5; bonus bVariableCastrate,-5; bonus bDelayrate,-5; }','','');
-REPLACE INTO `item_db_re` VALUES ('1641','Krieger_Onehand_Staff2','Glorious Cure Wand','4','20','10','0','70','135','0','1','0','8487700','63','2','2','4','80','150','1','10','bonus bHealPower,14; bonus bDelayrate,-10; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bIgnoreMdefRate,RC_DemiHuman,5; bonus bHealPower,5+(((getrefine()>14)?14:getrefine())-5)*2; } if(getrefine() > 8) bonus5 bAutoSpellOnSkill,AL_HEAL,AL_HEAL,10,100,1; if(getrefine() > 9) { bonus bHealPower,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('1642','Staff_Of_Darkness','Staff Of Darkness','4','20','10','0','100','120','0','1','0','8487700','63','2','2','2','0','150','0','10','bonus bVariableCastrate,-5; bonus bMatkRate,15; bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1643','Dead_Tree_Cane','Dead Tree CaneStaff','4','20','10','100','100','155','0','1','0','8487700','63','2','2','4','70','150','1','10','bonus bInt,4; if (getrefine()>5) { bonus bInt,getrefine()-5; bonus bMaxHP,-200; bonus bMaxSP,-100; }','','');
-REPLACE INTO `item_db_re` VALUES ('1644','Piercing_Staff_M','Staff of Piercing','4','20','10','500','80','145','0','1','0','99092','58','2','2','3','70','150','1','10','bonus bInt,4; bonus bMatkRate,15; bonus bIgnoreMdefRate,10+getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('1645','Lich_Bone_Wand_M','Lich\'s Bone Wand','4','20','10','800','60','170','0','1','2','99092','58','2','2','3','70','150','1','10','bonus bInt,1; bonus bDex,1; bonus bAtkEle,Ele_Undead; bonus bMatkRate,20; bonus3 bAutoSpellWhenHit,NPC_WIDECURSE,5,10+getrefine(); if(getrefine()>=9) { bonus bMatkRate,3; bonus bMaxSP,300; }','','');
-REPLACE INTO `item_db_re` VALUES ('1646','La\'cryma_Stick','La\'cryma Stick','4','20','10','500','30','180','0','1','2','66052','58','2','2','3','50','150','1','10','bonus bInt,4; bonus bMdef,1; bonus2 bSkillAtk,WZ_STORMGUST,getrefine(); if (getrefine() > 9) bonus2 bVariableCastrate,WZ_STORMGUST,-8;','','');
-REPLACE INTO `item_db_re` VALUES ('1647','Croce_Staff','Croce Staff','4','20','10','500','30','175','0','1','1','33040','58','2','2','3','50','150','1','10','bonus bAtkEle,Ele_Holy; bonus bInt,4; bonus4 bAutoSpellOnSkill,AL_HEAL,AL_BLESSING,getskilllv(AL_BLESSING)>1?getskilllv(AL_BLESSING):1,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1648','Staff_Of_Bordeaux','Staff Of Bordeaux','4','20','10','500','30','170','0','1','0','66052','58','2','2','4','50','150','1','10','bonus bInt,2; bonus bDex,1; if(getskilllv(SA_DRAGONOLOGY) == 5) { bonus bUseSPrate,-15; bonus bInt,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('1649','Rafini_Staff','Laphine Staff','4','20','10','500','30','180','0','1','0','99072','56','2','2','3','100','150','1','10','bonus bFixedCastrate,-getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('1650','P_Staff1','Eden Staff I','4','0','0','0','60','125','0','1','0','8487700','63','2','2','2','26','150','0','10','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1651','P_Staff2','Eden Staff II','4','0','0','0','60','150','0','1','0','8487700','63','2','2','2','40','150','0','10','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1652','Tourist_Staff','Traveler\'s Staff','4','0','0','500','35','0','0','1','0','8487701','63','2','2','1','0','150','0','10','bonus bInt,2; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1653','Staff_Of_Healing_C','Healing Of Staff','4','20','10','0','10','100','0','1','0','33040','63','2','2','3','0','150','0','10','bonus bAtkEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('1654','Mental_Stick','Mental Stick','4','20','10','500','40','170','0','1','1','65536','56','2','2','3','102','150','1','10','if(getrefine()>5) { bonus2 bSkillAtk,SO_PSYCHIC_WAVE,(getrefine()-5)*2; bonus bMaxHPrate,-(getrefine()-5)*2; } bonus2 bSkillVariableCast,SO_PSYCHIC_WAVE,-3000; bonus2 bSkillUseSP,SO_PSYCHIC_WAVE,-60;','','itemheal 0,-100;');
-REPLACE INTO `item_db_re` VALUES ('1655','Adventure_Staff','Adventure Staff','4','0','0','0','60','0','0','1','0','8454660','63','2','2','1','0','150','0','10','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1656','Academy_Wand','Academy Wand','4','0','0','600','60','0','0','1','1','8454660','63','2','2','1','0','150','1','10','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1657','Wand_Of_Affection','Wand Of Affection','4','20','10','500','30','160','0','1','2','256','56','2','2','3','100','150','1','10','bonus bInt,2; bonus bAtkEle,Ele_Holy; bonus bHealPower,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1658','P_Staff3','Eden Group Staff III','4','0','0','0','60','170','0','1','0','8487700','63','2','2','3','60','150','0','10','bonus bInt,4;','','');
-REPLACE INTO `item_db_re` VALUES ('1659','Recovery_Light','Light of Recovery','4','56000','28000','400','30','160','0','1','1','256','56','2','2','4','110','150','1','10','bonus bAtkEle,Ele_Holy; bonus bUnbreakableWeapon,0; bonus bHealPower,(getrefine()*3/2); bonus bUseSPrate,(getrefine()*3);','','');
-REPLACE INTO `item_db_re` VALUES ('1660','Wand_Of_Affection2','Protection Staff II','4','20','10','500','30','180','0','1','1','256','56','2','2','4','130','150','1','10','bonus bAtkEle,Ele_Holy; bonus bInt,4; bonus bHealPower,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1661','Mental_Destroyer','Mental Destroyer','4','20','10','1400','100','50','0','1','0','512','58','2','2','4','95','150','1','10','bonus bInt,10; bonus bMdef,20; bonus bUnbreakableWeapon,0; bonus2 bSPVanishRate,10000,5; if(getrefine()>5) { bonus2 bSPVanishRate,10000,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('1670','RWC_Memory_Staff','RWC Memory Staff','4','20','10','500','25','30','0','1','1','8487700','63','2','2','3','0','150','1','10','//bonus bMAtk,30; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1701','Bow','Bow','4','1000','500','500','15','0','0','5','3','657480','63','2','34','1','4','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1702','Bow_','Bow','4','1000','500','500','15','0','0','5','4','657480','63','2','34','1','4','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1703','Bow__','Bow','4','0','0','0','15','0','0','5','0','657480','63','2','34','1','4','150','0','11','bonus2 bAddDamageClass,1002,500; bonus2 bAddDamageClass,1113,500; bonus2 bAddDamageClass,1031,500; bonus2 bAddDamageClass,1242,500;','','');
-REPLACE INTO `item_db_re` VALUES ('1704','Composite_Bow','Composite Bow','4','2500','1250','600','29','0','0','5','3','657480','63','2','34','1','4','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1705','Composite_Bow_','Composite Bow','4','2500','1250','600','29','0','0','5','4','657480','63','2','34','1','4','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1706','Composite_Bow__','Composite Bow','4','2500','1250','600','29','0','0','5','0','657480','63','2','34','1','4','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1707','Great_Bow','Great Bow','4','10000','5000','1000','50','0','0','5','2','657480','63','2','34','2','18','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1708','Great_Bow_','Great Bow','4','10000','5000','1000','50','0','0','5','3','657480','63','2','34','2','18','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1709','Great_Bow__','Great Bow','4','10000','5000','1000','50','0','0','5','0','657480','63','2','34','2','18','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1710','CrossBow','Cross Bow','4','17000','8500','900','65','0','0','5','2','657480','63','2','34','2','18','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1711','CrossBow_','Cross Bow','4','17000','8500','900','65','0','0','5','3','657480','63','2','34','2','18','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1712','CrossBow__','Cross Bow','4','17000','8500','900','65','0','0','5','0','657480','63','2','34','2','18','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1713','Arbalest','Arbalest Bow','4','48000','24000','1000','90','0','0','5','1','657480','63','2','34','3','33','150','1','11','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1714','Kakkung','Gakkung Bow','4','42000','21000','1100','100','0','0','5','1','657480','63','2','34','3','33','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1715','Arbalest_','Arbalest Bow','4','48000','24000','1000','90','0','0','5','2','657480','63','2','34','3','33','150','1','11','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1716','Kakkung_','Gakkung Bow','4','42000','21000','1100','100','0','0','5','2','657480','63','2','34','3','33','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1718','Hunter_Bow','Hunter Bow','4','64000','32000','1500','125','0','0','5','0','2048','63','2','34','3','33','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1719','Bow_Of_Roguemaster','Roguemaster\'s Bow','4','20','10','500','75','0','0','11','0','64','63','2','34','4','48','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1720','Bow_Of_Rudra','Rudra Bow','4','20','10','1200','150','0','0','5','0','657416','63','2','34','4','48','150','1','11','bonus bAtkEle,Ele_Holy; bonus bInt,5; skill AL_CURE,1; skill AL_HEAL,1; bonus2 bResEff,Eff_Poison,5000; bonus2 bResEff,Eff_Curse,5000; bonus2 bResEff,Eff_Silence,5000; bonus2 bResEff,Eff_Confusion,5000; bonus2 bResEff,Eff_Blind,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('1721','Repeting_CrossBow','Repeating Crossbow','4','89000','44500','2000','95','0','0','9','1','133184','63','2','34','3','65','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1722','Balistar','Ballista','4','124000','62000','3500','145','0','0','5','0','526336','63','2','34','4','77','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1723','Luna_Bow','Luna Bow','4','20','10','2000','100','0','0','5','2','2048','63','2','34','3','30','150','1','11','bonus bDef,2+3*(getrefine()>5)+2*(getrefine()>8);','','');
-REPLACE INTO `item_db_re` VALUES ('1724','Dragon_Wing','Dragon Wing','4','20','10','1200','100','0','0','5','0','657480','63','2','34','4','60','150','1','11','bonus3 bAddMonsterDropItem,1765,RC_Dragon,300; bonus bIgnoreDefRace,RC_Dragon;','','');
-REPLACE INTO `item_db_re` VALUES ('1725','Bow_Of_Minstrel','Minstrel Bow','4','20','10','1700','120','0','0','5','1','526336','63','2','34','4','70','150','1','11','bonus bInt,2; bonus bSPrecovRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1726','Hunter_Bow_','Hunter Bow','4','64000','32000','1500','125','0','0','5','1','2048','63','2','34','3','33','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1727','Balistar_','Ballista','4','124000','62000','3500','145','0','0','5','1','526336','63','2','34','4','77','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1728','Balistar_C','Ballista','4','1','0','0','194','0','0','5','0','526336','63','2','34','4','0','150','0','11','bonus bLongAtkRate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1729','Bow_Of_Rudra_C','Rudra Bow','4','2','1','0','185','0','0','5','0','657416','63','2','34','4','0','150','0','11','bonus bAtkEle,Ele_Holy; bonus bInt,5; skill AL_CURE,1; skill AL_HEAL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1730','Burning_Bow','Burning Bow','4','20','10','1400','95','0','0','5','1','657416','63','2','34','3','55','150','1','11','bonus2 bSubEle,Ele_Fire,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1731','Frozen_Bow','Frozen Bow','4','20','10','1400','100','0','0','5','1','657416','63','2','34','3','55','150','1','11','bonus2 bAddEff,Eff_Freeze,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('1732','Earth_Bow','Earth Bow','4','20','10','1400','105','0','0','5','1','657416','63','2','34','3','55','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1733','Gust_Bow','Gust Bow','4','20','10','1400','95','0','0','5','1','657416','63','2','34','3','55','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1734','Orc_Archer_Bow','Orc Archer Bow','4','20','10','1600','120','0','0','5','0','657416','63','2','34','3','65','150','1','11','bonus2 bAddMonsterDropItem,1753,200;','','');
-REPLACE INTO `item_db_re` VALUES ('1735','Kkakkung','Kkakkung','4','20','10','0','120','0','0','5','0','657480','63','2','34','1','0','150','0','11','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1736','Double_Bound','Double Bound','4','20','10','900','70','0','0','5','3','2048','58','2','34','3','70','150','1','11','bonus3 bAutoSpell,AC_DOUBLE,getskilllv(AC_DOUBLE),10;','','');
-REPLACE INTO `item_db_re` VALUES ('1737','Ixion_Wing','Ixion Wings','4','20','10','300','135','0','0','5','1','2048','58','2','34','4','70','150','1','11','autobonus \"{ bonus bAspdRate,7; }\",10+(getrefine()*2),7000,BF_WEAPON,\"{ specialeffect2 EF_HASTEUP; }\"; bonus2 bAddSkillBlow,AC_CHARGEARROW,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1738','BF_Bow1','Valorous Battle CrossBow','4','20','10','0','100','0','0','5','0','657480','63','2','34','3','80','150','1','11','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1739','BF_Bow2','Brave Battle CrossBow','4','20','10','0','100','0','0','5','0','657480','63','2','34','3','80','150','1','11','bonus bDex,2; bonus bInt,10; bonus2 bAddRace,RC_DemiHuman,55; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1740','Nepenthes_Bow','Nepenthes Bow','4','20','10','1000','105','0','0','5','2','2048','58','2','34','4','60','150','1','11','bonus4 bAutoSpellOnSkill,AC_DOUBLE,AC_CHARGEARROW,1,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1741','Cursed_Lyre','Cursed Lyre','4','20','10','1250','125','0','0','5','1','526344','58','2','34','4','80','150','1','11','bonus bLuk,-2; bonus2 bAddEff,Eff_Curse,400;','','');
-REPLACE INTO `item_db_re` VALUES ('1742','N_Composite_Bow','Novice Composite Bow','4','0','0','0','49','0','0','5','3','657480','63','2','34','1','4','150','0','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1743','Krieger_Bow1','Glorious Hunter Bow','4','20','10','0','100','0','0','5','0','657480','63','2','34','4','80','150','1','11','bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bCritAtkRate,getrefine() * 2; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) bonus2 bSkillAtk,AC_DOUBLE,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1744','Bow_Of_Evil','Bow Of Evil','4','20','10','0','170','0','0','5','0','657480','63','2','34','4','0','150','0','11','bonus2 bSkillAtk,AC_DOUBLE,25; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1745','Falken_Blitz','Falken Blitz','4','20','10','1000','100','0','0','5','2','2048','58','2','34','3','50','150','1','11','bonus2 bSkillAtk,SN_SHARPSHOOTING,10; bonus2 bSkillAtk,AC_DOUBLE,10; bonus2 bSkillAtk,AC_CHARGEARROW,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1746','Elven_Bow','Elven Bow','4','20','10','1500','160','0','0','5','1','526336','56','2','34','3','100','150','1','11','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1747','P_Bow1','Eden Bow I','4','0','0','0','82','0','0','5','0','657480','63','2','34','2','26','150','0','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1748','P_Bow2','Eden Bow II','4','0','0','0','120','0','0','5','0','657480','63','2','34','2','40','150','0','11','','','');
-REPLACE INTO `item_db_re` VALUES ('1749','Tourist_Bow','Traveler\'s Bow','4','0','0','500','40','0','0','5','0','657480','63','2','34','1','0','150','0','11','bonus bUnbreakableWeapon,0; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1750','Arrow','Arrow','10','1','0','1','25','0','0','0','0','661576','63','2','32768','0','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1751','Silver_Arrow','Silver Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('1752','Fire_Arrow','Fire Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('1753','Steel_Arrow','Steel Arrow','10','4','2','2','40','0','0','0','0','661576','63','2','32768','0','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1754','Crystal_Arrow','Crystal Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('1755','Arrow_Of_Wind','Arrow of Wind','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('1756','Stone_Arrow','Stone Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Earth;','','');
-REPLACE INTO `item_db_re` VALUES ('1757','Immatrial_Arrow','Immaterial Arrow','10','3','1','1','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Ghost;','','');
-REPLACE INTO `item_db_re` VALUES ('1758','Stun_Arrow','Stun Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus2 bAddEff,Eff_Stun,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('1759','Freezing_Arrow','Frozen Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('1760','Flash_Arrow','Flash Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus2 bAddEff,Eff_Blind,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('1761','Curse_Arrow','Cursed Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus2 bAddEff,Eff_Curse,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('1762','Rusty_Arrow','Rusty Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Poison;','','');
-REPLACE INTO `item_db_re` VALUES ('1763','Poison_Arrow','Poison Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,2000;','','');
-REPLACE INTO `item_db_re` VALUES ('1764','Incisive_Arrow','Sharp Arrow','10','20','10','3','10','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bCritical,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1765','Oridecon_Arrow','Oridecon Arrow','10','30','15','3','50','0','0','0','0','661576','63','2','32768','0','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1766','Arrow_Of_Counter_Evil','Arrow of Counter Evil','10','40','20','3','50','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('1767','Arrow_Of_Shadow','Arrow of Shadow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('1768','Sleep_Arrow','Sleep Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus2 bAddEff,Eff_Sleep,2000;','','');
-REPLACE INTO `item_db_re` VALUES ('1769','Silence_Arrow','Mute Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus2 bAddEff,Eff_Silence,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('1770','Iron_Arrow','Iron Arrow','10','2','1','1','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1771','Venom_Knife','Venom Knife','10','50','25','5','30','0','0','0','0','4096','63','2','32768','0','0','150','0','2','','','');
-REPLACE INTO `item_db_re` VALUES ('1772','Holy_Arrow','Holy Arrow','10','3','1','2','50','0','0','0','0','661576','63','2','32768','0','0','150','0','1','bonus bAtkEle,Ele_Holy; bonus2 bAddRace,RC_Demon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1773','Arrow_Of_Elf','Elven Arrow','10','5','2','1','45','0','0','0','0','661576','63','2','32768','0','100','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1774','Hunting_Arrow','Hunting Arrow','10','5','2','1','35','0','0','0','0','661576','63','2','32768','0','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1775','Siege_Arrow_A','WoE Arrow S','10','10','5','1','45','0','0','0','0','661576','63','2','32768','0','130','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1776','Siege_Arrow_S','WoE Arrow A','10','10','5','1','30','0','0','0','0','661576','63','2','32768','0','95','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('1801','Waghnakh','Waghnak','4','8000','4000','400','30','0','0','1','3','33024','63','2','2','1','0','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1802','Waghnakh_','Waghnak','4','8000','4000','400','30','0','0','1','4','33024','63','2','2','1','0','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1803','Knuckle_Duster','Knuckle Dusters','4','25000','12500','450','50','0','0','1','2','33024','63','2','2','2','12','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1804','Knuckle_Duster_','Knuckle Dusters','4','25000','12500','450','50','0','0','1','3','33024','63','2','2','2','12','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1805','Hora','Studded Knuckles','4','32000','16000','450','65','0','0','1','2','33024','63','2','2','2','12','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1806','Hora_','Studded Knuckles','4','32000','16000','450','65','0','0','1','3','33024','63','2','2','2','12','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1807','Fist','Fist','4','53000','26500','650','115','0','0','1','0','33024','63','2','2','3','24','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1808','Fist_','Fist','4','53000','26500','650','115','0','0','1','1','33024','63','2','2','3','24','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1809','Claw','Claw','4','67000','33500','500','86','0','0','1','1','33024','63','2','2','3','24','150','1','12','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1810','Claw_','Claw','4','67000','33500','500','86','0','0','1','2','33024','63','2','2','3','24','150','1','12','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1811','Finger','Finger','4','58000','29000','500','97','0','0','1','1','33024','63','2','2','3','24','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1812','Finger_','Finger','4','58000','29000','500','97','0','0','1','2','33024','63','2','2','3','24','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1813','Kaiser_Knuckle','Kaiser Knuckle','4','20','10','450','110','0','0','1','0','33024','63','2','2','4','36','150','1','12','bonus bAtkEle,Ele_Wind; bonus2 bAddRace,RC_Undead,5; bonus2 bAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Wind,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1814','Berserk','Berserk','4','20','10','500','120','0','0','1','0','33024','63','2','2','4','36','150','1','12','bonus bAspdRate,12;','','');
-REPLACE INTO `item_db_re` VALUES ('1815','Claw_Of_Garm','Hatii Claw','4','20','10','550','152','0','0','1','1','33024','63','2','2','4','70','150','1','12','bonus bAtkEle,Ele_Dark; bonus bMaxHPrate,-2; bonus2 bAddEff,Eff_Bleeding,200;','','');
-REPLACE INTO `item_db_re` VALUES ('1816','Berserk_','Berserk','4','20','10','500','120','0','0','1','1','33024','63','2','2','4','36','150','1','12','bonus bAspdRate,12;','','');
-REPLACE INTO `item_db_re` VALUES ('1817','Kaiser_Knuckle_C','Kaiser Knuckle','4','1','0','0','159','0','0','1','0','33024','63','2','2','4','0','150','0','12','bonus bAtkEle,Ele_Wind; bonus2 bAddRace,RC_Undead,5; bonus2 bAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Wind,10; bonus bAspdRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('1818','Magma_Fist','Magma Fist','4','20','10','650','80','0','0','1','3','33024','63','2','2','3','75','150','1','12','bonus3 bAutoSpell,SA_FLAMELAUNCHER,5,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1819','Icicle_Fist','Icicle Fist','4','20','10','650','80','0','0','1','3','33024','63','2','2','3','75','150','1','12','bonus3 bAutoSpell,SA_FROSTWEAPON,5,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1820','Electric_Fist','Electric Fist','4','20','10','650','80','0','0','1','3','33024','63','2','2','3','75','150','1','12','bonus3 bAutoSpell,SA_LIGHTNINGLOADER,5,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1821','Seismic_Fist','Seismic Fist','4','20','10','650','80','0','0','1','3','33024','63','2','2','3','75','150','1','12','bonus3 bAutoSpell,SA_SEISMICWEAPON,5,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1822','Combo_Battle_Glove','Combo Battle Glove','4','20','10','500','30','0','0','1','4','33024','63','2','2','3','60','150','1','12','bonus2 bSkillAtk,MO_TRIPLEATTACK,15; bonus2 bSkillAtk,MO_CHAINCOMBO,15; bonus2 bSkillAtk,MO_COMBOFINISH,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1823','BF_Knuckle1','Valorous Battle Fist','4','20','10','0','30','0','0','1','0','33024','63','2','2','3','80','150','1','12','bonus bStr,2; bonus bAgi,1; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus4 bAutoSpell,CH_SOULCOLLECT,1,5,0; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1824','BF_Knuckle2','Brave Battle Fist','4','20','10','0','30','0','0','1','0','33024','63','2','2','3','80','150','1','12','bonus bStr,2; bonus bInt,1; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bVariableCastrate,MO_EXTREMITYFIST,-25; autobonus \"{ bonus2 bVariableCastrate,\\\"MO_EXTREMITYFIST\\\",-100; }\",50,6000,BF_WEAPON,\"{ specialeffect2 EF_SUFFRAGIUM; }\"; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1825','Horn_Of_Hilthrion','Horn of Hillslion','4','20','10','600','95','0','0','1','3','32768','58','2','2','3','60','150','1','12','bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100; bonus4 bAutoSpellOnSkill,CH_PALMSTRIKE,MO_INVESTIGATE,1,100; bonus3 bAutoSpell,MO_CALLSPIRITS,5,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1826','Krieger_Knuckle1','Glorious Claw','4','20','10','0','30','0','0','1','0','33024','63','2','2','4','80','150','1','12','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus3 bAutoSpell,MO_INVESTIGATE,5,(getrefine()*10-50); bonus3 bAutoSpell,AL_DECAGI,1,(getrefine()*10-50); }','','');
-REPLACE INTO `item_db_re` VALUES ('1827','Krieger_Knuckle2','Glorious Fist','4','20','10','0','30','0','0','1','0','33024','63','2','2','4','80','150','1','12','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100; bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,1000; bonus bFixedCastrate,-100; }','','');
-REPLACE INTO `item_db_re` VALUES ('1828','Monk_Knuckle','Monk Knuckle','4','20','10','0','150','0','0','1','0','33024','63','2','2','4','0','150','0','12','bonus bInt,2; bonus2 bSkillAtk,MO_FINGEROFFENSIVE,25;','','');
-REPLACE INTO `item_db_re` VALUES ('1829','Fist_C','Fist','4','0','0','0','150','0','0','1','0','33024','63','2','2','3','0','150','0','12','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1830','Sura_Rampage','Sura\'s Rampage','4','20','10','500','142','0','0','1','1','32768','56','2','2','3','102','150','1','12','bonus2 bSkillAtk,SR_EARTHSHAKER,20; bonus2 bSkillAtk,SR_SKYNETBLOW,20; bonus bUseSPrate,5; if(getrefine()>6) { bonus bUseSPrate,-1*(getrefine()-6); }','','');
-REPLACE INTO `item_db_re` VALUES ('1831','P_Knuckle1','Eden Group Knuckle I','4','0','0','0','120','0','0','1','0','33024','63','2','2','3','60','150','0','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1832','Velum_Claw','Vellum Claw','4','20','10','650','160','0','0','1','0','33024','63','2','2','4','95','150','1','12','bonus2 bAddRace,RC_DemiHuman,100; if(getrefine()>7) { bonus2 bAddRace,RC_DemiHuman,20; } if(getrefine()>9) { bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100; bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,10000; bonus2 bHPLossRate,500,3000; }','','');
-REPLACE INTO `item_db_re` VALUES ('1833','Claw_Of_Flash','Claw of Flash','4','60000','30000','400','140','0','0','1','2','33024','63','2','2','4','105','150','1','12','','','');
-REPLACE INTO `item_db_re` VALUES ('1901','Violin','Violin','4','4000','2000','700','50','0','0','1','3','524288','63','1','2','1','2','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1902','Violin_','Violin','4','4000','2000','700','50','0','0','1','4','524288','63','1','2','1','2','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1903','Mandolin','Mandolin','4','18000','9000','400','90','0','0','1','2','524288','63','1','2','2','14','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1904','Mandolin_','Mandolin','4','18000','9000','400','90','0','0','1','3','524288','63','1','2','2','14','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1905','Lute','Lute','4','24500','12250','500','105','0','0','1','2','524288','63','1','2','2','14','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1906','Lute_','Lute','4','24500','12250','500','105','0','0','1','3','524288','63','1','2','2','14','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1907','Guitar','Guitar','4','47000','23500','900','142','0','0','1','0','524288','63','1','2','3','27','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1908','Guitar_','Guitar','4','47000','23500','900','142','0','0','1','1','524288','63','1','2','3','27','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1909','Harp','Harp','4','62000','31000','900','114','0','0','1','1','524288','63','1','2','3','27','150','1','13','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1910','Harp_','Harp','4','62000','31000','900','114','0','0','1','2','524288','63','1','2','3','27','150','1','13','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1911','Guh_Moon_Goh','Gumoongoh','4','54000','27000','1300','126','0','0','1','1','524288','63','1','2','3','27','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1912','Guh_Moon_Goh_','Gumoongoh','4','54000','27000','1300','126','0','0','1','2','524288','63','1','2','3','27','150','1','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1913','Electronic_Guitar','Electric Guitar','4','20','10','1800','110','0','0','1','0','524288','63','1','2','4','70','150','1','13','skill WZ_JUPITEL,1; bonus3 bAutoSpell,WZ_JUPITEL,1,100; bonus bAtkEle,Ele_Wind; bonus bInt,2; bonus bAgi,1; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1914','Guitar_Of_Passion','Burning Passion Guitar','4','20','10','900','110','0','0','1','0','524288','63','1','2','3','27','150','1','13','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('1915','Guitar_Of_Blue_Solo','Loner\'s Guitar','4','20','10','900','110','0','0','1','0','524288','63','1','2','3','27','150','1','13','bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('1916','Guitar_Of_Vast_Land','Green Acre Guitar','4','20','10','900','110','0','0','1','0','524288','63','1','2','3','27','150','1','13','bonus bAtkEle,Ele_Earth;','','');
-REPLACE INTO `item_db_re` VALUES ('1917','Guitar_Of_Gentle_Breeze','Gentle Breeze Guitar','4','20','10','900','110','0','0','1','0','524288','63','1','2','3','27','150','1','13','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('1918','Oriental_Lute','Oriental Lute','4','20','10','1200','150','0','0','1','0','524288','63','1','2','4','65','150','1','13','bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1919','Base_Guitar','Base Guitar','4','20','10','1500','130','0','0','1','1','524288','58','1','2','3','70','150','1','13','bonus bSPGainValue,3; bonus4 bAutoSpellWhenHit,WZ_HEAVENDRIVE,3,30,1; bonus3 bAutoSpell,NPC_WIDECONFUSE,2,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1920','Berserk_Guitar','Berserk Guitar','4','20','10','1800','10','0','0','1','0','524288','58','1','2','4','70','150','1','13','bonus bAspdRate,100; bonus bHPrecovRate,-100; bonus2 bHPLossRate,50,5000; bonus bDex,-readparam(bDex);','','');
-REPLACE INTO `item_db_re` VALUES ('1921','Guh_Moon_Gom','Gun Moon Gom','4','20','10','0','120','0','0','1','0','524288','63','1','2','1','0','150','0','13','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1922','Oriental_Lute_','Oriental Lute','4','20','10','1200','150','0','0','1','2','524288','63','1','2','4','65','150','1','13','bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1923','BF_Instrument1','Valorous Battlefield Guitar','4','20','10','0','50','0','0','1','0','524288','63','1','2','3','80','150','1','13','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1924','BF_Instrument2','Brave Battlefield Guitar','4','20','10','0','50','0','0','1','0','524288','63','1','2','3','80','150','1','13','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bSkillAtk,CG_ARROWVULCAN,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1925','Cello','Cello','4','20','10','700','110','0','0','1','3','524288','58','1','2','3','70','150','1','13','bonus bAgi,2; bonus bDex,3; bonus2 bAddSkillBlow,BA_MUSICALSTRIKE,2; bonus2 bAddSkillBlow,CG_ARROWVULCAN,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1926','Harp_Of_Nepenthes','Harp of Nepenthes','4','20','10','1000','120','0','0','1','2','524288','58','1','2','4','60','150','1','13','bonus bInt,2; if( getrefine()>9 ) { bonus3 bAddEffOnSkill,BA_MUSICALSTRIKE,Eff_Stun,2000; } else { bonus3 bAddEffOnSkill,BA_MUSICALSTRIKE,Eff_Stun,1000; }','','');
-REPLACE INTO `item_db_re` VALUES ('1927','Krieger_Instrument1','Glorious Guitar','4','20','10','0','50','0','0','1','0','524288','63','1','2','4','80','150','1','13','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) bonus4 bAutoSpellOnSkill,CG_ARROWVULCAN,CG_TAROTCARD,5,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1928','Berserk_Guitar_I','Spirited Guitar','4','0','0','0','40','0','0','1','0','524288','58','1','2','4','0','150','0','13','bonus bAspdRate,100; bonus bHPrecovRate,-100; bonus2 bHPLossRate,50,5000; bonus bDex,-readparam(bDex);','','');
-REPLACE INTO `item_db_re` VALUES ('1929','Guitar_C','Guitar','4','0','0','0','177','0','0','1','0','524288','63','1','2','3','0','150','0','13','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1930','Green_Whistle','Green Whistle','4','20','10','800','170','50','0','1','1','524288','56','1','2','3','102','150','1','13','if(getrefine()>5) { bonus2 bSkillUseSP,MI_RUSH_WINDMILL,(getrefine()-5)*4; bonus2 bSkillUseSP,WM_LULLABY_DEEPSLEEP,(getrefine()-5)*4; } bonus2 bSkillVariableCast,MI_RUSH_WINDMILL,-2000; bonus2 bSkillVariableCast,WM_LULLABY_DEEPSLEEP,-2000;','','');
-REPLACE INTO `item_db_re` VALUES ('1931','P_String_Inst1','Eden Group Guitar I','4','0','0','0','125','0','0','1','0','524288','63','1','2','3','60','150','0','13','','','');
-REPLACE INTO `item_db_re` VALUES ('1950','Rope','Rope','4','2500','1250','400','45','0','0','2','3','524288','63','0','2','1','3','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1951','Rope_','Rope','4','2500','1250','400','45','0','0','2','4','524288','63','0','2','1','3','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1952','Line','Whip','4','12000','6000','300','80','0','0','2','2','524288','63','0','2','2','16','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1953','Line_','Whip','4','12000','6000','300','80','0','0','2','3','524288','63','0','2','2','16','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1954','Wire','Wire Whip','4','17500','8750','1000','95','0','0','2','2','524288','63','0','2','2','16','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1955','Wire_','Wire Whip','4','17500','8750','1000','95','0','0','2','3','524288','63','0','2','2','16','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1956','Rante','Rante Whip','4','32000','16000','900','135','0','0','2','0','524288','63','0','2','3','30','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1957','Rante_','Rante Whip','4','32000','16000','900','135','0','0','2','1','524288','63','0','2','3','30','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1958','Tail','Tail Whip','4','41000','20500','700','105','0','0','2','1','524288','63','0','2','3','30','150','1','14','bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1959','Tail_','Tail Whip','4','41000','20500','700','105','0','0','2','2','524288','63','0','2','3','30','150','1','14','bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1960','Whip','Whip','4','38000','19000','700','120','0','0','2','1','524288','63','0','2','3','30','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1961','Whip_','Whip','4','38000','19000','700','120','0','0','2','2','524288','63','0','2','3','30','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('1962','Lariat','Lariat Whip','4','20','10','400','100','0','0','2','0','524288','63','0','2','4','44','150','1','14','bonus bDex,5; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('1963','Rapture_Rose','Rapture Rose','4','20','10','300','115','0','0','2','0','524288','63','0','2','4','44','150','1','14','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('1964','Chemeti','Chemeti Whip','4','20','10','700','135','0','0','2','0','524288','63','0','2','4','44','150','1','14','bonus bCritical,5; bonus bFlee,10; bonus bFlee2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('1965','Whip_Of_Red_Flame','Red Flame Whip','4','20','10','700','110','0','0','2','0','524288','63','0','2','3','30','150','1','14','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('1966','Whip_Of_Ice_Piece','Icicle Whip','4','20','10','700','110','0','0','2','0','524288','63','0','2','3','30','150','1','14','bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('1967','Whip_Of_Earth','Gaia Whip','4','20','10','700','110','0','0','2','0','524288','63','0','2','3','30','150','1','14','bonus bAtkEle,Ele_Earth;','','');
-REPLACE INTO `item_db_re` VALUES ('1968','Jump_Rope','Skipping Rope','4','20','10','400','120','0','0','2','0','524288','63','0','2','3','30','150','1','14','bonus bCritical,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1969','Bladed_Whip','Blade Whip','4','20','10','1200','140','0','0','2','0','524288','63','0','2','4','30','150','1','14','bonus2 bAddEff,Eff_Bleeding,300;','','');
-REPLACE INTO `item_db_re` VALUES ('1970','Queen\'s_Whip','Queen\'s Whip','4','20','10','1100','150','0','0','2','0','524288','63','0','2','4','65','150','1','14','bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,DC_THROWARROW,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1971','Electric_Wire','Electric Wire','4','20','10','700','110','0','0','2','0','524288','63','0','2','3','30','150','1','14','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('1972','Electric_Eel','Electric Eel','4','20','10','2000','100','0','0','2','2','524288','58','0','2','4','70','150','1','14','bonus bAtkEle,Ele_Wind; bonus bInt,2; bonus bAgi,2; bonus3 bAutoSpell,WZ_JUPITEL,3,20; if(getrefine()>0) bonus3 bAutoSpell,CG_ARROWVULCAN,getrefine(),50;','','');
-REPLACE INTO `item_db_re` VALUES ('1973','Sea_Witch_Foot','Sea Witch\'s Foot','4','20','10','1500','110','0','0','2','1','524288','58','0','2','4','70','150','1','14','bonus bSPGainValue,5; bonus4 bAutoSpellWhenHit,WZ_FROSTNOVA,3,50,1; bonus3 bAutoSpell,NPC_WIDESILENCE,2,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1974','Carrot_Whip','Carrot Whip','4','20','10','1300','185','0','0','2','0','524288','58','0','2','4','70','150','1','14','if(getrefine()>0) bonus3 bAutoSpell,AL_INCAGI,getrefine(),10;','','');
-REPLACE INTO `item_db_re` VALUES ('1975','Queen_Is_Whip','Queen Is Whip','4','20','10','0','120','0','0','2','0','524288','63','0','2','1','0','150','0','14','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('1976','Queen\'s_Whip_','Queen\'s Whip','4','20','10','1100','150','0','0','2','2','524288','63','0','2','4','65','150','1','14','bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,DC_THROWARROW,10;','','');
-REPLACE INTO `item_db_re` VALUES ('1977','BF_Whip1','Valorous Battle Lariat','4','20','10','0','50','0','0','2','0','524288','63','0','2','3','80','150','1','14','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1978','BF_Whip2','Brave Battle Lariat','4','20','10','0','50','0','0','2','0','524288','63','0','2','3','80','150','1','14','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bSkillAtk,CG_ARROWVULCAN,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('1979','Stem_Of_Nepenthes','Stem of Nepenthes','4','20','10','1000','120','0','0','2','2','524288','58','0','2','4','60','150','1','14','bonus bInt,2; if( getrefine()>=9 ) { bonus3 bAddEffOnSkill,DC_THROWARROW,Eff_Freeze,2000; } else { bonus3 bAddEffOnSkill,DC_THROWARROW,Eff_Freeze,1000; }','','');
-REPLACE INTO `item_db_re` VALUES ('1980','Whip_Of_Balance','Whip of Balance','4','20','10','700','110','0','0','2','3','524288','58','0','2','3','70','150','1','14','bonus bAgi,2; bonus bDex,3; bonus2 bAddSkillBlow,DC_THROWARROW,2; bonus2 bAddSkillBlow,CG_ARROWVULCAN,3;','','');
-REPLACE INTO `item_db_re` VALUES ('1981','Krieger_Whip1','Glorious Lariat','4','20','10','0','50','0','0','2','0','524288','63','0','2','4','80','150','1','14','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) bonus4 bAutoSpellOnSkill,CG_ARROWVULCAN,CG_TAROTCARD,5,100;','','');
-REPLACE INTO `item_db_re` VALUES ('1982','Phenomena_Whip','Phenomena Whip','4','20','10','0','160','0','0','2','0','524288','63','0','2','4','0','150','0','14','bonus bDex,2; bonus2 bSkillAtk,DC_THROWARROW,25;','','');
-REPLACE INTO `item_db_re` VALUES ('1983','Rante_C','Rante Whip','4','0','0','0','170','0','0','2','0','524288','63','0','2','3','0','150','0','14','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
-REPLACE INTO `item_db_re` VALUES ('1984','Stem_Whip','Stem Whip','4','20','10','800','170','50','0','1','1','524288','56','0','2','3','102','150','1','14','if(getrefine()>5) { bonus2 bSkillUseSP,WA_SWING_DANCE,(getrefine()-5)*4; bonus2 bSkillUseSP,WM_LULLABY_DEEPSLEEP,(getrefine()-5)*4; } bonus2 bSkillVariableCast,WA_SWING_DANCE,-2000; bonus2 bSkillVariableCast,WM_LULLABY_DEEPSLEEP,-2000;','','');
-REPLACE INTO `item_db_re` VALUES ('1985','Rosebine','Rosevine','4','20','10','1000','100','130','0','1','0','524288','56','0','2','4','110','150','1','14','bonus bInt,2; bonus bAgi,-2; bonus3 bAutoSpell,WM_VOICEOFSIREN,1,20;','','');
-REPLACE INTO `item_db_re` VALUES ('1986','P_Tail1','Eden Group Whip I','4','0','0','0','125','0','0','2','0','524288','63','0','2','3','60','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('2000','Destruction_Rod','Staff of Destruction','4','20','10','2500','130','280','0','1','1','512','58','2','34','4','80','150','1','23','bonus bMatkRate,getrefine()/2; bonus bInt,3; bonus bAgi,10; bonus bUseSPrate,(getrefine()*2); bonus3 bAutoSpellWhenHit,WZ_JUPITEL,5,(getrefine()*20); bonus2 bVariableCastrate,HW_MAGICPOWER,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('2001','Divine_Cross','Divine Cross','4','20','10','1500','120','210','0','1','0','33024','63','2','34','4','70','150','1','23','bonus bAtkEle,Ele_Holy; bonus bDex,4; bonus2 bSubRace,RC_Demon,15; bonus2 bSubRace,RC_Undead,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2002','Krieger_Twohand_Staff1','Glorious Destruction Staff','4','20','10','0','70','210','0','1','0','8487700','63','2','34','4','80','150','1','23','bonus bMatkRate,getrefine(); bonus2 bMagicAddRace,RC_DemiHuman,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bMagicAddRace,RC_DemiHuman,(((getrefine()>14)?14:getrefine())-5)*2; bonus2 bIgnoreMdefRate,RC_DemiHuman,5+(((getrefine()>14)?14:getrefine())-5)*2; } if(getrefine()>8) { bonus5 bAutoSpellOnSkill,WZ_STORMGUST,MG_SAFETYWALL,10,200,1; bonus5 bAutoSpellOnSkill,WZ_METEOR,MG_SAFETYWALL,10,200,1; bonus5 bAutoSpellOnSkill,WZ_VERMILION,MG_SAFETYWALL,10,200,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('2003','Destruction_Rod_M','Staff of Destruction','4','20','10','2500','130','280','0','1','1','512','58','2','34','4','80','150','1','23','bonus bMatkRate,getrefine()/2; bonus bInt,3; bonus bAgi,10; bonus bUseSPrate,(getrefine()*2); bonus3 bAutoSpellWhenHit,WZ_JUPITEL,5,(getrefine()*20); bonus2 bVariableCastrate,HW_MAGICPOWER,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('2004','Kronos','Kronos','4','20','10','1000','30','240','0','1','0','66052','58','2','34','4','50','150','1','23','bonus bInt,3+(getrefine()/2); bonus bMaxHP,300+(50*getrefine()/2); autobonus \"{ bonus bMatkRate,12; bonus buseSPRate,20; }\",1,5000,BF_MAGIC,\"{ specialeffect2 EF_ENHANCE; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('2005','Dea_Staff','Dea Staff','4','20','10','1000','30','220','0','1','1','33040','58','2','34','3','50','150','1','23','bonus bAtkEle,Ele_Holy; bonus bMatkRate,getrefine()/2; bonus bInt,6; bonus bVit,2; autobonus3 \"{ }\",20,1000,AL_HEAL,\"{ specialeffect2 EF_MAGICALATTHIT; heal 0,200; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('2006','G_Staff_Of_Light','Guardian Of Light Wand','4','20','10','1900','80','150','0','1','0','8454660','63','2','34','4','60','150','1','23','bonus bAtkEle,Ele_Holy; bonus bInt,6;','','');
-REPLACE INTO `item_db_re` VALUES ('2007','Golden_Rod_Staff','Golden Rod Staff','4','20','10','900','30','230','0','1','2','512','56','2','34','4','100','150','1','23','bonus bAtkEle,Ele_Wind; bonus bInt,3; bonus2 bSkillAtk,WZ_JUPITEL,12;','','');
-REPLACE INTO `item_db_re` VALUES ('2008','Aqua_Staff','Aqua Staff','4','20','10','900','30','230','0','1','2','512','56','2','34','4','100','150','1','23','bonus bAtkEle,Ele_Water; bonus bInt,3; bonus2 bSkillAtk,MG_COLDBOLT,12; bonus2 bSkillAtk,MG_FROSTDIVER,12;','','');
-REPLACE INTO `item_db_re` VALUES ('2009','Crimson_Staff','Crimson Staff','4','20','10','900','30','230','0','1','2','512','56','2','34','4','100','150','1','23','bonus bAtkEle,Ele_Fire; bonus bInt,3; bonus2 bSkillAtk,MG_FIREBOLT,10; bonus2 bSkillAtk,MG_FIREBALL,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2010','Forest_Staff','Forest Staff','4','20','10','900','30','230','0','1','2','512','56','2','34','4','100','150','1','23','bonus bAtkEle,Ele_Earth; bonus bInt,3; bonus2 bSkillAtk,WZ_EARTHSPIKE,10; bonus2 bSkillAtk,WZ_HEAVENDRIVE,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2011','Golden_Rod_Staff2','Empowered Golden Rod Staff','4','20','10','900','30','270','0','1','1','512','56','2','34','4','130','150','1','10','bonus bAtkEle,Ele_Wind; bonus bInt,5; bonus2 bSkillAtk,WZ_JUPITEL,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2012','Aqua_Staff2','Empowered Aqua Staff','4','20','10','900','30','270','0','1','1','512','56','2','34','4','130','150','1','10','bonus bAtkEle,Ele_Water; bonus bInt,5; bonus2 bSkillAtk,MG_COLDBOLT,30; bonus2 bSkillAtk,MG_FROSTDIVER,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2013','Crimson_Staff2','Empowered Crimson Staff','4','20','10','900','30','270','0','1','1','512','56','2','34','4','130','150','1','10','bonus bAtkEle,Ele_Fire; bonus bInt,5; bonus2 bSkillAtk,MG_FIREBOLT,30; bonus2 bSkillAtk,MG_FIREBALL,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2014','Forest_Staff2','Empowered Forest Staff','4','20','10','900','30','270','0','1','1','512','56','2','34','4','130','150','1','10','bonus bAtkEle,Ele_Earth; bonus bInt,5; bonus2 bSkillAtk,WZ_EARTHSPIKE,30; bonus2 bSkillAtk,WZ_HEAVENDRIVE,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2015','Upg_Staff','Upgrade Staff','4','20','10','1000','50','70','0','1','1','8487700','63','2','34','3','0','150','1','10','bonus bMatk,(getrefine()*10); bonus bHealPower,getrefine(); if(BaseJob==Job_Wizard) bonus bMatk,30; else if(BaseJob==Job_Sage) bonus bMatk,20; if(BaseLevel>70) bonus bMatk,(((BaseLevel-70)/10)*10);','','');
-REPLACE INTO `item_db_re` VALUES ('2016','Velum_Arc_Wand','Vellum Arc Wand','4','20','10','800','110','220','0','1','0','8487700','63','2','34','4','95','150','1','10','bonus bUnbreakableWeapon,0; bonus2 bMagicAddRace,RC_DemiHuman,25; bonus bIgnoreMdefRate,25; if(getrefine()>5) { bonus2 bMagicAddRace,RC_DemiHuman,15; } if(getrefine()>8) { bonus bVariableCastrate,-20; }','','');
-REPLACE INTO `item_db_re` VALUES ('2017','Divine_Cross_','Divine Cross','4','20','10','1500','120','210','0','1','0','33024','63','2','34','4','70','150','1','23','//bonus bMAtk,210; bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Holy; bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2018','Metal_Staff','Metal Staff','4','20','10','0','50','70','0','1','1','8487700','63','2','34','3','0','150','1','23','//bonus bMAtk,70; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2101','Guard','Guard','5','500','250','300','0','0','20','0','0','4294967295','63','2','32','0','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2102','Guard_','Guard','5','500','250','300','0','0','20','0','1','4294967295','63','2','32','0','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2103','Buckler','Buckler','5','14000','7000','600','0','0','40','0','0','972274','63','2','32','0','0','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('2104','Buckler_','Buckler','5','14000','7000','600','0','0','40','0','1','972274','63','2','32','0','0','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('2105','Shield','Shield','5','56000','28000','1300','0','0','60','0','0','16514','63','2','32','0','0','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2106','Shield_','Shield','5','56000','28000','1300','0','0','60','0','1','16514','63','2','32','0','0','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2107','Mirror_Shield','Mirror Shield','5','60000','30000','1000','0','0','45','0','0','4210818','63','2','32','0','0','150','1','4','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2108','Mirror_Shield_','Mirror Shield','5','60000','30000','1000','0','0','45','0','1','4210818','63','2','32','0','0','150','1','4','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2109','Memorize_Book','Memory Book','5','20','10','1000','0','0','25','0','0','8454660','63','2','32','0','0','150','1','5','bonus bInt,1; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2110','Holy_Guard','Holy Guard','5','85000','42500','1400','0','0','110','0','0','16384','63','2','32','0','68','150','0','4','bonus bVit,2; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2111','Herald_Of_GOD','Sacred Mission','5','128000','64000','1600','0','0','120','0','0','16384','63','2','32','0','83','150','1','4','bonus bVit,3; bonus bInt,2; bonus bMdef,3; bonus bUnbreakableShield,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2112','Novice_Guard','Novice Guard','5','1','0','1','0','0','20','0','0','1','47','2','32','0','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2113','Novice_Shield','Novice Shield','5','5000','2500','1000','0','0','20','0','1','1','47','2','32','0','40','150','1','3','bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Ghost,20; bonus2 bSubEle,Ele_Undead,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2114','Stone_Buckler','Stone Buckler','5','30000','15000','1500','0','0','45','0','1','4294967294','63','2','32','0','65','150','1','2','bonus2 bSubSize,Size_Large,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2115','Valkyrja\'s_Shield','Valkyrja\'s Shield','5','30000','15000','500','0','0','80','0','1','4294967294','63','2','32','0','65','150','1','4','bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Undead,20; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2116','Angel\'s_Safeguard','Angelic Guard','5','10000','5000','400','0','0','30','0','1','1','47','2','32','0','20','150','1','1','bonus2 bSubRace,RC_Demon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2117','Arm_Guard','Arm Guard','5','10000','5000','150','0','0','50','0','0','570425344','1','2','32','0','20','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2118','Arm_Guard_','Arm Guard','5','10000','5000','150','0','0','50','0','1','570425344','1','2','32','0','20','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2119','Improved_Arm_Guard','Advanced Arm Guard','5','40000','20000','150','0','0','45','0','0','570425344','1','2','32','0','50','150','1','1','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2120','Improved_Arm_Guard_','Advanced Arm Guard','5','40000','20000','150','0','0','45','0','1','570425344','1','2','32','0','50','150','1','1','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2121','Memorize_Book_','Memory Book','5','20','10','1000','0','0','25','0','1','8454660','63','2','32','0','0','150','1','5','bonus bInt,1; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2122','Platinum_Shield','Platinum Shield','5','20','10','1200','0','0','95','0','0','1040382','58','2','32','0','68','150','1','4','bonus bMdef,5; bonus2 bSubSize,Size_Medium,15; bonus2 bSubSize,Size_Large,15; bonus2 bSubRace,RC_Undead,10; bonus5 bAutoSpellWhenHit,NPC_MAGICMIRROR,2,150,BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2123','Orleans_Server','Orleans\'s Server','5','20','10','1000','0','0','75','0','1','1040382','58','2','32','0','55','150','1','4','bonus bMdef,2; bonus bMagicDamageReturn,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2124','Thorny_Buckler','Thorny Buckler','5','20','10','1000','0','0','85','0','1','1040382','58','2','32','0','55','150','1','2','bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2125','Strong_Shield','Strong Shield','5','20','10','2500','0','0','90','0','1','414946','58','2','32','0','75','150','1','4','bonus bNoKnockback,0; bonus2 bSubEle,Ele_Neutral,-20; bonus2 bSubEle,Ele_Fire,-20; bonus2 bSubEle,Ele_Water,-20; bonus2 bSubEle,Ele_Wind,-20; bonus2 bSubEle,Ele_Earth,-20; bonus2 bSubEle,Ele_Dark,-20; bonus2 bSubEle,Ele_Holy,-20; bonus2 bSubEle,Ele_Ghost,-20;','','');
-REPLACE INTO `item_db_re` VALUES ('2126','Guyak_Shield','Guyak Shield','5','20','10','700','0','0','3','0','0','4294967294','63','2','32','0','0','150','1','2','bonus bMdef,2; bonus bMagicDamageReturn,2; autobonus2 \"{ bonus bShortWeaponDamageReturn,5; }\",20,1000,BF_WEAPON,\"{ specialeffect2 EF_REFLECTSHIELD; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('2127','Secular_Mission','Secular Mission','5','20','10','0','0','0','10','0','0','4294967295','63','2','32','0','0','150','0','4','bonus2 bSubRace,RC_NonBoss,25; bonus2 bSubRace,RC_Boss,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2128','Herald_Of_GOD_','Sacred Mission','5','128000','64000','1600','0','0','120','0','1','16384','63','2','32','0','83','150','1','4','bonus bVit,3; bonus bInt,2; bonus bMdef,3; bonus bUnbreakableShield,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2129','Exorcism_Bible','Exorcism Bible','5','20','10','600','0','0','80','0','0','33024','63','2','32','0','50','150','1','5','bonus bHPrecovRate,3; bonus bSPrecovRate,3; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2130','Cross_Shield','Cross Shield','5','20','10','2000','0','0','130','0','1','16384','63','2','32','0','80','150','1','4','bonus bStr,1; bonus2 bSkillAtk,PA_SHIELDCHAIN,30; bonus2 bSkillAtk,CR_SHIELDBOOMERANG,30; bonus bUseSPrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2131','Magic_Study_Vol1','Magic Bible Vol1','5','20','10','1000','0','0','18','0','1','8454660','63','2','32','0','70','150','1','5','bonus bMdef,3; bonus bInt,2; bonus2 bAddEffWhenHit,Eff_Stun,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('2132','Shelter_Resistance','Shelter Resistance','5','20','10','0','0','0','140','0','0','4294967295','63','2','32','0','0','150','0','2','bonus2 bSubEle,Ele_Neutral,20; bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Holy,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Ghost,20; bonus2 bSubEle,Ele_Undead,20; bonus bShortWeaponDamageReturn,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2133','Tournament_Shield','Tournament Shield','5','20','10','1000','0','0','105','0','1','16514','58','2','32','0','50','150','1','4','bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1; if( Class == Job_Lord_Knight ) bonus bAspdRate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('2134','Shield_Of_Naga','Shield of Naga','5','20','10','500','0','0','35','0','1','1040256','58','2','32','0','0','150','1','2','bonus bMdef,3; autobonus2 \"{ bonus bShortWeaponDamageReturn,(getrefine()*3); }\",10,5000,BF_WEAPON,\"{ specialeffect2 EF_GUARD; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('2135','Shadow_Guard','Shadow Guard','5','20','10','800','0','0','52','0','1','131072','58','2','32','0','70','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('2136','Cracked_Buckler','Cracked Buckler','5','0','0','0','0','0','55','0','0','4294967295','63','2','32','0','0','150','0','2','bonus bAgi,2; bonus2 bAddEle,Ele_Neutral,-10; bonus3 bAutoSpellWhenHit,PR_KYRIE,10,10; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2137','Valkyrja\'s_Shield_C','Neo Valkyrja\'s Shield','5','0','0','0','0','0','110','0','0','1040382','58','2','32','0','95','150','0','4','bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Undead,20; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2138','Bradium_Shield','Bradium Shield','5','20','10','1800','0','0','98','0','1','1040256','58','2','32','0','65','150','1','3','bonus2 bSkillAtk,CR_SHIELDBOOMERANG,60; bonus bAgi,-1; bonus bMaxHP,500;','','');
-REPLACE INTO `item_db_re` VALUES ('2139','Flame_Thrower','Flame Thrower','5','20000','10000','2000','0','0','60','0','0','1024','56','2','32','0','99','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2140','Energy_Rune_Guard','Energy Rune Guard','5','20','10','0','0','0','70','0','1','16512','56','2','32','0','99','150','1','4','bonus bMaxSPrate,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2141','Freyja_SShield7','Freya Soul Shield','5','0','0','300','0','0','5','0','0','4294967295','63','2','32','0','20','150','0','1','bonus2 bSubSize,Size_Medium,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2142','Freyja_SShield30','Freya Soul Shield','5','0','0','300','0','0','5','0','0','4294967295','63','2','32','0','20','150','0','1','bonus2 bSubSize,Size_Medium,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2143','Freyja_SShield60','Freya Soul Shield','5','0','0','300','0','0','5','0','0','4294967295','63','2','32','0','20','150','0','1','bonus2 bSubSize,Size_Medium,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2144','Freyja_SShield90','Freya Soul Shield','5','0','0','300','0','0','5','0','0','4294967295','63','2','32','0','20','150','0','1','bonus2 bSubSize,Size_Medium,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2145','Time_Keepr_Shield','Guardian Shield','5','30000','15000','0','0','0','20','0','0','4294967295','63','2','32','0','0','150','1','3','bonus bMdef,1; bonus2 bSubEle,Ele_Neutral,10; bonus2 bSubSize,Size_Medium,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2146','Siver_Guard','Siver Guard','5','12500','6250','300','0','0','60','0','1','4294967295','63','2','32','0','22','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2147','Round_Buckler','Round Buckler','5','24000','12000','600','0','0','90','0','1','1040382','58','2','32','0','22','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('2148','Rotha_Shield','Rosa Shield','5','56000','28000','1300','0','0','130','0','1','16512','56','2','32','0','100','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2149','Upg_Guard','Reinforcement Guard','5','20','10','150','0','0','25','0','1','4294967295','63','2','32','0','0','150','1','1','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2150','Upg_Buckler','Reinforcement Buckler','5','20','10','300','0','0','45','0','1','972274','63','2','32','0','0','150','1','2','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2151','Upg_Shield','Reinforcement Shield','5','20','10','650','0','0','65','0','1','16514','63','2','32','0','0','150','1','3','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2152','Anti_Demon_Shield_C','Anti Demon Shield','5','0','0','0','0','0','120','0','0','4294967295','63','2','32','0','0','150','0','3','bonus2 bSubRace,RC_DemiHuman,25; bonus2 bSubRace,RC_Demon,25; bonus bMaxHP,400;','','');
-REPLACE INTO `item_db_re` VALUES ('2153','Imperial_Guard','Imperial Guard','5','20','10','2500','0','0','120','0','1','16384','56','2','32','0','102','150','1','4','bonus bMdef,5; if(getrefine()>=6) { bonus2 bSkillAtk,LG_SHIELDPRESS,20+((getrefine()-5)*2); } else { bonus2 bSkillAtk,LG_SHIELDPRESS,20; }','','');
-REPLACE INTO `item_db_re` VALUES ('2154','Toy_Shield','Toy Shield','5','0','0','500','0','0','1','0','1','4294967295','63','2','32','0','10','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2155','Academy_Shield','Academy Shield','5','0','0','1500','0','0','3','0','1','4294967294','63','2','32','0','0','150','1','4','','','');
-REPLACE INTO `item_db_re` VALUES ('2156','Bible_Of_Promise1','Bible of Promise(1st Vol.)','5','20','10','500','0','0','10','0','1','256','56','2','32','0','110','150','1','5','bonus bMdef,2; skill ALL_ODINS_POWER,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2157','Insecticide','Pesticide','5','20','10','100','0','0','0','0','0','4294967295','63','2','32','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2158','Ramor_Shield_Undead','Ramorushirudo','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2159','Sharel_Shield','Sharerushirudo','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2160','Giant_Shield','Giant Shield','5','56000','28000','2800','0','0','130','0','1','16512','56','2','32','0','100','150','1','4','bonus2 bSubSize,Size_Large,5; if(getrefine()>=9) { bonus2 bSubSize,Size_Large,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('2161','Geffenia_Book_Water','Geffenia Water Book','5','56000','28000','1000','0','0','30','0','1','512','56','2','32','0','100','150','1','5','bonus bMdef,2; bonus bInt,1; if(readparam(bInt)>=120) { bonus bMatk,10; bonus bMaxHP,800; }','','');
-REPLACE INTO `item_db_re` VALUES ('2162','Bible_Of_Promise2','Bible of Promise(2nd Vol.)','5','56000','28000','500','0','0','20','0','1','256','56','2','32','0','140','150','1','5','bonus bMdef,5; bonus bHealPower,5; skill ALL_ODINS_POWER,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2163','Flow_Shield','Floor Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2164','Sombre_Shield','Bull Son Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2165','Sol_Shield','Sol Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2166','Exorcism_Bible_','Devil\'s Bible Drive','5','20','10','600','0','0','80','0','1','33024','63','2','32','0','50','150','1','5','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2167','Poison_Shield','Poison Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2168','Immuned_Shield','Immune Shield','5','20','10','700','0','0','55','0','1','4294967295','63','2','32','0','0','150','1','1','if(getrefine()>=5) { bonus2 bSubEle,Ele_Neutral,getrefine()-4; } if(getrefine()>=7) { bonus2 bSubEle,Ele_Neutral,5; } if(getrefine()>=9) { bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; } if(getrefine()>=13) { bonus2 bSubEle,Ele_Neutral,12-getrefine(); }','','');
-REPLACE INTO `item_db_re` VALUES ('2169','Kalasak','Kalasag','5','20','10','400','0','0','40','0','0','4294967295','63','2','32','0','0','150','1','1','bonus2 bSubRace,RC_Boss,getrefine()/3;','','');
-REPLACE INTO `item_db_re` VALUES ('2170','Bayani_Kalasak','Kalasag(Bayani)','5','20','10','400','0','0','40','0','1','4294967295','63','2','32','0','0','150','1','1','bonus2 bSubRace,RC_Boss,getrefine()/3;','','');
-REPLACE INTO `item_db_re` VALUES ('2171','Fox_Armguard','Fox Armguard','5','40000','20000','200','0','0','45','0','1','570425344','1','2','32','0','100','150','1','1','bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2172','Wolf_Armguard','Wolf Armguard','5','45000','22500','250','0','0','70','0','1','570425344','1','2','32','0','100','150','1','1','autobonus \"{ bonus bBaseAtk,100; bonus bFlee,-50; }\",10,5000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('2173','Crescent_Armguard','Crescent Armguard','5','45000','22500','250','0','0','45','0','1','570425344','1','2','32','0','100','150','1','1','bonus bDelayrate,-2;','','');
-REPLACE INTO `item_db_re` VALUES ('2174','Lumiere_Shield','Lumiere Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2175','Esprit_Shield','Spirit Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2176','Dark_Book','Black Book','5','20','10','500','0','0','80','0','1','4294967295','63','2','32','0','65','150','1','5','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2190','Ancient_Shield_Of_Aeon','Ancient Shield Of Aeon','5','0','0','200','0','0','5','0','1','1040256','56','2','32','0','130','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('2199','Ahura_Mazda','Ahura Mazdah','5','1','0','10','0','0','10000','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bUnbreakableShield,0; bonus bAllStats,50; bonus bMdef,99; bonus bShortWeaponDamageReturn,100; bonus2 bSubRace,RC_DemiHuman,95; skill CR_FULLPROTECTION,5; skill WZ_ESTIMATION,1; skill ST_FULLSTRIP,5; skill HW_MAGICPOWER,10; bonus bMaxHPrate,200; bonus bNoKnockback,0; bonus bDelayrate,-20; bonus bSpeedRate,25; bonus bIntravision,0;','sc_start4 SC_ENDURE,60000,10,0,0,1;','sc_end SC_ENDURE;');
-REPLACE INTO `item_db_re` VALUES ('2201','Sunglasses','Sunglasses','5','5000','2500','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','12','bonus2 bResEff,Eff_Blind,500;','','');
-REPLACE INTO `item_db_re` VALUES ('2202','Sunglasses_','Sunglasses','5','5000','2500','100','0','0','0','0','1','4294967295','63','2','512','0','0','150','0','12','bonus2 bResEff,Eff_Blind,500;','','');
-REPLACE INTO `item_db_re` VALUES ('2203','Glasses','Glasses','5','4000','2000','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2204','Glasses_','Glasses','5','4000','2000','100','0','0','0','0','1','4294967295','63','2','512','0','0','150','0','3','','','');
-REPLACE INTO `item_db_re` VALUES ('2205','Diver\'s_Goggles','Diver Goggles','5','3500','1750','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','10','','','');
-REPLACE INTO `item_db_re` VALUES ('2206','Wedding_Veil','Wedding Veil','5','23000','11500','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','44','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2207','Fancy_Flower','Fancy Flower','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','4','bonus2 bSubRace,RC_Plant,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2208','Ribbon','Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','17','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2209','Ribbon_','Ribbon','5','800','400','100','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','17','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2210','Hair_Band','Hairband','5','500','250','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','9','','','');
-REPLACE INTO `item_db_re` VALUES ('2211','Bandana','Bandana','5','400','200','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','6','','','');
-REPLACE INTO `item_db_re` VALUES ('2212','Eye_Bandage','Eye Patch','5','1000','500','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','13','','','');
-REPLACE INTO `item_db_re` VALUES ('2213','Cat_Hairband','Kitty Band','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('2214','Bunny_Band','Bunny Band','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','15','bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2215','Flower_Hairband','Flower Band','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('2216','Biretta','Biretta','5','9000','4500','100','0','0','8','0','0','33040','63','2','256','0','0','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('2217','Biretta_','Biretta','5','9000','4500','100','0','0','8','0','1','33040','63','2','256','0','0','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('2218','Flu_Mask','Flu Mask','5','300','150','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','8','bonus2 bResEff,Eff_Silence,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('2219','Flu_Mask_','Flu Mask','5','300','150','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','8','bonus2 bResEff,Eff_Silence,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('2220','Hat','Hat','5','1000','500','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('2221','Hat_','Hat','5','1000','500','200','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','16','','','');
-REPLACE INTO `item_db_re` VALUES ('2222','Turban','Turban','5','4500','2250','300','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('2223','Turban_','Turban','5','4500','2250','300','0','0','5','0','1','4294967294','63','2','256','0','0','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('2224','Goggle','Goggles','5','20','10','300','0','0','5','0','0','941290','63','2','768','0','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2225','Goggle_','Goggles','5','20','10','300','0','0','5','0','1','941290','63','2','768','0','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2226','Cap','Cap','5','12000','6000','400','0','0','7','0','0','941290','63','2','256','0','0','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('2227','Cap_','Cap','5','12000','6000','400','0','0','7','0','1','941290','63','2','256','0','0','150','1','14','','','');
-REPLACE INTO `item_db_re` VALUES ('2228','Helm','Helm','5','44000','22000','600','0','0','13','0','0','16514','63','2','256','0','0','150','1','40','','','');
-REPLACE INTO `item_db_re` VALUES ('2229','Helm_','Helm','5','44000','22000','600','0','0','13','0','1','16514','63','2','256','0','0','150','1','40','','','');
-REPLACE INTO `item_db_re` VALUES ('2230','Gemmed_Sallet','Gemmed Sallet','5','50000','25000','500','0','0','8','0','0','414946','63','2','256','0','0','150','1','0','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2231','Gemmed_Sallet_','Gemmed Sallet','5','50000','25000','500','0','0','8','0','1','414946','63','2','256','0','0','150','1','0','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2232','Circlet','Circlet','5','7500','3750','300','0','0','6','0','0','8487700','63','2','256','0','0','150','1','18','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2233','Circlet_','Circlet','5','7500','3750','300','0','0','6','0','1','8487700','63','2','256','0','0','150','1','18','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2234','Tiara','Tiara','5','20','10','400','0','0','7','0','0','4294967294','63','2','256','0','45','150','1','19','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2235','Crown','Crown','5','20','10','400','0','0','7','0','0','4294967294','63','1','256','0','45','150','1','45','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2236','Santa\'s_Hat','Santa Hat','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','20','bonus bMdef,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2237','Weird_Goatee','Bandit Beard','5','2','1','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','21','','','');
-REPLACE INTO `item_db_re` VALUES ('2238','Weird_Moustache','Moustache','5','2','1','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','22','','','');
-REPLACE INTO `item_db_re` VALUES ('2239','One_Eyed_Glass','Monocle','5','10000','5000','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','23','','','');
-REPLACE INTO `item_db_re` VALUES ('2240','Beard','Beard','5','2','1','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','24','','','');
-REPLACE INTO `item_db_re` VALUES ('2241','Granpa_Beard','Grampa Beard','5','5000','2500','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','25','','','');
-REPLACE INTO `item_db_re` VALUES ('2242','Luxury_Sunglasses','Purple Glasses','5','24000','12000','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','26','bonus2 bResEff,Eff_Blind,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('2243','Spinning_Eyes','Geek Glasses','5','20000','10000','100','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','27','bonus2 bResEff,Eff_Blind,1500;','','');
-REPLACE INTO `item_db_re` VALUES ('2244','Big_Sis\'_Ribbon','Big Ribbon','5','15000','7500','200','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','28','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2245','Sweet_Gents','Sweet Gent','5','15000','7500','400','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','29','','','');
-REPLACE INTO `item_db_re` VALUES ('2246','Golden_Gear','Golden Gear','5','20','10','900','0','0','9','0','0','4294967294','63','2','256','0','40','150','1','30','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2247','Oldman\'s_Romance','Romantic Gent','5','15000','7500','400','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','31','','','');
-REPLACE INTO `item_db_re` VALUES ('2248','Western_Grace','Western Grace','5','15000','7500','400','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','32','','','');
-REPLACE INTO `item_db_re` VALUES ('2249','Coronet','Coronet','5','20','10','300','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','33','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2250','Fillet','Cute Ribbon','5','500','250','100','0','0','2','0','0','4294967294','63','2','256','0','0','150','0','34','bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2251','Holy_Bonnet','Monk Hat','5','30000','15000','100','0','0','10','0','0','33040','63','2','256','0','0','150','1','35','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2252','Star_Sparkling','Wizard Hat','5','20','10','300','0','0','7','0','0','8454660','63','2','256','0','0','150','1','36','bonus bMaxSP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('2253','Sunflower','Sunflower','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','37','bonus2 bSubRace,RC_Insect,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2254','Angelic_Chain','Angel Wing','5','20','10','100','0','0','4','0','0','4294967294','63','2','256','0','0','150','1','38','bonus bMdef,3; bonus bAgi,1; bonus bLuk,1; bonus2 bSubRace,RC_Demon,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2255','Satanic_Chain','Evil Wing','5','20','10','100','0','0','6','0','0','4294967294','63','2','256','0','0','150','1','39','bonus bMdef,2; bonus bStr,1; bonus2 bSubRace,RC_Angel,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2256','Magestic_Goat','Magestic Goat','5','20','10','800','0','0','9','0','0','6571170','63','2','256','0','0','150','1','41','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2257','Snowy_Horn','Unicorn Horn','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','42','','','');
-REPLACE INTO `item_db_re` VALUES ('2258','Sharp_Gear','Spiky Band','5','20','10','1000','0','0','12','0','0','6739442','63','2','256','0','50','150','1','43','','','');
-REPLACE INTO `item_db_re` VALUES ('2259','Mini_Propeller','Mini Propeller','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','46','','','');
-REPLACE INTO `item_db_re` VALUES ('2260','Mini_Glasses','Mini Glasses','5','28000','14000','100','0','0','2','0','0','4294967294','63','2','512','0','0','150','0','47','','','');
-REPLACE INTO `item_db_re` VALUES ('2261','Prontera_Army_Cap','Army Cap','5','20','10','400','0','0','8','0','0','414946','63','2','256','0','0','150','1','48','','','');
-REPLACE INTO `item_db_re` VALUES ('2262','Pierrot_Nose','Clown Nose','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','49','','','');
-REPLACE INTO `item_db_re` VALUES ('2263','Gangster_Patch','Zorro Masque','5','20','10','100','0','0','0','0','0','4294967294','63','2','512','0','0','150','0','50','','','');
-REPLACE INTO `item_db_re` VALUES ('2264','Munak_Turban','Munak Hat','5','20','10','300','0','0','5','0','0','4294967295','63','2','769','0','0','150','0','51','bonus2 bSubRace,RC_Undead,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2265','Ganster_Mask','Gangster Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','52','bonus2 bResEff,Eff_Silence,1500;','','');
-REPLACE INTO `item_db_re` VALUES ('2266','Iron_Cane','Iron Cain','5','20','10','300','0','0','4','0','0','16514','63','2','1','0','50','150','0','53','','','');
-REPLACE INTO `item_db_re` VALUES ('2267','Cigar','Cigarette','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','54','bonus2 bSubRace,RC_Insect,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2268','Smoking_Pipe','Pipe','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','55','bonus2 bSubRace,RC_Insect,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2269','Centimental_Flower','Romantic Flower','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','56','bonus2 bSubRace,RC_Plant,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2270','Centimental_Leaf','Romantic Leaf','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','57','bonus2 bSubRace,RC_Plant,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2271','Jack_A_Dandy','Jack be Dandy','5','45000','22500','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','58','','','');
-REPLACE INTO `item_db_re` VALUES ('2272','Stop_Post','Stop Post','5','20','10','400','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','59','','','');
-REPLACE INTO `item_db_re` VALUES ('2273','Doctor_Cap','Doctor Band','5','20','10','100','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','60','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2274','Ghost_Bandana','Ghost Bandana','5','20','10','100','0','0','0','0','0','4294967294','63','2','256','0','0','150','1','61','bonus bAgi,2; bonus2 bSubEle,Ele_Ghost,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2275','Red_Bandana','Red Bandana','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','62','','','');
-REPLACE INTO `item_db_re` VALUES ('2276','Eagle_Eyes','Angled Glasses','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','63','','','');
-REPLACE INTO `item_db_re` VALUES ('2277','Nurse_Cap','Nurse Cap','5','20','10','100','0','0','4','0','0','33040','63','2','256','0','0','150','1','64','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2278','Mr_Smile','Mr. Smile','5','60','30','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','65','','','');
-REPLACE INTO `item_db_re` VALUES ('2279','Bomb_Wick','Bomb Wick','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','66','','','');
-REPLACE INTO `item_db_re` VALUES ('2280','Sahkkat','Sakkat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','67','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2281','Phantom_Of_Opera','Opera Masque','5','20','10','200','0','0','2','0','0','4294967294','63','2','513','0','0','150','0','68','','','');
-REPLACE INTO `item_db_re` VALUES ('2282','Spirit_Chain','Halo','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','69','bonus2 bSubEle,Ele_Holy,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2283','Ear_Mufs','Ear Muffs','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','70','bonus2 bResEff,Eff_Curse,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('2284','Antler','Antlers','5','20','10','500','0','0','8','0','0','4294967294','63','2','256','0','0','150','1','71','','','');
-REPLACE INTO `item_db_re` VALUES ('2285','Apple_Of_Archer','Apple of Archer','5','20','10','200','0','0','1','0','0','4294967294','63','2','256','0','30','150','1','72','bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2286','Elven_Ears','Elven Ears','5','20','10','100','0','0','0','0','0','4294967294','63','2','512','0','70','150','0','73','','','');
-REPLACE INTO `item_db_re` VALUES ('2287','Pirate_Bandana','Pirate Bandana','5','20','10','100','0','0','4','0','0','4294967294','63','2','256','0','0','150','1','74','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2288','Mr_Scream','Mr. Scream','5','20','10','100','0','0','1','0','0','4294967294','63','2','513','0','0','150','0','75','','','');
-REPLACE INTO `item_db_re` VALUES ('2289','Poo_Poo_Hat','Poo Poo Hat','5','20','10','700','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','76','bonus2 bSubRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2290','Funeral_Costume','Funeral Hat','5','3000','1500','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','77','','','');
-REPLACE INTO `item_db_re` VALUES ('2291','Masquerade','Masquerade','5','20','10','100','0','0','0','0','0','4294967294','63','2','512','0','0','150','0','78','bonus2 bAddRace,RC_DemiHuman,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2292','Welding_Mask','Welding Mask','5','20','10','300','0','0','2','0','0','263200','63','2','513','0','50','150','0','79','bonus2 bSubEle,Ele_Fire,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2293','Pretend_Murdered','Pretend Murdered','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','80','','','');
-REPLACE INTO `item_db_re` VALUES ('2294','Star_Dust','Stellar','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','81','','','');
-REPLACE INTO `item_db_re` VALUES ('2295','Blinker','Blinker','5','1500','750','100','0','0','0','0','0','4294967294','63','2','512','0','0','150','0','82','bonus2 bResEff,Eff_Blind,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('2296','Binoculars','Binoculars','5','20','10','100','0','0','2','0','0','526344','63','2','512','0','50','150','0','83','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2297','Goblini_Mask','Goblin Mask','5','20','10','100','0','0','1','0','0','4294967294','63','2','513','0','0','150','0','84','','','');
-REPLACE INTO `item_db_re` VALUES ('2298','Green_Feeler','Green Feeler','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','85','','','');
-REPLACE INTO `item_db_re` VALUES ('2299','Viking_Helm','Orc Helm','5','20','10','500','0','0','9','0','0','414946','63','2','256','0','0','150','1','86','','','');
-REPLACE INTO `item_db_re` VALUES ('2301','Cotton_Shirt','Cotton Shirt','5','10','5','100','0','0','10','0','0','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2302','Cotton_Shirt_','Cotton Shirt','5','10','5','100','0','0','10','0','1','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2303','Leather_Jacket','Jacket','5','200','100','200','0','0','15','0','0','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2304','Leather_Jacket_','Jacket','5','200','100','200','0','0','15','0','1','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2305','Adventure_Suit','Adventurer\'s Suit','5','1000','500','300','0','0','20','0','0','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2306','Adventurere\'s_Suit_','Adventurer\'s Suit','5','1000','500','300','0','0','20','0','1','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2307','Mantle','Mantle','5','10000','5000','600','0','0','37','0','0','4294967294','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2308','Mantle_','Mantle','5','10000','5000','600','0','0','37','0','1','4294967294','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2309','Coat','Coat','5','22000','11000','1200','0','0','42','0','0','4294967294','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2310','Coat_','Coat','5','22000','11000','1200','0','0','42','0','1','4294967294','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2311','Mink_Coat','Mink Coat','5','20','10','2300','0','0','30','0','1','4294967294','63','2','16','0','30','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2312','Padded_Armor','Padded Armor','5','48000','24000','2800','0','0','35','0','0','414946','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2313','Padded_Armor_','Padded Armor','5','48000','24000','2800','0','0','35','0','1','414946','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2314','Chain_Mail','Chain Mail','5','65000','32500','3300','0','0','55','0','0','414946','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2315','Chain_Mail_','Chain Mail','5','65000','32500','3300','0','0','55','0','1','414946','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2316','Plate_Armor','Full Plate','5','80000','40000','4500','0','0','70','0','0','16514','63','2','16','0','40','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2317','Plate_Armor_','Full Plate','5','80000','40000','4500','0','0','70','0','1','16514','63','2','16','0','40','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2318','Clothes_Of_The_Lord','Lord\'s Clothes','5','20','10','2500','0','0','59','0','1','263200','63','2','16','0','70','150','1','0','bonus bMdef,5; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2319','Glittering_Clothes','Glittering Jacket','5','20','10','2500','0','0','58','0','1','4294967294','63','2','16','0','60','150','1','0','bonus bMdef,5; bonus2 bAddEff,Eff_Blind,300;','','');
-REPLACE INTO `item_db_re` VALUES ('2320','Formal_Suit','Formal Suit','5','20','10','300','0','0','40','0','1','4294967294','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2321','Silk_Robe','Silk Robe','5','8000','4000','400','0','0','20','0','0','8767414','63','2','16','0','0','150','1','0','bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2322','Silk_Robe_','Silk Robe','5','8000','4000','400','0','0','20','0','1','8767414','63','2','16','0','0','150','1','0','bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2323','Scapulare','Scapulare','5','6500','3250','400','0','0','24','0','0','33040','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2324','Scapulare_','Scapulare','5','6500','3250','400','0','0','24','0','1','33040','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2325','Saint_Robe','Saint\'s Robe','5','54000','27000','600','0','0','50','0','0','296240','63','2','16','0','0','150','1','0','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2326','Saint_Robe_','Saint\'s Robe','5','54000','27000','600','0','0','50','0','1','296240','63','2','16','0','0','150','1','0','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2327','Holy_Robe','Holy Robe','5','20','10','1700','0','0','57','0','0','33040','63','2','16','0','60','150','1','0','bonus bMdef,5; bonus2 bSubRace,RC_Demon,15; bonus2 bSubEle,Ele_Dark,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2328','Wooden_Mail','Wooden Mail','5','5500','2750','1000','0','0','25','0','0','279714','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2329','Wooden_Mail_','Wooden Mail','5','5500','2750','1000','0','0','25','0','1','279714','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2330','Tights','Tights','5','71000','35500','500','0','0','27','0','0','526344','63','2','16','0','45','150','1','0','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2331','Tights_','Tights','5','71000','35500','500','0','0','27','0','1','526344','63','2','16','0','45','150','1','0','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2332','Silver_Robe','Silver Robe','5','7000','3500','700','0','0','23','0','0','8454660','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2333','Silver_Robe_','Silver Robe','5','7000','3500','700','0','0','23','0','1','8454660','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2334','Mage_Coat','Mage Coat','5','20','10','600','0','0','40','0','0','8454660','63','2','16','0','50','150','1','0','bonus bMdef,5; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2335','Thief_Clothes','Thief Clothes','5','74000','37000','100','0','0','40','0','0','570560576','63','2','16','0','0','150','1','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2336','Thief_Clothes_','Thief Clothes','5','74000','37000','100','0','0','40','0','1','570560576','63','2','16','0','0','150','1','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2337','Ninja_Suit','Ninja Suit','5','20','10','1500','0','0','58','0','0','570560576','63','2','16','0','50','150','1','0','bonus bAgi,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2338','Wedding_Dress','Wedding Dress','5','43000','21500','500','0','0','10','0','0','4294967294','63','2','16','0','0','150','1','0','bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2339','G_Strings','Pantie','5','1000','500','100','0','0','22','0','0','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2340','Novice_Breast','Novice Breastplate','5','89000','44500','500','0','0','32','0','1','1','47','2','16','0','10','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2341','Full_Plate_Armor','Legion Plate Armor','5','94000','47000','5500','0','0','79','0','0','16384','63','2','16','0','70','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2342','Full_Plate_Armor_','Legion Plate Armor','5','102500','51250','5500','0','0','79','0','1','16384','63','2','16','0','70','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2343','Robe_Of_Casting','Robe of Cast','5','124800','62400','1100','0','0','40','0','0','8454656','63','2','16','0','75','150','1','0','bonus bVariableCastrate,-3; bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2344','Flame_Sprits_Armor','Lucius\'s Fierce Armor of Volcano','5','136000','68000','2200','0','0','25','0','0','279714','63','2','16','0','45','150','1','0','bonus bDefEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('2345','Flame_Sprits_Armor_','Lucius\'s Fierce Armor of Volcano','5','136000','68000','2200','0','0','25','0','1','4294967294','63','2','16','0','45','150','1','0','bonus bDefEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('2346','Water_Sprits_Armor','Saphien\'s Armor of Ocean','5','136000','68000','2200','0','0','25','0','0','279714','63','2','16','0','45','150','1','0','bonus bDefEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('2347','Water_Sprits_Armor_','Saphien\'s Armor of Ocean','5','136000','68000','2200','0','0','25','0','1','4294967294','63','2','16','0','45','150','1','0','bonus bDefEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('2348','Wind_Sprits_Armor','Aebecee\'s Raging Typhoon Armor','5','136000','68000','2200','0','0','25','0','0','279714','63','2','16','0','45','150','1','0','bonus bDefEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('2349','Wind_Sprits_Armor_','Aebecee\'s Raging Typhoon Armor','5','136000','68000','2200','0','0','25','0','1','4294967294','63','2','16','0','45','150','1','0','bonus bDefEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('2350','Earth_Sprits_Armor','Claytos Cracking Earth Armor','5','136000','68000','2200','0','0','25','0','0','279714','63','2','16','0','45','150','1','0','bonus bDefEle,Ele_Earth;','','');
-REPLACE INTO `item_db_re` VALUES ('2351','Earth_Sprits_Armor_','Claytos Cracking Earth Armor','5','136000','68000','2200','0','0','25','0','1','4294967294','63','2','16','0','45','150','1','0','bonus bDefEle,Ele_Earth;','','');
-REPLACE INTO `item_db_re` VALUES ('2352','Novice_Plate','Tattered Novice Ninja Suit','5','1','0','1','0','0','25','0','0','1','47','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2353','Odin\'s_Blessing','Odin\'s Blessing','5','30000','15000','2500','0','0','53','0','1','4294967294','63','2','16','0','65','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2354','Goibne\'s_Armor','Goibne\'s Armor','5','50000','25000','3500','0','0','58','0','0','4294967294','63','2','16','0','54','150','1','0','bonus bVit,2; bonus bMaxHPrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2355','Angel\'s_Protection','Angelic Protection','5','10000','5000','600','0','0','25','0','1','1','47','2','16','0','40','150','1','0','bonus bMdef,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2356','Vestment_Of_Grace','Blessed Holy Robe','5','20','10','2500','0','0','45','0','1','33024','63','2','16','0','70','150','1','0','bonus bMdef,5; bonus2 bResEff,Eff_Blind,8000;','','');
-REPLACE INTO `item_db_re` VALUES ('2357','Valkyrie_Armor','Valkyrian Armor','5','0','0','2800','0','0','55','0','1','1040382','58','2','16','0','0','150','1','0','bonus bAllStats,1; bonus bUnbreakableArmor,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000; else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus2 bResEff,Eff_Stun,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('2358','Dress_Of_Angel','Angel\'s Dress','5','20','10','1000','0','0','5','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2359','Ninja_Suit_','Ninja Suit','5','20','10','1500','0','0','58','0','1','570560576','63','2','16','0','50','150','1','0','bonus bAgi,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2360','Robe_Of_Casting_','Robe of Cast','5','124800','62400','1100','0','0','40','0','1','8454656','63','2','16','0','75','150','1','0','bonus bVariableCastrate,-3; bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2361','Blue_Aodai','Blue Robe','5','20','10','500','0','0','0','0','0','4294967294','63','2','16','0','0','150','1','0','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2362','Red_Aodai','Red Robe','5','20','10','500','0','0','0','0','0','4294967294','63','2','16','0','0','150','1','0','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2363','White_Aodai','White Robe','5','20','10','500','0','0','0','0','0','1','47','2','16','0','0','150','1','0','bonus bStr,3; bonus bInt,3; bonus bVit,3; bonus bDex,3; bonus bAgi,3; bonus bLuk,3; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2364','Meteo_Plate_Armor','Meteo Plate Armor','5','20','10','3000','0','0','85','0','1','279714','58','2','16','0','55','150','1','0','bonus2 bResEff,Eff_Stun,3000; bonus2 bResEff,Eff_Freeze,3000;','','');
-REPLACE INTO `item_db_re` VALUES ('2365','Orleans_Gown','Orleans\'s Gown','5','20','10','300','0','0','15','0','1','1040382','58','2','16','0','55','150','1','0','bonus bVariableCastrate,15; bonus bNoCastCancel,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2366','Divine_Cloth','Divine Cloth','5','20','10','1500','0','0','50','0','1','1040382','58','2','16','0','55','150','1','0','bonus2 bResEff,Eff_Curse,500; bonus2 bResEff,Eff_Silence,500; bonus2 bResEff,Eff_Stun,500; bonus2 bResEff,Eff_Stone,500; bonus2 bResEff,Eff_Sleep,500;','','');
-REPLACE INTO `item_db_re` VALUES ('2367','Sniping_Suit','Sniping Suit','5','20','10','750','0','0','42','0','1','2048','58','2','16','0','50','150','1','0','bonus bMdef,5; bonus bCritical,6+(readparam(bLuk)/10); bonus bDelayrate,-23;','','');
-REPLACE INTO `item_db_re` VALUES ('2368','Golden_Armor','Golden Armor','5','20','10','2000','0','0','4','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2369','Freyja_Overcoat','Freyja Overcoat','5','0','0','500','0','0','12','0','0','4294967294','63','2','16','0','0','150','0','0','bonus bUnbreakableArmor,0; bonus2 bSubRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2370','Used_Mage_Coat','Used Mage Coat','5','0','0','0','0','0','15','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,1; bonus bMaxHP,300; bonus bMaxSP,30; bonus bBaseAtk,10; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2371','G_Strings_','Pantie','5','1000','500','100','0','0','22','0','1','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2372','Mage_Coat_','Mage Coat','5','20','10','600','0','0','40','0','1','8454660','63','2','16','0','50','150','1','0','bonus bMdef,5; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2373','Holy_Robe_','Holy Robe','5','20','10','1700','0','0','57','0','1','33040','63','2','16','0','60','150','1','0','bonus bMdef,5; bonus2 bSubRace,RC_Demon,15; bonus2 bSubEle,Ele_Dark,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2374','Diabolus_Robe','Diabolus Robe','5','20','10','300','0','0','57','0','1','625436','58','2','16','0','60','150','1','0','bonus bMaxSP,150; bonus bMdef,5; bonus bHealPower,6; bonus bDelayrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('2375','Diabolus_Armor','Diabolus Armor','5','20','10','600','0','0','79','0','1','414946','58','2','16','0','60','150','1','0','bonus bMdef,5; bonus bStr,2; bonus bDex,1; bonus bMaxHP,150; bonus2 bResEff,Eff_Stun,500; bonus2 bResEff,Eff_Stone,500;','','');
-REPLACE INTO `item_db_re` VALUES ('2376','Assaulter_Plate','Assaulter Plate','5','10','5','0','0','0','57','0','1','6571170','63','2','16','0','80','150','1','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2377','Elite_Engineer_Armor','Elite Engineer Armor','5','10','5','0','0','0','50','0','1','263200','63','2','16','0','80','150','1','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2378','Assassin_Robe','Assassin Robe','5','10','5','0','0','0','41','0','1','570560576','63','2','16','0','80','150','1','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2379','Warlock_Battle_Robe','Warlock\'s Battle Robe','5','10','5','0','0','0','36','0','1','8454660','63','2','16','0','80','150','1','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2380','Medic_Robe','Medic\'s Robe','5','10','5','0','0','0','25','0','1','33040','63','2','16','0','80','150','1','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2381','Elite_Archer_Suit','Elite Archer Suit','5','10','5','0','0','0','35','0','1','526344','63','2','16','0','80','150','1','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2382','Elite_Shooter_Suit','Elite Shooter Suit','5','10','5','0','0','0','25','0','1','16777216','1','2','16','0','80','150','1','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2383','Brynhild','Brynhild','5','20','10','400','0','0','120','0','0','4294967295','63','2','16','0','94','150','0','0','bonus bMdef,10; bonus bMaxHP,20*BaseLevel; bonus bMaxSP,5*BaseLevel; bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; bonus bMatkRate,10; bonus bUnbreakableArmor,0; bonus bNoKnockback,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2384','Spritual_Tunic','Spritual Tunic','5','20','10','0','0','0','38','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMdef,5; bonus bMaxHP,800; bonus2 bResEff,Eff_Freeze,10000; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Holy,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Ghost,20; bonus2 bSubEle,Ele_Undead,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2385','Recuperative_Armor','Recuperative Armor','5','20','10','0','0','0','67','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bNoRegen,1; bonus bNoRegen,2; bonus bHPGainValue,60; bonus bSPGainValue,6; bonus bMagicHPGainValue,60; bonus bMagicSPGainValue,6;','','heal 0,-100;');
-REPLACE INTO `item_db_re` VALUES ('2386','Chameleon_Armor','Chameleon Armor','5','20','10','1700','0','0','55','0','0','1040256','58','2','16','0','70','150','1','0','bonus bMaxHP,(BaseLevel*7); bonus bMaxSP,(BaseLevel/2); autobonus2 \"{ bonus bNoMagicDamage,100; }\",10,2000,BF_MAGIC,\"{ specialeffect2 EF_ENERGYCOAT; }\"; if( BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte ) bonus bMdef,5; else if( BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief ) bonus bDef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2387','Sprint_Mail','Sprint Mail','5','20','10','1000','0','0','20','0','1','1040256','58','2','16','0','0','150','1','0','bonus bVit,1; bonus bHPrecovRate,5; bonus bAddItemHealRate,3; bonus2 bSkillHeal,AL_HEAL,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2388','Kandura','Kandura','5','20','10','300','0','0','36','0','1','4096','58','2','16','0','70','150','1','0','bonus bAgi,1; bonus bFlee,5; bonus bAspdRate,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2389','Armor_Of_Naga','Armor of Naga','5','20','10','1000','0','0','45','0','1','1040256','58','2','16','0','0','150','1','0','bonus bMdef,2; autobonus \"{ bonus bBaseAtk,20; }\",10,10000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('2390','Improved_Tights','Improved Tights','5','20','10','400','0','0','38','0','1','526344','58','2','16','0','75','150','1','0','bonus bMdef,2; bonus bFlee2,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2391','Life_Link','Life Link','5','20','10','3500','0','0','75','0','1','16514','58','2','16','0','82','150','1','0','bonus bVit,2; bonus bMdef,5; bonus bHPrecovRate,50;','','');
-REPLACE INTO `item_db_re` VALUES ('2392','Old_Pant','Old Green Pantie','5','0','0','0','0','0','60','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,2; bonus bVit,2; bonus bMaxHP,200; bonus3 bAutoSpellWhenHit,MO_CALLSPIRITS,5,20; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2393','N_Adventurer\'s_Suit','Novice Adventurer\'s Suit','5','0','0','0','0','0','45','0','1','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2394','Krieger_Suit1','Glorious Suit','5','20','10','0','0','0','10','0','0','4294967294','63','2','16','0','81','150','1','0','bonus bMaxHPrate,20; bonus2 bSubRace,RC_DemiHuman,7;','','');
-REPLACE INTO `item_db_re` VALUES ('2395','Krieger_Suit2','Glorious Popularized Suit','5','20','10','0','0','0','10','0','0','4294967294','63','2','16','0','61','150','1','0','bonus bMaxHP,600; bonus bSPrecovRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2396','Krieger_Suit3','Glorious Mass-Production Suit','5','20','10','0','0','0','10','0','0','4294967294','63','2','16','0','0','150','1','0','bonus bMaxHP,500;','','');
-REPLACE INTO `item_db_re` VALUES ('2397','Incredible_Coat','Incredible Event Resignation Coat','5','10','5','900','0','0','10','0','0','4294967294','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2398','Sniping_Suit_M','Sniping Suit','5','20','10','750','0','0','5','0','1','2048','58','2','16','0','50','150','1','0','bonus bMdef,5; bonus bCritical,6+(readparam(bLuk)/10); bonus bDelayrate,-23;','','');
-REPLACE INTO `item_db_re` VALUES ('2399','Dragon_Vest','Dragon Vest','5','20','10','500','0','0','20','0','1','1040382','58','2','16','0','0','150','1','0','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2401','Sandals','Sandals','5','400','200','200','0','0','5','0','0','4294967295','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2402','Sandals_','Sandals','5','400','200','200','0','0','5','0','1','4294967295','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2403','Shoes','Shoes','5','3500','1750','400','0','0','10','0','0','4294967294','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2404','Shoes_','Shoes','5','3500','1750','400','0','0','10','0','1','4294967294','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2405','Boots','Boots','5','18000','9000','600','0','0','16','0','0','24009962','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2406','Boots_','Boots','5','18000','9000','600','0','0','16','0','1','24009962','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2407','Chrystal_Pumps','Crystal Pumps','5','20','10','100','0','0','5','0','0','4294967294','63','2','64','0','0','150','1','0','bonus bMdef,10; bonus bLuk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2408','Cuffs','Shackles','5','5000','2500','3000','0','0','18','0','0','4294967295','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2409','Spiky_Heel','High Heels','5','8500','4250','600','0','0','10','0','0','4294967294','63','2','64','0','0','150','1','0','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2410','Sleipnir','Sleipnir','5','20','10','3500','0','0','40','0','0','4294967295','63','2','64','0','94','150','0','0','bonus bUnbreakableShoes,0; bonus bMdef,10; bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus bSPrecovRate,25; bonus bSpeedRate,25; bonus bInt,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2411','Grave','Greaves','5','48000','24000','750','0','0','27','0','0','16512','63','2','64','0','65','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2412','Grave_','Greaves','5','54000','27000','750','0','0','27','0','1','16512','63','2','64','0','65','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2413','Safty_Boots','Safety Boots','5','34000','17000','350','0','0','22','0','0','16514','63','2','64','0','30','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2414','Novice_Boots','Novice Slippers','5','1','0','1','0','0','5','0','0','1','47','2','64','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2415','Slipper','Bunny Slipper','5','34000','17000','300','0','0','9','0','1','4294967294','63','2','64','0','30','150','1','0','bonus bLuk,3; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2416','Novice_Shoes','Novice Shoes','5','35000','17500','500','0','0','8','0','1','1','47','2','64','0','40','150','1','0','bonus bMaxHPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2417','Fricco_Shoes','Fricco\'s Shoes','5','30000','15000','500','0','0','12','0','0','4294967294','63','2','64','0','65','150','1','0','bonus bAgi,2; bonus2 bAddItemHealRate,Red_Potion,20; bonus2 bAddItemHealRate,Yellow_Potion,20; bonus2 bAddItemHealRate,Orange_Potion,20; bonus2 bAddItemHealRate,White_Potion,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2418','Vidar\'s_Boots','Vidar\'s Boots','5','30000','15000','650','0','0','13','0','0','4294967294','63','2','64','0','65','150','1','0','bonus bMaxHPrate,9; bonus bMaxSPrate,9;','','');
-REPLACE INTO `item_db_re` VALUES ('2419','Goibne\'s_Combat_Boots','Goibne\'s Greaves','5','30000','15000','700','0','0','13','0','0','4294967294','63','2','64','0','54','150','1','0','bonus bMdef,3; bonus bMaxHPrate,5; bonus bMaxSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2420','Angel\'s_Arrival','Angel\'s Reincarnation','5','10000','5000','300','0','0','8','0','1','1','47','2','64','0','25','150','1','0','bonus bMaxHP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('2421','Valkyrie_Shoes','Valkyrian Shoes','5','0','0','500','0','0','13','0','1','1040382','58','2','64','0','0','150','1','0','bonus bUnbreakableShoes,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bMaxHP,(BaseLevel*5); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bMaxSP,(JobLevel*2);','','');
-REPLACE INTO `item_db_re` VALUES ('2422','High_Fashion_Sandals','High Fashion Sandals','5','24000','12000','200','0','0','7','0','1','8487700','63','2','64','0','40','150','1','0','bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2423','Variant_Shoes','Variant Shoes','5','20','10','500','0','0','13','0','0','1040382','58','2','64','0','85','150','1','0','bonus bMaxHPrate,20-getrefine(); bonus bMaxSPrate,20-getrefine(); bonus bDef,getrefine()/2;','','');
-REPLACE INTO `item_db_re` VALUES ('2424','Tidal_Shoes','Tidal Shoes','5','20','10','300','0','0','13','0','1','1040382','58','2','64','0','55','150','1','0','bonus2 bSubEle,Ele_Water,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2425','Black_Leather_Boots','Black Leather Boots','5','20','10','500','0','0','16','0','0','1040382','58','2','64','0','55','150','1','0','bonus bAgi,1; if(getrefine()>=9) bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2426','Shadow_Walk','Shadow Walk','5','20','10','2000','0','0','0','0','0','1040382','58','2','64','0','75','150','1','0','bonus bMdef,10; if(getskilllv(AS_CLOAKING)<2) { bonus5 bAutoSpellWhenHit,AS_CLOAKING,2,100,BF_MAGIC,0; } else bonus5 bAutoSpellWhenHit,AS_CLOAKING,getskilllv(AS_CLOAKING),100,BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2427','Golden_Shoes','Golden Shoes','5','20','10','300','0','0','4','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2428','Freyja_Boots','Freyja Boots','5','0','0','300','0','0','22','0','0','4294967294','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2429','Iron_Boots01','Iron Boots','5','0','0','1500','0','0','5','0','0','941290','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2430','Iron_Boots02','Iron Boots','5','0','0','800','0','0','5','0','0','4294967295','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2431','Valley_Shoes','Valley Shoes','5','20','10','0','0','0','10','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHPrate,7; bonus bMaxSPrate,7;','','');
-REPLACE INTO `item_db_re` VALUES ('2432','Spiky_Heel_','Highheels','5','8500','4250','600','0','0','10','0','1','4294967294','63','2','64','0','0','150','1','0','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2433','Diabolus_Boots','Diabolus Boots','5','20','10','250','0','0','15','0','1','1040256','58','2','64','0','0','150','1','0','bonus bMaxHP,(BaseLevel*10);','','');
-REPLACE INTO `item_db_re` VALUES ('2434','Black_Leather_Boots_','Black Leather Boots','5','20','10','500','0','0','16','0','1','1040382','58','2','64','0','55','150','1','0','bonus bAgi,1; if(getrefine()>=9) bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2435','Battle_Greave','Battle Greave','5','10','5','0','0','0','15','0','1','577131746','63','2','64','0','80','150','1','0','bonus bMaxHP,100; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2436','Combat_Boots','Combat Boots','5','10','5','0','0','0','9','0','1','9014044','63','2','64','0','80','150','1','0','bonus bMaxHP,100; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2437','Battle_Boots','Battle Boots','5','10','5','0','0','0','9','0','1','16777216','1','2','64','0','80','150','1','0','bonus bMaxHP,100; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2438','Paw_Of_Cat','Paw Of Cat','5','10','5','300','0','0','0','0','0','4294967295','63','2','64','0','0','150','1','0','bonus bFlee,5; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2439','Refresh_Shoes','Refresh Shoes','5','20','10','0','0','0','20','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHPrate,17; bonus bMaxSPrate,8; bonus2 bHPRegenRate,20,10000; bonus2 bSPRegenRate,3,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('2440','Sprint_Shoes','Sprint Shoes','5','20','10','300','0','0','10','0','1','1040256','58','2','64','0','0','150','1','0','bonus bAgi,1; bonus bSPrecovRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2441','Beach_Sandal','Beach Sandals','5','20','10','200','0','0','0','0','0','4294967295','63','2','64','0','0','150','1','0','bonus bStr,1; bonus bInt,1; bonus bAgi,1; bonus2 bSubEle,Ele_Fire,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2442','Boots_Perforated','Red Stocking Boots','5','0','0','0','0','0','18','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bLuk,2; bonus bHPrecovRate,10; bonus bSPrecovRate,10; bonus3 bAutoSpellWhenHit,WZ_QUAGMIRE,3,30; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2443','Fish_Shoes','Fisher\'s Boots','5','10','5','250','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2444','Krieger_Shoes1','Glorious Shoes','5','20','10','0','0','0','0','0','0','4294967294','63','2','64','0','81','150','1','0','bonus bMaxHPrate,10; bonus2 bSubRace,RC_DemiHuman,4; bonus3 bAutoSpellWhenHit,AL_INCAGI,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2445','Krieger_Shoes2','Glorious Popularized Shoes','5','20','10','0','0','0','5','0','0','4294967294','63','2','64','0','61','150','1','0','bonus bMaxHPrate,5; bonus bMaxSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2446','Krieger_Shoes3','Glorious Mass-Production Shoes','5','20','10','0','0','0','10','0','0','4294967294','63','2','64','0','0','150','1','0','bonus bMaxHPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2447','Military_Boots','Army Boots','5','1000','500','1000','0','0','5','0','0','4294967294','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2448','Air_Boss','Air Boss','5','0','0','500','0','0','2','0','0','4294967295','63','2','64','0','0','150','1','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2449','Variant_Shoes_M','Variant Shoes','5','20','10','500','0','0','3','0','0','1040382','58','2','64','0','85','150','1','0','bonus bMaxHPrate,20-getrefine(); bonus bMaxSPrate,20-getrefine(); bonus bDef,getrefine()/2;','','');
-REPLACE INTO `item_db_re` VALUES ('2450','Vital_Tree_Shoes','Vital Tree Shoes','5','20','10','500','0','0','16','0','0','1040382','58','2','64','0','60','150','1','0','bonus bMaxHPrate,10; bonus2 bHPRegenRate,30,10000; bonus bHealPower2,5; bonus bAddItemHealRate,5; bonus bMdef,3; bonus bVit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2451','Freyja_SSandal7','Freya Spirit Sandals','5','20','10','400','0','0','5','0','0','4294967295','63','2','64','0','20','150','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
-REPLACE INTO `item_db_re` VALUES ('2452','Freyja_SSandal30','Freya Spirit Sandals','5','20','10','400','0','0','5','0','0','4294967295','63','2','64','0','20','150','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
-REPLACE INTO `item_db_re` VALUES ('2453','Freyja_SSandal60','Freya Spirit Sandals','5','20','10','400','0','0','5','0','0','4294967295','63','2','64','0','20','150','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
-REPLACE INTO `item_db_re` VALUES ('2454','Freyja_SSandal90','Freya Spirit Sandals','5','20','10','400','0','0','5','0','0','4294967295','63','2','64','0','20','150','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
-REPLACE INTO `item_db_re` VALUES ('2455','Time_Keepr_Boots','Guardian Boots','5','30000','15000','0','0','0','17','0','0','4294967295','63','2','64','0','0','150','1','0','bonus bMdef,1; bonus bMaxHP,100; bonus bHPrecovRate,10; bonus bSPrecovRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2456','Para_Team_Boots1','Eden Group Boots I','5','0','0','0','0','0','14','0','0','4294967295','63','2','64','0','12','150','0','0','bonus bHPrecovRate,10; bonus bSPrecovRate,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2457','Para_Team_Boots2','Eden Group Boots II','5','0','0','0','0','0','16','0','0','4294967295','63','2','64','0','26','150','0','0','bonus bHPrecovRate,12; bonus bSPrecovRate,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2458','Para_Team_Boots3','Eden Group Boots III','5','0','0','0','0','0','18','0','0','4294967295','63','2','64','0','40','150','0','0','bonus bHPrecovRate,14; bonus bSPrecovRate,6;','','');
-REPLACE INTO `item_db_re` VALUES ('2459','Upg_Shoes','Reinforcement Shoes','5','20','10','200','0','0','15','0','1','4294967294','63','2','64','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2460','Upg_Boots','Reinforcement Boots','5','20','10','300','0','0','21','0','1','24009962','63','2','64','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2461','Upg_Greave','Reinforcement Greaves','5','20','10','400','0','0','32','0','1','16512','63','2','64','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2462','Sleipnir_C','Ephemeral Sleipnir','5','20','10','0','0','0','40','0','0','4294967295','63','2','64','0','94','150','0','0','bonus bUnbreakableShoes,0; bonus bMdef,10; bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus bSPrecovRate,15; bonus bSpeedRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2463','Feral_Boots','Feral Boots','5','20','10','0','0','0','12','0','0','4294967295','63','2','64','0','75','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2464','No_Fear_Shoes','NoFear Shoes','5','0','0','0','0','0','6','0','0','4294967295','63','2','64','0','20','150','0','0','bonus bUnbreakableShoes,0; bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2465','Dance_Shoes','Dance Shoes','5','20','10','300','0','0','15','0','1','524288','56','2','64','0','105','150','1','0','bonus bAgi,1; bonus bAspdRate,2; bonus2 bSkillUseSP,WA_SWING_DANCE,32;','','');
-REPLACE INTO `item_db_re` VALUES ('2466','Training_Shoes','Training Shoes','5','20','10','300','0','0','0','0','0','4294967295','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2467','Golden_Rod_Shoes','Golden Rod Shoes','5','20','10','500','0','0','12','0','0','512','56','2','64','0','100','150','1','0','bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Wind,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2468','Aqua_Shoes','Aqua Shoes','5','20','10','500','0','0','12','0','0','512','56','2','64','0','100','150','1','0','bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Water,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2469','Crimson_Shoes','Crimson Shoes','5','20','10','500','0','0','12','0','0','512','56','2','64','0','100','150','1','0','bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Fire,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2470','Forest_Shoes','Forest Shoes','5','20','10','500','0','0','12','0','0','512','56','2','64','0','100','150','1','0','bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Earth,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2471','Shoes_Of_Affection','Shoes Of Affection','5','20','10','300','0','0','12','0','0','256','56','2','64','0','100','150','1','0','bonus bMaxHP,500; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Formless,-10; bonus2 bSubRace,RC_Undead,-10; bonus2 bSubRace,RC_Brute,-10; bonus2 bSubRace,RC_Plant,-10; bonus2 bSubRace,RC_Insect,-10; bonus2 bSubRace,RC_Fish,-10; bonus2 bSubRace,RC_Demon,-10; bonus2 bSubRace,RC_Angel,-10; bonus2 bSubRace,RC_Dragon,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('2472','Shoes_Of_Judgement','Shoes Of Judgement','5','20','10','300','0','0','12','0','0','256','56','2','64','0','100','150','1','0','bonus bMaxSP,150; bonus2 bSkillAtk,AB_JUDEX,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2473','Para_Team_Boots4','Eden Group Boots IV','5','0','0','0','0','0','20','0','0','4294967295','63','2','64','0','60','150','0','0','bonus bAgi,1; bonus bVit,1; bonus bHPrecovRate,28; bonus bSPrecovRate,12;','','');
-REPLACE INTO `item_db_re` VALUES ('2474','Lehmannza_Shoes','Lehmannza Shoes','5','20','10','500','0','0','3','0','1','4294967295','63','2','64','0','60','150','1','0','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2475','Ur_Greave','Ur\'s Greaves','5','20','10','900','0','0','32','0','1','16512','56','2','64','0','100','150','1','0','bonus bMaxSP,40; if(getequiprefinerycnt(EQI_SHOES)>7) bonus bMaxHPrate,getequiprefinerycnt(EQI_SHOES)-7;','','');
-REPLACE INTO `item_db_re` VALUES ('2476','Peuz_Greave','Peuz\'s Greaves','5','20','10','900','0','0','32','0','1','16512','56','2','64','0','100','150','1','0','bonus bMaxSP,40; bonus bAgi,-7+(getequiprefinerycnt(EQI_SHOES)>8)?8:getequiprefinerycnt(EQI_SHOES);','','');
-REPLACE INTO `item_db_re` VALUES ('2477','Sabah_Shoes','Sapha Shoes','5','20','10','400','0','0','18','0','1','4096','56','2','64','0','100','150','1','0','bonus bMaxSP,30; bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2478','Nab_Shoes','Nab Shoes','5','20','10','400','0','0','18','0','1','4096','56','2','64','0','100','150','1','0','bonus bFlee,3; bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2479','White_Wing_Boots','White Wing Boots','5','20','10','400','0','0','18','0','1','2048','56','2','64','0','100','150','1','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2480','Black_Wing_Boots','Black Wing Boots','5','20','10','400','0','0','18','0','1','2048','56','2','64','0','100','150','1','0','bonus bInt,2; bonus bMaxSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2481','Rune_Boots','Rune Boots','5','20','10','100','0','0','5','0','1','4294967295','63','2','64','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2482','Shoes_Of_Valor','Shoes Of Valor','5','0','0','0','0','0','4','0','0','4294967295','63','2','64','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2483','Siege_Greave','WoE Greave','5','10','5','750','0','0','30','0','1','279714','63','2','64','0','95','150','1','0','bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2484','Siege_Boots','WoE Boots','5','10','5','500','0','0','20','0','1','594435306','63','2','64','0','95','150','1','0','bonus bMdef,5; bonus2 bSubRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2485','Siege_Shoes','WoE Shoes','5','10','5','350','0','0','15','0','1','8487701','63','2','64','0','95','150','1','0','bonus bMdef,10; bonus2 bSubRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2486','Shadow_Walk_','Shadow Walker','5','20','10','2000','0','0','0','0','1','1040382','58','2','64','0','75','150','1','0','bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2487','Vital_Tree_Shoes_','Sephiroth\'s Shoes','5','20','10','500','0','0','16','0','1','1040382','58','2','64','0','60','150','1','0','bonus bVit,2; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2488','Fricco_Shoes_','Freyja Boots','5','30000','15000','500','0','0','12','0','1','4294967294','63','2','64','0','65','150','1','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2489','Vidar\'s_Boots_','Vidar\'s Boots','5','30000','15000','650','0','0','13','0','1','4294967294','63','2','64','0','65','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2491','Bangungot_Boots','Bangungot Boots of Nightmare','5','20','10','600','0','0','10','0','0','4294967295','63','2','64','0','0','150','1','0','bonus bMdef,getrefine(); if(getrefine()>=14) { bonus bSpeedRate,25; }','','');
-REPLACE INTO `item_db_re` VALUES ('2492','Bayani_Bangungot_Boots','Bangungot Boots(Bayani)','5','20','10','600','0','0','10','0','1','4294967295','63','2','64','0','0','150','1','0','bonus bMdef,getrefine(); if(getrefine()>=12) { bonus bSpeedRate,25; }','','');
-REPLACE INTO `item_db_re` VALUES ('2495','Egir_Shoes','Aegir Shoes','5','200000','100000','300','0','0','13','0','1','4294967295','63','2','64','0','110','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2501','Hood','Hood','5','1000','500','200','0','0','4','0','0','4294967295','63','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2502','Hood_','Hood','5','1000','500','200','0','0','4','0','1','4294967295','63','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2503','Muffler','Muffler','5','5000','2500','400','0','0','8','0','0','4294967294','63','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2504','Muffler_','Muffler','5','5000','2500','400','0','0','8','0','1','4294967294','63','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2505','Manteau','Manteau','5','32000','16000','600','0','0','13','0','0','6706402','63','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2506','Manteau_','Manteau','5','32000','16000','600','0','0','13','0','1','6706402','63','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2507','Cape_Of_Ancient_Lord','Ancient Cape','5','82000','41000','600','0','0','9','0','0','4294967294','63','2','4','0','40','150','1','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2508','Ragamuffin_Cape','Ragamuffin Manteau','5','56000','28000','500','0','0','4','0','0','4294967294','63','2','4','0','0','150','1','0','bonus bUnbreakableGarment,0; bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2509','Clack_Of_Servival','Survivor\'s Manteau','5','20000','10000','550','0','0','10','0','0','8454660','63','2','4','0','75','150','1','0','bonus bMdef,5; bonus bVit,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2510','Novice_Hood','Somber Novice Hood','5','1','0','1','0','0','4','0','0','1','47','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Neutral,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2511','Skeleton\'s_Cape','Skeleton Manteau','5','5000','2500','700','0','0','13','0','0','4294967294','63','2','4','0','75','150','1','0','bonus bStr,2; bonus bInt,-3; bonus bDex,2; bonus bVit,-3; bonus bLuk,2; bonus bAgi,-4;','','');
-REPLACE INTO `item_db_re` VALUES ('2512','Novice_Manteau','Novice Manteau','5','50000','25000','500','0','0','7','0','1','1','47','2','4','0','40','150','1','0','bonus2 bSubEle,Ele_Neutral,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2513','Celestial_Robe','Heavenly Maiden Robe','5','20','10','500','0','0','18','0','1','4294967294','63','2','4','0','80','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2514','Pauldron','Pauldron','5','20','10','800','0','0','25','0','1','414946','63','2','4','0','80','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2515','Wing_Of_Eagle','Eagle Wing','5','20000','10000','300','0','0','12','0','1','8454660','63','2','4','0','85','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2516','Falcon_Robe','Falcon Muffler','5','30000','15000','400','0','0','8','0','0','4294967294','63','2','4','0','65','150','1','0','bonus bFlee,15; bonus bFlee2,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2517','Vali\'s_Manteau','Vali\'s Manteau','5','30000','15000','600','0','0','13','0','0','4294967294','63','2','4','0','65','150','1','0','bonus2 bSubEle,Ele_Neutral,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2518','Morpheus\'s_Shawl','Morpheus\'s Shawl','5','30000','15000','600','0','0','8','0','0','4294967294','63','2','4','0','33','150','1','0','bonus bMaxSPrate,10; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2519','Morrigane\'s_Manteau','Morrigane\'s Manteau','5','30000','15000','600','0','0','9','0','0','4294967294','63','2','4','0','61','150','1','0','bonus bLuk,2; bonus bFlee2,8;','','');
-REPLACE INTO `item_db_re` VALUES ('2520','Goibne\'s_Shoulder_Arms','Goibne\'s Spaulders','5','30000','15000','700','0','0','11','0','0','4294967294','63','2','4','0','54','150','1','0','bonus bLongAtkDef,10; bonus bMdef,2; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2521','Angel\'s_Warmth','Angelic Cardigan','5','10000','5000','400','0','0','6','0','1','1','47','2','4','0','20','150','1','0','bonus bHPrecovRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2522','Undershirt','Undershirt','5','20000','10000','150','0','0','5','0','0','4294967295','63','2','4','0','0','150','1','0','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2523','Undershirt_','Undershirt','5','20000','10000','150','0','0','5','0','1','4294967295','63','2','4','0','0','150','1','0','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2524','Valkyrie_Manteau','Valkyrian Manteau','5','0','0','500','0','0','10','0','1','1040382','58','2','4','0','0','150','1','0','bonus bUnbreakableGarment,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bShortWeaponDamageReturn,5+(getequiprefinerycnt(EQI_GARMENT)*2);','','');
-REPLACE INTO `item_db_re` VALUES ('2525','Cape_Of_Ancient_Lord_','Ancient Cape','5','82000','41000','600','0','0','9','0','1','4294967294','63','2','4','0','40','150','1','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2526','Dragon_Scale_Coat','Coat of Dragon Scale','5','20','10','10','0','0','14','0','0','4294967295','63','2','4','0','50','150','1','0','bonus bMaxHP,300;','','');
-REPLACE INTO `item_db_re` VALUES ('2527','Dragon_Breath','Dragon Breath','5','20','10','600','0','0','16','0','1','1040382','58','2','4','0','48','150','1','0','bonus2 bSubRace,RC_Dragon,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2528','Wool_Scarf','Wool Scarf','5','20','10','500','0','0','11','0','1','1040382','58','2','4','0','55','150','1','0','bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2529','Rider_Insignia','Rider Insignia','5','20','10','500','0','0','13','0','0','1040382','58','2','4','0','55','150','1','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2530','Rider_Insignia_','Rider Insignia','5','20','10','500','0','0','13','0','1','1040382','58','2','4','0','55','150','1','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2531','Ulfhedinn','Ulfhedinn','5','20','10','700','0','0','13','0','1','414946','58','2','4','0','70','150','1','0','bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2532','Mithril_Magic_Cape','Mithril Magic Cape','5','20','10','400','0','0','8','0','1','625436','58','2','4','0','70','150','1','0','bonus bMdef,3; bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,1,200,BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2533','Freyja_Cape','Freyja Cape','5','0','0','200','0','0','10','0','0','4294967294','63','2','4','0','0','150','0','0','bonus2 bSubRace,RC_DemiHuman,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2534','Ruffler','Ruffler','5','20','10','0','0','0','10','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Neutral,17; bonus bFlee,17;','','');
-REPLACE INTO `item_db_re` VALUES ('2535','Cloak_Of_Survival_C','Cloak Of Survival','5','1','0','0','0','0','17','0','0','8454660','63','2','4','0','0','150','0','0','bonus bVit,10; bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2536','Skin_Of_Ventus','Skin of Ventus','5','20','10','250','0','0','7','0','1','4294967294','63','2','4','0','60','150','1','0','bonus bMdef,2; bonus bMaxHP,200; bonus bFlee,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2537','Diabolus_Manteau','Diabolus Manteau','5','20','10','250','0','0','15','0','1','1040256','58','2','4','0','0','150','1','0','bonus2 bSubEle,Ele_Neutral,5; bonus bMaxHP,100; bonus2 bAddDamageClass,1916,10; bonus2 bAddDamageClass,1917,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2538','Commander_Manteau','Captain\'s Manteau','5','10','5','0','0','0','28','0','1','577131746','63','2','4','0','80','150','1','0','bonus bMaxHP,50; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2539','Commander_Manteau_','Commander\'s Manteau','5','10','5','0','0','0','20','0','1','9014044','63','2','4','0','80','150','1','0','bonus bMaxHP,50; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2540','Sheriff_Manteau','Sheriff\'s Manteau','5','10','5','0','0','0','20','0','1','16777216','1','2','4','0','80','150','1','0','bonus bMaxHP,50; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2541','Asprika','Asprika','5','20','10','400','0','0','40','0','0','4294967295','63','2','4','0','94','150','0','0','bonus bMdef,5; bonus3 bSubEle,Ele_Neutral,30,BF_SHORT; bonus3 bSubEle,Ele_Water,30,BF_SHORT; bonus3 bSubEle,Ele_Earth,30,BF_SHORT; bonus3 bSubEle,Ele_Fire,30,BF_SHORT; bonus3 bSubEle,Ele_Wind,30,BF_SHORT; bonus3 bSubEle,Ele_Poison,30,BF_SHORT; bonus3 bSubEle,Ele_Holy,30,BF_SHORT; bonus3 bSubEle,Ele_Dark,30,BF_SHORT; bonus3 bSubEle,Ele_Ghost,30,BF_SHORT; bonus3 bSubEle,Ele_Undead,30,BF_SHORT; bonus bFlee,30; skill AL_TELEPORT,1; bonus bUnbreakableGarment,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2542','Flame_Manteau','Flame Manteau of Naght Sieger','5','20','10','500','0','0','16','0','1','1040382','58','2','4','0','70','150','1','0','bonus bMaxHPrate,5; bonus bMdef,2; bonus bMatkRate,1; bonus2 bAddEle,Ele_Fire,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2543','Sylphid_Manteau','Sylphid Manteau','5','20','10','0','0','0','33','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bFlee,13; bonus2 bSubEle,Ele_Neutral,13; bonus bFlee2,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2544','Leather_Of_Tendrilion','Leather of Tendrilion','5','20','10','500','0','0','14','0','1','1040256','58','2','4','0','0','150','1','0','bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Earth,5; bonus2 bSubRace,RC_Plant,5; bonus2 bSubRace,RC_Brute,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2545','Musika','Musika','5','20','10','500','0','0','10','0','1','256','58','2','4','0','70','150','1','0','bonus bMdef,3; bonus3 bAutoSpellWhenHit,AL_HEAL,getskilllv(AL_HEAL)?getskilllv(AL_HEAL):1,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2546','Beach_Manteau','Beach Manteau','5','20','10','600','0','0','0','0','1','4294967295','63','2','4','0','0','150','1','0','bonus bStr,1; bonus bInt,1; bonus2 bSubEle,Ele_Fire,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2547','Cheap_Running_Shirts','Cheap Undershirt','5','0','0','0','0','0','11','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bDex,2; bonus bFlee,10; bonus2 bSubEle,Ele_Neutral,10; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2548','Muffler_C','Neo Muffler','5','0','0','0','0','0','22','0','0','1040382','58','2','4','0','95','150','0','0','bonus2 bSubRace,RC_DemiHuman,10; bonus bMaxHPrate,10; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Holy,5; bonus2 bSubEle,Ele_Dark,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2549','Krieger_Muffler1','Glorious Muffler','5','20','10','0','0','0','3','0','0','4294967294','63','2','4','0','80','150','1','0','bonus bMaxHPrate,5; bonus2 bSubRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2550','Fisher\'s_Muffler','Fisher\'s Muffler','5','20','10','200','0','0','0','0','0','4294967295','63','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2551','Rider_Insignia_M','Crest of the Rider','5','20','10','500','0','0','4','0','1','1040382','58','2','4','0','55','150','1','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2552','Mithril_Magic_Cape_M','Mithril Magic Manteau','5','20','10','400','0','0','3','0','1','625436','58','2','4','0','70','150','1','0','bonus bMdef,3; bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,1,200,BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2553','Dragon_Manteau','Dragon Manteau','5','20','10','1000','0','0','14','0','1','1040382','58','2','4','0','0','150','1','0','bonus bAgi,1; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2554','Piece_Of_Angent_Skin','Nidhoggur\'s Shadow Garb','5','20','10','400','0','0','25','0','1','1040382','58','2','4','0','90','150','1','0','bonus2 bSubEle,Ele_Neutral,7; bonus2 bSubEle,Ele_Water,7; bonus2 bSubEle,Ele_Earth,7; bonus2 bSubEle,Ele_Fire,7; bonus2 bSubEle,Ele_Wind,7; bonus2 bSubEle,Ele_Poison,7; bonus2 bSubEle,Ele_Holy,7; bonus2 bSubEle,Ele_Dark,7; bonus2 bSubEle,Ele_Ghost,7; bonus2 bSubEle,Ele_Undead,7; bonus bMaxSP,(BaseLevel/3)+(getrefine()*10); bonus3 bSPDrainRate,10,1,0; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2555','Freyja_SScarf7','Freya Soul Scarf','5','20','10','400','0','0','4','0','0','4294967295','63','2','4','0','20','150','0','0','bonus bFlee,15; bonus2 bSubEle,Ele_Neutral,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2556','Freyja_SScarf30','Freya Soul Scarf','5','20','10','400','0','0','4','0','0','4294967295','63','2','4','0','20','150','0','0','bonus bFlee,15; bonus2 bSubEle,Ele_Neutral,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2557','Freyja_SScarf60','Freya Soul Scarf','5','20','10','400','0','0','4','0','0','4294967295','63','2','4','0','20','150','0','0','bonus bFlee,15; bonus2 bSubEle,Ele_Neutral,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2558','Freyja_SScarf90','Freya Soul Scarf','5','20','10','400','0','0','4','0','0','4294967295','63','2','4','0','20','150','0','0','bonus bFlee,15; bonus2 bSubEle,Ele_Neutral,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2559','Time_Keepr_Manteau','Guardian Manteau','5','30000','15000','0','0','0','9','0','0','4294967295','63','2','4','0','0','150','1','0','bonus bMdef,1; bonus bFlee,10; bonus2 bSubEle,Ele_Neutral,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2560','Para_Team_Manteau','Eden Group Manteau','5','0','0','0','0','0','14','0','0','4294967295','63','2','4','0','12','150','0','0','bonus2 bSubEle,Ele_Neutral,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2561','Upg_Hood','Reinforcement Hood','5','0','0','100','0','0','9','0','1','4294967295','63','2','4','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2562','Upg_Muffler','Reinforcement Muffler','5','20','10','200','0','0','13','0','1','4294967294','63','2','4','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2563','Upg_Manteau','Reinforcement Manteau','5','20','10','300','0','0','18','0','1','6706402','63','2','4','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2564','Feral_Tail','Feral Tail','5','20','10','0','0','0','16','0','0','4294967295','63','2','4','0','75','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2565','Beach_Towel','Beach Towel','5','20','10','100','0','0','2','0','1','4294967295','63','2','4','0','0','150','1','0','bonus bMdef,3; bonus bFlee,7;','','');
-REPLACE INTO `item_db_re` VALUES ('2566','Half_Asprika','Asprika (Trial Version)','5','20','10','0','0','0','20','0','0','4294967295','63','2','4','0','47','150','0','0','bonus bMdef,2; bonus3 bSubEle,Ele_Neutral,15,BF_SHORT; bonus3 bSubEle,Ele_Water,15,BF_SHORT; bonus3 bSubEle,Ele_Earth,15,BF_SHORT; bonus3 bSubEle,Ele_Fire,15,BF_SHORT; bonus3 bSubEle,Ele_Wind,15,BF_SHORT; bonus3 bSubEle,Ele_Poison,15,BF_SHORT; bonus3 bSubEle,Ele_Holy,15,BF_SHORT; bonus3 bSubEle,Ele_Dark,15,BF_SHORT; bonus3 bSubEle,Ele_Ghost,15,BF_SHORT; bonus3 bSubEle,Ele_Undead,15,BF_SHORT; bonus bFlee,15; skill AL_TELEPORT,1; bonus bUnbreakableGarment,0;','','');
-REPLACE INTO `item_db_re` VALUES ('2567','Academy_Manteau','Academy Manteau','5','0','0','600','0','0','3','0','1','16777216','1','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2568','Muffler_Of_Roki','Loki\'s Muffler','5','20','10','400','0','0','10','0','0','4294967295','63','2','4','0','100','150','0','0','bonus bUnbreakableGarment,0; bonus bAgi,1; bonus2 bSkillAtk,GC_CROSSIMPACT,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2569','Shawl_Of_Affection','Shawl Of Affection','5','20','10','400','0','0','12','0','0','256','56','2','4','0','100','150','1','0','bonus bFlee2,5; bonus3 bAutoSpellWhenHit,AB_RENOVATIO,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2570','Shawl_Of_Judgement','Shawl Of Judgement','5','20','10','400','0','0','12','0','0','256','56','2','4','0','100','150','1','0','bonus bFlee,5; bonus3 bAutoSpellWhenHit,AB_ORATIO,getskilllv(AB_ORATIO)?getskilllv(AB_ORATIO):2,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2571','Para_Team_Manteau2','Eden Group Manteau II','5','0','0','0','0','0','18','0','0','4294967295','63','2','4','0','60','150','0','0','bonus bFlee,12; bonus2 bSubEle,Ele_Neutral,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2572','Katabart_Sholder','Katabart Sholder','5','20','10','3000','0','0','4','0','0','4294967295','63','2','4','0','70','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2573','Archangel_Wing','Eternal Wings','5','0','0','200','0','0','18','0','1','4294967295','63','2','4','0','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('2574','Ur_Manteau','Ur\'s Manteau','5','20','10','600','0','0','20','0','0','16512','56','2','4','0','100','150','1','0','bonus bMaxHPrate,2; bonus2 bSubEle,Ele_Neutral,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2575','Peuz_Manteau','Peuz\'s Manteau','5','20','10','600','0','0','16','0','0','16512','56','2','4','0','100','150','1','0','bonus bFlee,10; bonus bCritical,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2576','Bravery_Bag','Heroic Backpack','5','0','0','200','0','0','20','0','1','4294967295','63','2','4','0','0','150','1','2','skill BS_GREED,1; if(getrefine()>6) { if(readparam(bStr)>=90) { bonus bBaseAtk,20; } if(readparam(bInt)>=90) { bonus bMatk,30; } if(readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,10; } if(readparam(bAgi)>=90) { bonus bAspdRate,8; } if(readparam(bDex)>=90) { bonus bLongAtkRate,5; } if(readparam(bLuk)>=90) { bonus bCritAtkRate,10; } } if(getrefine()>8) { if(readparam(bStr)>=90) { bonus bBaseAtk,10; } if(readparam(bInt)>=90) { bonus bMatk,20; } if(readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,5; } if(readparam(bAgi)>=90) { bonus bAspd,1; } if(readparam(bDex)>=90) { bonus bLongAtkRate,5; } if(readparam(bLuk)>=90) { bonus bCritAtkRate,5; } }','','');
-REPLACE INTO `item_db_re` VALUES ('2577','Sabah_Hood','Sapha Hood','5','20','10','100','0','0','13','0','0','4096','56','2','4','0','100','150','1','0','bonus bFlee,12; bonus bCritical,getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('2578','Nab_Hood','Nab Hood','5','20','10','100','0','0','13','0','0','4096','56','2','4','0','100','150','1','0','bonus bFlee,getrefine()*2; bonus bBaseAtk,getrefine()*2;','','');
-REPLACE INTO `item_db_re` VALUES ('2579','Magic_Stole','Magic Stall','5','20','10','700','0','0','8','0','1','4294967295','63','2','4','0','0','150','1','0','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2580','White_Wing_Manteau','White Wing Manteau','5','20','10','200','0','0','15','0','0','2048','56','2','4','0','100','150','1','0','bonus bAgi,2; bonus bFlee,10; autobonus2 \"{ bonus bFlee,20; }\",10,7000,BF_LONG,\"{ specialeffect2 EF_WIND; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('2581','Black_Wing_Manteau','Black Wing Manteau','5','20','10','200','0','0','15','0','0','2048','56','2','4','0','100','150','1','0','bonus bInt,2; if(getequiprefinerycnt(EQI_GARMENT)>6) bonus bFlee2,getequiprefinerycnt(EQI_GARMENT)-6;','','');
-REPLACE INTO `item_db_re` VALUES ('2582','Salvage_Cape','Salvage Cape','5','56000','28000','400','0','0','1','0','0','768','56','2','4','0','130','150','1','0','skill NJ_UTSUSEMI,1; bonus bUseSPrate,100;','','heal 0,-1200;');
-REPLACE INTO `item_db_re` VALUES ('2583','Holy_Cape','Holy Cape','5','20','10','100','0','0','5','0','1','4294967295','63','2','4','0','50','150','1','0','bonus bDex,-5; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2584','Wanderer_Outer','Coat Of Wandering','5','20','10','500','0','0','8','0','1','4294967295','63','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2585','Muffler_Of_Valor','Muffler Of Valor','5','0','0','0','0','0','4','0','0','4294967295','63','2','4','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2586','Siege_Manteau','WoE Manteau','5','10','5','600','0','0','32','0','1','4294967294','63','2','4','0','95','150','1','0','bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2587','Siege_Muffler','WoE Muffler','5','10','5','400','0','0','15','0','1','4294967295','63','2','4','0','95','150','1','0','bonus bMdef,10; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2588','Ragamuffin_Cape_','Rag mantle','5','56000','28000','500','0','0','4','0','1','4294967294','63','2','4','0','40','150','1','0','bonus bUnbreakableGarment,0; bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2589','Fallen_Angel_Wing','Fallen Angel Wing','5','0','0','200','0','0','18','0','1','4294967295','63','2','4','0','0','150','1','3','bonus bLuk,2; bonus bMdef,18;','','');
-REPLACE INTO `item_db_re` VALUES ('2590','Buwaya_Cloth','Buwaya Sack Cloth','5','20','10','200','0','0','8','0','0','4294967295','63','2','4','0','0','150','1','0','bonus bHealPower2,getrefine()/3; bonus bAddItemHealRate,getrefine()/3; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2591','Bayani_Buwaya_Cloth','Buwaya Sack Cloth(Bayani)','5','20','10','200','0','0','8','0','1','4294967295','63','2','4','0','0','150','1','0','bonus bHealPower2,getrefine(); bonus bAddItemHealRate,getrefine(); bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2592','Boss_Brownie_Manteau','Cloak of Domovoi','5','20','10','100','0','0','3','0','0','4294967295','63','2','4','0','50','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2593','Flow_Manteau','Furowamanto','5','20','10','700','0','0','20','0','1','4294967295','63','2','4','0','65','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2594','Wrapping_Manteau','Furoshiki Cloak','5','20','10','100','0','0','0','0','1','4294967295','63','2','4','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2601','Ring','Ring','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2602','Earring','Earring','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2603','Necklace','Necklace','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','bonus bVit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2604','Glove','Glove','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2605','Brooch','Brooch','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2607','Clip','Clip','5','30000','15000','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bMaxSP,10; bonus bMaxHP,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2608','Rosary','Rosary','5','15000','7500','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','bonus bMdef,5; bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2609','Skul_Ring','Skull Ring','5','10000','5000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2610','Gold_Ring','Gold Ring','5','30000','15000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2611','Silver_Ring','Silver Ring','5','20000','10000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2612','Flower_Ring','Flower Ring','5','1500','750','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2613','Diamond_Ring','Diamond Ring','5','45000','22500','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2614','An_Eye_Of_Dullahan','Eye of Dullahan','5','90000','45000','100','0','0','0','0','0','4294967294','63','2','136','0','50','150','0','0','bonus2 bResEff,Eff_Poison,10000; bonus2 bSubRace,RC_Undead,4; bonus2 bSubRace,RC_Demon,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2615','Safety_Ring','Safety Ring','5','75000','37500','100','0','0','5','0','0','4294967294','63','2','136','0','40','150','0','0','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2616','Critical_Ring','Critical Ring','5','75000','37500','100','0','0','0','0','0','4294967294','63','2','136','0','40','150','0','0','bonus bCritical,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2617','Mitten_Of_Presbyter','Celebrant\'s Mitten','5','2','1','100','0','0','1','0','0','4294967294','63','2','136','0','35','150','0','0','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2618','Matyr\'s_Flea_Guard','Matyr\'s Leash','5','2','1','100','0','0','1','0','0','4294967294','63','2','136','0','35','150','0','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2619','Thimble_Of_Archer','Bow Thimble','5','10000','5000','100','0','0','0','0','0','526344','63','2','136','0','65','150','0','0','bonus bLongAtkRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2620','Ring_Of_Rogue','Rogue\'s Treasure','5','10000','5000','100','0','0','0','0','0','570560576','63','2','136','0','70','150','0','0','if(readparam(bStr)>=90) { bonus bHit,10; bonus bFlee,10; } if(readparam(bAgi)>=90) { bonus bBaseAtk,10; bonus bCritical,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('2621','Ring_','Ring','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2622','Earring_','Earring','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2623','Necklace_','Necklace','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2624','Glove_','Glove','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2625','Brooch_','Brooch','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2626','Rosary_','Rosary','5','15000','7500','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','bonus bMdef,3; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2627','Belt','Belt','5','20000','10000','1200','0','0','0','0','1','4294967295','63','2','136','0','25','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2628','Novice_Armlet','Novice Armlet','5','400','200','200','0','0','0','0','1','1','47','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2629','Magingiorde','Magingiorde','5','20','10','8000','0','0','2','0','0','4294967295','63','2','136','0','94','150','0','0','bonus bStr,40+BaseLevel/5; bonus bMdef,7; if(readparam(bStr)==120) bonus2 bAddRace,RC_Boss,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2630','Brysinggamen','Brysinggamen','5','20','10','1500','0','0','1','0','0','4294967295','63','2','136','0','94','150','0','0','bonus bDex,6; bonus bStr,6; bonus bAgi,6; bonus bVit,6; bonus bInt,10; bonus bLuk,10; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2631','First_Age_Ring','Celebration Ring','5','1','0','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2632','Korean_Trinket','Korean Trinket','5','125000','62500','100','0','0','1','0','0','4294967294','63','2','136','0','65','150','0','0','bonus bVit,1; bonus bDex,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2633','Jade_Ring','Jade Ring','5','204000','102000','100','0','0','0','0','0','4294967294','63','2','136','0','80','150','0','0','bonus bStr,2; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2634','Bridegroom_Ring','Wedding Ring','5','0','0','0','0','0','0','0','0','4294967295','63','1','136','0','0','150','0','0','skill WE_MALE,1; skill WE_FEMALE,1; skill WE_CALLPARTNER,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2635','Bride_Ring','Wedding Ring','5','0','0','0','0','0','0','0','0','4294967295','63','0','136','0','0','150','0','0','skill WE_MALE,1; skill WE_FEMALE,1; skill WE_CALLPARTNER,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2636','Gold_Ring_','Gold Christmas Ring','5','30000','15000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2637','Silver_Ring_','Silver Christmas Ring','5','20000','10000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2638','Exorcize_Sachet','Sacred Incense','5','20000','10000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bStr,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2639','Purification_Sachet','Occult Incense','5','20000','10000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bInt,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2640','Kafra_Ring','Kafra Ring','5','40000','20000','200','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bStr,1; bonus bInt,1; bonus bAgi,1; bonus bLuk,1; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2641','Fashionable_Sack','Fashion Hip Sack','5','20','10','700','0','0','0','0','0','263200','63','2','136','0','50','150','0','0','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2642','Serin\'s_Gold_Ring','Serin\'s Gold Ring','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2643','Serin\'s_Gold_Ring_','Serin\'s Gold Ring','5','45000','22500','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2644','The_Sign_','The Sign','5','2','1','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bMagicAddRace,RC_NonBoss,5; bonus2 bMagicAddRace,RC_Boss,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2645','Moonlight_Ring','Moonlight Ring','5','40000','20000','200','0','0','0','0','0','570560576','63','2','136','0','60','150','0','0','bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2646','Bunch_Of_Carnation','Bunch of Carnation','5','2','1','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2647','Nile_Rose','Nile Rose','5','2','1','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bMaxHP,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2648','Morpheus\'s_Ring','Morpheus\'s Ring','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','33','150','0','0','bonus bInt,1; bonus bMaxSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2649','Morpheus\'s_Armlet','Morpheus\'s Bracelet','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','33','150','0','0','bonus bInt,1; bonus bMaxSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2650','Morrigane\'s_Belt','Morrigane\'s Belt','5','30000','15000','200','0','0','0','0','0','4294967294','63','2','136','0','61','150','0','0','bonus bBaseAtk,5; bonus bCritical,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2651','Morrigane\'s_Pendant','Morrigane\'s Pendant','5','30000','15000','200','0','0','0','0','0','4294967294','63','2','136','0','61','150','0','0','bonus bStr,2; bonus bCritical,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2652','Cursed_Lucky_Brooch','Goddess of Fortune\'s Cursed Brooch','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','40','150','0','0','bonus bCritical,6; bonus2 bAddEff2,Eff_Curse,50;','','');
-REPLACE INTO `item_db_re` VALUES ('2653','Sacrifice_Ring','Sacrifice Ring','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','90','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2654','Shinobi\'s_Sash','Shinobi Sash','5','20000','10000','300','0','0','1','0','0','570560576','63','2','136','0','30','150','0','0','bonus bStr,1; bonus bAgi,1; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2655','Bloody_Iron_Ball','Bloodied Shackle Ball','5','50000','25000','4000','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2656','Hyper_Changer','Armor Charm','5','20000','10000','1000','0','0','0','0','0','414946','63','2','136','0','0','150','0','0','bonus bMaxHP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('2657','Lab_Passport','Laboratory Permit','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2658','Nile_Rose_','Nile Rose','5','2','1','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bMaxHP,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2659','Vesper_Core01','Vesper Core 01','5','20','10','100','0','0','1','0','0','1040256','58','2','136','0','0','150','0','0','bonus bMdef,3; bonus bInt,2; bonus bMaxSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2660','Vesper_Core02','Vesper Core 02','5','20','10','100','0','0','1','0','0','1040256','58','2','136','0','0','150','0','0','bonus bMdef,3; bonus bStr,3; bonus bBaseAtk,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2661','Vesper_Core03','Vesper Core 03','5','20','10','100','0','0','1','0','0','1040256','58','2','136','0','0','150','0','0','bonus bMdef,3; bonus bAgi,3; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2662','Vesper_Core04','Vesper Core 04','5','20','10','100','0','0','1','0','0','1040256','58','2','136','0','0','150','0','0','bonus bMdef,3; bonus bDex,3; bonus bHit,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2663','Gauntlet_Of_Accuracy','Gauntlet of Hit','5','20','10','900','0','0','0','0','0','4294967295','63','2','136','0','75','150','0','0','bonus bHit,15; bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2664','Scarf_Belt','Belcarf','5','20','10','200','0','0','0','0','0','4294967294','63','2','136','0','75','150','0','0','bonus bDex,2; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2665','Ring_Of_Exorcism','Exorcising Ring','5','20','10','500','0','0','0','0','0','33040','63','2','136','0','60','150','0','0','bonus bMdef,1; bonus2 bExpAddRace,RC_Undead,5; bonus2 bExpAddRace,RC_Demon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2666','Lamp_Of_Hope','Lantern of Hope','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bStr,2; bonus2 bResEff,Eff_Blind,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('2667','Glove_Of_Archer','Renown Archer\'s Gloves','5','20','10','300','0','0','0','0','0','4294967294','63','2','136','0','60','150','0','0','bonus bHit,5; bonus bCritical,5; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2668','Women\'s_Glory','Woman Glory','5','0','0','500','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2669','Golden_Necklace_','RJC Necklace','5','30000','15000','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bMaxSP,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2670','Ring_Of_Longing','Ring of Longing','5','20','10','100','0','0','1','0','0','4294967295','63','2','136','0','30','150','0','0','bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2671','Thimble_Of_Archer_','Bow Thimble','5','10000','5000','100','0','0','0','0','1','526344','63','2','136','0','65','150','0','0','bonus bLongAtkRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2672','Anniversary_Ring','3rd Anniversary Celebration Ring','5','20','10','100','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2673','Shining_Ring','Warrior\'s Shining Ring','5','0','0','100','0','0','0','0','0','4294967294','63','2','136','0','48','150','0','0','bonus bBaseAtk,10; bonus bSPrecovRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2674','Honor_Ring','Ring of Honor','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2675','Lord_Ring','Lord Ring','5','0','0','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2676','Hunter_Earring','Hunter\'s Earring','5','20','10','300','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddMonsterDropItem,7618,100;','','');
-REPLACE INTO `item_db_re` VALUES ('2677','Spiritual_Ring','Spiritual Ring','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bInt,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2678','Ring_Of_Flame_Lord','Ring Of Flame Lord','5','20','10','100','0','0','0','0','0','1040256','58','2','136','0','0','150','0','0','bonus bStr,2; bonus bVit,1; bonus bBaseAtk,15; bonus2 bSubEle,Ele_Fire,10; bonus3 bAutoSpell,CH_SOULCOLLECT,1,30; bonus3 bAutoSpell,MO_EXPLOSIONSPIRITS,1,10; bonus3 bAutoSpell,PA_PRESSURE,2,30; bonus3 bAutoSpell,MG_FIREBALL,1,150; bonus3 bAutoSpell,KN_BOWLINGBASH,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2679','Ring_Of_Resonance','Ring Of Resonance','5','20','10','100','0','0','2','0','0','1040256','58','2','136','0','0','150','0','0','bonus bAgi,2; bonus bVit,1; bonus bMdef,2; bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1,50,0; bonus3 bAutoSpellWhenHit,AS_SPLASHER,10,20; bonus3 bAutoSpellWhenHit,AL_HEAL,10,30; bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20; bonus3 bAutoSpellWhenHit,CG_TAROTCARD,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2680','Lesser_Elemental_Ring','Lesser Elemental Ring','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,1; bonus3 bAutoSpell,WZ_ESTIMATION,1,80; bonus3 bAutoSpell,MC_IDENTIFY,1,50; bonus3 bAutoSpell,TF_PICKSTONE,1,100; bonus3 bAutoSpell,BS_GREED,1,10; bonus3 bAutoSpellWhenHit,TK_RUN,5,20; bonus3 bAutoSpellWhenHit,TK_HIGHJUMP,3,30; bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,100; bonus3 bAutoSpellWhenHit,TF_BACKSLIDING,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('2681','Republic_Ring','Republic Anniversary Ring','5','20','10','1000','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2682','Ring_Of_Water','Ring of Water','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','20','150','0','0','bonus2 bSubEle,Ele_Water,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2683','Ring_Of_Fire','Ring of Fire','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','20','150','0','0','bonus2 bSubEle,Ele_Fire,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2684','Ring_Of_Wind','Ring of Wind','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','20','150','0','0','bonus2 bSubEle,Ele_Wind,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2685','Ring_Of_Earth','Ring of Earth','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','20','150','0','0','bonus2 bSubEle,Ele_Earth,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2686','Elven_Ears_C','Rental Elven Ears','5','1','0','0','0','0','2','0','0','4294967294','63','2','512','0','0','150','0','73','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2687','Steel_Flower_C','Rental Steel Flower','5','1','0','0','0','0','1','0','0','4294967294','63','2','1','0','0','150','0','56','bonus2 bSubRace,RC_Plant,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2688','Critical_Ring_C','Rental Critical Ring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bCritical,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2689','Earring_C','Rental Earring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2690','Ring_C','Rental Ring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bStr,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2691','Necklace_C','Rental Necklace','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bVit,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2692','Glove_C','Glove','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2693','Brooch_C','Rental Brooch','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bAgi,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2694','Rosary_C','Rental Rosary','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bMdef,5; bonus bLuk,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2695','Safety_Ring_C','Rental Safety Ring','5','1','0','0','0','0','8','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bMdef,8;','','');
-REPLACE INTO `item_db_re` VALUES ('2696','Vesper_Core01_C','Vesper Core 01','5','1','0','0','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bMdef,3; bonus bInt,2; bonus bMaxSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2697','Vesper_Core02_C','Vesper Core 02','5','1','0','0','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bMdef,3; bonus bStr,3; bonus bBaseAtk,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2698','Vesper_Core03_C','Vesper Core 03','5','1','0','0','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bMdef,3; bonus bAgi,3; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2699','Vesper_Core04_C','Vesper Core 04','5','1','0','0','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bMdef,3; bonus bDex,3; bonus bHit,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2700','Red_Silk_Seal','Red Silk Seal','5','20','10','100','0','0','0','0','0','16514','58','2','136','0','60','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2701','Orleans_Glove','Orleans\'s Glove','5','20','10','100','0','0','0','0','1','1040382','58','2','136','0','90','150','0','0','bonus bDex,2; bonus bMatkRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2702','Bison_Horn','Bison Horn','5','20','10','100','0','0','0','0','1','1040382','58','2','136','0','90','150','0','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2703','Expert_Ring','Expert Ring','5','20','10','150','0','0','0','0','1','1040382','58','2','136','0','50','150','0','0','bonus bDelayrate,-5; bonus bUseSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2704','Golden_Accessory','Golden Accessories','5','20','10','100','0','0','4','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2705','Golden_Accessory2','Golden Accessories','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddMonsterDropItem,12018,500;','','');
-REPLACE INTO `item_db_re` VALUES ('2706','Handcuff','Arrest Handcuffs','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2707','GUSLI','Gusli','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2708','Chinese_Handicraft','Chinese Handicraft','5','0','0','50','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,MG_FIREBOLT,5,300;','','');
-REPLACE INTO `item_db_re` VALUES ('2709','5_Anniversary_Coin','5th Anniversary Coin','5','2','1','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAtkRate,5; bonus bMatkRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2710','Bloody_Iron_Ball_C','Bloody Iron Ball','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bBaseAtk,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2711','Spiritual_Ring_C','Spiritual Ring','5','1','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bInt,2; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2712','Ragnarok_Limited_Ed','Ragnarok Limited Edition','5','0','0','300','0','0','0','0','0','4294967295','63','2','136','0','30','150','0','0','bonus bVit,3; bonus bAgi,3; bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2713','Certificate_TW','Certificate','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2714','Marvelous_Pandent','Marvelous Pendant','5','0','0','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2715','Skul_Ring_','Skull Ring','5','10000','5000','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus2 bSubRace,RC_Undead,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2716','Librarian_Glove','Librarian Glove','5','20','10','100','0','0','0','0','1','8454656','63','2','136','0','80','150','0','0','bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2717','Pocket_Watch_','Pocket Watch','5','20','10','200','0','0','1','0','0','8454660','63','2','136','0','80','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2718','Lunatic_Brooch','Lunatic Brooch','5','20','10','200','0','0','0','0','1','526344','63','2','136','0','65','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2719','Iron_Wrist','Iron Wrist','5','20','10','700','0','0','1','0','0','279714','63','2','136','0','50','150','0','0','bonus2 bSkillAtk,SM_BASH,6; bonus2 bSkillAtk,MC_MAMMONITE,6;','','');
-REPLACE INTO `item_db_re` VALUES ('2720','Medal_Swordman','Medal of Honor','5','20','10','0','0','0','1','0','0','4210818','63','2','136','0','70','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bHit,10; bonus bMaxHP,500; bonus bMaxSP,50; bonus3 bAddEff,Eff_Stun,100,ATF_SHORT;','','');
-REPLACE INTO `item_db_re` VALUES ('2721','Medal_Thief','Medal of Honor','5','20','10','0','0','0','1','0','0','570560576','63','2','136','0','70','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bFlee,10; bonus bMaxHP,300; bonus bMaxSP,80; bonus3 bAddEff,Eff_Poison,100,ATF_SHORT;','','');
-REPLACE INTO `item_db_re` VALUES ('2722','Medal_Acolyte','Medal of Honor','5','20','10','0','0','0','1','0','0','33040','63','2','136','0','70','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bMdef,6; bonus bMaxHP,600; bonus3 bAddEff,Eff_Silence,100,ATF_SHORT;','','');
-REPLACE INTO `item_db_re` VALUES ('2723','Medal_Mage','Medal of Honor','5','20','10','0','0','0','1','0','0','8454660','63','2','136','0','70','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bMdef,6; bonus bMaxHP,600; bonus2 bAddEffWhenHit,Eff_Stone,100;','','');
-REPLACE INTO `item_db_re` VALUES ('2724','Medal_Archer','Medal of Honor','5','20','10','0','0','0','1','0','0','526344','63','2','136','0','70','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bCritical,10; bonus bMaxHP,300; bonus bMaxSP,80; bonus3 bAddEff,Eff_Blind,100,ATF_LONG;','','');
-REPLACE INTO `item_db_re` VALUES ('2725','Medal_Merchant','Medal of Honor','5','20','10','0','0','0','1','0','0','263200','63','2','136','0','70','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bAspdRate,10; bonus bMaxHP,500; bonus bMaxSP,50; bonus3 bAddEff,Eff_Curse,100,ATF_SHORT;','','');
-REPLACE INTO `item_db_re` VALUES ('2726','Icarus_Wing','Icarus Wings','5','20','10','100','0','0','0','0','0','2048','58','2','136','0','70','150','0','0','bonus bMaxSP,50; bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2727','Bowman_Scarf','Bowman Scarf','5','20','10','200','0','0','0','0','0','2048','58','2','136','0','70','150','0','0','bonus bMaxSP,50; bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2728','Cursed_Hand','Cursed Hand','5','20','10','50','0','0','0','0','1','4294967294','63','2','136','0','80','150','0','0','bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30; bonus bHit,10; bonus bHPrecovRate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2729','Diabolus_Ring','Diabolus Ring','5','20','10','50','0','0','0','0','1','1040256','58','2','136','0','0','150','0','0','bonus bMaxHP,100; bonus bMaxSP,100; bonus bHealPower,5; bonus2 bAddDamageClass,1916,10; bonus2 bAddDamageClass,1917,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2730','Morroc_Seal','Seal of Continental Guard','5','20','10','50','0','0','0','0','1','4294967294','63','2','136','0','80','150','0','0','bonus bMaxHP,50; bonus bAspdRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2731','Morroc_Charm_Stone','Rune Spellstone','5','20','10','50','0','0','0','0','1','4294967294','63','2','136','0','80','150','0','0','bonus bMaxSP,50; bonus bVariableCastrate,-1;','','');
-REPLACE INTO `item_db_re` VALUES ('2732','Morroc_Ring','Death Loop','5','20','10','50','0','0','0','0','1','4294967294','63','2','136','0','80','150','0','0','bonus bCritical,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2733','Medal_Gunner','Sheriff Badge','5','20','10','0','0','0','1','0','0','16777216','1','2','136','0','70','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bCritical,10; bonus bMaxHP,300; bonus bMaxSP,80; bonus3 bAddEff,Eff_Blind,100,ATF_LONG;','','');
-REPLACE INTO `item_db_re` VALUES ('2734','Directive_A','Directive','5','0','0','0','0','0','0','0','0','1','47','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2735','Directive_B','Directive','5','0','0','0','0','0','0','0','0','1','47','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2736','Navel_Ring','Navel Ring','5','20','10','100','0','0','0','0','0','4294967294','63','2','136','0','75','150','0','0','bonus bDex,3; bonus bLuk,3; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2737','Foot_Ring','Foot Ring','5','20','10','150','0','0','0','0','0','4294967294','63','2','136','0','75','150','0','0','bonus bVit,3; bonus bMaxHPrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2738','Shiny_Coin','Shiny Coin','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,6; bonus2 bAddRace,RC_Boss,6; bonus bMatkRate,6;','','');
-REPLACE INTO `item_db_re` VALUES ('2739','Ordinary_Coin','Ordinary Coin','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2740','Rusty_Coin','Rusty Coin','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3; bonus bMatkRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2741','All_In_One_Ring','All In One Ring','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,1; bonus bNoCastCancel,0; bonus bVariableCastrate,10; skill AL_HEAL,1; skill AL_TELEPORT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2742','Lucky_Clip','Lucky Clip','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2743','Angelic_Ring','Angelic Ring','5','20','10','100','0','0','0','0','0','1040256','58','2','136','0','70','150','0','0','bonus bInt,2; bonus bDex,1; bonus bMdef,2; autobonus3 \"{ bonus bHealPower,20; }\",50,3000,AL_HEAL; autobonus3 \"{ bonus bHealPower,20; }\",50,3000,AM_POTIONPITCHER; autobonus3 \"{ bonus bHealPower,20; }\",50,3000,PR_SANCTUARY;','','');
-REPLACE INTO `item_db_re` VALUES ('2744','Sprint_Ring','Sprint Ring','5','20','10','100','0','0','0','0','0','1040256','58','2','136','0','0','150','0','0','bonus bVariableCastrate,-10; bonus bDelayrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2745','Pinguicula_Corsage','Pinguicula Corsage','5','20','10','200','0','0','0','0','1','1040256','58','2','136','0','0','150','0','0','bonus bMdef,2; bonus bMaxSP,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2746','Cold_Heart','Cold Heart','5','20','10','100','0','0','1','0','0','4096','58','2','136','0','80','150','0','0','bonus bAgi,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2747','Black_Cat','Black Cat','5','20','10','100','0','0','1','0','0','131072','58','2','136','0','80','150','0','0','bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2748','Cursed_Star','Cursed Star','5','20','10','200','0','0','0','0','0','526344','58','2','136','0','84','150','0','0','bonus bMdef,3; bonus bDex,2; bonus bLuk,-1; bonus2 bHPLossRate,50,10000; bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET;','','heal -300,0;');
-REPLACE INTO `item_db_re` VALUES ('2749','Linen_Glove','Linen Glove','5','20','10','120','0','0','1','0','1','1040256','58','2','136','0','90','150','0','0','bonus bMdef,1; bonus bAgi,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2750','Summer_Night_Dream','Midsummer Night\'s Dream','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2751','Academy_Badge','Academy Of Badge','5','0','0','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bInt,2; if(BaseLevel<80) { bonus bMaxHP,400; bonus bMaxSP,200; }','','');
-REPLACE INTO `item_db_re` VALUES ('2752','Praxinus_C','Praccsinos','5','2','1','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2753','Beholder_Ring','Beholder Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Formless,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2754','Hallow_Ring','Hallow Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Undead,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2755','Clamorous_Ring','Clamorous Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Brute,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2756','Chemical_Ring','Chemical Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Plant,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2757','Insecticide_Ring','Insecticide Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Insect,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2758','Fisher_Ring','Fischer Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Fish,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2759','Decussate_Ring','Decussate Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Demon,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2760','Bloody_Ring','Bloody Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_DemiHuman,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2761','Satanic_Ring','Satanic Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Angel,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2762','Dragoon_Ring','Dragon Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Dragon,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2763','Skul_Ring_C','Neo Skull Ring','5','0','0','0','0','0','0','0','0','1040382','58','2','136','0','95','150','0','0','bonus bAtkRate,5; bonus bMatkRate,5; bonus bMaxHPrate,5; bonus2 bSkillHeal,AL_HEAL,5; skill MG_SIGHT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2764','Small_Fishing_Rod','Small Fishing Rod','5','10','5','250','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2765','Novice_Figure','Novice Figure','5','0','0','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bMaxHP,70; if(Class==Job_Novice) bonus bMaxHP,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2766','Swordman_Figure','Swordman Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bVit,1; if(Class==Job_Swordman) bonus bDef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2767','Acolyte_Figure','Acolyte Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bInt,1; if(Class==Job_Acolyte) bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('2768','Mage_Figure','Mage Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bInt,1; if(Class==Job_Mage) bonus bSPrecovRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2769','Archer_Figure','Archer Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bDex,1; if(Class==Job_Archer) bonus bBaseAtk,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2770','Thief_Figure','Thief Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAgi,1; if(Class==Job_Thief) bonus bAspdRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2771','Merchant_Figure','Merchant Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bStr,1; if(Class==Job_Merchant) bonus bCritical,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2772','Krieger_Ring1','Glorious Ring','5','20','10','0','0','0','0','0','0','4294967294','63','2','136','0','81','150','0','0','bonus bMaxHP,300; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; bonus bAspdRate,5; bonus bVariableCastrate,-3; bonus bHealPower,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2773','Krieger_Ring2','Glorious Popularized Ring','5','20','10','0','0','0','0','0','0','4294967294','63','2','136','0','61','150','0','0','bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2774','Krieger_Ring3','Glorious Mass-Production Ring','5','20','10','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2775','Lure','Lure','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2776','Cool_Towel','Adventurer\'s Trusty Towel','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','','sc_start SC_SUMMER,-1,0;','sc_end SC_SUMMER;');
-REPLACE INTO `item_db_re` VALUES ('2777','Shaman_Ring','Shaman Ring','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bUseSPrate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('2778','Shaman_Earing','Shaman Earrings','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2779','Dark_Knight_Belt','Dark Knight Belt','5','20','10','500','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bStr,2; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2780','Dark_Knight_Glove','Dark Knight Glove','5','20','10','500','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','autobonus \"{ bonus bAspdRate,2; }\",10,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('2781','Aumdura\'s_Grace','Aumdura\'s Benefit','5','20','10','100','0','0','1','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,1; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2782','Ring_Of_Wise_King','Ring of the Ancient Wise King','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bMaxHP,50; bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2783','Eyes_Stone_Ring','Eye Stone Ring','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','70','150','0','0','bonus bCritical,2; bonus bMaxSP,25;','','');
-REPLACE INTO `item_db_re` VALUES ('2784','Oh_Holy_Night','Christmas Musicbox','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill ALL_WEWISH,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2785','Orleans_Glove_M','Orlean\'s Gloves','5','20','10','100','0','0','0','0','1','1040382','58','2','136','0','90','150','0','0','bonus bDex,2; bonus bMatkRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2786','Spiritual_Ring_M','Spiritual Ring','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bInt,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2787','Waterdrop_Brooch','Waterdrop Brooch','5','20','10','200','0','0','0','0','1','1040382','58','2','136','0','0','150','0','0','bonus bMdef,2; bonus bMaxHPrate,1; bonus2 bSubEle,Ele_Water,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2788','Bradium_Earing','Bradium Earring','5','20','10','200','0','0','0','0','1','1040382','58','2','136','0','0','150','0','0','bonus bInt,1; bonus bDex,1; bonus bMatk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2789','Bradium_Ring','Bradium Ring','5','20','10','200','0','0','0','0','1','1040382','58','2','136','0','0','150','0','0','bonus bStr,1; bonus bVit,1; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2790','Bradium_Brooch','Bradium Brooch','5','20','10','200','0','0','0','0','1','1040382','58','2','136','0','0','150','0','0','bonus bAgi,1; bonus bFlee,4; if(readparam(bAgi)==120) bonus bCritical,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2791','Just_Got_Fish','Fresh Fish','5','20','10','500','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bHit,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2792','Ring_Of_Flame_Lord_I','Ring of Flame Lord','5','0','0','0','0','0','0','0','0','1040256','58','2','136','0','0','150','0','0','bonus bStr,2; bonus bVit,1; bonus bBaseAtk,15; bonus2 bSubEle,Ele_Fire,10; bonus3 bAutoSpell,CH_SOULCOLLECT,1,30; bonus3 bAutoSpell,MO_EXPLOSIONSPIRITS,1,10; bonus3 bAutoSpell,PA_PRESSURE,2,30; bonus3 bAutoSpell,MG_FIREBALL,1,150; bonus3 bAutoSpell,KN_BOWLINGBASH,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2793','Ring_Of_Resonance_I','Ring of Resonance','5','0','0','0','0','0','2','0','0','1040256','58','2','136','0','0','150','0','0','bonus bAgi,2; bonus bVit,1; bonus bMdef,2; bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1,50,0; bonus3 bAutoSpellWhenHit,AS_SPLASHER,10,20; bonus3 bAutoSpellWhenHit,AL_HEAL,10,30; bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20; bonus3 bAutoSpellWhenHit,CG_TAROTCARD,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2794','Magic_Stone_Ring','Magic Stone Ring','5','0','0','0','0','0','0','0','1','16512','56','2','136','0','99','150','0','0','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2795','Green_Apple_Ring','Green Apple Ring','5','0','0','0','0','0','0','0','0','1040256','56','2','136','0','99','150','0','0','bonus bLuk,6; bonus bAgi,6; bonus bDex,6; bonus bVit,6; bonus bInt,6; bonus bStr,6; if(JobLevel<30) { bonus bAllStats,6-(JobLevel/5); }','','');
-REPLACE INTO `item_db_re` VALUES ('2796','Magical_Stone','Magical Stone','5','0','0','200','0','0','0','0','0','8454660','63','2','136','0','99','150','0','0','bonus2 bAddDamageClass,2047,10; bonus2 bAddDefClass,2048,-10; bonus3 bAddClassDropItem,6152,2047,70;','','');
-REPLACE INTO `item_db_re` VALUES ('2797','Magical_Stone_','Magical Stone','5','0','0','200','0','0','0','0','0','8454660','63','2','136','0','99','150','0','0','bonus2 bAddDamageClass,2049,10; bonus2 bAddDefClass,2050,-10; bonus3 bAddClassDropItem,6151,2049,70;','','');
-REPLACE INTO `item_db_re` VALUES ('2798','Will_Of_Exhausted_Angel','Will Of Exhausted Warrior','5','0','0','200','0','0','0','0','0','33024','63','2','136','0','99','150','0','0','if(strcharinfo(3)==\"job3_arch02\") { bonus2 bAddDefClass,1761,50; bonus2 bAddDefClass,1762,50; }','','');
-REPLACE INTO `item_db_re` VALUES ('2799','Kuirpenring','Ring of Protection','5','0','0','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2800','Accelerator','Accelerator','5','100000','50000','100','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2801','Hovering_Booster','Hovering Booster','5','100000','50000','2000','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2802','Suicidal_Device','Suicidal Device','5','500000','250000','1000','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2803','Shape_Shifter','Shape Shifter','5','100000','50000','500','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2804','Cooling_Device','Cooling Device','5','100000','50000','2500','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2805','Mag_Field_Generator','Magnetic Field Generator','5','100000','50000','6000','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2806','Barrier_Builder','Barrier Builder','5','150000','75000','8000','0','0','3','0','1','1024','56','2','136','0','99','150','0','0','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2807','Repair_Kit','Repair Kit','5','200000','100000','400','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2808','Camouflage_Generator','Camouflage Generator','5','250000','125000','1000','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','bonus bAgi,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2809','High_Quality_Cooler','High Quality Cooler','5','100000','50000','2500','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2810','Special_Cooler','Special Cooler','5','100000','50000','2500','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2811','Freyja_SBracelet7','Freya Spirit Bracelet','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','20','150','0','0','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2812','Freyja_SBracelet30','Freya Spirit Bracelet','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','20','150','0','0','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2813','Freyja_SBracelet60','Freya Spirit Bracelet','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','20','150','0','0','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2814','Freyja_SBracelet90','Freya Spirit Bracelet','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','20','150','0','0','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2815','Th_Ring_Of_Water','Ring of Water','5','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,1; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2816','Radar_Ring1','Radar Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2817','Radar_Ring2','Radar Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2818','Radar_Ring3','Radar Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2819','Swordman_Manual','Swordman Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','bonus bMaxSP,100; skill SM_BASH,1; skill SM_PROVOKE,1; skill SM_MAGNUM,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2820','Thief_Manual','Thief Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','bonus bMaxSP,100; skill TF_DOUBLE,3; bonus bDoubleRate,15; skill TF_STEAL,1; skill TF_HIDING,1; skill TF_POISON,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2821','Acolyte_Manual','Acolyte Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','bonus bMaxSP,100; skill AL_HEAL,1; skill AL_INCAGI,1; skill AL_BLESSING,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2822','Archer_Manual','Archer Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','bonus bMaxSP,100; skill AC_OWL,1; skill AC_CONCENTRATION,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2823','Merchant_Manual','Merchant Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','bonus bMaxSP,100; skill MC_DISCOUNT,1; skill MC_OVERCHARGE,10; skill MC_IDENTIFY,1; skill MC_MAMMONITE,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2824','Mage_Manual','Mage Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','bonus bMaxSP,100; skill MG_SRECOVERY,1; skill MG_COLDBOLT,1; skill MG_FIREWALL,1; skill MG_FIREBOLT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2825','Shaman_EaringB','Shaman Earrings','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2826','Dark_Knight_BeltB','Dark Knight Belt','5','20','10','500','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bDex,2; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2827','Dark_Knight_GloveB','Dark Knight Glove','5','20','10','500','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','autobonus \"{ bonus bMaxHPrate,10; }\",10,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('2828','Upg_Clip','Upg Clip','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bMaxHPrate,3; bonus bMaxSP,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2829','Greed_Clip','Greed Clip','5','0','0','0','0','0','0','0','0','4294967294','63','2','136','0','10','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2830','Magingiorde_C','Ephemeral Magingiorde','5','20','10','0','0','0','2','0','0','4294967295','63','2','136','0','94','150','0','0','bonus bStr,40; bonus bMdef,7;','','');
-REPLACE INTO `item_db_re` VALUES ('2831','Brysinggamen_C','Ephemeral Brysinggamen','5','20','10','0','0','0','1','0','0','4294967295','63','2','136','0','94','150','0','0','bonus bStr,6; bonus bInt,6; bonus bVit,6; bonus bAgi,6; bonus bLuk,10; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2832','Freyja_Ring','Freya Ring R','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2833','Odin\'s_Recall','Odin Recall R','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2834','F_All_In_One_Ring','All In One Ring','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,1; bonus bNoCastCancel,0; bonus bVariableCastrate,10; skill AL_HEAL,1; skill AL_TELEPORT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2835','F_Critical_Ring_C','Critical Ring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bCritical,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2836','F_Glove_C','Rental Glove','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2837','F_Safety_Ring_C','Safety Ring','5','1','0','0','0','0','5','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2838','F_Necklace_C','Necklace','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bVit,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2839','F_Ring_C','Ring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bStr,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2840','F_Rosary_C','Rosary','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bLuk,4; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2841','Caracas_Ring','Caracas Ring','5','0','0','0','0','0','2','0','0','327680','56','2','136','0','99','150','0','0','bonus bInt,2; bonus bDex,2; bonus bMdef,2; bonus2 bExpAddRace,RC_Boss,10; bonus2 bExpAddRace,RC_NonBoss,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2842','F_Earing_C','Earring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2843','Gold_Trickle','Golden Bell','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','75','150','0','0','bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('2844','El_Dicastes_Light','Light of El Dicastes','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','80','150','0','0','skill RETURN_TO_ELDICASTES,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2845','No_Fear_Belt','NoFear Belts','5','0','0','0','0','0','2','0','0','4294967295','63','2','136','0','20','150','0','0','bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2846','E_All_In_One_Ring','E All In One Ring','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2847','E_Critical_Ring_C','E Critical Ring C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bCritical,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2848','E_Glove_C','E Glove C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2849','E_Safety_Ring_C','E Safety Ring C','5','1','0','0','0','0','5','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2850','E_Ring_C','E Ring C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bVit,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2851','E_Necklace_C','E Necklace C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bStr,4;','','');
-REPLACE INTO `item_db_re` VALUES ('2852','E_Rosary_C','E Rosary C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bLuk,4; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2853','Telekinetic_Orb','Telekinetic Orb','5','20','10','200','0','0','2','0','0','1040256','56','2','136','0','110','150','0','0','bonus bMdef,1; bonus bInt,3; bonus bMaxSP,30; bonus2 bSkillAtk,WL_SOULEXPANSION,10; bonus2 bSkillAtk,SO_PSYCHIC_WAVE,10; bonus2 bSkillUseSP,WL_SOULEXPANSION,-50; bonus2 bSkillUseSP,SO_PSYCHIC_WAVE,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('2854','Alchemy_Glove','Alchemy Glove','5','20','10','100','0','0','1','0','1','1040256','56','2','136','0','125','150','0','0','bonus bMdef,2; bonus bInt,1; bonus3 bAutoSpell,MG_FIREBALL,5,10; bonus5 bAutoSpell,MG_FIREBOLT,5,10,BF_MAGIC,1; bonus2 bSubEle,Ele_Water,-30;','','');
-REPLACE INTO `item_db_re` VALUES ('2855','Whike_Black_Tail','Whikebain\'s Black Tail','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','45','150','0','0','bonus bCritical,70; bonus bAspdRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2856','Half_Megin','Meginjard (Trial Version)','5','20','10','0','0','0','1','0','0','4294967295','63','2','136','0','47','150','0','0','bonus bMdef,3; bonus bStr,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2857','Half_Brysing','Brisingamen (Trial Version)','5','20','10','0','0','0','1','0','0','4294967295','63','2','136','0','47','150','0','0','bonus bStr,3; bonus bInt,5; bonus bVit,3; bonus bDex,3; bonus bAgi,3; bonus bLuk,5; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2858','Pendant_Of_Guardian','Pendant Of Guardian','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','70','150','0','0','skill ALL_GUARDIAN_RECALL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2859','Golden_Rod_Orb','Golden Rod Orb','5','20','10','200','0','0','2','0','0','512','56','2','136','0','100','150','0','0','bonus bMdef,2; bonus bInt,1; bonus2 bSubEle,Ele_Wind,15; bonus3 bAutoSpellWhenHit,WZ_JUPITEL,3,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2860','Aqua_Orb','Aqua Orb','5','20','10','200','0','0','2','0','0','512','56','2','136','0','100','150','0','0','bonus bMdef,2; bonus bInt,1; bonus2 bSubEle,Ele_Water,15; bonus3 bAutoSpellWhenHit,WZ_FROSTNOVA,3,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2861','Crimson_Orb','Crimson Orb','5','20','10','200','0','0','2','0','0','512','56','2','136','0','100','150','0','0','bonus bMdef,2; bonus bInt,1; bonus2 bSubEle,Ele_Fire,15; bonus3 bAutoSpellWhenHit,WZ_SIGHTRASHER,3,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2862','Forest_Orb','Forest Orb','5','20','10','200','0','0','2','0','0','512','56','2','136','0','100','150','0','0','bonus bMdef,2; bonus bInt,1; bonus2 bSubEle,Ele_Earth,15; bonus3 bAutoSpellWhenHit,WZ_QUAGMIRE,3,30;','','');
-REPLACE INTO `item_db_re` VALUES ('2863','Ring_Of_Valkyrie','Ring of The Valkyrie','5','0','0','0','0','0','2','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bExpAddRace,RC_Boss,5; bonus2 bExpAddRace,RC_NonBoss,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2864','Light_Of_Cure','Light Of Cure','5','20','10','0','0','0','0','0','0','256','56','2','136','0','110','150','0','0','bonus bVit,2; bonus bHealPower,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2865','Seal_Of_Cathedral','Seal Of Cathedral','5','20','10','0','0','0','0','0','0','256','56','2','136','0','110','150','0','0','bonus bInt,2; bonus bHealPower,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2866','Ring_Of_Archbishop','Ring Of Archbishop','5','20','10','0','0','0','0','0','0','256','56','2','136','0','110','150','0','0','bonus bDex,2; bonus bHealPower,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2867','Broken_Bamboo_Piece','Broken Bamboo Piece','5','20','10','100','0','0','2','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2868','Green_Batik','Green Batik','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','45','150','0','0','bonus bStr,1; bonus bInt,1; bonus bDex,1; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2869','Colorful_Ketupat','Colorful Ketupat','5','20','10','100','0','0','0','0','0','4294967294','63','2','136','0','45','150','0','0','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2870','Tw_8th_Anni_Ring','Tw 8th Anni Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2871','Brazilian_Emblem','Symbol Of Brazil','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','60','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2872','G_Honor_Certificate','G Honor Certificate','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2873','Cat_Hand_Glove','Cat Hand Glove','5','20','10','100','0','0','5','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2874','Buffalo_Horn','Buffalo Horns','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','10','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2875','RO_Appreciation_Ring','Grate Ring','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2876','Necklace_Spica','Spica Necklace','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2877','Glove_Sabik','Sabiku Gloves','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2878','Bracelet_Arunairi','Bracelet Alna And Iris','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2879','Badge_Giorredart','Algol Badge','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2880','Ring_Lupak','Rufaku Ring','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2881','Orleans_Necklace','Orlean\'s Necklace','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2882','Ecoro_Cardslip','Card Sleeves ECO ?RO','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bVit,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2883','Ur_Seal','Ur\'s Seal','5','20','10','200','0','0','4','0','1','16512','56','2','136','0','100','150','0','0','bonus bMaxHPrate,2; bonus2 bSkillUseSP,LK_SPIRALPIERCE,5; bonus2 bSkillUseSP,RK_HUNDREDSPEAR,5;','','');
-REPLACE INTO `item_db_re` VALUES ('2884','Peuz_Seal','Peuz\'s Seal','5','20','10','200','0','0','3','0','1','16512','56','2','136','0','100','150','0','0','bonus bBaseAtk,20; bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2885','Mother_Heart','Mother\'s Heart','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','1','1','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2886','Sabah_Ring','Sapha Ring','5','20','10','100','0','0','0','0','0','4096','56','2','136','0','100','150','0','0','bonus bCritical,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2887','Nab_Ring','Nab Ring','5','20','10','100','0','0','0','0','0','4096','56','2','136','0','100','150','0','0','bonus bBaseAtk,10; bonus bMatk,20;','','');
-REPLACE INTO `item_db_re` VALUES ('2888','School_Bag','Attending School Back','5','20','10','1000','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2889','Endure_Ring','Ring of Patience','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','60','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2890','White_Wing_Brooch','White Wing Brooch','5','20','10','100','0','0','0','0','0','2048','56','2','136','0','100','150','0','0','bonus bDex,2; bonus bLongAtkRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2891','Black_wing_Brooch','Black Wing Brooch','5','20','10','100','0','0','0','0','0','2048','56','2','136','0','100','150','0','0','bonus bInt,2; bonus bFlee2,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2892','Assassin_Handcuffs','Assassin Handcuffs','5','56000','28000','400','0','0','3','0','1','4096','56','2','136','0','100','150','0','0','bonus bMaxSP,20; bonus bCritical,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2893','Cursed_Heart','Haunted Heart','5','20','10','50','0','0','0','0','1','4294967295','63','2','136','0','80','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2894','Glove_Of_Shura','Glove Of Shura','5','56000','28000','400','0','0','1','0','0','32768','56','2','136','0','130','150','0','0','bonus bStr,5; bonus bMaxSPrate,6; bonus bMaxHPrate,-6; if(readparam(bStr)>=120) { bonus bBaseAtk,30; }','','');
-REPLACE INTO `item_db_re` VALUES ('2895','Medal_Of_Valor1','Medal Of Valor1','5','0','0','0','0','0','4','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2896','Medal_Of_Valor2','Medal Of Valor2','5','0','0','0','0','0','4','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2897','2011RWC_Necklace_J','RWC Necklace','5','0','0','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2898','Black_Rosary','Black Rosary','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','90','150','0','0','bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('2899','Sound_Amplifier','Sound Amplifier','5','20','10','100','0','0','0','0','1','526336','63','2','136','0','90','150','0','0','bonus2 bSkillAtk,WM_METALICSOUND,25; bonus bVariableCastrate,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('2900','Morrigane\'s_Belt_','Morrigane\'s Belt','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','61','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2901','Morrigane\'s_Pendant_','Morrigane\'s Pendant','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','61','150','0','0','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2902','Morpheus\'s_Ring_','Morpheus\'s Ring','5','30000','15000','100','0','0','0','0','1','4294967294','63','2','136','0','33','150','0','0','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2903','Morpheus\'s_Armlet_','Morpheus\'s Bracelet','5','30000','15000','100','0','0','0','0','1','4294967294','63','2','136','0','33','150','0','0','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2904','Naqsh','At Lorient','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2905','Super_Ora_Ora','Ora Ora Very Strong','5','0','0','1000','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2906','Happy_Gauntlet','Gloves of Fortune','5','20','10','1000','0','0','3','0','1','4294967295','63','2','136','0','70','150','0','0','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2907','Buwaya_Tattoo','Buwaya Agimat Tattoo','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','bonus bMatkRate,7; bonus bFixedCastrate,-7;','','');
-REPLACE INTO `item_db_re` VALUES ('2908','Light_Ring','Ring of Light','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2909','Darkness_Ring','Ring of Darkness','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2910','Bakonawa_Tattoo','Bakonawa Agimat Tattoo','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','bonus2 bAddRace,RC_NonBoss,7; bonus2 bAddRace,RC_Boss,7; bonus bAspdRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2911','Bangungot_Tattoo','Bangungot Agimat Tattoo','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','bonus bHealPower,4; bonus bHealPower2,7;','','');
-REPLACE INTO `item_db_re` VALUES ('2912','Xylitol_2011','Xylitol 2011','5','20','10','300','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2913','Thief_Handcuff','Thieves Large Handcuffs','5','20','10','1400','0','0','0','0','1','4294967295','63','2','136','0','10','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2914','Wizard_Left_Eye','Wizard Left Eye','5','20','10','100','0','0','1','0','1','1040256','63','2','136','0','0','150','0','0','bonus bInt,4; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('2915','Ettlang_Keepsake','Ettlang Keepsake','5','20','10','50','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('2916','Fairy_Wing','Fairy Wing','5','0','0','10','0','0','0','0','0','4294967295','63','2','136','0','90','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2917','Str_Glove','Str Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bBaseAtk,(readparam(bStr)/10); if(readparam(bStr)>=110) bonus bAtkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2918','Int_Glove','Int Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bMatk,(readparam(bInt)/10); if(readparam(bInt)>=110) bonus bMatkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2919','Agi_Glove','Agi Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bFlee,(readparam(bAgi)/10); if(readparam(bAgi)>=110) bonus bFlee2,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2920','Vit_Glove','Vit Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bMaxHP,(readparam(bVit)/10)*50; if(readparam(bVit)>=110) bonus bMaxHPrate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2921','Dex_Glove','Dex Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bHit,(readparam(bDex)/10); if(readparam(bDex)>=110) bonus bLongAtkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2922','Luk_Glove','Luk Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bCritical,(readparam(bLuk)/10); if(readparam(bLuk)>=110) bonus bCritAtkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2923','Str_Glove_','Str Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bBaseAtk,(readparam(bStr)/10); if(readparam(bStr)>=110) bonus bAtkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2924','Int_Glove_','Int Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bMatk,(readparam(bInt)/10); if(readparam(bInt)>=110) bonus bMatkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2925','Agi_Glove_','Agi Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bFlee,(readparam(bAgi)/10); if(readparam(bAgi)>=110) bonus bFlee2,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2926','Vit_Glove_','Vit Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bMaxHP,(readparam(bVit)/10)*50; if(readparam(bVit)>=110) bonus bMaxHPrate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2927','Dex_Glove_','Dex Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bHit,(readparam(bDex)/10); if(readparam(bDex)>=110) bonus bLongAtkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2928','Luk_Glove_','Luk Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bCritical,(readparam(bLuk)/10); if(readparam(bLuk)>=110) bonus bCritAtkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2936','Recovery_Ring','Rings of Recovery','5','20','10','100','0','0','5','0','1','4294967295','63','2','136','0','10','150','0','0','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2940','Ninja_Manual','Ninja Tutorial','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2941','Gunslinger_Manual','Gunslinger Tutorial','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2942','Taekwon_Manual','Taekwon Tutorial','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2959','Fidelity_Necklace','Fidelity Necklace','5','20','10','300','0','0','0','0','1','4294967295','63','2','136','0','50','150','0','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2960','Badge_Of_Manny','Badge Of Manny','5','20','10','200','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('2966','RWC_2012_Ring','RWC 2012 Ring','5','20','10','200','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2967','RWC_2012_Ring_','Chambered RWC 2012 Ring','5','20','10','200','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2968','RWC_2012_Pendant','RWC 2012 Pendant','5','20','10','200','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2969','RWC_2012_Pendant_','Chambered RWC 2012 Pendant','5','20','10','200','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('2986','Snake_Ring','Snake Ring','5','20','10','100','0','0','2','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bDex,3; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('2987','Snake_Pendant','Snake Pendant','5','20','10','100','0','0','3','0','1','4294967295','63','2','136','0','0','150','0','0','bonus bAgi,3; bonus bLuk,2; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4001','Poring_Card','Poring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,2; bonus bFlee2,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4002','Fabre_Card','Fabre Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bVit,1; bonus bMaxHP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4003','Pupa_Card','Pupa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHP,700;','','');
-REPLACE INTO `item_db_re` VALUES ('4004','Drops_Card','Drops Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bDex,1; bonus bHit,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4005','Poring__Card','Santa Poring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEle,Ele_Dark,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4006','Lunatic_Card','Lunatic Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bLuk,1; bonus bCritical,1; bonus bFlee2,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4007','Pecopeco_Egg_Card','Pecopeco Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Formless,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4008','Picky_Card','Picky Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,1; bonus bBaseAtk,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4009','Chonchon_Card','Chonchon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bAgi,1; bonus bFlee,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4010','Wilow_Card','Willow Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bMaxSP,80;','','');
-REPLACE INTO `item_db_re` VALUES ('4011','Picky__Card','Picky Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,1; bonus bMaxHP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4012','Thief_Bug_Egg_Card','Thiefbug Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bMaxHP,400;','','');
-REPLACE INTO `item_db_re` VALUES ('4013','Andre_Egg_Card','Andre Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bMaxHPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4014','Roda_Frog_Card','Roda Frog Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHP,400; bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4015','Condor_Card','Condor Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bFlee,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4016','Thief_Bug_Card','Thief Bug Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4017','Savage_Babe_Card','Savage Bebe Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEff,Eff_Stun,500;','','');
-REPLACE INTO `item_db_re` VALUES ('4018','Andre_Larva_Card','Andre Larva Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bInt,1; bonus bMaxSP,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4019','Hornet_Card','Hornet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bStr,1; bonus bBaseAtk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4020','Farmiliar_Card','Familiar Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEff,Eff_Blind,500; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4021','Rocker_Card','Rocker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,1; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4022','Spore_Card','Spore Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bVit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4023','Desert_Wolf_Babe_Card','Baby Desertwolf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4024','Plankton_Card','Plankton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEff,Eff_Sleep,500; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4025','Skeleton_Card','Skeleton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,10; bonus2 bAddEff,Eff_Stun,200;','','');
-REPLACE INTO `item_db_re` VALUES ('4026','Thief_Bug_Female_Card','Female Thiefbug Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bAgi,1; bonus bFlee,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4027','Kukre_Card','Kukre Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4028','Tarou_Card','Tarou Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4029','Wolf_Card','Wolf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,15; bonus bCritical,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4030','Mandragora_Card','Mandragora Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEle,Ele_Wind,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4031','Pecopeco_Card','Pecopeco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHPrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4032','Ambernite_Card','Ambernite Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bDef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4033','Poporing_Card','PoPoring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill TF_DETOXIFY,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4034','Worm_Tail_Card','Wormtail Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4035','Hydra_Card','Hydra Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_DemiHuman,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4036','Muka_Card','Muka Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bHPrecovRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4037','Snake_Card','Snake Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEff,Eff_Poison,500; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4038','Zombie_Card','Zombie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bHPrecovRate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4039','Stainer_Card','Stainer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bResEff,Eff_Silence,2000; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4040','Creamy_Card','Creamy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill AL_TELEPORT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4041','Coco_Card','Coco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bResEff,Eff_Sleep,2000; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4042','Steel_Chonchon_Card','Steel Chonchon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bSubEle,Ele_Wind,10; bonus bDef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4043','Andre_Card','Andre Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4044','Smokie_Card','Smokie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill TF_HIDING,1;','','sc_end SC_HIDING;');
-REPLACE INTO `item_db_re` VALUES ('4045','Horn_Card','Horn Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bLongAtkDef,35;','','');
-REPLACE INTO `item_db_re` VALUES ('4046','Martin_Card','Martin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bResEff,Eff_Blind,2000; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4047','Ghostring_Card','Ghostring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Ghost; bonus bHPrecovRate,-25;','','');
-REPLACE INTO `item_db_re` VALUES ('4048','Poison_Spore_Card','Poison Spore Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill TF_POISON,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4049','Vadon_Card','Vadon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEle,Ele_Fire,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4050','Thief_Bug_Male_Card','Male Thiefbug Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4051','Yoyo_Card','Yoyo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bFlee2,5; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4052','Elder_Wilow_Card','Elder Willow Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4053','Vitata_Card','Vitata Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill AL_HEAL,1; bonus bUseSPrate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('4054','Angeling_Card','Angeling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('4055','Marina_Card','Marina Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEff,Eff_Freeze,500; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4056','Dustiness_Card','Dustiness Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Wind,30; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4057','Metaller_Card','Metaller Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEff,Eff_Silence,500; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4058','Thara_Frog_Card','Thara Frog Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_DemiHuman,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4059','Soldier_Andre_Card','Soldier Andre Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Plant,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4060','Goblin_Card','Goblin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Brute,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4061','Cornutus_Card','Cornutus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bUnbreakableArmor,0; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4062','Anacondaq_Card','Anacondaq Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEle,Ele_Poison,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4063','Caramel_Card','Caramel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Insect,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4064','Zerom_Card','Zerom Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4065','Kaho_Card','Kaho Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEle,Ele_Earth,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4066','Orc_Warrior_Card','Orc Warrior Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Brute,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4067','Megalodon_Card','Megalodon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bResEff,Eff_Freeze,2000; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4068','Scorpion_Card','Scorpion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Plant,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4069','Drainliar_Card','Drainliar Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEle,Ele_Water,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4070','Eggyra_Card','Eggyra Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bSPrecovRate,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4071','Orc_Zombie_Card','Orc Zombie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Undead,30; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4072','Golem_Card','Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bUnbreakableWeapon,0; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4073','Pirate_Skel_Card','Pirate Skel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill MC_DISCOUNT,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4074','BigFoot_Card','Bigfoot Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Insect,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4075','Argos_Card','Argos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bResEff,Eff_Stone,2000; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4076','Magnolia_Card','Magnolia Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEff,Eff_Curse,500; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4077','Phen_Card','Phen Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bNoCastCancel,0; bonus bVariableCastrate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('4078','Savage_Card','Savage Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4079','Mantis_Card','Mantis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4080','Flora_Card','Flora Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Fish,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4081','Hode_Card','Hode Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Earth,30; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4082','Desert_Wolf_Card','Desert Wolf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddSize,Size_Small,15; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4083','Rafflesia_Card','Rafflesia Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Fish,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4084','Marine_Sphere_Card','Marine Sphere Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill SM_MAGNUM,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4085','Orc_Skeleton_Card','Orc Skeleton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEle,Ele_Holy,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4086','Soldier_Skeleton_Card','Soldier Skeleton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritical,9;','','');
-REPLACE INTO `item_db_re` VALUES ('4087','Giearth_Card','Giearth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bResEff,Eff_Confusion,10000; bonus2 bSubEle,Ele_Earth,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4088','Frilldora_Card','Frilldora Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','skill AS_CLOAKING,1;','','sc_end SC_CLOAKING;');
-REPLACE INTO `item_db_re` VALUES ('4089','Sword_Fish_Card','Swordfish Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Water; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4090','Munak_Card','Munak Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bResEff,Eff_Stone,1500; bonus2 bSubEle,Ele_Earth,5; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4091','Kobold_Card','Kobold Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bStr,1; bonus bCritical,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4092','Skel_Worker_Card','Skel Worker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddSize,Size_Medium,15; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4093','Obeaune_Card','Obeaune Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill AL_CURE,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4094','Archer_Skeleton_Card','Archer Skeleton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bLongAtkRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4095','Marse_Card','Marse Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Water,30; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4096','Zenorc_Card','Zenorc Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEff,Eff_Poison,400; bonus bBaseAtk,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4097','Matyr_Card','Matyr Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHPrate,10; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4098','Dokebi_Card','Dokebi Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Wind; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4099','Pasana_Card','Pasana Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Fire; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4100','Sohee_Card','Sohee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxSPrate,15; bonus bSPrecovRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4101','Sand_Man_Card','Sandman Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Earth; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4102','Whisper_Card','Whisper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bFlee,20; bonus2 bSubEle,Ele_Ghost,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('4103','Horong_Card','Horong Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill MG_SIGHT,1;','','sc_end SC_SIGHT;');
-REPLACE INTO `item_db_re` VALUES ('4104','Requiem_Card','Requiem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEff,Eff_Confusion,500;','','');
-REPLACE INTO `item_db_re` VALUES ('4105','Marc_Card','Marc Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bSubEle,Ele_Water,5; bonus2 bResEff,Eff_Freeze,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('4106','Mummy_Card','Mummy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bHit,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4107','Verit_Card','Verit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4108','Myst_Card','Myst Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Poison,30; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4109','Jakk_Card','Jakk Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Fire,30; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4110','Ghoul_Card','Ghoul Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bResEff,Eff_Poison,2000; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4111','Strouf_Card','Strouf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Demon,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4112','Marduk_Card','Marduk Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bResEff,Eff_Silence,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('4113','Marionette_Card','Marionette Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Ghost,30; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4114','Argiope_Card','Argiope Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Poison; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4115','Hunter_Fly_Card','Hunter Fly Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bHPDrainRate,30,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4116','Isis_Card','Isis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Dark,30; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4117','Side_Winder_Card','Sidewinder Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','skill TF_DOUBLE,1; bonus bDoubleRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4118','Petit_Card','Earth Petite Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Dragon,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4119','Bathory_Card','Bathory Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('4120','Petit__Card','Sky Petite Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Dragon,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4121','Phreeoni_Card','Phreeoni Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bHit,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4122','Deviruchi_Card','Deviruchi Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bStr,1; bonus2 bResEff,Eff_Blind,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('4123','Eddga_Card','Eddga Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHPrate,-25;','sc_start4 SC_ENDURE,60000,10,0,0,1;','sc_end SC_ENDURE;');
-REPLACE INTO `item_db_re` VALUES ('4124','Medusa_Card','Medusa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Demon,15; bonus2 bResEff,Eff_Stone,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('4125','Deviace_Card','Deviace Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_DemiHuman,7; bonus2 bAddRace,RC_Brute,7; bonus2 bAddRace,RC_Plant,7; bonus2 bAddRace,RC_Insect,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4126','Minorous_Card','Minorous Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddSize,Size_Large,15; bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4127','Nightmare_Card','Nightmare Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bResEff,Eff_Sleep,10000; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4128','Golden_Bug_Card','Golden Thiefbug Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bNoMagicDamage,100; bonus bUseSPrate,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4129','Baphomet__Card','Bapho Jr. Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bAgi,3; bonus bCritical,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4130','Scorpion_King_Card','Scorpion King Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEle,Ele_Undead,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4131','Moonlight_Flower_Card','Moonlight Flower Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bSpeedRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('4132','Mistress_Card','Mistress Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bNoGemStone,0; bonus bUseSPrate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('4133','Daydric_Card','Raydric Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Neutral,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4134','Dracula_Card','Dracula Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPDrainRate,100,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4135','Orc_Load_Card','Orc Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bShortWeaponDamageReturn,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4136','Khalitzburg_Card','Khalitzburg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Demon,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4137','Drake_Card','Drake Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bNoSizeFix,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4138','Anubis_Card','Anubis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Angel,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4139','Joker_Card','Joker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill TF_STEAL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4140','Knight_Of_Abyss_Card','Abysmal Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Boss,25;','','');
-REPLACE INTO `item_db_re` VALUES ('4141','Evil_Druid_Card','Evil Druid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Undead; bonus bInt,1; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4142','Doppelganger_Card','Doppelganger Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bAspdRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4143','Orc_Hero_Card','Orc Hero Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bVit,3; bonus2 bResEff,Eff_Stun,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('4144','Osiris_Card','Osiris Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bRestartFullRecover,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4145','Berzebub_Card','Berzebub Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bVariableCastrate,-30;','','');
-REPLACE INTO `item_db_re` VALUES ('4146','Maya_Card','Maya Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bMagicDamageReturn,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4147','Baphomet_Card','Baphomet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bHit,-10; bonus bSplashRange,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4148','Pharaoh_Card','Pharaoh Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bUseSPrate,-30;','','');
-REPLACE INTO `item_db_re` VALUES ('4149','Gargoyle_Card','Gargoyle Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12028,RC_Insect,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4150','Goat_Card','Goat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','if(getrefine()<6) { bonus bDef,2; bonus bMdef,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('4151','Gajomart_Card','Gajomart Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_Plant,-20; bonus2 bExpAddRace,RC_Plant,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4152','Galapago_Card','Galapago Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddItemHealRate,Apple_Juice,50; bonus2 bAddItemHealRate,Banana_Juice,50; bonus2 bAddItemHealRate,Carrot_Juice,50; bonus3 bAddMonsterDropItem,531,RC_Insect,300; bonus3 bAddMonsterDropItem,532,RC_Insect,300; bonus3 bAddMonsterDropItem,534,RC_Insect,300;','','');
-REPLACE INTO `item_db_re` VALUES ('4153','Crab_Card','Crab Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,5; bonus2 bAddDamageClass,1266,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4154','Rice_Cake_Boy_Card','Dumpling Kid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddItemHealRate,Candy,50; bonus2 bAddItemHealRate,Candy_Striper,50; bonus3 bAddMonsterDropItem,529,RC_DemiHuman,300; bonus3 bAddMonsterDropItem,530,RC_DemiHuman,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4155','Goblin_Leader_Card','Goblin Leader Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace2,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4156','Steam_Goblin_Card','Goblin Steamrider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Formless,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4157','Goblin_Archer_Card','Goblin Archer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Undead,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4158','Flying_Deleter_Card','Sky Deleter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bHPrecovRate,-100; bonus bHPGainValue,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4159','Nine_Tail_Card','Nine Tail Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bAgi,2; if(getrefine()>8) bonus bFlee,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4160','Antique_Firelock_Card','Firelock Soldier Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bStr,2; if(getrefine()>8) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('4161','Grand_Peco_Card','Grand Peco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus3 bAutoSpellWhenHit,PR_GLORIA,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4162','Grizzly_Card','Grizzly Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Blind,300;','','');
-REPLACE INTO `item_db_re` VALUES ('4163','Gryphon_Card','Gryphon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bFlee,2; bonus bCritical,7; if(BaseClass==Job_Swordman) bonus3 bAutoSpell,KN_BOWLINGBASH,5,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4164','Gullinbursti_Card','Gullinbursti Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_Fish,-20; bonus2 bExpAddRace,RC_Fish,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4165','Gig_Card','Gig Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_Insect,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4166','Nightmare_Terror_Card','Nightmare Terror Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Curse,300;','','');
-REPLACE INTO `item_db_re` VALUES ('4167','Neraid_Card','Nereid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_Brute,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4168','Dark_Lord_Card','Dark Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus3 bAutoSpellWhenHit,WZ_METEOR,5,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4169','Dark_Illusion_Card','Dark Illusion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bMaxHPrate,-10; bonus bMaxSPrate,-10; bonus bVariableCastrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('4170','Dark_Frame_Card','Dark Frame Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Stone,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4171','Dark_Priest_Card','Dark Priest Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPVanishRate,50,10; if(BaseJob==Job_Sage) bonus bSPDrainValue,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4172','The_Paper_Card','The Paper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,20; bonus2 bSPDrainValue,-1,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4173','Demon_Pungus_Card','Demon Fungus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Sleep,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4174','Deviling_Card','Deviling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Neutral,50; bonus2 bSubEle,Ele_Water,-50; bonus2 bSubEle,Ele_Earth,-50; bonus2 bSubEle,Ele_Fire,-50; bonus2 bSubEle,Ele_Wind,-50; bonus2 bSubEle,Ele_Poison,-50; bonus2 bSubEle,Ele_Holy,-50; bonus2 bSubEle,Ele_Dark,-50; bonus2 bSubEle,Ele_Ghost,-50; bonus2 bSubEle,Ele_Undead,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('4175','Poison_Toad_Card','Poisonous Toad Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,TF_POISON,1,20; bonus2 bAddSkillBlow,52,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4176','Dullahan_Card','Dullahan Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Dragon,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4177','Dryad_Card','Dryad Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus3 bAddMonsterDropItem,993,RC_Plant,100; bonus2 bSubEle,Ele_Earth,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4178','Dragon_Tail_Card','Dragon Tail Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bAgi,1; bonus bFlee,10; bonus2 bSkillAtk,AC_DOUBLE,5; bonus2 bSkillAtk,AC_SHOWER,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4179','Dragon_Fly_Card','Dragon Fly Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4180','Driller_Card','Driller Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_Dragon,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4181','Disguise_Card','Disguise Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77);','','');
-REPLACE INTO `item_db_re` VALUES ('4182','Diabolic_Card','Diabolic Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_Demon,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4183','Vagabond_Wolf_Card','Vagabond Wolf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4184','Lava_Golem_Card','Lava Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace2,4,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4185','Rideword_Card','Rideword Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,1; if(BaseClass==Job_Acolyte) { bonus bInt,1; bonus bMdef,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('4186','Raggler_Card','Raggler Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bStr,1; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4187','Raydric_Archer_Card','Raydric Archer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12030,RC_Demon,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4188','Leib_Olmai_Card','Leib Olmai Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bSubEle,Ele_Fire,10; bonus3 bAddMonsterDropItem,990,RC_Brute,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4189','Wraith_Dead_Card','Wraith Dead Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Curse,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4190','Wraith_Card','Wraith Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12027,RC_Undead,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4191','Loli_Ruri_Card','Loli Ruri Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus3 bAutoSpellWhenHit,AL_HEAL,3,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4192','Rotar_Zairo_Card','Rotar Zairo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Fish,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4193','Lude_Card','Lude Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,SM_ENDURE,1,200;','','');
-REPLACE INTO `item_db_re` VALUES ('4194','Rybio_Card','Rybio Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77);','','');
-REPLACE INTO `item_db_re` VALUES ('4195','Leaf_Cat_Card','Leaf Cat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bSubEle,Ele_Water,10; bonus3 bAddMonsterDropItem,991,RC_Fish,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4196','Marin_Card','Marin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddMonsterDropItem,909,2000; bonus2 bAddMonsterDropItem,7126,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4197','Mastering_Card','Mastering Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4198','Maya_Puple_Card','Maya Purple Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bIntravision,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4199','Merman_Card','Merman Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bHPrecovRate,10; bonus bSPrecovRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4200','Megalith_Card','Megalith Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','if(getrefine()<6) bonus bMdef,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4201','Majoruros_Card','Majoruros Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Stun,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4202','Civil_Servant_Card','Mao Guai Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddEle,Ele_Ghost,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4203','Mutant_Dragon_Card','Mutant Dragonoid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,15; bonus3 bAutoSpell,MG_FIREBALL,3+2*(getskilllv(MG_FIREBALL)==10),50;','','');
-REPLACE INTO `item_db_re` VALUES ('4204','Mini_Demon_Card','Mini Demon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_Brute,-20; bonus2 bExpAddRace,RC_Brute,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4205','Mimic_Card','Mimic Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddMonsterDropItem,603,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4206','Mystcase_Card','Myst Case Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bAddMonsterDropItem,644,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4207','Mysteltainn_Card','Mysteltainn Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubSize,Size_Small,25; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4208','Miyabi_Ningyo_Card','Miyabi Doll Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxSPrate,10; bonus2 bSkillAtk,MG_FROSTDIVER,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4209','Violy_Card','Violy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,BA_FROSTJOKER,1+4*(getskilllv(BA_FROSTJOKER)==5),20;','','');
-REPLACE INTO `item_db_re` VALUES ('4210','Wander_Man_Card','Wanderer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','if(!isequipped(4172,4257,4230,4272)) bonus3 bAutoSpell,RG_INTIMIDATE,1,20; if(BaseClass==Job_Thief) bonus bFlee,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4211','Vocal_Card','Vocal Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4212','Bon_Gun_Card','Bongun Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,SM_BASH,1,20; bonus2 bAddSkillBlow,SM_BASH,5; bonus2 bAddDefClass,1026,-100;','','');
-REPLACE INTO `item_db_re` VALUES ('4213','Brilight_Card','Brilight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Silence,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4214','Bloody_Murderer_Card','Bloody Murderer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Insect,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4215','Blazzer_Card','Blazzer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAddMonsterDropChainItem,ITMCHAIN_FOOD;','','');
-REPLACE INTO `item_db_re` VALUES ('4216','Sasquatch_Card','Sasquatch Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Freeze,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4217','Live_Peach_Tree_Card','Enchanted Peach Tree Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus3 bAutoSpell,AL_HEAL,1+9*(getskilllv(AL_HEAL)==10),20;','','');
-REPLACE INTO `item_db_re` VALUES ('4218','Succubus_Card','Succubus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,-3; bonus bHPrecovRate,-20; bonus bMaxHP,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('4219','Sageworm_Card','Sage Worm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddMonsterDropItem,715,30; bonus2 bAddMonsterDropItem,716,30; bonus2 bAddMonsterDropItem,717,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4220','Solider_Card','Solider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDef,2; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4221','Skeleton_General_Card','Skeleton General Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_Insect,-20; bonus2 bExpAddRace,RC_Insect,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4222','Skel_Prisoner_Card','Skel Prisoner Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Sleep,300;','','');
-REPLACE INTO `item_db_re` VALUES ('4223','Stalactic_Golem_Card','Stalactic Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bDef,1; bonus2 bResEff,Eff_Stun,2000;','','');
-REPLACE INTO `item_db_re` VALUES ('4224','Stem_Worm_Card','Stem Worm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12032,RC_Brute,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4225','Stone_Shooter_Card','Stone Shooter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,10; bonus bHit,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4226','Sting_Card','Sting Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bDef,2; if(getrefine()>8) bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4227','Spring_Rabbit_Card','Spring Rabbit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddItemHealRate,Meat,50; bonus2 bAddItemHealRate,528,50; bonus3 bAddMonsterDropItem,Meat,RC_Brute,200; bonus3 bAddMonsterDropItem,528,RC_Brute,200;','','');
-REPLACE INTO `item_db_re` VALUES ('4228','Sleeper_Card','Sleeper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12031,RC_Fish,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4229','C_Tower_Manager_Card','Tower Keeper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,1; bonus bVariableCastrate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('4230','Shinobi_Card','Shinobi Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAgi,1; bonus3 bAutoSpellWhenHit,AS_CLOAKING,5,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4231','Increase_Soil_Card','Mi Gao Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace2,5,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4232','Wild_Ginseng_Card','Hermit Plant Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddItemHealRate,Red_Herb,50; bonus2 bAddItemHealRate,Yellow_Herb,50; bonus2 bAddItemHealRate,White_Herb,50; bonus3 bAddMonsterDropItem,507,RC_Plant,300; bonus3 bAddMonsterDropItem,508,RC_Plant,200; bonus3 bAddMonsterDropItem,509,RC_Plant,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4233','Baby_Leopard_Card','Baby Leopard Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,3; if(BaseClass==Job_Merchant) bonus bUnbreakableArmor,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4234','Anolian_Card','Anolian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus3 bAutoSpellWhenHit,AC_CONCENTRATION,1+9*(getskilllv(AC_CONCENTRATION)==10),30;','','');
-REPLACE INTO `item_db_re` VALUES ('4235','Cookie_XMAS_Card','Christmas Cookie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_Angel,-20; bonus2 bExpAddRace,RC_Angel,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4236','Amon_Ra_Card','Amon Ra Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bAllStats,1; bonus3 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99));','','');
-REPLACE INTO `item_db_re` VALUES ('4237','Owl_Duke_Card','Owl Duke Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,PR_IMPOSITIO,3,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4238','Owl_Baron_Card','Owl Baron Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,PR_LEXAETERNA,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4239','Iron_Fist_Card','Iron Fist Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_Formless,-20; bonus2 bExpAddRace,RC_Formless,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4240','Arclouse_Card','Arclouze Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','if(getrefine()<6) { bonus bDef,2; bonus bMdef,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('4241','Archangeling_Card','Arc Angeling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bMaxHP,300; if(readparam(bLuk)>=77) { bonus bHPrecovRate,100; bonus bSPrecovRate,100; }','','');
-REPLACE INTO `item_db_re` VALUES ('4242','Apocalips_Card','Apocalipse Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,2; if(getrefine()>8) bonus bMaxHP,800;','','');
-REPLACE INTO `item_db_re` VALUES ('4243','Antonio_Card','Antonio Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus3 bAutoSpellWhenHit,AL_TELEPORT,1,500;','','');
-REPLACE INTO `item_db_re` VALUES ('4244','Alarm_Card','Alarm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus3 bAutoSpellWhenHit,MG_SIGHT,1,200; bonus bMaxHP,300; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4245','Am_Mut_Card','Am Mut Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_DemiHuman,-20; bonus2 bExpAddRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4246','Assulter_Card','Assaulter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_DemiHuman,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4247','Aster_Card','Aster Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,5; bonus2 bAddDamageClass,1074,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4248','Ancient_Mummy_Card','Ancient Mummy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus3 bAutoSpellWhenHit,AL_CRUCIS,5,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4249','Ancient_Worm_Card','Ancient Worm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_Demon,-20; bonus2 bExpAddRace,RC_Demon,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4250','Executioner_Card','Executioner Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubSize,Size_Large,25; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4251','Elder_Card','Elder Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace2,5,40;','','');
-REPLACE INTO `item_db_re` VALUES ('4252','Alligator_Card','Alligator Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bLongAtkDef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4253','Alice_Card','Alice Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Boss,40; bonus2 bSubRace,RC_NonBoss,-40;','','');
-REPLACE INTO `item_db_re` VALUES ('4254','Tirfing_Card','Ogretooth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubSize,Size_Medium,25; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4255','Orc_Lady_Card','Orc Lady Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace2,3,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4256','Orc_Archer_Card','Orc Archer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12034,RC_DemiHuman,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4257','Wild_Rose_Card','Wild Rose Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bAgi,1; if(BaseClass==Job_Thief) bonus bFlee2,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4258','Wicked_Nymph_Card','Evil Nymph Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,1; bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4259','Wooden_Golem_Card','Wooden Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDef,1; bonus bHPrecovRate,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4260','Wootan_Shooter_Card','Wootan Shooter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bDef,1; bonus2 bResEff,Eff_Confusion,2000;','','');
-REPLACE INTO `item_db_re` VALUES ('4261','Wootan_Fighter_Card','Wootan Fighter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bDef,1; bonus2 bResEff,Eff_Bleeding,2000;','','');
-REPLACE INTO `item_db_re` VALUES ('4262','Evil_Cloud_Hermit_Card','Cloud Hermit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12029,RC_Plant,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4263','Incant_Samurai_Card','Samurai Spector Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bIgnoreDefRace,RC_NonBoss; bonus bHPrecovRate,-100; bonus2 bHPLossRate,666,10000;','','if((Hp<=999) && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) { heal(1-Hp),0; } else { heal -999,0; }');
-REPLACE INTO `item_db_re` VALUES ('4264','Wind_Ghost_Card','Wind Ghost Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,WZ_JUPITEL,3+7*(getskilllv(WZ_JUPITEL)==10),20;','','');
-REPLACE INTO `item_db_re` VALUES ('4265','Li_Me_Mang_Ryang_Card','Jing Guai Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12033,RC_Angel,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4266','Eclipse_Card','Eclipse Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4267','Explosion_Card','Explosion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_Dragon,-20; bonus2 bExpAddRace,RC_Dragon,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4268','Injustice_Card','Injustice Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAutoSpell,AS_SONICBLOW,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4269','Incubus_Card','Incubus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,-3; bonus bSPrecovRate,-20; bonus bMaxSP,150;','','');
-REPLACE INTO `item_db_re` VALUES ('4270','Giant_Spider_Card','Giant Spider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Poison,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4271','Giant_Honet_Card','Giant Hornet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bSubEle,Ele_Wind,10; bonus3 bAddMonsterDropItem,992,RC_Insect,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4272','Dancing_Dragon_Card','Zhu Po Long Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAgi,1; bonus bCritical,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4273','Shellfish_Card','Shell Fish Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,5; bonus2 bAddDamageClass,1073,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4274','Zombie_Master_Card','Zombie Master Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_Undead,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4275','Zombie_Prisoner_Card','Zombie Prisoner Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bSubRace,RC_Undead,-20; bonus2 bExpAddRace,RC_Undead,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4276','Lord_Of_Death_Card','Lord of The Dead Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAddEff,Eff_Stun,500,ATF_SHORT; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; bonus3 bAddEff,Eff_Silence,500,ATF_SHORT; bonus3 bAddEff,Eff_Poison,500,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT; bonus2 bWeaponComaRace,RC_NonBoss,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4277','Zherlthsh_Card','Zealotus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bLuk,2; bonus2 bSkillAtk,BA_MUSICALSTRIKE,10; bonus2 bSkillAtk,DC_THROWARROW,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4278','Gibbet_Card','Gibbet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','if(getrefine()<6) bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4279','Deleter_Card','Earth Deleter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bSPrecovRate,-100; bonus bSPGainValue,10;','','heal 0,-100;');
-REPLACE INTO `item_db_re` VALUES ('4280','Geographer_Card','Geographer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus3 bAutoSpellWhenHit,AL_BLESSING,2+8*(getskilllv(AL_BLESSING)==10),30;','','');
-REPLACE INTO `item_db_re` VALUES ('4281','Zipper_Bear_Card','Zipper Bear Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,30; bonus2 bSPDrainValue,-1,0; if(BaseClass==Job_Merchant) bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4282','Tengu_Card','Tengu Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAddMonsterDropChainItem,ITMCHAIN_HEAL;','','');
-REPLACE INTO `item_db_re` VALUES ('4283','Greatest_General_Card','Greatest General Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,MO_CALLSPIRITS,5,2+18*(BaseClass==Job_Acolyte);','','');
-REPLACE INTO `item_db_re` VALUES ('4284','Chepet_Card','Chepet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus4 bAutoSpell,AL_HEAL,5,50,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4285','Choco_Card','Choco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bFlee2,5; bonus bFlee,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4286','Karakasa_Card','Karakasa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77);','','');
-REPLACE INTO `item_db_re` VALUES ('4287','Kapha_Card','Kapha Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','if(getrefine()<6) bonus bMdef,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4288','Carat_Card','Carat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,2; if(getrefine()>8) bonus bMaxSP,150;','','');
-REPLACE INTO `item_db_re` VALUES ('4289','Caterpillar_Card','Caterpillar Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_Plant,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4290','Cat_O_Nine_Tail_Card','Cat O\' Nine Tails Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMdef,3; bonus bMagicDamageReturn,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4291','Kobold_Leader_Card','Kobold Leader Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace2,2,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4292','Kobold_Archer_Card','Kobold Archer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Plant,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4293','Cookie_Card','Cookie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bLuk,2; bonus2 bSkillAtk,AL_HOLYLIGHT,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4294','Quve_Card','Quve Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4295','Kraben_Card','Kraben Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Blind,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4296','Cramp_Card','Cramp Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bGetZenyNum,500,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4297','Cruiser_Card','Cruiser Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Brute,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4298','Cremy_Fear_Card','Creamy Fear Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Confusion,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4299','Clock_Card','Clock Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus3 bAutoSpellWhenHit,CR_AUTOGUARD,3+7*(getskilllv(CR_AUTOGUARD)==10),30;','','sc_end SC_AUTOGUARD;');
-REPLACE INTO `item_db_re` VALUES ('4300','Chimera_Card','Chimera Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob==Job_Assassin);','','');
-REPLACE INTO `item_db_re` VALUES ('4301','Killer_Mantis_Card','Killer Mantis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Bleeding,600;','','');
-REPLACE INTO `item_db_re` VALUES ('4302','Tao_Gunka_Card','Tao Gunka Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHPrate,100; bonus bDefRate,-50; bonus bMdefRate,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('4303','Whisper_Boss_Card','Giant Whisper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bFlee,10; if(readparam(bStr)>=80) bonus bBaseAtk,20; if(readparam(bVit)>=80) bonus bMaxHPrate,3; if(readparam(bLuk)>=80) bonus bCritical,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4304','Tamruan_Card','Tamruan Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bDef,2; bonus2 bSkillAtk,CR_SHIELDCHARGE,10; bonus2 bSkillAtk,CR_SHIELDBOOMERANG,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4305','Turtle_General_Card','Turtle General Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,20; bonus2 bAddRace,RC_Boss,20; bonus3 bAutoSpell,SM_MAGNUM,10,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4306','Toad_Card','Toad Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bFlee2,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4307','Kind_Of_Beetle_Card','Beetle King Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_Fish,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4308','Tri_Joint_Card','Tri Joint Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_Formless,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4309','Parasite_Card','Parasite Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bDef,1; bonus2 bSubEle,Ele_Neutral,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4310','Panzer_Goblin_Card','Panzer Goblin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Demon,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4311','Permeter_Card','Permeter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bSubEle,Ele_Dark,15; bonus2 bSubEle,Ele_Undead,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4312','Fur_Seal_Card','Fur Seal Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bFlee,3; bonus bHit,10; if(BaseClass==Job_Acolyte) { bonus2 bCriticalAddRace,RC_Undead,9; bonus2 bCriticalAddRace,RC_Demon,9; }','','');
-REPLACE INTO `item_db_re` VALUES ('4313','Punk_Card','Punk Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1+4*(getskilllv(WZ_QUAGMIRE)==5),50,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4314','Penomena_Card','Penomena Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Formless,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4315','Pest_Card','Pest Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77);','','');
-REPLACE INTO `item_db_re` VALUES ('4316','Fake_Angel_Card','False Angel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_Angel,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4317','Mobster_Card','Mobster Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,15; if(BaseClass==Job_Thief) bonus bCritical,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4318','Knight_Windstorm_Card','Stormy Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAutoSpell,WZ_STORMGUST,2,20; bonus2 bAddEff,Eff_Freeze,2000;','','');
-REPLACE INTO `item_db_re` VALUES ('4319','Freezer_Card','Freezer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHP,300; if(getrefine()>=9) bonus2 bSkillAtk,SM_BASH,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4320','Bloody_Knight_Card','Bloody Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAutoSpell,WZ_METEOR,1,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4321','Hylozoist_Card','Hylozoist Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bClassChange,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4322','High_Orc_Card','High Orc Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bDef,1; bonus bShortWeaponDamageReturn,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4323','Garm_Baby_Card','Hatii Bebe Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAutoSpell,MG_FROSTDIVER,3,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4324','Garm_Card','Hatii Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Freeze,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('4325','Harpy_Card','Harpy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSubEle,Ele_Neutral,15; bonus2 bSkillAtk,MG_NAPALMBEAT,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4326','See_Otter_Card','Sea-Otter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddItemHealRate,Sushi,50; bonus2 bAddItemHealRate,Fish_Slice,50; bonus3 bAddMonsterDropItem,551,RC_Fish,300; bonus3 bAddMonsterDropItem,544,RC_Fish,300;','','');
-REPLACE INTO `item_db_re` VALUES ('4327','Blood_Butterfly_Card','Bloody Butterfly Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bVariableCastrate,30; bonus bNoCastCancel,0; bonus2 bSkillAtk,MG_FIREWALL,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4328','Hyegun_Card','Yao Jun Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bFlee,15; bonus bCritical,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4329','Phendark_Card','Phendark Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPGainRace,RC_DemiHuman,5;','','heal 0,-5;');
-REPLACE INTO `item_db_re` VALUES ('4330','Dark_Snake_Lord_Card','Evil Snake Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,3; bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Curse,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('4331','Heater_Card','Heater Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bCritical,3; if(BaseClass==Job_Swordman) bonus bFlee2,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4332','Waste_Stove_Card','Waste Stove Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,5; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4333','Venomous_Card','Venomous Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF;','','');
-REPLACE INTO `item_db_re` VALUES ('4334','Noxious_Card','Noxious Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bLongAtkDef,10; bonus2 bSubEle,Ele_Neutral,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4335','Pitman_Card','Pitman Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSkillAtk,WZ_EARTHSPIKE,5; bonus2 bSkillAtk,WZ_HEAVENDRIVE,5;','','heal 0,-50;');
-REPLACE INTO `item_db_re` VALUES ('4336','Ungoliant_Card','Ungoliant Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bHPrecovRate,10; bonus2 bResEff,Eff_Bleeding,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('4337','Porcellio_Card','Porcellio Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,25; bonus bDef,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('4338','Obsidian_Card','Obsidian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,readparam(bDex)/18;','','');
-REPLACE INTO `item_db_re` VALUES ('4339','Mineral_Card','Mineral Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,-25; bonus bDef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4340','Teddy_Bear_Card','Teddy Bear Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Undead,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4341','Metaling_Card','Metaling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAutoSpell,RG_STRIPWEAPON,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4342','Rsx_0806_Card','RSX-0806 Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,3; bonus bUnbreakableArmor,0; bonus bNoKnockback,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4343','Mole_Card','Holden Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4344','Anopheles_Card','Anopheles Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12058,RC_Insect,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4345','Hill_Wind_Card','Hill Wind Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSkillAtk,MG_THUNDERSTORM,5; bonus2 bSkillAtk,WZ_JUPITEL,5; bonus2 bSkillAtk,WZ_VERMILION,5;','','heal 0,-50;');
-REPLACE INTO `item_db_re` VALUES ('4346','Ygnizem_Card','Egnigem Cenia Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,readparam(bInt)/18;','','');
-REPLACE INTO `item_db_re` VALUES ('4347','Armaia_Card','Armeyer Dinze Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12053,RC_Fish,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4348','Whikebain_Card','Wickebine Tres Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,RG_STRIPARMOR,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4349','Erend_Card','Errende Ebecee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus4 bAutoSpellWhenHit,AL_PNEUMA,1,50,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4350','Rawrel_Card','Laurell Weinder Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSkillAtk,WZ_FROSTNOVA,3; bonus2 bSkillAtk,WZ_STORMGUST,3;','','heal 0,-50;');
-REPLACE INTO `item_db_re` VALUES ('4351','Kavac_Card','Kavach Icarus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','if(getrefine()<=4) { bonus bFlee,20; bonus bFlee2,1; } else { bonus bFlee,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('4352','B_Ygnizem_Card','Boss Egnigem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bHPRegenRate,50,10000; bonus2 bSPRegenRate,10,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('4353','Removal_Card','Remover Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHP,800-40*getrefine(); bonus bHPrecovRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4354','Gemini_Card','Gemini-S58 Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','if(readparam(bAgi)>=90) { bonus2 bResEff,Eff_Silence,3000; bonus2 bResEff,Eff_Stun,3000; } if(readparam(bVit)>=80) { bonus2 bResEff,Eff_Stone,5000; bonus2 bResEff,Eff_Sleep,5000; }','','');
-REPLACE INTO `item_db_re` VALUES ('4355','Gremlin_Card','Gremlin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12043,RC_Brute,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4356','Beholder_Card','Beholder Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill SA_CASTCANCEL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4357','B_Seyren_Card','Lord Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','skill LK_BERSERK,1; bonus bMaxHPrate,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('4358','Seyren_Card','Seyren Windsor Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bStr,getrefine()-6;','','');
-REPLACE INTO `item_db_re` VALUES ('4359','B_Eremes_Card','Assassin Cross Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','skill AS_CLOAKING,3;','','sc_end SC_CLOAKING;');
-REPLACE INTO `item_db_re` VALUES ('4360','Eremes_Card','Eremes Guile Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bCriticalAddRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4361','B_Harword_Card','MasterSmith Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBreakWeaponRate,1000; bonus bBreakArmorRate,700;','','');
-REPLACE INTO `item_db_re` VALUES ('4362','Harword_Card','Howard Alt-Eisen Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bAspdRate,-5; bonus bHit,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4363','B_Magaleta_Card','High Priest Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,50,BF_WEAPON|BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4364','Magaleta_Card','Margaretha Sorin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,1; bonus5 bAutoSpellWhenHit,PR_LEXDIVINA,5,150,BF_MAGIC,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4365','B_Katrinn_Card','High Wizard Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bIgnoreMdefRace,RC_NonBoss; bonus bVariableCastrate,100; bonus bSPrecovRate,-100;','','heal 0,-2000;');
-REPLACE INTO `item_db_re` VALUES ('4366','Katrinn_Card','Kathryne Keyron Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bVariableCastrate,getrefine()*-1; if(getrefine()>=9) { bonus bMatkRate,2; }','','');
-REPLACE INTO `item_db_re` VALUES ('4367','B_Shecil_Card','Sniper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bHPDrainRate,10,20; bonus bHPrecovRate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('4368','Shecil_Card','Cecil Damon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bAspdRate,5; bonus bHit,-30;','','');
-REPLACE INTO `item_db_re` VALUES ('4369','Venatu_Card','Venatu Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,readparam(bAgi)/18;','','');
-REPLACE INTO `item_db_re` VALUES ('4370','Dimik_Card','Dimik Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,getrefine()-5;','','');
-REPLACE INTO `item_db_re` VALUES ('4371','Archdam_Card','Archdam Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,10; bonus bVariableCastrate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4372','Bacsojin_Card','White Lady Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bHealPower,30; bonus bUseSPrate,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4373','Chung_E_Card','Green Maiden Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bLuk,getrefine()-5; bonus bCritical,getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('4374','Apocalips_H_Card','Vesper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bDex,2; bonus2 bIgnoreMdefRate,RC_Boss,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4375','Orc_Baby_Card_Card','Orc Baby Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','if(getrefine()>=9) { bonus2 bSubEle,Ele_Neutral,15; bonus bFlee,15; } else { bonus2 bSubEle,Ele_Neutral,10; bonus bFlee,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('4376','Lady_Tanee_Card','Lady Tanee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHPrate,-40; bonus bMaxSPrate,50; bonus2 bAddMonsterDropItem,513,200; bonus2 bAddItemHealRate,513,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4377','Green_Iguana_Card','Grove Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12063,RC_Formless,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4378','Acidus_Card','Gold Acidus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','if(getrefine()<=4) { bonus bMaxHPrate,8; bonus bMaxSPrate,8; bonus bHPrecovRate,5; bonus bSPrecovRate,5; } else { bonus bMaxHPrate,4; bonus bMaxSPrate,4; }','','');
-REPLACE INTO `item_db_re` VALUES ('4379','Acidus__Card','Blue Acidus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','if(getrefine()<=4) { bonus bSPrecovRate,5; bonus bMaxSP,80; } else { bonus bMaxSP,40; }','','');
-REPLACE INTO `item_db_re` VALUES ('4380','Ferus_Card','Red Ferus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSkillAtk,WZ_FIREPILLAR,5; bonus2 bSkillAtk,WZ_METEOR,5;','','heal 0,-50;');
-REPLACE INTO `item_db_re` VALUES ('4381','Ferus__Card','Green Ferus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bVit,1; bonus bMaxHPrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4382','Novus__Card','Yellow Novus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHP,500; bonus bHPrecovRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4383','Novus_Card','Red Novus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF;','','');
-REPLACE INTO `item_db_re` VALUES ('4384','Hydro_Card','Hydro Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,SA_SPELLBREAKER,1,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4385','Dragon_Egg_Card','Dragon Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12048,RC_Dragon,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4386','Detale_Card','Detardeurus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMdef,-20; bonus2 bResEff,Eff_Freeze,10000; bonus5 bAutoSpellWhenHit,SA_LANDPROTECTOR,1,70,BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4387','Ancient_Mimic_Card','Ancient Mimic Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,readparam(bLuk)/18;','','');
-REPLACE INTO `item_db_re` VALUES ('4388','Deathword_Card','Death Word Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSkillAtk,MG_NAPALMBEAT,5; bonus2 bSkillAtk,MG_SOULSTRIKE,5; bonus2 bSkillAtk,HW_NAPALMVULCAN,5;','','heal 0,-50;');
-REPLACE INTO `item_db_re` VALUES ('4389','Plasma_Card','Plasma Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddMonsterDropItem,12118,50; bonus2 bAddMonsterDropItem,12119,50; bonus2 bAddMonsterDropItem,12120,50; bonus2 bAddMonsterDropItem,12121,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4390','Breeze_Card','Breeze Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,5; bonus2 bAddEff,Eff_Bleeding,500;','','');
-REPLACE INTO `item_db_re` VALUES ('4391','Retribution_Card','Baroness of Retribution Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAddMonsterDropItem,12068,RC_Angel,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4392','Observation_Card','Dame of Sentinel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,readparam(bVit)/18;','','');
-REPLACE INTO `item_db_re` VALUES ('4393','Shelter_Card','Mistress of Shelter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,readparam(bStr)/18;','','');
-REPLACE INTO `item_db_re` VALUES ('4394','Solace_Card','Lady Solace Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','if(BaseJob==Job_Priest) bonus3 bAutoSpell,CR_GRANDCROSS,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4395','Tha_Maero_Card','Maero of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,5; bonus3 bAutoSpell,AL_DECAGI,3,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4396','Tha_Odium_Card','Odium of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bAgi,getrefine()-5;','','');
-REPLACE INTO `item_db_re` VALUES ('4397','Tha_Despero_Card','Despero of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus bInt,getrefine()-6;','','');
-REPLACE INTO `item_db_re` VALUES ('4398','Tha_Dolor_Card','Dolor of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Angel,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4399','Thanatos_Card','Memory of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30;','','');
-REPLACE INTO `item_db_re` VALUES ('4400','Aliza_Card','Aliza Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50+50*(BaseJob==Job_Dancer);','','');
-REPLACE INTO `item_db_re` VALUES ('4401','Alicel_Card','Alicel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bFlee,10; bonus bDef,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('4402','Aliot_Card','Aliot Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) { bonus bStr,2; bonus bMaxHPrate,5; } if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) { bonus bInt,2; bonus bMaxSPrate,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('4403','Kiel_Card','Kiel-D-01 Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bDelayrate,-30;','','');
-REPLACE INTO `item_db_re` VALUES ('4404','Skogul_Card','Skogul Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF;','','');
-REPLACE INTO `item_db_re` VALUES ('4405','Frus_Card','Frus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMagicDamageReturn,getrefine()*2; if(BaseClass==Job_Mage) bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4406','Skeggiold_Card','Skeggiold Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Demon,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4407','Randgris_Card','Randgris Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bUnbreakableWeapon,0; bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; bonus3 bAutoSpell,SA_DISPELL,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4408','Gloom_Under_Night_Card','Gloom Under Night Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEle,Ele_Holy,40; bonus2 bAddEle,Ele_Dark,40; bonus2 bAddRace,RC_Angel,40; bonus2 bAddRace,RC_Demon,40;','','');
-REPLACE INTO `item_db_re` VALUES ('4409','Agav_Card','Agav Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatkRate,5; bonus bDef,-10; if(BaseClass==Job_Mage) bonus bMaxSP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4410','Echio_Card','Echio Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,15; if(BaseClass==Job_Swordman) bonus bMaxHP,500;','','');
-REPLACE INTO `item_db_re` VALUES ('4411','Vanberk_Card','Vanberk Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bStr,2; autobonus \"{ bonus bCritical,100; }\",5,5000,0,\"{ specialeffect2 EF_ENHANCE; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('4412','Isilla_Card','Isilla Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,2; autobonus \"{ bonus bVariableCastrate,-50; bonus bFlee,30; }\",50,5000,BF_MAGIC,\"{ specialeffect2 EF_SUFFRAGIUM; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('4413','Hodremlin_Card','Hodremlin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubSize,Size_Small,15; bonus2 bSubSize,Size_Medium,15; bonus2 bSubSize,Size_Large,15; autobonus2 \"{ bonus bFlee2,30; }\",3,10000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_WIND; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('4414','Seeker_Card','Seeker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','skill MG_STONECURSE,1; bonus2 bResEff,Eff_Stone,3000; bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4415','Snowier_Card','Snowier Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bAddMonsterDropItem,536,2000; bonus2 bAddItemHealRate,536,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4416','Siroma_Card','Siroma Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bSkillAtk,MG_COLDBOLT,25; bonus2 bVariableCastrate,MG_COLDBOLT,-25;','','');
-REPLACE INTO `item_db_re` VALUES ('4417','Ice_Titan_Card','Ice Titan Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bVit,2; autobonus2 \"{ bonus bDef,10; }\",3,10000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_FREEZED; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('4418','Gazeti_Card','Gazeti Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus3 bAutoSpell,MG_COLDBOLT,2,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4419','Ktullanux_Card','Ktullanux Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEle,Ele_Fire,50; bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,20,BF_WEAPON|BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4420','Muscipular_Card','Muscipular Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus3 bAutoSpellWhenHit,AL_HEAL,1,100; bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4421','Drosera_Card','Drosera Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','if(getiteminfo(getequipid(EQI_HAND_R),9)>3) bonus bCritical,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4422','Roween_Card','Roween Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bFlee,5; bonus bFlee2,3; bonus2 bAddEle,Ele_Water,10; bonus2 bCriticalAddRace,RC_Fish,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4423','Galion_Card','Galion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bHit,5; bonus2 bAddEle,Ele_Water,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4424','Stapo_Card','Stapo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','skill TF_PICKSTONE,1; skill TF_THROWSTONE,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4425','Atroce_Card','Atroce Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,25; autobonus \"{ bonus bAspdRate,100; }\",5,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('4426','Byorgue_Card','Byorgue Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','if(BaseJob==Job_Rogue) { bonus bMatkRate,10; bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('4427','Sword_Guardian_Card','Sword Guardian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','if(getiteminfo(getequipid(EQI_HAND_R),11)==2||getiteminfo(getequipid(EQI_HAND_R),11)==3) { bonus bHit,5; bonus bCritical,5; bonus2 bSkillAtk,62,25; }','','');
-REPLACE INTO `item_db_re` VALUES ('4428','Bow_Guardian_Card','Bow Guardian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','if(getiteminfo(getequipid(EQI_HAND_R),11)==11) { bonus bHit,5; bonus bCritical,5; bonus2 bSkillAtk,47,50; }','','');
-REPLACE INTO `item_db_re` VALUES ('4429','Salamander_Card','Salamander Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus2 bSkillAtk,WZ_FIREPILLAR,40; bonus2 bSkillAtk,WZ_METEOR,40;','','');
-REPLACE INTO `item_db_re` VALUES ('4430','Ifrit_Card','Ifrit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bBaseAtk,(JobLevel/10); bonus bCritical,(JobLevel/10); bonus bHit,(JobLevel/10); bonus3 bAutoSpellWhenHit,NPC_EARTHQUAKE,10,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4431','Kasa_Card','Kasa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus3 bAutoSpell,MG_FIREBALL,5,20; bonus3 bAutoSpell,MG_FIREBOLT,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4432','Magmaring_Card','Magmaring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bBaseAtk,5; bonus2 bAddEle,Ele_Earth,10; bonus2 bCriticalAddRace,RC_Brute,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4433','Imp_Card','Imp Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bSkillAtk,MG_FIREBOLT,25; bonus2 bVariableCastrate,MG_FIREBOLT,-25;','','');
-REPLACE INTO `item_db_re` VALUES ('4434','Knocker_Card','Knocker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bAddRace,RC_Formless,5; bonus3 bAddMonsterDropItem,756,RC_Formless,10; bonus3 bAddMonsterDropItem,757,RC_Formless,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4435','Zombie_Slaughter_Card','Zombie Slaughter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus2 bAddRace,RC_DemiHuman,1; bonus2 bMagicAddRace,RC_DemiHuman,1; bonus bHPGainValue,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4436','Ragged_Zombie_Card','Ragged Zombie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus2 bCriticalAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bMagicAddRace,RC_DemiHuman,1; bonus2 bAddEff2,Eff_Bleeding,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4437','Hell_Poodle_Card','Hell Poodle Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bHit,1; bonus2 bAddItemHealRate,517,100; bonus3 bAddEff,Eff_Bleeding,50,ATF_SHORT;','','');
-REPLACE INTO `item_db_re` VALUES ('4438','Banshee_Card','Banshee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','if(BaseClass==Job_Mage) { bonus bMaxSP,100; bonus bMaxHP,-100; bonus2 bSkillAtk,MG_NAPALMBEAT,20; bonus2 bSkillAtk,MG_SOULSTRIKE,20; bonus2 bSkillAtk,HW_NAPALMVULCAN,20; }','','');
-REPLACE INTO `item_db_re` VALUES ('4439','Flame_Skull_Card','Flame Skull Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bResEff,Eff_Blind,3000; bonus2 bResEff,Eff_Stun,3000; bonus2 bResEff,Eff_Curse,3000; bonus2 bResEff,Eff_Stone,3000; bonus2 bAddEffWhenHit,Eff_Blind,500; bonus2 bAddEffWhenHit,Eff_Stun,500; bonus2 bAddEffWhenHit,Eff_Curse,500; bonus2 bAddEffWhenHit,Eff_Stone,500;','','');
-REPLACE INTO `item_db_re` VALUES ('4440','Necromancer_Card','Necromancer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','if(getiteminfo(getequipid(EQI_HAND_R),11)==10) { bonus bInt,1; bonus bIgnoreMdefRate,2; }','','');
-REPLACE INTO `item_db_re` VALUES ('4441','Fallen_Bishop_Card','Fallen Bishop Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMatkRate,10; bonus bMaxSPrate,-50; bonus2 bMagicAddRace,RC_Angel,50; bonus2 bMagicAddRace,RC_DemiHuman,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4442','Tatacho_Card','Tatacho Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubEle,Ele_Neutral,20; bonus2 bAddEle,Ele_Neutral,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4443','Aqua_Elemental_Card','Aqua Elemental Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubEle,Ele_Water,20; bonus2 bAddEle,Ele_Water,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4444','Draco_Card','Draco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubEle,Ele_Earth,20; bonus2 bAddEle,Ele_Earth,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4445','Luciola_Vespa_Card','Luciola Vespa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubEle,Ele_Wind,20; bonus2 bAddEle,Ele_Wind,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4447','Centipede_Card','Centipede Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubEle,Ele_Poison,20; bonus2 bAddEle,Ele_Poison,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4448','Cornus_Card','Cornus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubEle,Ele_Holy,20; bonus2 bAddEle,Ele_Holy,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4449','Dark_Shadow_Card','Dark Shadow Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubEle,Ele_Dark,20; bonus2 bAddEle,Ele_Dark,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4450','Banshee_Master_Card','Banshee Master Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,1; bonus bMatk,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4451','Ant_Buyanne_Card','Entweihen Crothen Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4452','Centipede_Larva_Card','Centipede Larva Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bInt,1; bonus bMatk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4453','Hilsrion_Card','Hillslion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,25;','','');
-REPLACE INTO `item_db_re` VALUES ('4454','Light_Up_Card1','No name card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4455','Light_Up_Card2','No name card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4456','Nidhogg_Shadow_Card','Nidhoggur Shadow Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,5; if (Class == Job_High_Wizard || Class == Job_Baby_Warlock || Class == Job_Warlock || Class == Job_Warlock_T) bonus bFixedCastrate,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('4457','Nahtzigger_Card','Naght Seiger Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bSkillAtk,MG_NAPALMBEAT,30; bonus2 bSkillAtk,MG_SOULSTRIKE,30; bonus2 bSkillAtk,HW_NAPALMVULCAN,30; bonus2 bSkillAtk,GS_MAGICALBULLET,30; bonus2 bSkillAtk,WL_SOULEXPANSION,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4458','Duneirre_Card','Duneyrr Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bBaseAtk,10; autobonus \"{ bonus bFlee2,10; }\",10,4000,0,\"{ specialeffect2 EF_ENHANCE; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('4459','Lata_Card','Rata Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bMatk,10; autobonus \"{ bonus bFixedCastrate,-50; }\",10,4000,BF_MAGIC,\"{ specialeffect2 EF_SUFFRAGIUM; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('4460','Ringco_Card','Rhyncho Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bHealPower,4; bonus bUseSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4461','Pillar_Card','Phylla Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bDex,1; bonus bAgi,1; autobonus \"{ bonus bCritical,20; }\",4,4000,0,\"{ specialeffect2 EF_ENHANCE; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('4462','Hardrock_Mommos_Card','Hardrock Mammoth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDef,5; if(getrefine()>=12) { bonus bDef,20; bonus bMaxHPrate,10; } if(getrefine()>=14) { bonus bMaxHPrate,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('4463','Tendrilion_Card','Tendrillion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritical,5; if(getrefine()>=12) { bonus bBaseAtk,35; } if(getrefine()>=14) { bonus bCritical,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('4464','Aunoe_Card','Aunoe Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4465','Panat_Card','Fanat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,10; if(getiteminfo(getequipid(EQI_HAND_R),11)==3) { if(getrefine()>=10) { bonus bAspd,1; } if(getrefine()>=14) { bonus bAspd,1; } }','','');
-REPLACE INTO `item_db_re` VALUES ('4466','Beholder_Master_Card','Beholder Master Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bLongAtkRate,3; if(getiteminfo(getequipid(EQI_HAND_R),11)==11) { if(getrefine()>=10) { bonus bAspd,1; } if(getrefine()>=14) { bonus bAspd,1; } }','','');
-REPLACE INTO `item_db_re` VALUES ('4467','Heavy_Metaling_Card','Heavy Metaling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bStr,2; if(BaseClass==Job_Merchant) { bonus2 bSkillAtk,MC_CARTREVOLUTION,50; }','','');
-REPLACE INTO `item_db_re` VALUES ('4468','Pinguicula_Dark_Card','Dark Pinguicula Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bBaseAtk,10; bonus2 bAddMonsterDropItem,7932,30; bonus2 bAddMonsterDropItem,7933,30; bonus2 bAddMonsterDropItem,7934,30; bonus2 bAddMonsterDropItem,7935,30; bonus2 bAddMonsterDropItem,7936,30; bonus2 bAddMonsterDropItem,7937,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4469','Naga_Card','Naga Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Fish,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4470','Nepenthes_Card','Nepenthes Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Plant,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4471','Egg_Of_Draco_Card','Draco Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Dragon,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4472','Bradium_Goram_Card','Bradium Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Brute,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4473','Ancient_Tree_Card','Ancient Tree Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Undead,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4474','Jakudam_Card','Zakudam Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4475','Cobalt_Mineral_Card','Cobalt Mineral Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Formless,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4476','Pinguicula_Card','Pinguicula Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Insect,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4477','Hell_Apocalips_Card','Hell Apocalypse Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bMagicAddRace,RC_Demon,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4478','Light_Up_Card3','Lie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4479','Light_Up_Card4','Lie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4480','Sealed_Kiel_Card','Sealed Kiel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bDelayrate,((getrefine()>14)?-20:-15);','','');
-REPLACE INTO `item_db_re` VALUES ('4481','Sealed_Ktullanux_Card','Sealed Ktullanux Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEle,Ele_Fire,((getrefine()>14)?35:25); bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,10,BF_WEAPON|BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4482','Sealed_B_Ygnizem_Card','Sealed B Ygnizem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','set .@rate,((getrefine()>14)?7:5); bonus bMaxHPrate,.@rate; bonus bMaxSPrate,.@rate; bonus2 bHPRegenRate,50,10000; bonus2 bSPRegenRate,10,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('4483','Sealed_Dracula_Card','Sealed Dracula Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bSPDrainRate,((getrefine()>14)?70:50),5;','','');
-REPLACE INTO `item_db_re` VALUES ('4484','Sealed_Mistress_Card','Sealed Mistress Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bNoGemStone,0; bonus bUseSPrate,((getrefine()>14)?35:50);','','');
-REPLACE INTO `item_db_re` VALUES ('4485','Sealed_Gloom_Card','Sealed Gloom Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','set .@rate,((getrefine()>14)?30:20); bonus2 bAddEle,Ele_Holy,.@rate; bonus2 bAddEle,Ele_Dark,.@rate; bonus2 bAddRace,RC_Angel,.@rate; bonus2 bAddRace,RC_Demon,.@rate;','','');
-REPLACE INTO `item_db_re` VALUES ('4486','Sealed_Berz_Card','Sealed Berzebub Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bVariableCastrate,-15;','','');
-REPLACE INTO `item_db_re` VALUES ('4487','Sealed_Ifrit_Card','Sealed Ifrit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bBaseAtk,(JobLevel/20); bonus bCritical,(JobLevel/20); bonus bHit,(JobLevel/20); bonus3 bAutoSpellWhenHit,NPC_EARTHQUAKE,5,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4488','Sealed_D_Lord_Card','Sealed Dark Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus3 bAutoSpellWhenHit,WZ_METEOR,5,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4489','Sealed_Pharaoh_Card','Sealed Pharaoh Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bUseSPrate,-15;','','');
-REPLACE INTO `item_db_re` VALUES ('4490','Sealed_M_Flower_Card','Sealed Moonlight Flower Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','skill AL_INCAGI,((getrefine()>14)?5:1);','','');
-REPLACE INTO `item_db_re` VALUES ('4491','Sealed_B_Shecil_Card','Sealed Sniper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bHPrecovRate,-100; bonus2 bHPDrainRate,5,((getrefine()>14)?15:10);','','');
-REPLACE INTO `item_db_re` VALUES ('4492','Sealed_Orc_Hero_Card','Sealed Orc Hero Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bVit,3; bonus2 bResEff,Eff_Stun,((getrefine()>14)?6000:4000);','','');
-REPLACE INTO `item_db_re` VALUES ('4493','Sealed_Tao_Card','Sealed Tao Gunka Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHPrate,((getrefine()>14)?75:50); bonus bDefRate,-50; bonus bMdefRate,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('4494','Sealed_TurtleG_Card','Sealed Turtle General Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','set .@rate, ((getrefine()>14)?15:10); bonus2 bAddRace,RC_NonBoss,.@rate; bonus2 bAddRace,RC_Boss,.@rate; bonus3 bAutoSpell,SM_MAGNUM,10,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4495','Sealed_Amon_Ra_Card','Sealed Amon Ra Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bAllStats,1; bonus3 bAutoSpellWhenHit,PR_KYRIE,((getrefine()>14)?8:5),(15+35*(readparam(bInt)>=99));','','');
-REPLACE INTO `item_db_re` VALUES ('4496','Sealed_Drake_Card','Sealed Drake Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4497','Sealed_Knight_WS_Card','Sealed Stormy Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAutoSpell,WZ_STORMGUST,1,10; bonus2 bAddEff,Eff_Freeze, ((getrefine()>14)?1500:1000);','','');
-REPLACE INTO `item_db_re` VALUES ('4498','Sealed_Lady_Tanee_Card','Sealed Lady Tanee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHPrate,((getrefine()>14)?-50:-60); bonus bMaxSPrate,50; bonus2 bAddMonsterDropItem,513,100; bonus2 bAddItemHealRate,513,((getrefine()>14)?80:50);','','');
-REPLACE INTO `item_db_re` VALUES ('4499','Sealed_Samurai_Card','Sealed Incantation Samurai Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bIgnoreDefRace,RC_NonBoss; bonus bHPrecovRate,-100; if (getrefine()>14) bonus2 bHPLossRate,777,8000; else bonus2 bHPLossRate,888,5000;','','if((Hp<=999) && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) { heal(1-Hp),0; } else { heal -999,0; }');
-REPLACE INTO `item_db_re` VALUES ('4500','Sealed_Orc_Load_Card','Sealed Orc Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bShortWeaponDamageReturn,((getrefine()>14)?25:15);','','');
-REPLACE INTO `item_db_re` VALUES ('4501','Sealed_B_Magaleta_Card','Sealed High Priest Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,((getrefine()>14)?35:25),BF_WEAPON|BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('4502','Sealed_B_Harword_Card','Sealed MasterSmith Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','if (getrefine()>14) { bonus bBreakWeaponRate,800; bonus bBreakArmorRate,600; } else { bonus bBreakWeaponRate,500; bonus bBreakArmorRate,400; }','','');
-REPLACE INTO `item_db_re` VALUES ('4503','Sealed_Apocalips_H_Card','Sealed Vesper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bDex,2; bonus2 bIgnoreMdefRate,RC_Boss,((getrefine()>14)?25:15);','','');
-REPLACE INTO `item_db_re` VALUES ('4504','Sealed_Eddga_Card','Sealed Eddga Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMaxHPrate,((getrefine()>14)?-35:-50);','sc_start4 SC_ENDURE,60000,10,0,0,1;','sc_end SC_ENDURE;');
-REPLACE INTO `item_db_re` VALUES ('4505','Scaraba_Card','Scaraba Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bMatk,20; bonus bMaxSPrate,-1;','','');
-REPLACE INTO `item_db_re` VALUES ('4506','Dolomedes_Card','Dolomedes Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bDex,2; if(BaseClass==Job_Archer) { bonus bDex,getrefine()/3; }','','');
-REPLACE INTO `item_db_re` VALUES ('4507','Q_Scaraba_Card','Queen Scaraba Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4508','Gold_Scaraba_Card','Gold Scaraba Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bBaseAtk,20; bonus bMaxHPrate,-1;','','');
-REPLACE INTO `item_db_re` VALUES ('4509','Gold_Q_Scaraba_Card','Gold Queen Scaraba Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,3; bonus2 bSubRace,RC_Insect,10; if(getrefine()>=9) { bonus2 bSubRace,RC_Insect,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('4510','Miming_Card','Miming Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAutoSpell,WM_LULLABY_DEEPSLEEP,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4511','Little_Fatum_Card','Little Fatum Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAddEff,Eff_Silence,500,ATF_SKILL;','','');
-REPLACE INTO `item_db_re` VALUES ('4512','Parus_Card','Parus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bHealPower,3; if(BaseClass==Job_Acolyte) { bonus bHealPower,getrefine()/2; }','','');
-REPLACE INTO `item_db_re` VALUES ('4513','Angra_Mantis_Card','Angra Mantis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bCritAtkRate,2; if(BaseClass==Job_Thief) { bonus bCritAtkRate,getrefine()/2; }','','');
-REPLACE INTO `item_db_re` VALUES ('4514','Pom_Spider_Card','Pom Spider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Undead,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4515','Alnoldi_Card','Alnoldi Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','bonus2 bSubRace,RC_Plant,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4516','Comodo_Card','Comodo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDef,50; bonus bFlee,-25;','','');
-REPLACE INTO `item_db_re` VALUES ('4517','Cendrawasih_Card','Cendrawasih Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,2; if(BaseClass==Job_Mage) { bonus bInt,getrefine()/3; }','','');
-REPLACE INTO `item_db_re` VALUES ('4518','Banaspaty_Card','Banaspaty Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4519','Butoijo_Card','Butoijo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus2 bAddRace,RC_Angel,20;','','');
-REPLACE INTO `item_db_re` VALUES ('4520','Leak_Card','Leak Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bStr,3; bonus2 bAddEff,Eff_Confusion,5000; bonus3 bAddEff,Eff_Confusion,5000,ATF_SKILL;','','');
-REPLACE INTO `item_db_re` VALUES ('4521','Sedora_Card','Sedora Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bCritAtkRate,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4522','Sropho_Card','Sropho Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAutoSpell,WL_FROSTMISTY,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('4523','Pot_Dofle_Card','Pot Dofle Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDefEle,Ele_Water; bonus2 bSubRace,RC_Fish,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4524','King_Dramoh_Card','King Dramoh Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bStr,2; if(BaseClass==Job_Swordman) { bonus bStr,getrefine()/3; }','','');
-REPLACE INTO `item_db_re` VALUES ('4525','Kraken_Card','Kraken Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','bonus bFlee,10; skill TF_HIDING,1; skill RG_RAID,1; bonus3 bAddEffOnSkill,RG_RAID,Eff_Bleeding,1000;','','sc_end SC_HIDING;');
-REPLACE INTO `item_db_re` VALUES ('4526','Odd_Coelacanth_Card','Weird Coelacanth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxSPrate,5; bonus bMdef,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4527','Black_Coelacanth_Card','Dark Coelacanth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHPrate,10; bonus bDef,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4528','Mutant_Coelacanth_Card','Mutant Coelacanth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bMatkRate,2+(getrefine()/2); bonus bMaxHPrate,-getrefine()/2;','','');
-REPLACE INTO `item_db_re` VALUES ('4529','Cruel_Coelacanth_Card','Violent Coelacanth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,2+(getrefine()/2); bonus2 bAddRace,RC_Boss,2+(getrefine()/2); bonus bMaxSPrate,-getrefine()/2;','','');
-REPLACE INTO `item_db_re` VALUES ('4530','Siorava_Card','Siorava Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bLuk,2; if(BaseClass==Job_Merchant) { bonus bLuk,getrefine()/3; }','','');
-REPLACE INTO `item_db_re` VALUES ('4531','Red_Eruma_Card','Red Eruma Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAddEff,Eff_Curse,500,ATF_SKILL;','','');
-REPLACE INTO `item_db_re` VALUES ('4532','Wild_Rider_Card','Wild Rider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus3 bAutoSpellWhenHit,AL_INCAGI,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4533','Mini_Octopus_Card','Octopus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus3 bAddEff,Eff_Blind,500,ATF_SKILL;','','');
-REPLACE INTO `item_db_re` VALUES ('4534','Giant_Octopus_Card','Giant Octopus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHPrate,12; skill WZ_WATERBALL,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4535','Sealed_Rand_Card','Sealed Rand Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4536','Sealed_Atroce_Card','Sealed Atroce Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bBaseAtk,((getrefine()>14)?25:15); autobonus \"{ bonus bAspdRate,((getrefine()>14)?75:50); }\",5,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('4537','Sealed_Phreeoni_Card','Sealed Phreeoni Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','bonus bHit,((getrefine()>14)?75:50);','','');
-REPLACE INTO `item_db_re` VALUES ('4538','Sealed_Bacsojin_Card','Sealed White Lady Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','if (getrefine()>14) { bonus bHealPower,25; bonus bUseSPrate,20; } else { bonus bHealPower,15; bonus bUseSPrate,30; }','','');
-REPLACE INTO `item_db_re` VALUES ('4539','Sealed_F_Bishop_Card','Sealed Fallen Bishop Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','bonus bMatkRate,((getrefine()>14)?8:5); bonus bMaxSPrate,-50; set .@rate,((getrefine()>14)?33:25); bonus2 bMagicAddRace,RC_Angel,.@rate; bonus2 bMagicAddRace,RC_DemiHuman,.@rate;','','');
-REPLACE INTO `item_db_re` VALUES ('4540','SLD_Lord_Of_Death_Card','Sealed Lord Of The Death Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','set .@rate, ((getrefine()>14)?350:250); bonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Curse,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Silence,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Poison,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,.@rate,ATF_SHORT; bonus2 bWeaponComaRace,RC_NonBoss,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4541','SLD_B_Katrinn_Card','Sealed High Wizard Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bIgnoreMdefRace,RC_NonBoss; if (getrefine()>14) { bonus bVariableCastrate,120; bonus bSPrecovRate,-120; } else { bonus bVariableCastrate,150; bonus bSPrecovRate,-150; }','','heal 0,((getrefine()>14)?-2000:-3000);');
-REPLACE INTO `item_db_re` VALUES ('4542','SLD_Detale_Card','SLD Detale Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4543','SLD_Garm_Card','Sealed Garm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddEffWhenHit,Eff_Freeze,((getrefine()>14)?4000:2500);','','');
-REPLACE INTO `item_db_re` VALUES ('4544','SLD_Dark_Snake_Card','Sealed Dark Snake Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','bonus bInt,3; if (getrefine()>14) { bonus2 bResEff,Eff_Blind,7500; bonus2 bResEff,Eff_Curse,7500; } else { bonus2 bResEff,Eff_Blind,5000; bonus2 bResEff,Eff_Curse,5000; }','','');
-REPLACE INTO `item_db_re` VALUES ('4545','Novice_Poring_Card','Novice Poring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4549','Upd_Maya_Puple_Card','Upd Maya Puple Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4550','Upd_Bow_Guardian_Card','Upd Bow Guardian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4552','Manny_Card','Manny Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4553','Sid_Card','Sid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4554','Diego_Card','Diego Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4555','Scrat_Card','Scrat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4700','Strength1','STR+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4701','Strength2','STR+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4702','Strength3','STR+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4703','Strength4','STR+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4704','Strength5','STR+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4705','Strength6','STR+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4706','Strength7','STR+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4707','Strength8','STR+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4708','Strength9','STR+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,9;','','');
-REPLACE INTO `item_db_re` VALUES ('4709','Strength10','STR+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4710','Inteligence1','INT+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4711','Inteligence2','INT+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4712','Inteligence3','INT+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4713','Inteligence4','INT+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4714','Inteligence5','INT+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4715','Inteligence6','INT+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4716','Inteligence7','INT+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4717','Inteligence8','INT+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4718','Inteligence9','INT+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,9;','','');
-REPLACE INTO `item_db_re` VALUES ('4719','Inteligence10','INT+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4720','Dexterity1','DEX+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4721','Dexterity2','DEX+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4722','Dexterity3','DEX+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4723','Dexterity4','DEX+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4724','Dexterity5','DEX+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4725','Dexterity6','DEX+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4726','Dexterity7','DEX+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4727','Dexterity8','DEX+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4728','Dexterity9','DEX+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,9;','','');
-REPLACE INTO `item_db_re` VALUES ('4729','Dexterity10','DEX+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4730','Agility1','AGI+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4731','Agility2','AGI+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4732','Agility3','AGI+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4733','Agility4','AGI+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4734','Agility5','AGI+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4735','Agility6','AGI+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4736','Agility7','AGI+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4737','Agility8','AGI+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4738','Agility9','AGI+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,9;','','');
-REPLACE INTO `item_db_re` VALUES ('4739','Agility10','AGI+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4740','Vitality1','VIT+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4741','Vitality2','VIT+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4742','Vitality3','VIT+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4743','Vitality4','VIT+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4744','Vitality5','VIT+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4745','Vitality6','VIT+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4746','Vitality7','VIT+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4747','Vitality8','VIT+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4748','Vitality9','VIT+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,9;','','');
-REPLACE INTO `item_db_re` VALUES ('4749','Vitality10','VIT+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4750','Luck1','LUK+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4751','Luck2','LUK+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4752','Luck3','LUK+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4753','Luck4','LUK+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4754','Luck5','LUK+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4755','Luck6','LUK+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4756','Luck7','LUK+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4757','Luck8','LUK+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4758','Luck9','LUK+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,9;','','');
-REPLACE INTO `item_db_re` VALUES ('4759','Luck10','LUK+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4760','Matk1','MATK+1%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatkRate,1; bonus bFixedCastrate,-1;','','');
-REPLACE INTO `item_db_re` VALUES ('4761','Matk2','MATK+2%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatkRate,2; bonus bFixedCastrate,-1;','','');
-REPLACE INTO `item_db_re` VALUES ('4762','Evasion6','FLEE+6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bFlee,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4763','Evasion12','FLEE+12','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bFlee,12;','','');
-REPLACE INTO `item_db_re` VALUES ('4764','Critical5','CRI+5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bCritical,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4765','Critical7','CRI+7','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bCritical,7;','','');
-REPLACE INTO `item_db_re` VALUES ('4766','Atk2','ATK+2%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4767','Atk3','ATK+3%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4768','Str1_J','Str1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4769','Str2_J','Str2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4770','Str3_J','Str3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4771','Int1_J','Int1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4772','Int2_J','Int2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4773','Int3_J','Int3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4774','Vit1_J','Vit1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4775','Vit2_J','Vit2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4776','Vit3_J','Vit3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4777','Agi1_J','Agi1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4778','Agi2_J','Agi2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4779','Agi3_J','Agi3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4780','Dex1_J','Dex1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4781','Dex2_J','Dex2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4782','Dex3_J','Dex3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4783','Luk1_J','Luk1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4784','Luk2_J','Luk2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4785','Luk3_J','Luk3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4786','Mdef2','MDEF+2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4787','Mdef4','MDEF+4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4788','Mdef6','MDEF+6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMdef,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4789','Mdef8','MDEF+8','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMdef,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4790','Mdef10','MDEF+10','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4791','Def3','DEF+3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4792','Def6','DEF+6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDef,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4793','Def9','DEF+9','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDef,9;','','');
-REPLACE INTO `item_db_re` VALUES ('4794','Def12','DEF+12','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDef,12;','','');
-REPLACE INTO `item_db_re` VALUES ('4795','HP100','HP+100','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4796','HP200','HP+200','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHP,200;','','');
-REPLACE INTO `item_db_re` VALUES ('4797','HP300','HP+300','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHP,300;','','');
-REPLACE INTO `item_db_re` VALUES ('4798','HP400','HP+400','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHP,400;','','');
-REPLACE INTO `item_db_re` VALUES ('4799','HP500','HP+500','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHP,500;','','');
-REPLACE INTO `item_db_re` VALUES ('4800','SP50','SP+50','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('4801','SP100','SP+100','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxSP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('4802','SP150','SP+150','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxSP,150;','','');
-REPLACE INTO `item_db_re` VALUES ('4803','Highness_Heal_3sec','Cure1Lv.','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4804','Coluceo_Heal30','Catholic1Lv.','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4805','Heal_Amount2','Archbishop1Lv.','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bHealPower,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4806','Matk3','MATK+3%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatkRate,3; bonus bFixedCastrate,-1;','','');
-REPLACE INTO `item_db_re` VALUES ('4807','Atk_Speed1','Atk Speed1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAspd,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4808','Fighting_Spirit4','Fighting Spirit4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,15; bonus bHit,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4809','Fighting_Spirit3','Fighting Spirit3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,12; bonus bHit,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4810','Fighting_Spirit2','Fighting Spirit2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,9; bonus bHit,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4811','Fighting_Spirit1','Fighting Spirit1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,6; bonus bHit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4812','Spell4','Spell4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,15; bonus bVariableCastrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('4813','Spell3','Spell3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,12; bonus bVariableCastrate,-8;','','');
-REPLACE INTO `item_db_re` VALUES ('4814','Spell2','Spell2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,9; bonus bVariableCastrate,-6;','','');
-REPLACE INTO `item_db_re` VALUES ('4815','Spell1','Spell1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,6; bonus bVariableCastrate,-4;','','');
-REPLACE INTO `item_db_re` VALUES ('4816','Sharp3','Sharp3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bCritical,12; bonus bHit,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4817','Sharp2','Sharp2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bCritical,9; bonus bHit,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4818','Sharp1','Sharp1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bCritical,6; bonus bHit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4819','Atk1','Atk1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4820','Fighting_Spirit5','Fighting Spirit5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,18; bonus bHit,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4821','Fighting_Spirit6','Fighting Spirit6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,21; bonus bHit,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4822','Fighting_Spirit7','Fighting Spirit7','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,24; bonus bHit,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4823','Fighting_Spirit8','Fighting Spirit8','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,27; bonus bHit,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4824','Fighting_Spirit9','Fighting Spirit9','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,30; bonus bHit,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4825','Fighting_Spirit10','Fighting Spirit10','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,50; bonus bHit,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4826','Spell5','Spell5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,18; bonus bVariableCastrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('4827','Spell6','Spell6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,21; bonus bVariableCastrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('4828','Spell7','Spell7','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,24; bonus bVariableCastrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('4829','Spell8','Spell8','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,27; bonus bVariableCastrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('4830','Spell9','Spell9','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,30; bonus bVariableCastrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('4831','Spell10','Spell10','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMatk,50; bonus bVariableCastrate,-20;','','');
-REPLACE INTO `item_db_re` VALUES ('4832','Expert_Archer1','Expert Archer1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4833','Expert_Archer2','Expert Archer2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4834','Expert_Archer3','Expert Archer3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4835','Expert_Archer4','Expert Archer4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,8;','','');
-REPLACE INTO `item_db_re` VALUES ('4836','Expert_Archer5','Expert Archer5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4837','Expert_Archer6','Expert Archer6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,12;','','');
-REPLACE INTO `item_db_re` VALUES ('4838','Expert_Archer7','Expert Archer7','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,14;','','');
-REPLACE INTO `item_db_re` VALUES ('4839','Expert_Archer8','Expert Archer8','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,16;','','');
-REPLACE INTO `item_db_re` VALUES ('4840','Expert_Archer9','Expert Archer9','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,18;','','');
-REPLACE INTO `item_db_re` VALUES ('4841','Expert_Archer10','Expert Archer10','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLongAtkRate,20; bonus bAspd,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4842','Atk_Speed2','Atk Speed2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAspd,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4843','Sharp4','Sharp4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bCritical,14; bonus bHit,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4844','Sharp5','Sharp5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bCritical,15; bonus bHit,6;','','');
-REPLACE INTO `item_db_re` VALUES ('4845','Sea_Energy','Strength Of Ocean','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('4846','2011Valentin_Angel','Fully Loved Stone','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,10; bonus bMatk,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4847','2011Valentin_Devil','Spelled Stone','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bBaseAtk,10; bonus bMatk,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4848','Immuned1','Immune Level 1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bSubEle,Ele_Neutral,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4849','Cranial1','Cranial Level 1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus2 bSubRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4850','Heal_Amount3','Heal Amount3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bHealPower,6; bonus bSPrecovRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('4851','Heal_Amount4','Heal Amount4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bHealPower,12; bonus bSPrecovRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('4852','Heal_Amount5','Heal Amount5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bHealPower,20; bonus bSPrecovRate,15;','','');
-REPLACE INTO `item_db_re` VALUES ('4853','S_Str','Special Str','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bStr,1; if(getrefine()>7) { bonus bStr,3; } if(getrefine()>8) { bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
-REPLACE INTO `item_db_re` VALUES ('4854','S_Agi','Special Agi','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bAgi,1; if(getrefine()>7) { bonus bAgi,3; } if(getrefine()>8) { bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
-REPLACE INTO `item_db_re` VALUES ('4855','S_Vital','Special Vit','2','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bVit,1; if(getrefine()>7) { bonus bVit,3; } if(getrefine()>8) { bonus bMaxSPrate,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
-REPLACE INTO `item_db_re` VALUES ('4856','S_Int','Special Int','2','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bInt,1; if(getrefine()>7) { bonus bInt,3; } if(getrefine()>8) { bonus bMatkRate,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
-REPLACE INTO `item_db_re` VALUES ('4857','S_Dex','Special Dex','2','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bDex,1; if(getrefine()>7) { bonus bDex,3; } if(getrefine()>8) { bonus bMatkRate,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
-REPLACE INTO `item_db_re` VALUES ('4858','S_Luck','Special Luk','2','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bLuk,1; if(getrefine()>7) { bonus bLuk,3; } if(getrefine()>8) { bonus bMaxHPrate,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
-REPLACE INTO `item_db_re` VALUES ('4859','Evasion1','Evasion1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bFlee,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4860','Evasion3','Evasion3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bFlee,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4861','MHP1','MHP+1%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHPrate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('4862','MHP2','MHP+2%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHPrate,2;','','');
-REPLACE INTO `item_db_re` VALUES ('4867','MHP3','MHP+3%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('4868','MHP4','MHP+4%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxHPrate,4;','','');
-REPLACE INTO `item_db_re` VALUES ('4870','SP25','SP+25','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxSP,25;','','');
-REPLACE INTO `item_db_re` VALUES ('4871','SP75','SP+75','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','bonus bMaxSP,75;','','');
-REPLACE INTO `item_db_re` VALUES ('5001','Headset','Headset','5','20','10','200','0','0','6','0','0','4294967294','63','2','256','0','0','150','1','87','bonus2 bResEff,Eff_Curse,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('5002','Gemmed_Crown','Jewel Crown','5','20','10','600','0','0','9','0','0','414946','63','2','256','0','60','150','1','88','bonus bInt,2; bonus bLuk,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5003','Joker_Jester','Joker Jester','5','20','10','100','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','89','bonus bLuk,2; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5004','Oxygen_Mask','Oxygen Mask','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','90','bonus2 bResEff,Eff_Poison,2000;','','');
-REPLACE INTO `item_db_re` VALUES ('5005','Gas_Mask','Gas Mask','5','20','10','100','0','0','1','0','0','4294967294','63','2','513','0','0','150','0','91','bonus2 bResEff,Eff_Poison,3000;','','');
-REPLACE INTO `item_db_re` VALUES ('5006','Machoman_Glasses','Machoman\'s Glasses','5','36000','18000','100','0','0','1','0','0','4294967294','63','2','512','0','0','150','0','92','','','');
-REPLACE INTO `item_db_re` VALUES ('5007','Loard_Circlet','Grand Circlet','5','20','10','200','0','0','7','0','0','4294967294','63','2','256','0','55','150','1','93','bonus bStr,1; bonus bInt,1; bonus bLuk,1; bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5008','Puppy_Love','Puppy Love','5','20','10','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','94','','','');
-REPLACE INTO `item_db_re` VALUES ('5009','Safety_Helmet','Safety Helmet','5','20','10','500','0','0','7','0','0','4294967294','63','2','256','0','0','150','1','95','bonus bMdef,3; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5010','Indian_Hair_Piece','Indian Fillet','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','96','','','');
-REPLACE INTO `item_db_re` VALUES ('5011','Antenna','Aerial','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','97','','','');
-REPLACE INTO `item_db_re` VALUES ('5012','Ph.D_Hat','Ph.D Hat','5','20','10','200','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','98','','','');
-REPLACE INTO `item_db_re` VALUES ('5013','Horn_Of_Lord_Kaho','Lord Kaho\'s Horn','5','20','10','100','0','0','30','0','0','4294967295','63','2','256','0','0','150','1','99','bonus bMdef,10; bonus bStr,5; bonus bAgi,10; bonus bVit,10; bonus bInt,5; bonus bLuk,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5014','Fin_Helm','Fin Helm','5','20','10','300','0','0','5','0','0','16514','63','2','512','0','65','150','0','100','','','');
-REPLACE INTO `item_db_re` VALUES ('5015','Egg_Shell','Egg Shell','5','20','10','200','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','101','','','');
-REPLACE INTO `item_db_re` VALUES ('5016','Boy\'s_Cap','Boy\'s Cap','5','20','10','100','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','102','','','');
-REPLACE INTO `item_db_re` VALUES ('5017','Bone_Helm','Bone Helm','5','20','10','800','0','0','15','0','0','279714','63','2','256','0','70','150','1','103','bonus2 bSubEle,Ele_Dark,-15;','','');
-REPLACE INTO `item_db_re` VALUES ('5018','Feather_Bonnet','Feather Bonnet','5','20','10','300','0','0','8','0','0','526344','63','2','256','0','0','150','1','104','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5019','Corsair','Corsair','5','20','10','500','0','0','11','0','0','4294967294','63','2','256','0','0','150','1','105','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5020','Kafra_Band','Kafra Band','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','106','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5021','Bankruptcy_Of_Heart','Grief for Greed','5','20','10','1200','0','0','8','0','0','263200','63','2','256','0','38','150','1','107','bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5022','Helm_Of_Sun','Hat of the Sun God','5','20','10','2400','0','0','4','0','0','1040256','63','2','768','0','0','150','1','138','bonus bStr,3; bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5023','Hat_Of_Bundle','Parcel Hat','5','20','10','1000','0','0','0','0','0','263200','63','2','256','0','0','150','1','108','','','');
-REPLACE INTO `item_db_re` VALUES ('5024','Hat_Of_Cake','Cake Hat','5','20','10','1000','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','109','','','');
-REPLACE INTO `item_db_re` VALUES ('5025','Helm_Of_Angel','Helm of Angel','5','20','10','1600','0','0','10','0','0','1040256','63','2','256','0','74','150','1','110','bonus bAgi,1; bonus bLuk,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5026','Hat_Of_Cook','Chef Hat','5','20','10','300','0','0','3','0','0','4294967294','63','2','256','0','50','150','1','111','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5027','Wizardry_Hat','Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','112','bonus bInt,2; bonus bMaxSP,150;','','');
-REPLACE INTO `item_db_re` VALUES ('5028','Candle','Candle','5','20','10','150','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','113','','','');
-REPLACE INTO `item_db_re` VALUES ('5029','Spore_Hat','Spore Hat','5','20','10','900','0','0','6','0','0','4294967294','63','2','256','0','20','150','1','114','','','');
-REPLACE INTO `item_db_re` VALUES ('5030','Panda_Cap','Panda Hat','5','20','10','800','0','0','6','0','0','4294967294','63','2','256','0','40','150','1','115','','','');
-REPLACE INTO `item_db_re` VALUES ('5031','Mine_Helm','Mine Hat','5','20','10','1500','0','0','9','0','0','447986','63','2','256','0','55','150','1','116','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5032','Picnic_Hat','Sunday Hat','5','20','10','800','0','0','1','0','0','4294967294','63','2','256','0','0','150','1','117','','','');
-REPLACE INTO `item_db_re` VALUES ('5033','Smokie_Hat','Raccoon Hat','5','20','10','900','0','0','6','0','0','4294967294','63','2','256','0','50','150','1','118','','','');
-REPLACE INTO `item_db_re` VALUES ('5034','Light_Bulb_Band','Bulb Band','5','20','10','500','0','0','0','0','0','4294967294','63','2','256','0','0','150','1','119','','','');
-REPLACE INTO `item_db_re` VALUES ('5035','Poring_Hat','Poring Hat','5','20','10','700','0','0','3','0','0','4294967294','63','2','256','0','38','150','1','120','','','');
-REPLACE INTO `item_db_re` VALUES ('5036','Cross_Band','Cross Hat','5','20','10','250','0','0','2','0','0','4294967294','63','2','256','0','10','150','1','121','','','');
-REPLACE INTO `item_db_re` VALUES ('5037','Fruit_Shell','Nut Shell','5','20','10','150','0','0','8','0','0','4294967295','63','2','256','0','5','150','0','122','','','');
-REPLACE INTO `item_db_re` VALUES ('5038','Deviruchi_Cap','Deviruchi Hat','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','64','150','1','123','bonus bStr,1; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5039','Mottled_Egg_Shell','Rainbow Eggshell','5','20','10','400','0','0','8','0','0','4294967295','63','2','256','0','19','150','0','124','','','');
-REPLACE INTO `item_db_re` VALUES ('5040','Blush','Blush','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','125','','','');
-REPLACE INTO `item_db_re` VALUES ('5041','Heart_Hair_Pin','Heart Hairpin','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','126','','','');
-REPLACE INTO `item_db_re` VALUES ('5042','Hair_Protector','Bao Bao','5','20','10','150','0','0','0','0','0','4294967294','63','2','256','0','14','150','1','127','','','');
-REPLACE INTO `item_db_re` VALUES ('5043','Opera_Ghost_Mask','Opera Phantom Mask','5','20','10','200','0','0','2','0','0','4294967294','63','2','512','0','20','150','0','128','','','');
-REPLACE INTO `item_db_re` VALUES ('5044','Devil\'s_Wing','Evil Wing Ears','5','20','10','350','0','0','4','0','0','4294967295','63','2','256','0','45','150','1','129','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5045','Magician_Hat','Magician Hat','5','20','10','500','0','0','6','0','0','8487700','63','2','256','0','50','150','1','130','bonus bDex,1; bonus bAgi,1; bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5046','Bongun_Hat','Bongun Hat','5','20','10','300','0','0','5','0','0','4294967295','63','2','769','0','0','150','0','139','','','');
-REPLACE INTO `item_db_re` VALUES ('5047','Fashion_Sunglass','Fashionable Glasses','5','20','10','100','0','0','0','0','0','4294967294','63','2','256','0','0','150','1','131','','','');
-REPLACE INTO `item_db_re` VALUES ('5048','First_Moon_Hair_Pin','Cresent Hairpin','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','132','','','');
-REPLACE INTO `item_db_re` VALUES ('5049','Stripe_Band','Striped Hairband','5','20','10','150','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','133','','','');
-REPLACE INTO `item_db_re` VALUES ('5050','Mystery_Fruit_Shell','Wonder Nutshell','5','20','10','300','0','0','10','0','0','4294967295','63','2','256','0','30','150','0','134','','','');
-REPLACE INTO `item_db_re` VALUES ('5051','Kitty_Bell','Pussy Cat Bell','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','135','','','');
-REPLACE INTO `item_db_re` VALUES ('5052','Blue_Hair_Band','Blue Hairband','5','20','10','150','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','136','','','');
-REPLACE INTO `item_db_re` VALUES ('5053','Spinx_Helm','Sphinx Hat','5','20','10','3000','0','0','5','0','0','16514','63','2','257','0','65','150','0','137','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5054','Assasin_Mask','Assassin Mask','5','20','10','100','0','0','0','0','0','4352','63','2','1','0','70','150','0','180','','','');
-REPLACE INTO `item_db_re` VALUES ('5055','Novice_Egg_Cap','Novice False Eggshell','5','1','0','1','0','0','6','0','0','1','47','2','256','0','0','150','0','101','','','');
-REPLACE INTO `item_db_re` VALUES ('5056','Love_Berry','Fruit of Love','5','1','0','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','140','','','');
-REPLACE INTO `item_db_re` VALUES ('5057','Ear_Of_Black_Cat','Black Cat Ears','5','16000','8000','200','0','0','4','0','0','4294967295','63','2','256','0','45','150','1','141','','','');
-REPLACE INTO `item_db_re` VALUES ('5058','Drooping_Kitty','Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','142','bonus bMdef,15; bonus2 bResEff,Eff_Curse,3000;','','');
-REPLACE INTO `item_db_re` VALUES ('5059','Brown_Bear_Cap','Teddybear Hat','5','20','10','800','0','0','6','0','0','4294967295','63','2','256','0','50','150','1','143','','','');
-REPLACE INTO `item_db_re` VALUES ('5060','Party_Hat','Party Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','144','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5061','Flower_Hairpin','Flower Hairpin','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','145','','','');
-REPLACE INTO `item_db_re` VALUES ('5062','Straw_Hat','Straw Hat','5','20','10','200','0','0','6','0','0','4294967295','63','2','256','0','50','150','1','146','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5063','Plaster','Giant Band Aid','5','20','10','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','1','147','','','');
-REPLACE INTO `item_db_re` VALUES ('5064','Leaf_Headgear','Smokie Leaf','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','148','','','');
-REPLACE INTO `item_db_re` VALUES ('5065','Fish_On_Head','Blue Fish','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','149','bonus2 bAddRace,RC_Fish,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5066','Horn_Of_Succubus','Succubus Horn','5','20','10','800','0','0','7','0','0','4294967294','63','2','256','0','70','150','1','150','bonus bInt,1; bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5067','Sombrero','Sombrero','5','20','10','350','0','0','8','0','0','4294967294','63','2','256','0','0','150','1','151','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5068','Ear_Of_Devil\'s_Wing','Evil Wing Ears','5','20','10','100','0','0','3','0','0','4294967295','63','2','512','0','70','150','0','152','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5069','Mask_Of_Fox','Kitsune Mask','5','20','10','300','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','153','bonus bAgi,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5070','Headband_Of_Power','Hot-blooded Headband','5','20','10','100','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','154','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5071','Indian_Headband','Indian Headband','5','20','10','200','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','155','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5072','Inccubus_Horn','Incubus Horn','5','20','10','800','0','0','7','0','0','4294967294','63','2','256','0','70','150','1','156','bonus bAgi,1; bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5073','Cap_Of_Concentration','Model Training Hat','5','20','10','700','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','157','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5074','Ear_Of_Angel\'s_Wing','Angel Wing Ears','5','20','10','100','0','0','3','0','0','4294967295','63','2','512','0','70','150','0','158','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5075','Cowboy_Hat','Cowboy Hat','5','20','10','500','0','0','8','0','0','4294967295','63','2','256','0','0','150','1','159','','','');
-REPLACE INTO `item_db_re` VALUES ('5076','Fur_Hat','Beanie','5','20','10','350','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','160','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5077','Tulip_Hairpin','Tulip Hairpin','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','161','','','');
-REPLACE INTO `item_db_re` VALUES ('5078','Sea_Otter_Cap','Sea-Otter Hat','5','20','10','800','0','0','6','0','0','4294967295','63','2','256','0','50','150','1','162','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5079','Crossed_Hair_Band','X Hairpin','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','163','','','');
-REPLACE INTO `item_db_re` VALUES ('5080','Headgear_Of_Queen','Crown of Ancient Queen','5','20','10','400','0','0','8','0','0','4294967295','63','2','256','0','45','150','1','164','','','');
-REPLACE INTO `item_db_re` VALUES ('5081','Mistress_Crown','Crown of Mistress','5','20','10','100','0','0','2','0','0','4294967294','63','2','256','0','75','150','1','165','bonus bMaxSP,100; bonus bInt,2; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5082','Mushroom_Band','Decorative Mushroom','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','166','','','');
-REPLACE INTO `item_db_re` VALUES ('5083','Red_Tailed_Ribbon','Red Ribbon','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','45','150','1','167','bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5084','Lazy_Raccoon','Lazy Smokie','5','20','10','500','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','168','bonus2 bResEff,Eff_Sleep,2000;','','');
-REPLACE INTO `item_db_re` VALUES ('5085','Pair_Of_Red_Ribbon','Small Ribbons','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','45','150','0','169','','','');
-REPLACE INTO `item_db_re` VALUES ('5086','Alarm_Mask','Alarm Mask','5','20','10','100','0','0','2','0','0','4294967294','63','2','513','0','0','150','0','170','bonus2 bResEff,Eff_Blind,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('5087','Goblin_Mask_01','Poker Face','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','171','','','');
-REPLACE INTO `item_db_re` VALUES ('5088','Goblin_Mask_02','Surprised Mask','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','172','','','');
-REPLACE INTO `item_db_re` VALUES ('5089','Goblin_Mask_03','Annoyed Mask','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','173','','','');
-REPLACE INTO `item_db_re` VALUES ('5090','Goblin_Mask_04','Goblin Leader Mask','5','20','10','100','0','0','2','0','0','4294967295','63','2','513','0','0','150','0','174','','','');
-REPLACE INTO `item_db_re` VALUES ('5091','Big_Golden_Bell','Decorative Golden Bell','5','20','10','200','0','0','2','0','0','4294967294','63','2','768','0','35','150','1','175','','','');
-REPLACE INTO `item_db_re` VALUES ('5092','Blue_Coif','Coif','5','150000','75000','300','0','0','5','0','0','4352','63','2','768','0','65','150','1','176','','','');
-REPLACE INTO `item_db_re` VALUES ('5093','Blue_Coif_','Coif','5','150000','75000','300','0','0','5','0','1','4352','63','2','768','0','65','150','1','177','bonus bMaxSP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5094','Orc_Hero_Helm','Helmet of Orc Hero','5','500000','250000','900','0','0','5','0','0','4294967294','63','2','768','0','55','150','1','178','bonus bStr,2; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5095','Orc_Hero_Helm_','Helmet of Orc Hero','5','800000','400000','1000','0','0','5','0','1','4294967294','63','2','768','0','55','150','1','179','bonus bStr,2; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5096','Assassin_Mask_','Assassin Mask','5','20','10','100','0','0','1','0','0','4352','63','2','1','0','70','150','0','180','','','');
-REPLACE INTO `item_db_re` VALUES ('5097','Cone_Hat_','Holiday Hat','5','0','0','400','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','144','','','');
-REPLACE INTO `item_db_re` VALUES ('5098','Tiger_Mask','Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','181','bonus bStr,3; bonus bMaxHP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5099','Cat_Hat','Neko Mimi','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','182','bonus bLuk,2; bonus bMdef,10; bonus2 bSubRace,RC_Brute,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5100','Sales_Signboard','Sales Banner','5','20','10','800','0','0','0','0','0','4294967295','63','2','256','0','75','150','1','183','bonus bStr,1; bonus bAgi,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5101','Takius_Blindfold','Takius Blindfold','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','184','','','');
-REPLACE INTO `item_db_re` VALUES ('5102','Round_Eyes','Blank Eyes','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','185','','','');
-REPLACE INTO `item_db_re` VALUES ('5103','Sunflower_Hairpin','Sunflower Hairpin','5','20','10','600','0','0','2','0','0','4294967294','63','2','256','0','30','150','0','186','bonus bAgi,2; bonus bCritical,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5104','Dark_Blindfold','Dark Blinder','5','20','10','100','0','0','0','0','0','4294967294','63','2','512','0','0','150','0','187','bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stun,200;','','');
-REPLACE INTO `item_db_re` VALUES ('5105','Hat_Of_Cake_','2nd Anniversary Hat','5','20','10','1000','0','0','2','0','0','4294967295','63','2','256','0','24','150','1','109','bonus bDex,1; bonus bMaxSP,80; bonus3 bAddMonsterDropItem,7864,7,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5106','Cone_Hat_INA','2nd Anniversary Hat','5','20','10','300','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','144','bonus bUnbreakableHelm,0; bonus bMdef,10; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5107','Well_Baked_Toast','Crunch Toast','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','188','','','');
-REPLACE INTO `item_db_re` VALUES ('5108','Detective_Hat','Renown Detective\'s Cap','5','20','10','350','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','189','','','');
-REPLACE INTO `item_db_re` VALUES ('5109','Red_Bonnet','Red Bonnet','5','20','10','400','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','190','','','');
-REPLACE INTO `item_db_re` VALUES ('5110','Baby_Pacifier','Baby Pacifier','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','191','','','');
-REPLACE INTO `item_db_re` VALUES ('5111','Galapago_Cap','Galapago Cap','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','55','150','1','192','bonus2 bAddMonsterDropItem,605,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5112','Super_Novice_Hat','Super Novice Hat','5','8500','4250','400','0','0','8','0','0','1','47','2','256','0','40','150','1','193','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5113','Angry_Mouth','Angry Snarl','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','194','','','');
-REPLACE INTO `item_db_re` VALUES ('5114','Fedora','Bucket Hat','5','6000','3000','300','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','195','','','');
-REPLACE INTO `item_db_re` VALUES ('5115','Winter_Hat','Winter Hat','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','196','bonus2 bResEff,Eff_Freeze,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('5116','Banana_Hat','Banana Hat','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','197','bonus3 bAutoSpell,SM_PROVOKE,3,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5117','Mistic_Rose','Mystic Rose','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','198','bonus2 bSubRace,RC_Plant,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5118','Ear_Of_Puppy','Puppy Headband','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','199','','','');
-REPLACE INTO `item_db_re` VALUES ('5119','Super_Novice_Hat_','Super Novice Hat','5','8500','4250','400','0','0','8','0','1','1','47','2','256','0','40','150','1','193','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5120','Fedora_','Bucket Hat','5','6000','3000','300','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','195','','','');
-REPLACE INTO `item_db_re` VALUES ('5121','Zherlthsh_Mask','Zealotus Mask','5','20','10','400','0','0','3','0','0','4294967294','63','2','768','0','70','150','1','200','bonus2 bAddRace,RC_DemiHuman,5; bonus2 bSubRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5122','Magni_Cap','Magni\'s Cap','5','30000','15000','1000','0','0','9','0','0','4294967294','63','2','256','0','65','150','1','250','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5123','Ulle_Cap','Ulle\'s Cap','5','30000','15000','500','0','0','6','0','1','4294967294','63','2','256','0','65','150','1','254','bonus bDex,2; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5124','Fricca_Circlet','Fricca\'s Circlet','5','30000','15000','300','0','0','6','0','0','4294967294','63','2','256','0','65','150','1','251','bonus bMdef,10; bonus bInt,2; bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5125','Kiss_Of_Angel','Angel\'s Kiss','5','10000','5000','300','0','0','6','0','1','1','47','2','256','0','50','150','1','255','bonus bSPrecovRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5126','Morpheus\'s_Hood','Morpheus\'s Hood','5','30000','15000','200','0','0','3','0','0','4294967294','63','2','256','0','33','150','1','256','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5127','Morrigane\'s_Helm','Morrigane\'s Helm','5','30000','15000','500','0','0','8','0','0','4294967294','63','2','256','0','61','150','1','257','bonus bLuk,2; bonus bBaseAtk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5128','Goibne\'s_Helmet','Goibne\'s Helm','5','30000','15000','500','0','0','10','0','0','4294967294','63','2','256','0','54','150','1','258','bonus bVit,3; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5129','Bird_Nest','Bird Nest','5','20','10','400','0','0','2','0','0','4294967295','63','2','256','0','50','150','0','201','bonus bAgi,2; bonus2 bSubRace,RC_Brute,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5130','Lion_Mask','Lion Mask','5','20','10','700','0','0','0','0','0','1040256','63','2','768','0','75','150','1','202','bonus2 bAddEffWhenHit,Eff_Silence,500; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5131','Close_Helmet','Close Helmet','5','20','10','1200','0','0','8','0','0','16514','63','2','769','0','75','150','1','203','bonus bVit,3; bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5132','Angeling_Hat','Angeling Hat','5','20','10','700','0','0','5','0','0','4294967295','63','2','256','0','0','150','0','204','bonus2 bSubRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5133','Sheep_Hat','Sheep Hat','5','20','10','150','0','0','3','0','0','33040','63','2','256','0','0','150','0','205','bonus bShortWeaponDamageReturn,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5134','Pumpkin_Hat','Pumpkin-Head','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','206','bonus2 bSubRace,RC_Demon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5135','Cyclops_Visor','Cyclop\'s Eye','5','0','0','200','0','0','0','0','0','4294967294','63','2','512','0','75','150','0','207','bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5136','Santa\'s_Hat_','Antonio\'s Santa Hat','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','20','','','');
-REPLACE INTO `item_db_re` VALUES ('5137','Alice_Doll','Alice Doll','5','20','10','500','0','0','1','0','1','4294967294','63','2','256','0','30','150','0','208','bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddEff2,Eff_Sleep,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5138','Magic_Eyes','Magic Eyes','5','20','10','300','0','0','3','0','0','8454660','63','2','256','0','30','150','1','209','bonus bMdef,5; bonus bVariableCastrate,-10; bonus bUseSPrate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5139','Hibiscus','Hibiscus','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','210','bonus bDex,1; bonus bInt,1; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5140','Charming_Ribbon','Charming Ribbon','5','20','10','400','0','0','2','0','1','4294967295','63','2','256','0','10','150','1','211','bonus2 bSubRace,RC_Undead,5; bonus2 bSubRace,RC_Demon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5141','Marionette_Doll','Marionette Doll','5','20','10','400','0','0','1','0','1','4294967294','63','2','256','0','30','150','1','212','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5142','Crescent_Helm','Crescent Helm','5','20','10','3000','0','0','8','0','0','279714','63','2','768','0','50','150','1','213','bonus bVit,1; bonus2 bSubRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5143','Kabuki_Mask','Kabuki Mask','5','20','10','1000','0','0','5','0','1','4294967294','63','1','769','0','30','150','1','214','bonus2 bResEff,Eff_Silence,3000;','','');
-REPLACE INTO `item_db_re` VALUES ('5144','Gambler_Hat','Gamble Hat','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','16','bonus bLuk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5145','Carnival_Joker_Jester','Carnival Joker Jester','5','10','5','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','89','','','');
-REPLACE INTO `item_db_re` VALUES ('5146','Elephant_Hat','Elephant Hat','5','0','0','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','215','bonus bVit,1; bonus2 bSubRace,RC_Brute,7; skill WZ_WATERBALL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5147','Baseball_Cap','Baseball Cap','5','0','0','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','216','','','');
-REPLACE INTO `item_db_re` VALUES ('5148','Phrygian_Cap','Phrygian Cap','5','0','0','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','217','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5149','Silver_Tiara','Silver Tiara','5','0','0','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','218','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5150','Joker_Jester_','Joker Jester','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','219','bonus bSpeedRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('5151','Headset_OST','Note Headphone','5','20','10','200','0','0','4','0','1','4294967295','63','2','768','0','0','150','1','220','bonus bMdef,3; bonus2 bResEff,Eff_Stun,1000; bonus2 bResEff,Eff_Freeze,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('5152','Chinese_Crown','Chinese Crown','5','20','10','2000','0','0','2','0','0','4294967295','63','2','768','0','0','150','1','221','bonus bMdef,2; bonus2 bResEff,Eff_Stun,1000; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5153','Angeling_Hairpin','Angeling Hairpin','5','20','10','700','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','222','bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5154','Sunglasses_F','Father\'s Sunglasses','5','20','10','100','0','0','4','0','0','4294967295','63','2','512','0','0','150','0','12','','','');
-REPLACE INTO `item_db_re` VALUES ('5155','Granpa_Beard_F','Father\'s White Moustache','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','25','bonus bBaseAtk,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5156','Flu_Mask_F','Father\'s Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','8','bonus bMatkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5157','Viking_Helm_','Orc Helm','5','20','10','500','0','0','9','0','1','414946','63','2','256','0','0','150','1','86','','','');
-REPLACE INTO `item_db_re` VALUES ('5158','Holy_Bonnet_','Monk Hat','5','30000','15000','100','0','0','10','0','1','33040','63','2','256','0','0','150','1','35','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5159','Golden_Gear_','Golden Gear','5','20','10','900','0','0','9','0','1','4294967294','63','2','256','0','40','150','1','30','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5160','Magestic_Goat_','Magestic Goat','5','20','10','800','0','0','9','0','1','6571170','63','2','256','0','0','150','1','41','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5161','Sharp_Gear_','Spiky Band','5','20','10','1000','0','0','12','0','1','6739442','63','2','256','0','50','150','1','43','','','');
-REPLACE INTO `item_db_re` VALUES ('5162','Bone_Helm_','Bone Helm','5','20','10','800','0','0','15','0','1','279714','63','2','256','0','70','150','1','103','bonus2 bSubEle,Ele_Dark,-15;','','');
-REPLACE INTO `item_db_re` VALUES ('5163','Corsair_','Corsair','5','20','10','500','0','0','10','0','1','4294967294','63','2','256','0','0','150','1','105','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5164','Tiara_','Tiara','5','20','10','400','0','0','7','0','1','4294967294','63','2','256','0','45','150','1','19','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5165','Crown_','Crown','5','20','10','400','0','0','7','0','1','4294967294','63','1','256','0','45','150','1','45','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5166','Spinx_Helm_','Sphinx Hat','5','20','10','3000','0','0','5','0','1','16514','63','2','257','0','65','150','0','137','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5167','Munak_Turban_','Munak Hat','5','20','10','300','0','0','5','0','1','4294967295','63','2','769','0','0','150','0','51','bonus2 bSubRace,RC_Undead,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5168','Bongun_Hat_','Bongun Hat','5','20','10','300','0','0','5','0','1','4294967295','63','2','769','0','0','150','0','139','','','');
-REPLACE INTO `item_db_re` VALUES ('5169','Bride_Mask','Bride Mask','5','30000','15000','500','0','0','4','0','1','4294967295','63','2','768','0','40','150','1','223','if(BaseClass==Job_Taekwon) { bonus bLuk,2; bonus bCritical,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('5170','Feather_Beret','Feather Beret','5','30000','15000','600','0','0','1','0','0','4294967294','63','2','256','0','0','150','1','224','bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5171','Valkyrie_Helm','Valkyrie Helm','5','100000','50000','1000','0','0','10','0','1','1040382','58','2','256','0','0','150','1','225','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5172','Beret','Beret','5','30000','15000','700','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','226','bonus2 bSubRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5173','Satto_Hat','Magistrate Hat','5','30000','15000','400','0','0','6','0','1','4294967295','63','2','256','0','60','150','1','227','if(BaseClass==Job_Taekwon) { bonus bAgi,1; bonus bHPrecovRate,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('5174','Ayam','Ayam','5','30000','15000','400','0','0','6','0','1','4294967295','63','2','256','0','60','150','1','228','if(BaseClass==Job_Taekwon) { bonus bInt,1; bonus bSPrecovRate,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('5175','Censor_Bar','Censor Bar','5','30000','15000','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','229','bonus2 bResEff,Eff_Curse,500; bonus bMdef,1; bonus bHit,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('5176','Hahoe_Mask','Hahoe Mask','5','30000','15000','100','0','0','2','0','0','4294967295','63','2','513','0','30','150','0','230','if(BaseClass==Job_Taekwon) { bonus bLuk,1; bonus bFlee2,2; }','','');
-REPLACE INTO `item_db_re` VALUES ('5177','Guardian_Lion_Mask','Mythical Lion Mask','5','30000','15000','500','0','0','5','0','1','4294967295','63','2','768','0','40','150','1','231','if(BaseClass==Job_Taekwon) { bonus bDex,2; bonus bBaseAtk,2*getrefine(); bonus3 bAddEff,Eff_Stun,1000,ATF_SHORT; }','','');
-REPLACE INTO `item_db_re` VALUES ('5178','Candle_','Candle','5','20','10','150','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','113','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5179','Gold_Tiara','Golden Tiara','5','0','0','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','232','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5180','Phrygian_Cap_','France Holiday Hat','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','217','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5181','Helm_Of_Darkness','Helm of Darkness','5','20','10','500','0','0','3','0','1','414946','63','2','768','0','50','150','1','233','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5182','Puppy_Hat','Puppy Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','30','150','0','234','bonus bAgi,1; bonus3 bAutoSpell,PR_GLORIA,1,10+20*(readparam(bAgi)>=77);','','');
-REPLACE INTO `item_db_re` VALUES ('5183','Bird_Nest_Hat','Bird Nest Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','235','bonus bDex,1; bonus bAgi,1; bonus2 bResEff,Eff_Stun,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('5184','Captain_Hat','Captain\'s Hat','5','20','10','500','0','0','8','0','0','4294967294','63','2','256','0','30','150','1','236','bonus2 bSubEle,Ele_Water,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5185','Laurel_Wreath','Laurel Wreath','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','10','150','1','237','bonus bLuk,3; bonus2 bResEff,Eff_Blind,500; bonus2 bResEff,Eff_Curse,500;','','');
-REPLACE INTO `item_db_re` VALUES ('5186','Geographer_Band','Geographer Band','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','30','150','0','238','bonus bInt,1; bonus3 bAutoSpellWhenHit,AL_HEAL,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5187','Twin_Ribbon','Twin Red Ribbon','5','20','10','200','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','239','bonus bMaxSP,30; bonus bMdef,3; bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,10; bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,6,120,BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5188','Minstrel_Hat','Creative Convention Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','240','bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5189','Fallen_Leaves','Autumn Leaves','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','241','bonus bMaxHP,40; bonus bMaxSP,40;','','');
-REPLACE INTO `item_db_re` VALUES ('5190','Baseball_Cap_','Independence Memorial Hat','5','20','10','20','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','216','','','');
-REPLACE INTO `item_db_re` VALUES ('5191','Ribbon_Black','Black Ribbon','5','800','400','100','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','242','bonus bInt,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5192','Ribbon_Yellow','Yellow Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','243','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5193','Ribbon_Green','Green Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','244','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5194','Ribbon_Pink','Pink Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','245','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5195','Ribbon_Red','Red Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','246','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5196','Ribbon_Orange','Orange Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','247','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5197','Ribbon_White','White Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','248','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5198','Drooping_Bunny','Evolved Drooping Bunny','5','10','5','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','249','bonus bDex,1; bonus bFlee,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5199','Baseball_Cap_I','Baseball Cap','5','0','0','200','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','216','','','');
-REPLACE INTO `item_db_re` VALUES ('5200','Coppola','Coppola','5','10','5','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','252','','','');
-REPLACE INTO `item_db_re` VALUES ('5201','Party_Hat_B','Party Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','144','','','');
-REPLACE INTO `item_db_re` VALUES ('5202','Pumpkin_Hat_','Fantastic Pumpkin-Head','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','206','bonus2 bSubRace,RC_Demon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5203','Tongue_Mask','Smiling Mask','5','20','10','200','0','0','2','0','0','4294967295','63','2','513','0','0','150','0','253','bonus bSpeedRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('5204','Event_Pierrot_Nose','Rudolph\'s Nose','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','49','bonus2 bResEff,Eff_Blind,3000; bonus2 bAddMonsterDropItem,12130,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5205','Wreath','Emperor\'s Laurel Crown','5','20','10','1000','0','0','3','0','0','4294967295','63','2','768','0','0','150','1','261','bonus bAllStats,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5206','Romantic_White_Flower','Romantic White Flower','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','259','bonus2 bSubRace,RC_Plant,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5207','Gold_Spirit_Chain','Angel Blessing','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','260','bonus bLuk,1; bonus2 bSubEle,Ele_Holy,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5208','Rideword_Hat','Rideword Hat','5','20','10','300','0','0','3','0','1','4294967294','63','2','256','0','40','150','1','262','bonus2 bHPDrainRate,50,8; bonus2 bSPDrainRate,10,4; bonus2 bHPLossRate,10,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('5209','Yellow_Baseball_Cap','Love Dad Cap','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','263','','','');
-REPLACE INTO `item_db_re` VALUES ('5210','Flying_Angel','Flapping Angel Wing','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','10','150','1','264','bonus bVariableCastrate,-3; bonus bAspdRate,3; bonus bInt,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5211','Dress_Hat','Dress Hat','5','0','0','200','0','0','3','0','1','4294967295','63','2','256','0','20','150','1','265','bonus bMdef,7; bonus bStr,1; bonus bInt,1; bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; bonus bHealPower,5; if(getrefine()>=7) { bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1; bonus bMatkRate,1; bonus bHealPower,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('5212','Satellite_Hairband','Satellite Hairband','5','0','0','1000','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','266','bonus bMaxHP,50; bonus bMaxSP,10; skill AL_RUWACH,1;','','sc_end SC_RUWACH;');
-REPLACE INTO `item_db_re` VALUES ('5213','Black_Bunny_Band','Sheila Hairnet','5','0','0','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','267','bonus bAgi,2; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5214','Moonlight_Flower_Hat','Moonlight Flower Hat','5','0','0','200','0','0','3','0','0','4294967295','63','2','768','0','0','150','1','268','bonus bDex,2; bonus3 bAutoSpell,AL_INCAGI,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5215','Angelic_Chain_','Evolved Angel Wing','5','20','10','100','0','0','4','0','0','4294967294','63','2','256','0','0','150','1','38','bonus bMdef,3; bonus bDex,1; bonus bInt,1; bonus2 bSubRace,RC_Demon,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5216','Satanic_Chain_','Evolved Evil Wing','5','20','10','100','0','0','6','0','0','4294967294','63','2','256','0','0','150','1','39','bonus bStr,1; bonus bAgi,1; bonus bFlee,3; bonus2 bSubRace,RC_Angel,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5217','Magestic_Goat_TW','Evolved Magestic Goat','5','20','10','800','0','0','10','0','0','6571170','63','2','256','0','0','150','1','41','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5218','Bunny_Band_','Evolved Bunny Band','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','15','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5219','Drooping_Kitty_','Evolved Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','142','bonus bMdef,18; bonus bFlee,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5220','Smoking_Pipe_','Evolved Pipe','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','55','bonus bVit,1; bonus2 bSubRace,RC_Brute,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5221','Pair_Of_Red_Ribbon_','Evolved Pair of Red Ribbon','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','45','150','0','169','bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5222','Fish_On_Head_','Evolved Blue Fish','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','149','bonus bAgi,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5223','Big_Golden_Bell_','Evolved Big Golden Bell','5','20','10','200','0','0','2','0','0','4294967294','63','2','768','0','35','150','1','175','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5224','Orc_Hero_Helm_TW','Evolved Orc Hero Helm','5','500000','250000','900','0','0','5','0','0','4294967294','63','2','768','0','55','150','1','178','bonus bStr,2; bonus bVit,1; bonus bMaxHPrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5225','Marcher_Hat','Parade Hat','5','20','10','200','0','0','4','0','1','4294967295','63','2','256','0','10','150','1','269','bonus bMdef,2; bonus bStr,2; bonus4 bAutoSpellWhenHit,AL_ANGELUS,5,30,0; bonus4 bAutoSpellWhenHit,HP_ASSUMPTIO,1,1,0; bonus2 bResEff,Eff_Stun,1000; if(BaseClass==Job_Acolyte) bonus4 bAutoSpellOnSkill,AL_HEAL,PR_LEXAETERNA,1,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('5226','Mini_Propeller_','Mini Propeller','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','270','bonus bAgi,2; bonus bDex,1; bonus bFlee,10; bonus bVariableCastrate,-getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('5227','Red_Deviruchi_Cap','Red Deviruchi Hat','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','64','150','1','271','bonus bStr,1; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5228','White_Deviruchi_Cap','Gray Deviruchi Hat','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','64','150','1','272','bonus bStr,1; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5229','Gray_Deviruchi_Cap','Brown Deviruchi Hat','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','64','150','1','273','bonus bStr,1; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5230','White_Drooping_Kitty','Gray Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','274','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5231','Gray_Drooping_Kitty','Brown Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','275','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5232','Pink_Drooping_Kitty','Pink Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','276','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5233','Blue_Drooping_Kitty','Blue Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','277','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5234','Yellow_Drooping_Kitty','Yellow Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','278','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5235','Gray_Fur_Hat','Brown Beanie','5','20','10','350','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','279','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5236','Blue_Fur_Hat','Blue Beanie','5','20','10','350','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','280','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5237','Pink_Fur_Hat','Pink Beanie','5','20','10','350','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','281','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5238','Red_Wizardry_Hat','Red Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','282','bonus bInt,2; bonus bMaxSP,150;','','');
-REPLACE INTO `item_db_re` VALUES ('5239','White_Wizardry_Hat','Gray Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','283','bonus bInt,2; bonus bMaxSP,150;','','');
-REPLACE INTO `item_db_re` VALUES ('5240','Gray_Wizardry_Hat','Brown Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','284','bonus bInt,2; bonus bMaxSP,150;','','');
-REPLACE INTO `item_db_re` VALUES ('5241','Blue_Wizardry_Hat','Blue Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','285','bonus bInt,2; bonus bMaxSP,150;','','');
-REPLACE INTO `item_db_re` VALUES ('5242','Yellow_Wizardry_Hat','Yellow Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','286','bonus bInt,2; bonus bMaxSP,150;','','');
-REPLACE INTO `item_db_re` VALUES ('5243','Chullos','Shafka','5','20','10','800','0','0','2','0','1','4294967295','63','2','768','0','0','150','1','287','bonus2 bResEff,Eff_Freeze,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('5244','Elven_Blindfold','Elven Blindfold','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','288','bonus2 bResEff,Eff_Blind,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('5245','Elven_Sunglasses','Elven Sunglasses','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','289','bonus2 bResEff,Eff_Blind,500;','','');
-REPLACE INTO `item_db_re` VALUES ('5246','Angelic_Helm','Angelic Helm','5','20','10','700','0','0','7','0','0','4294967295','63','2','256','0','0','150','1','290','bonus bAgi,1; bonus bLuk,1; bonus bMdef,3; bonus2 bSubRace,RC_Demon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5247','Satanic_Helm','Satanic Helm','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','0','150','1','291','bonus bAgi,1; bonus bLuk,1; bonus bMdef,3; bonus2 bSubRace,RC_Demon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5248','Robotic_Blindfold','Robotic Blindfold','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','292','bonus2 bResEff,Eff_Blind,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('5249','Human_Blindfold','Human Blindfold','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','293','bonus2 bResEff,Eff_Blind,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('5250','Robotic_Ears','Robotic Ears','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','294','','','');
-REPLACE INTO `item_db_re` VALUES ('5251','Round_Ears','Round Ears','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','295','','','');
-REPLACE INTO `item_db_re` VALUES ('5252','Drooping_Nine_Tail','Drooping Ninetail','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','20','150','1','296','bonus bAgi,1; bonus bDex,1; bonus3 bAutoSpellWhenHit,PR_GLORIA,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5253','Lif_Doll_Hat','Lif Doll Hat','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','20','150','1','297','bonus bInt,1; bonus bMdef,getrefine(); bonus bDef,getrefine()*-1;','','');
-REPLACE INTO `item_db_re` VALUES ('5254','Deviling_Hat','Deviling Hat','5','20','10','500','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','298','bonus bStr,1; bonus bCritical,3; bonus2 bSubRace,RC_Angel,-20; if(getrefine()>=6) { bonus bCritical,getrefine()-5; }','','');
-REPLACE INTO `item_db_re` VALUES ('5255','Triple_Poring_Hat','Triple Poring Hat','5','20','10','600','0','0','6','0','0','4294967295','63','2','256','0','20','150','0','299','bonus bLuk,3; bonus3 bAutoSpell,BS_GREED,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5256','Valkyrie_Feather_Band','Valkyrie Feather Band','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','20','150','1','300','bonus bInt,1; bonus3 bAutoSpellWhenHit,AL_HEAL,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5257','Soulless_Wing','Soul Ring','5','20','10','300','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','301','bonus bMdef,2; bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5258','Afro_Wig','Afro Wig','5','20','10','100','0','0','0','0','1','4294967295','63','2','768','0','10','150','1','302','bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,300; bonus2 bSubEle,Ele_Neutral,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5259','Elephant_Hat_','Elephant Hat','5','20','10','500','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','215','bonus bVit,1; bonus3 bAutoSpell,WZ_WATERBALL,3,10; skill AL_HOLYWATER,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5260','Cookie_Hat','Cookie Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','217','bonus bAgi,1; bonus bFlee2,5; bonus bCritAtkRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5261','Silver_Tiara_','Silver Tiara','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','218','bonus bInt,2; if(BaseClass==Job_Mage) bonus bMatkRate,(JobLevel/20); if(BaseClass==Job_Acolyte) bonus bUseSPrate,-(JobLevel/10); if(BaseClass==Job_Archer) bonus bMaxSP,(JobLevel*2);','','');
-REPLACE INTO `item_db_re` VALUES ('5262','Gold_Tiara_','Golden Tiara','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','232','bonus bStr,2; bonus bUnbreakableHelm,0; if((readparam(bDex)<56)&&(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief)) bonus bDex,JobLevel/7;','','');
-REPLACE INTO `item_db_re` VALUES ('5263','Ati_Atihan_Hat','Pagdayaw','5','20','10','100','0','0','1','0','0','4294967294','63','2','769','0','20','150','1','303','bonus2 bSubEle,Ele_Water,1; bonus2 bSubEle,Ele_Earth,1; bonus2 bSubEle,Ele_Fire,1; bonus2 bSubEle,Ele_Wind,1; bonus2 bAddEff,Eff_Curse,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5264','Aussie_Flag_Hat','Australian Flag Hat','5','20','10','500','0','0','8','0','0','4294967295','63','2','256','0','0','150','1','304','bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5265','Apple_Of_Archer_C','Rental Apple of Archer','5','1','0','0','0','0','12','0','0','4294967294','63','2','256','0','0','150','0','72','bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5266','Bunny_Band_C','Rental Bunny Band','5','1','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','15','bonus bMdef,5; bonus2 bSubRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5267','Sahkkat_C','Sahkkat C','5','1','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','67','bonus bAgi,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5268','Lord_Circlet_C','Grand Circlet','5','1','0','0','0','0','12','0','0','4294967294','63','2','256','0','0','150','0','93','bonus bStr,3; bonus bInt,3; bonus bLuk,3; bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5269','Flying_Angel_','Flapping Angel Wing','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','10','150','1','264','bonus bInt,1; bonus bAgi,1; bonus bAspdRate,3; bonus bSpeedRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('5270','Fallen_Leaves_','Autumn Leaves','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','241','bonus bFlee2,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5271','Chinese_Crown_','Phoenix Crown','5','20','10','500','0','0','4','0','1','4294967295','63','2','768','0','0','150','1','221','bonus bMdef,3; bonus2 bSubRace,RC_Boss,getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('5272','Tongue_Mask_','Tongue Mask','5','20','10','100','0','0','2','0','0','4294967295','63','2','513','0','0','150','0','253','bonus3 bAutoSpell,SM_PROVOKE,5,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5273','Happy_Wig','Happy Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','305','bonus bSpeedRate,25; bonus bDef,4; skill TF_HIDING,1;','','sc_end SC_HIDING;');
-REPLACE INTO `item_db_re` VALUES ('5274','Shiny_Wig','Shiny Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','306','bonus bSpeedRate,25; bonus bDef,4; skill TF_HIDING,1;','','sc_end SC_HIDING;');
-REPLACE INTO `item_db_re` VALUES ('5275','Marvelous_Wig','Marvelous Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','307','bonus bSpeedRate,25; bonus bDef,4; skill TF_HIDING,1;','','sc_end SC_HIDING;');
-REPLACE INTO `item_db_re` VALUES ('5276','Fantastic_Wig','Fantastic Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','308','bonus bSpeedRate,25; bonus bDef,4; skill TF_HIDING,1;','','sc_end SC_HIDING;');
-REPLACE INTO `item_db_re` VALUES ('5277','Yellow_Bandana','Air Pirate\'s Bandana','5','20','10','100','0','0','2','0','0','4294967294','63','2','256','0','20','150','1','309','bonus bLuk,2; bonus bVit,2; bonus bLongAtkDef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5278','Yellow_Ribbon','Yellow Ribbon','5','20','10','100','0','0','2','0','0','4294967294','63','2','256','0','20','150','1','310','bonus bLuk,2; bonus bVit,2; bonus bLongAtkDef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5279','Drooping_Kitty_C','Refined Drooping Cat','5','2','1','0','0','0','3','0','0','4294967294','63','2','256','0','0','150','0','142','bonus bMdef,15; bonus2 bResEff,Eff_Curse,3000;','','');
-REPLACE INTO `item_db_re` VALUES ('5280','Magestic_Goat_C','Baphomet Horns','5','2','1','0','0','0','10','0','0','4294967294','63','2','256','0','0','150','0','41','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5281','Deviruchi_Cap_C','Refined Deviruchi Hat','5','2','1','0','0','0','4','0','0','4294967294','63','2','256','0','0','150','0','123','bonus bStr,1; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5282','euRO_Baseball_Cap','Europe Baseball Cap','5','0','0','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','216','','','');
-REPLACE INTO `item_db_re` VALUES ('5283','Chick_Hat','Chick Hat','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','10','150','0','311','bonus bLuk,2; bonus bMaxHP,50; bonus bMaxSP,50; skill TF_DOUBLE,2; bonus bDoubleRate,10; bonus2 bSubRace,RC_DemiHuman,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5284','Water_Lily_Crown','Water Lily Crown','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','30','150','0','312','bonus bDex,1; bonus bAgi,1; bonus bMdef,3; bonus bHPrecovRate,5; bonus bSPrecovRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5285','Vane_Hairpin','Vane Hairpin','5','20','10','300','0','0','4','0','1','4294967295','63','2','256','0','30','150','0','313','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5286','Pecopeco_Hairband','Pecopeco Hairband','5','20','10','0','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','314','bonus bUnbreakableHelm,0; bonus bSpeedRate,25; bonus bAspdRate,-10; bonus bVariableCastrate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('5287','Vacation_Hat','Vacation Hat','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','30','150','0','315','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5288','Red_Glasses','Red Glasses','5','20','10','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','316','bonus bUnbreakableHelm,0; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5289','Vanilmirth_Hat','Vanilmirth Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','30','150','0','317','bonus bUnbreakableHelm,0; bonus3 bAutoSpell,MG_FIREBOLT,1,10; bonus3 bAutoSpell,MG_COLDBOLT,1,10; bonus3 bAutoSpell,MG_LIGHTNINGBOLT,1,10; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5290','Drooping_Bunny_','Drooping Bunny','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','249','bonus bDex,1; bonus bFlee,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5291','Kettle_Hat','Kettle Hat','5','20','10','600','0','0','8','0','0','4294967295','63','2','256','0','30','150','1','318','bonus4 bAutoSpell,SA_DELUGE,2,10,0; bonus3 bAutoSpell,WZ_WATERBALL,3,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5292','Dragon_Skull','Dragon Skull','5','20','10','800','0','0','10','0','0','4294967295','63','2','256','0','50','150','1','319','bonus2 bSubRace,RC_Dragon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5293','Ramen_Hat','Ramen Hat','5','20','10','0','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','320','bonus bUnbreakableHelm,0; bonus bDex,4; bonus4 bAutoSpellWhenHit,AL_DECAGI,1,30,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5294','Whisper_Mask','Whisper Mask','5','20','10','0','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','321','bonus bUnbreakableHelm,0; bonus bAgi,3; bonus2 bSubEle,Ele_Ghost,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('5295','Golden_Bandana','Golden Bandana','5','20','10','2400','0','0','4','0','0','4294967295','63','2','768','0','0','150','0','138','bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5296','Drooping_Nine_Tail_','Drooping Nine Tail','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','296','bonus bAgi,1; bonus bCritical,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5297','Soulless_Wing_','Soul Wing','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','301','bonus bAllStats,1; bonus2 bSPRegenRate,2,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('5298','Marvelous_Wig_','Dokebi\'s Wig','5','20','10','100','0','0','1','0','1','4294967295','63','2','768','0','0','150','1','307','bonus2 bSubEle,Ele_Neutral,5; bonus2 bSubEle,Ele_Fire,-5; bonus2 bSubEle,Ele_Water,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('5299','Ati_Atihan_Hat_','Pagdayaw','5','20','10','100','0','0','1','0','1','4294967295','63','2','769','0','0','150','1','303','bonus3 bAutoSpell,DC_SCREAM,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5300','Bullock_Helm','Bullock Helm','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','45','150','1','322','bonus bMaxHP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5301','Russian_Ribbon','Victory Hairband','5','0','0','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','323','','','');
-REPLACE INTO `item_db_re` VALUES ('5302','Lotus_Flower_Hat','Water Lily Hat','5','0','0','100','0','0','2','0','0','4294967295','63','2','256','0','30','150','1','324','','','');
-REPLACE INTO `item_db_re` VALUES ('5303','Flower_Coronet','Flower Crown','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','325','bonus bMdef,5; bonus bMaxHP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5304','Cap_Of_Blindness','Cap Of Blindness','5','20','10','800','0','0','4','0','1','4294967295','63','2','769','0','30','150','1','326','bonus2 bResEff,Eff_Curse,700; bonus2 bResEff,Eff_Blind,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('5305','Pirate_Dagger','Pirate Dagger','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','327','bonus bBaseAtk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5306','Freyja_Crown','Freyja Crown','5','0','0','500','0','0','20','0','0','4294967294','63','2','256','0','0','150','0','328','bonus2 bSubRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5307','Carmen_Miranda\'s_Hat','Carmen Miranda\'s Hat','5','20','10','400','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','329','bonus bMdef,3; bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5308','Brazilian_Flag_Hat','Brazilian Flag Hat','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','330','bonus bSpeedAddRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('5309','Mahican','Wool Mask','5','20','10','200','0','0','1','0','0','4294967295','63','2','769','0','0','150','1','331','skill RG_GRAFFITI,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5310','Bulb_Hairband','Shining Electric Bulb Hairband','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','332','bonus2 bSubEle,Ele_Dark,10; skill MG_SIGHT,1;','','sc_end SC_SIGHT;');
-REPLACE INTO `item_db_re` VALUES ('5311','Large_Hibiscus','Large Hisbiscus','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','333','bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5312','Ayothaya_Hat','Ayothaya King\'s Hat','5','20','10','100','0','0','10','0','1','414946','63','2','256','0','0','150','1','334','bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5313','Diadem','Diadem','5','20','10','100','0','0','3','0','1','4294967295','63','2','768','0','0','150','1','335','bonus bInt,1; bonus bMatkRate,3; bonus bVariableCastrate,-3;','','');
-REPLACE INTO `item_db_re` VALUES ('5314','Hockey_Mask','Hockey Mask','5','20','10','0','0','0','1','0','0','4294967295','63','2','513','0','50','150','0','336','bonus2 bAddRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5315','Observer','Observer','5','20','10','0','0','0','2','0','0','4294967295','63','2','512','0','35','150','0','337','bonus bUnbreakableHelm,0; skill WZ_ESTIMATION,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5316','Umbrella_Hat','Umbrella Hat','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','50','150','1','338','bonus2 bSubEle,Ele_Water,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5317','Fisherman_Hat','Fisherman Hat','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','339','bonus3 bAutoSpell,WZ_WATERBALL,3,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5318','Poring_Party_Hat','Poring Party Hat','5','20','10','0','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','340','bonus bAllStats,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5319','Hellomother_Hat','Arc Angeling Hat','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','341','bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5320','Champion_Wreath','Champion Wreath','5','20','10','500','0','0','8','0','0','4294967294','63','2','256','0','0','150','1','261','bonus bAllStats,2; bonus4 bAutoSpellWhenHit,AL_HEAL,1,50,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5321','Indonesian_Bandana','Indonesian Bandana','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','342','','','');
-REPLACE INTO `item_db_re` VALUES ('5322','Scarf','Scarf','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','24','150','1','343','bonus bMdef,2; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5323','Misstrance_Crown','Misstrance Crown','5','20','10','0','0','0','14','0','0','4294967295','63','2','256','0','0','150','0','165','bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5324','Little_Angel_Doll','Little Angel Doll','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','344','bonus bDex,3; bonus4 bAutoSpellWhenHit,CR_GRANDCROSS,3,30,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5325','Robo_Eye','Robo Eye','5','20','10','200','0','0','2','0','0','4294967295','63','2','512','0','10','150','0','345','bonus bUnbreakableHelm,0; bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5326','Masquerade_C','Masquerade C','5','1','0','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','78','bonus2 bAddRace,RC_DemiHuman,7;','','');
-REPLACE INTO `item_db_re` VALUES ('5327','Orc_Hero_Helm_C','Refined Helmet of Orc Hero','5','1','0','0','0','0','10','0','0','4294967294','63','2','768','0','0','150','0','178','bonus bStr,5; bonus bVit,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5328','Evil_Wing_Ears_C','Evil Wing Ears C','5','1','0','0','0','0','4','0','0','4294967295','63','2','512','0','0','150','0','152','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5329','Dark_Blindfold_C','Costume: Dark Blindfold','5','1','0','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','187','bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stun,500;','','');
-REPLACE INTO `item_db_re` VALUES ('5330','kRO_Drooping_Kitty_C','kRO Drooping Kitty C','5','1','0','0','0','0','9','0','0','4294967294','63','2','256','0','0','150','0','142','bonus bMdef,15; bonus2 bResEff,Eff_Curse,4000; bonus2 bResEff,Eff_Curse,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('5331','Corsair_C','Corsair C','5','1','0','0','0','0','14','0','0','4294967294','63','2','256','0','0','150','0','105','bonus bVit,3; bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5332','Loki_Mask','Loki Mask','5','0','0','200','0','0','2','0','0','4294967295','63','2','513','0','20','150','0','346','bonus bFlee2,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5333','Radio_Antenna','Radio Antenna','5','0','0','1500','0','0','2','0','0','4294967295','63','2','256','0','50','150','1','347','bonus bMdef,5; bonus bCritical,5; bonus bFlee,5; skill MG_LIGHTNINGBOLT,1; bonus4 bAutoSpellWhenHit,MG_THUNDERSTORM,5,30,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5334','Angeling_Wanna_Fly','Flapping Angeling','5','0','0','700','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','348','bonus bDex,1; bonus bLuk,2; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5335','Jumping_Poring','Jumping Poring','5','0','0','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','349','bonus bLuk,1; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5336','Guildsman_Recruiter','Guildsman Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','350','','','');
-REPLACE INTO `item_db_re` VALUES ('5337','Party_Recruiter_Hat','Party Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','351','','','');
-REPLACE INTO `item_db_re` VALUES ('5338','Bf_Recruiter_Hat','Bf Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','352','','','');
-REPLACE INTO `item_db_re` VALUES ('5339','Friend_Recruiter_Hat','Friend Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','353','','','');
-REPLACE INTO `item_db_re` VALUES ('5340','Deprotai_Doll_Hat','Defolty Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','354','bonus2 bSubRace,RC_DemiHuman,5; bonus4 bAutoSpellWhenHit,AL_ANGELUS,10,20,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5341','Claris_Doll_Hat','Glaris Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','355','bonus2 bSubRace,RC_DemiHuman,5; bonus bMagicHPGainValue,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5342','Sorin_Doll_Hat','Sorin Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','356','bonus2 bSubRace,RC_DemiHuman,5; autobonus \"{ bonus bBaseAtk,50; }\",20,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('5343','Tayelin_Doll_Hat','Telling Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','357','bonus2 bSubRace,RC_DemiHuman,5; bonus2 bAddItemHealRate,504,10; bonus2 bAddItemHealRate,547,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5344','Binit_Doll_Hat','Bennit Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','358','bonus2 bSubRace,RC_DemiHuman,5; autobonus \"{ bonus bAspdRate,5; }\",20,30000,0,\"{ specialeffect2 EF_HASTEUP; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('5345','Debril_Doll_Hat','W Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','359','bonus2 bSubRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Undead,5; bonus2 bMagicAddRace,RC_Undead,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5346','Gf_Recruiter_Hat','Gf Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','360','','','');
-REPLACE INTO `item_db_re` VALUES ('5347','Ph.D_Hat_','Ph.D Hat','5','20','10','200','0','0','5','0','1','4294967294','63','2','256','0','0','150','1','98','','','');
-REPLACE INTO `item_db_re` VALUES ('5348','Big_Sis\'_Ribbon_','Big Ribbon','5','15000','7500','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','28','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5349','Boy\'s_Cap_','Boy\'s Cap','5','20','10','100','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','102','','','');
-REPLACE INTO `item_db_re` VALUES ('5350','Pirate_Bandana_','Pirate Bandana','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','74','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5351','Sunflower_','Sunflower','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','0','37','bonus2 bSubRace,RC_Insect,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5352','Poporing_Cap','Poporing Cap','5','20','10','700','0','0','4','0','0','4294967294','63','2','256','0','38','150','1','361','','','');
-REPLACE INTO `item_db_re` VALUES ('5353','Helm_Of_Sun_','Hat of the Sun God','5','20','10','2400','0','0','4','0','1','1040256','63','2','768','0','0','150','1','138','bonus bStr,3; bonus bInt,2; bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,1,BF_WEAPON|BF_MAGIC,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5354','Muslim_Hat_M','Muslim Hat M','5','0','0','100','0','0','4','0','0','4294967295','63','1','256','0','0','150','0','362','bonus bVariableCastrate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('5355','Muslim_Hat_F','Selendang','5','0','0','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','363','bonus bVariableCastrate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('5356','Pumpkin_Hat_H','Festival Pumpkin Hat','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','206','bonus2 bSubRace,RC_Demon,5; bonus2 bAddRace,RC_Demon,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5357','Wings_Of_Victory','Wings Of Victory','5','20','10','200','0','0','10','0','0','4294967295','63','2','768','0','0','150','0','365','bonus bMdef,10; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5358','Pecopeco_Wing_Ears','Peco Ears','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','70','150','0','366','bonus bAgi,1; bonus bMdef,2; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5359','J_Captain_Hat','Ship Captain Hat','5','20','10','300','0','0','7','0','1','4294967295','63','2','256','0','60','150','1','367','bonus bDex,1; bonus bLongAtkRate,7; bonus bMaxHP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5360','Whikebain_Ears','Wickebine\'s Black Cat Ears','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','45','150','1','368','bonus bFlee,10; bonus bCritical,3; bonus bCritAtkRate,10; bonus bDefRate,-50; bonus bDef2Rate,-50;','','');
-REPLACE INTO `item_db_re` VALUES ('5361','Gang_Scarf','Gangster Scarf','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','bonus bUnbreakableHelm,0; bonus bBaseAtk,5; if(BaseJob==Job_Rogue) skill RG_GANGSTER,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5362','Ninja_Scroll','Ninja Scroll','5','20','10','200','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','370','bonus bUnbreakableHelm,0; bonus bMatkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5363','Helm_Of_Abyss','Abysmal Knight Helm','5','20','10','1000','0','0','9','0','1','414946','63','2','256','0','70','150','1','371','bonus2 bSubRace,RC_DemiHuman,-10; bonus2 bSubRace,RC_Boss,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5364','Dark_Snake_Lord_Hat','Evil Snake Lord Hat','5','20','10','500','0','0','4','0','1','4294967295','63','2','256','0','150','150','1','372','bonus bStr,1; bonus bInt,1; bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5365','Fried_Egg','Mangolia Hat','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','0','373','bonus2 bResEff,Eff_Stun,500; skill HT_FLASHER,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5366','Hat_0f_King','Love Dad Bandana','5','20','10','200','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','374','bonus bStr,2; bonus bAllStats,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5367','Hyegun_Hat','Yao Jun Hat','5','20','10','100','0','0','5','0','1','4294967295','63','2','769','0','10','150','0','375','bonus bMdef,3; bonus2 bSubRace,RC_Demon,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5368','White_Wing','White Wing','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','38','bonus2 bAddMonsterDropItem,12280,300;','','');
-REPLACE INTO `item_db_re` VALUES ('5369','Dark_Wing','Dark Wing','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','39','bonus2 bAddMonsterDropItem,12279,300;','','');
-REPLACE INTO `item_db_re` VALUES ('5370','Orchid_Hairband','Orchid Hairband','5','20','10','200','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','376','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5371','Hat_Of_Judge','Judge Hat','5','20','10','300','0','0','2','0','0','4294967295','63','2','768','0','0','150','1','377','bonus bLuk,1; bonus bMaxSP,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5372','Drooping_White_Kitty','Koneko Hat','5','20','10','500','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','378','bonus bInt,1; bonus bDelayrate,-3; bonus bMatkRate,3; bonus bMaxSPrate,3; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5373','Darkness_Helm','Dark Randgris Helm','5','20','10','300','0','0','2','0','1','4294967295','63','2','768','0','0','150','1','379','bonus bDex,3; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5374','L_Magestic_Goat','Gigantic Magestic Goat','5','20','10','800','0','0','10','0','0','4294967295','63','2','256','0','0','150','1','380','bonus2 bAddRace,RC_DemiHuman,12; bonus bBaseAtk,(JobLevel*2)/7;','','');
-REPLACE INTO `item_db_re` VALUES ('5375','L_Orc_Hero_Helm','Faux Orc Boss Hat','5','20','10','900','0','0','5','0','1','4294967295','63','2','768','0','0','150','1','381','bonus bStr,2; bonus3 bAutoSpellWhenHit,BS_WEAPONPERFECT,3,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5376','Satanic_Chain_P','Flying Evil Wings','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','382','bonus bMaxSP,120; bonus2 bAddEff2,Eff_Curse,300;','','');
-REPLACE INTO `item_db_re` VALUES ('5377','Antique_Pipe','Gentleman\'s Pipe','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','383','bonus bUnbreakableHelm,0; bonus2 bSubRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5378','Rabbit_Ear_Hat','Bunny Top Hat','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','384','bonus bAgi,3; bonus3 bAutoSpellWhenHit,AL_INCAGI,5,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5379','Balloon_Hat','Tam','5','0','0','800','0','0','5','0','1','4294967295','63','2','256','0','50','150','1','385','bonus bMdef,2; bonus bMatkRate,2+(getrefine()/2);','','');
-REPLACE INTO `item_db_re` VALUES ('5380','Fish_Head_Hat','Fish Head Hat','5','20','10','400','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','386','bonus3 bAutoSpell,SA_FROSTWEAPON,1,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5381','Santa_Poring_Hat','Santa Poring Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','0','387','bonus bMdef,2; bonus2 bAddEle,Ele_Dark,3; bonus2 bSubEle,Ele_Dark,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5382','Bell_Ribbon','Bell Ribbon','5','20','10','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','388','bonus bVit,1; skill AL_ANGELUS,1;','','sc_end SC_ANGELUS;');
-REPLACE INTO `item_db_re` VALUES ('5383','Hunting_Cap','Hunting Cap','5','20','10','250','0','0','6','0','1','4294967294','63','2','256','0','50','150','1','389','bonus bLuk,1; bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5384','Santa_Hat_1','Twin Pom Santa','5','20','10','200','0','0','4','0','1','4294967295','63','2','256','0','20','150','1','390','bonus bLuk,3; skill WZ_ESTIMATION,1; bonus3 bAutoSpell,AL_INCAGI,1,500;','','');
-REPLACE INTO `item_db_re` VALUES ('5385','Yoyo_Hat','Yoyo Hat','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','20','150','1','391','skill TF_HIDING,1;','','sc_end SC_HIDING;');
-REPLACE INTO `item_db_re` VALUES ('5386','Ayam_','New Year\'s Hat','5','0','0','70','0','0','7','0','0','4294967295','63','2','256','0','0','150','0','228','bonus bMdef,7; bonus bFlee,7; bonus2 bAddMonsterDropItem,12198,200;','','');
-REPLACE INTO `item_db_re` VALUES ('5387','Neko_Mimi_Kafra','Neko Mimi Kafra','5','20','10','200','0','0','1','0','1','4294967295','63','2','256','0','30','150','1','392','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5388','Snake_Head','Snake Head','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','393','skill TF_DOUBLE,5; bonus bDoubleRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('5389','Angel_Spirit','Angel Spirit','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','394','bonus bUnbreakableHelm,0; bonus bStr,2; bonus bHit,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5390','Santa_Hat_2','Blue Christmas Cheer','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','395','bonus2 bResEff,Eff_Freeze,3000;','','');
-REPLACE INTO `item_db_re` VALUES ('5391','Toast_C','Toast','5','20','10','0','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','188','bonus bUnbreakableHelm,0; bonus bMaxHP,100; bonus2 bAddMonsterDropItem,617,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5392','Louyang_Cap','Louyang NewYear Hat','5','20','10','300','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','396','bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5393','Valentine_Hat','Valentine Hat','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','397','bonus bMaxSPrate,7; bonus bMaxHPrate,7;','','');
-REPLACE INTO `item_db_re` VALUES ('5394','Bubblegum_Lower','Bubble Gum Low','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','0','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,100; bonus2 bExpAddRace,RC_NonBoss,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5395','Tiraya_Bonnet','Tiraya Bonnet','5','20','10','500','0','0','6','0','1','4294967295','63','2','256','0','50','150','1','398','bonus bMaxHP,100+(getrefine()*20); bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5396','Jasper_Crest','Jasper Crest','5','20','10','700','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','399','bonus bDex,1; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5397','Scuba_Mask','Scuba Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','400','bonus2 bSubEle,Ele_Water,10; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5398','Bone_Head','Bone Head','5','20','10','1200','0','0','10','0','1','279714','58','2','256','0','85','150','1','401','bonus bUnbreakableHelm,0; bonus bStr,2; bonus bMdef,5; bonus2 bResEff,Eff_Stun,500; bonus2 bResEff,Eff_Bleeding,500;','','');
-REPLACE INTO `item_db_re` VALUES ('5399','Mandragora_Cap','Mandragora Cap','5','20','10','300','0','0','5','0','1','1040256','58','2','256','0','85','150','0','402','bonus bVit,3; bonus3 bAutoSpellWhenHit,DC_SCREAM,5,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5400','Fox_Hat','Fox Hat','5','20','10','200','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','403','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5401','Black_Glasses','Black Frame Glasses','5','20','10','200','0','0','2','0','0','4294967295','63','2','512','0','70','150','0','404','bonus bInt,1; bonus bMdef,2; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5402','Mischievous_Fairy','Mischievous Fairy','5','10','5','200','0','0','2','0','0','4294967295','63','2','512','0','70','150','0','405','bonus bUnbreakableHelm,0; bonus bFlee2,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5403','Fish_In_Mouth','Fish In Mouth','5','10','5','200','0','0','0','0','0','4294967295','63','2','1','0','30','150','0','406','bonus bUnbreakableHelm,0; bonus2 bAddMonsterDropItem,579,500; bonus2 bAddItemHealRate,579,25;','','');
-REPLACE INTO `item_db_re` VALUES ('5404','Blue_Ribbon','Blue Ribbon','5','10','5','100','0','0','2','0','1','4294967295','63','2','256','0','45','150','1','407','bonus4 bAutoSpellWhenHit,AC_CONCENTRATION,2,7,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5405','Filir_Hat','Filir Hat','5','10','5','200','0','0','2','0','0','4294967295','63','2','256','0','80','150','0','408','bonus bShortWeaponDamageReturn,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5406','Academy_Freshman_Hat','Academy Freshman Hat','5','0','0','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','409','bonus bDex,2; bonus bVit,1; bonus bInt,1; bonus bMaxHP,80; bonus bMaxSP,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5407','Academy_Graduating_Cap','Academy Completion Hat','5','0','0','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','410','bonus bDex,2; bonus bInt,2; bonus bMaxSP,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5408','Old_Bandanna','Old Bandana','5','0','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','6','bonus bInt,2; bonus bMaxSP,50; bonus bVariableCastrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5409','New_Cowboy_Hat','Purple Cowboy Hat','5','20','10','500','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','411','bonus bInt,2; bonus bVit,2; bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5410','Bread_Bag2','Brown Paperbag Hat','5','20','10','200','0','0','6','0','0','4294967295','63','2','769','0','0','150','1','412','bonus bMaxHP,100; bonus2 bResEff,Eff_Stun,400; bonus2 bSubRace,RC_DemiHuman,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5411','White_Snake_Hat','White Snake Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','413','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5412','Sweet_Candy','Lollipop','5','20','10','100','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','414','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5413','Popcorn_Hat','Popcorn Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','415','bonus2 bSubEle,Ele_Wind,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5414','Campfire_Hat','Campfire Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','416','bonus2 bSubEle,Ele_Fire,10; bonus4 bAutoSpellWhenHit,MG_FIREBALL,5,100,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5415','Poring_Cake_Cap','Poring Cake Hat','5','20','10','1000','0','0','10','0','0','4294967295','63','2','256','0','40','150','1','417','bonus bMdef,5; bonus bCritical,5; bonus bFlee,5; bonus bFlee2,5; bonus bAspdRate,5; bonus bVariableCastrate,-5; bonus bDelayrate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('5416','Beer_Cap','Beer Hat','5','20','10','600','0','0','4','0','0','4294967294','63','2','256','0','18','150','1','418','bonus bFlee2,5; skill SM_RECOVERY,3; skill MG_SRECOVERY,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5417','Crown_Parrot','Crown Parrots','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','0','150','0','419','bonus bInt,1; bonus2 bResEff,Eff_Silence,10000; bonus3 bAutoSpell,DC_SCREAM,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5418','Soldier_Hat','Soldier Hat','5','20','10','400','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','420','bonus bStr,1; bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3; bonus bUseSPrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5419','Evolved_Leaf','Leaves Of Grass','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','57','bonus bUnbreakableHelm,0; bonus bVit,1; bonus2 bSubRace,RC_Plant,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5420','Mask_Of_Ifrit','Ifrit Mask','5','20','10','800','0','0','12','0','1','4294967294','63','2','769','0','50','150','0','421','bonus bStr,2; bonus bInt,2; bonus bMdef,5; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Water,-10; skill MG_SIGHT,1; bonus3 bAutoSpellWhenHit,WZ_METEOR,3,50; bonus3 bAutoSpell,MG_FIREBOLT,3,50;','','sc_end SC_SIGHT;');
-REPLACE INTO `item_db_re` VALUES ('5421','Ifrit\'s_Ear','Ifrit\'s Ears','5','20','10','300','0','0','0','0','0','4294967294','63','2','512','0','50','150','0','422','bonus bUnbreakableHelm,0; bonus bInt,1; bonus bStr,1; bonus bMdef,3; bonus2 bSkillAtk,MG_FIREBOLT,2; bonus2 bSkillAtk,WZ_FIREPILLAR,2; bonus2 bSkillAtk,WZ_METEOR,2; bonus2 bSkillAtk,SM_BASH,2; bonus2 bSkillAtk,SM_MAGNUM,2; bonus2 bSkillAtk,KN_PIERCE,2; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Water,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('5422','Linguistic_Book_Cap','Linguistic Book Hat','5','20','10','70','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','423','bonus bInt,1; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5423','Lovecap_China','I LOVE CHINA','5','20','10','250','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','424','bonus bDex,3; bonus2 bSubRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5424','Fanta_Orange_Can','Fanta Orange Can Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','425','','','');
-REPLACE INTO `item_db_re` VALUES ('5425','Fanta_Grape_Can','Fanta Grape Can Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','426','','','');
-REPLACE INTO `item_db_re` VALUES ('5426','Karada_Meguri_Tea_Hat','Karada Meguricha Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','427','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5427','Royal_Milk_Tea_Hat','Black Tea Kochakaden Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','428','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5428','Bread_Bag1','RWC Anniversary Bread Envelope','5','20','10','100','0','0','0','0','0','4294967295','63','2','769','0','0','150','1','429','bonus2 bSubRace,RC_DemiHuman,12;','','');
-REPLACE INTO `item_db_re` VALUES ('5429','Bogy_Cap','Dokebi Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','430','bonus bHPrecovRate,5; bonus bSPrecovRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5430','Sacred_Torch_Coronet','Promethean Crown','5','20','10','250','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','431','bonus2 bSubEle,Ele_Fire,20; skill MG_FIREBOLT,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5431','Chicken_Hat','Chicken Hat','5','20','10','1000','0','0','0','0','1','4294967295','63','2','256','0','30','150','1','432','bonus3 bAutoSpell,MC_LOUD,1,30; bonus bAspdRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5432','Brazil_Baseball_Cap','bRO 4th Anniversary Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','433','if(gettime(6)==9&&gettime(5)>=10&&gettime(5)<=24) bonus bAllStats,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5433','Golden_Wreath','Champion\'s Wreath','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','434','','','');
-REPLACE INTO `item_db_re` VALUES ('5434','Cola_Can','Coca-Cola Bottle','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','435','','','');
-REPLACE INTO `item_db_re` VALUES ('5435','Coke_Hat','Coca-Cola Hat','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','40','150','1','436','bonus bInt,1; bonus bMaxSP,80; bonus bMdef,3; if(getrefine()>5) { bonus bMdef,getrefine()-5; bonus bMaxSP,(getrefine()-5)*10; }','','');
-REPLACE INTO `item_db_re` VALUES ('5436','Bride\'s_Corolla','Bride\'s Corolla','5','20','10','200','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','437','bonus bLuk,3; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5437','Flower_Of_Fairy','Fairy Flower','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','438','bonus bInt,1; bonus bMdef,1; bonus2 bSubRace,RC_Insect,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5438','Fillet_Green','Cute Green Ribbon','5','500','250','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','439','bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5439','Fillet_Red','Cute Red Ribbon','5','500','250','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','440','bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5440','Fillet_Blue','Cute Blue Ribbon','5','500','250','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','441','bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5441','Fillet_White','Cute White Ribbon','5','500','250','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','442','bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5442','Necktie','Necktie','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','70','150','1','443','bonus bVit,1; bonus bHit,-5; bonus bUseSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5443','Status_Of_Baby_Angel','Statue Of Baby Angel','5','20','10','600','0','0','6','0','1','4294967295','63','2','256','0','70','150','1','444','bonus bMdef,2; bonus4 bAutoSpellWhenHit,PR_STRECOVERY,1,20,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5444','Hair_Brush','Hair Brush','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','445','bonus bCritical,6;','','');
-REPLACE INTO `item_db_re` VALUES ('5445','Candy_Cane_In_The_Mouth','Candy Cane In Mouth','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','446','bonus bUnbreakableHelm,0; bonus bMaxSP,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5446','Cat_Foot_Hairpin','Catfoot Hairpin','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','447','bonus bFlee,5; bonus bFlee2,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5447','Frog_Cap','Frog Hat','5','20','10','500','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','448','bonus bMdef,1; bonus2 bAddRace,RC_Insect,12; bonus2 bMagicAddRace,RC_Insect,12;','','');
-REPLACE INTO `item_db_re` VALUES ('5448','Solo_Play_Box1','Indifferent Solo Hat','5','20','10','300','0','0','0','0','1','4294967295','63','2','769','0','0','150','1','449','skill RG_GRAFFITI,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5449','Solo_Play_Box2','Angry Solo Hat','5','20','10','300','0','0','0','0','1','4294967295','63','2','769','0','0','150','1','450','skill RG_GRAFFITI,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5450','Sun_Cap','Solar Hat','5','20','10','1000','0','0','0','0','0','4294967294','63','2','256','0','20','150','1','451','','','');
-REPLACE INTO `item_db_re` VALUES ('5451','Dragonhelm_Gold','Gold Dragonhelm','5','20','10','1500','0','0','14','0','1','4294967295','63','2','256','0','0','150','0','452','bonus bAspdRate,10; bonus bAllStats,3; bonus2 bAddRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5452','Dragonhelm_Silver','Silver Dragonhelm','5','20','10','1500','0','0','10','0','1','4294967295','63','2','256','0','0','150','0','453','bonus bAspdRate,7; bonus bAllStats,2; bonus2 bAddRace,RC_DemiHuman,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5453','Dragonhelm_Copper','Copper Dragonhelm','5','20','10','1500','0','0','5','0','1','4294967295','63','2','256','0','0','150','0','454','bonus bAspdRate,5; bonus bAllStats,2; bonus2 bAddRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5454','Dog_Cap_','Puppy Hat','5','20','10','500','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','234','bonus bStr,1; bonus bInt,1; autobonus \"{ bonus bCritical,100; }\",10,3000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\"; autobonus \"{ bonus bIgnoreMdefRate,100; }\",10,3000,BF_MAGIC,\"{ specialeffect2 EF_MAGICALATTHIT; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('5455','Geographer_Band_','Decorative Geographer','5','20','10','500','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','238','bonus bInt,1; bonus3 bAutoSpell,AL_HEAL,5,50; bonus3 bAutoSpellWhenHit,AL_HEAL,5,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5456','Vacation_Hat_','Summer Hat','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','315','bonus bVit,5; bonus bHPrecovRate,20; bonus bSPrecovRate,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5457','Spring_Rabbit_Hat','Moon Rabbit Hat','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','455','bonus bAgi,3; bonus bBaseAtk,5; bonus bMatkRate,5; if(getrefine()>4) { bonus bBaseAtk,getrefine()-4; bonus bMatkRate,getrefine()-4; }','','');
-REPLACE INTO `item_db_re` VALUES ('5458','Pinwheel_Cap','Pinwheel Hat','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','456','bonus bMaxHPrate,5; bonus bMaxSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5459','Drooping_Bunny_Chusuk','Drooping Bunny','5','0','0','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','249','bonus bDex,1; bonus bFlee,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5460','Adv_Dragon_Skull','Evolved Dragon Skull Hat','5','20','10','1000','0','0','14','0','0','4294967295','63','2','256','0','60','150','1','457','bonus bAllStats,2; bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5461','Adv_Whisper_Mask','Evolved Whisper Mask','5','20','10','300','0','0','1','0','0','4294967295','63','2','769','0','50','150','1','458','bonus bDex,3; bonus2 bSubEle,Ele_Ghost,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5462','Spiked_Scarf','Spiked Scarf','5','20','10','0','0','0','3','0','0','4294967295','63','2','1','0','0','150','0','459','bonus bUnbreakableHelm,0; bonus bVit,1; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5463','Rainbow_Scarf','Rainbow Scarf','5','20','10','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','460','bonus bUnbreakableHelm,0; bonus bInt,1; bonus bMdef,2; bonus bMatkRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5464','Zaha_Doll_Hat','Zaha Doll Hat','5','20','10','0','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','461','bonus bInt,2; skill PR_MAGNIFICAT,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5465','Celestial_Hat','Hat Of Fortune','5','20','10','500','0','0','6','0','1','4294967295','63','2','256','0','40','150','1','462','bonus bLuk,2; bonus bMdef,5; if(getrefine()>4) bonus bLuk,getrefine()-4;','','');
-REPLACE INTO `item_db_re` VALUES ('5466','Wind_Milestone','Wind\'s Guide','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','30','150','1','463','bonus bAgi,2; skill AL_TELEPORT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5467','Helm_Of_Dragoon','Dragon Helm','5','20','10','1000','0','0','10','0','1','4294967295','63','2','256','0','0','150','1','464','bonus bDex,2; bonus bInt,2; bonus bStr,2; bonus2 bAddRace,RC_Dragon,20; bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5468','Parade_Cap','Parade Hat','5','20','10','800','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','465','bonus bDelayrate,-5; bonus bMdef,2; if(getrefine()>5) bonus bVariableCastrate,-(getrefine()-5);','','');
-REPLACE INTO `item_db_re` VALUES ('5469','Noble_Hat','Musketeer Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','30','150','1','466','bonus bStr,2; bonus3 bAutoSpellWhenHit,BS_ADRENALINE,1,7;','','');
-REPLACE INTO `item_db_re` VALUES ('5470','Eyes_Of_Darkness','Darkness Eyes','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','50','150','0','467','bonus bUnbreakableHelm,0; bonus bDex,1; bonus2 bResEff,Eff_Blind,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('5471','Hairband_Of_Reginleif','Reginrev\'s Wings','5','20','10','800','0','0','2','0','0','4294967295','63','2','512','0','50','150','0','468','bonus bUnbreakableHelm,0; bonus2 bSubEle,Ele_Water,3; bonus2 bSubEle,Ele_Fire,3; bonus2 bSubEle,Ele_Undead,3; bonus2 bSubEle,Ele_Ghost,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5472','Red_White_Hat','Red White Cap','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','469','bonus3 bAddMonsterDropItem,554,RC_DemiHuman,200;','','');
-REPLACE INTO `item_db_re` VALUES ('5473','Forceps_Hairpin','Crab Nipper Hat','5','20','10','500','0','0','8','0','0','4294967295','63','2','256','0','30','150','1','470','bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,30; bonus3 bAddMonsterDropItem,991,RC_Fish,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5474','Notice_Board','AFK Hat','5','20','10','700','0','0','4','0','0','4294967295','63','2','256','0','10','150','0','471','','','');
-REPLACE INTO `item_db_re` VALUES ('5475','Cube_Mask','Quove Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','513','0','0','150','0','472','','','');
-REPLACE INTO `item_db_re` VALUES ('5476','Hairband_Of_Grandpeco','Grand Peco Headdress','5','20','10','800','0','0','5','0','0','4294967295','63','2','768','0','0','150','1','473','bonus bStr,2; bonus bMaxHPrate,-10; bonus2 bAddRace2,3,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5477','Bro_Flag','Brazilian Flag Hat','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','474','','','');
-REPLACE INTO `item_db_re` VALUES ('5478','Classic_Hat','Classic Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','475','bonus bStr,2; bonus bMaxHP,300;','','');
-REPLACE INTO `item_db_re` VALUES ('5479','Shaman\'s_Hair_Ornament','Shaman\'s Hair Decoration','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','476','bonus bMdef,3; bonus bMaxHP,50; bonus2 bSubEle,Ele_Neutral,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5480','Bizofnil_Wing_Deco','Bijofnil Wings','5','20','10','1000','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','477','bonus bAllStats,2; bonus3 bAutoSpell,PR_IMPOSITIO,3,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5481','Hermose_Cap','Hermode Cap','5','20','10','1000','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','478','bonus bAspdRate,10; bonus bBaseAtk,-20; bonus bMatkRate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('5482','Dark_Knight_Mask','Dark Knight Mask','5','20','10','3000','0','0','5','0','0','4294967295','63','2','769','0','0','150','1','479','bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5483','Odin_Mask','Odin Mask','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','480','bonus bUnbreakableHelm,0; bonus bHit,-10; bonus2 bAddRace,RC_DemiHuman,6;','','');
-REPLACE INTO `item_db_re` VALUES ('5484','Taiwan_Flag_Hat','Holidays Hat','5','20','10','500','0','0','8','0','0','4294967295','63','2','256','0','0','150','0','482','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5485','Tiger_Face','Tiger Face','5','20','10','1000','0','0','3','0','0','4294967295','63','2','769','0','60','150','1','483','bonus2 bSubRace,RC_Brute,5; bonus2 bAddRace,RC_Brute,5; bonus2 bMagicAddRace,RC_Brute,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5486','J_Anniversary_Hat','Anniversary Hat','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','395','bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5487','J_Poringcake_Hat','Poring Cake Hat','5','20','10','500','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','417','bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5488','J_Twin_Santahat','Cute Santa Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','390','bonus bLuk,1; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5489','Love_Daddy','Love Daddy Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','484','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5490','Anubis_Helm','Anubis Helm','5','20','10','0','0','0','8','0','0','4294967295','63','2','768','0','65','150','0','485','bonus bUnbreakableHelm,0; bonus bMdef,5; bonus2 bSubRace,RC_Boss,10; bonus bHealPower2,10; bonus bAddItemHealRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5491','Hat_Of_Outlaw','Bandit Hat','5','20','10','800','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','486','bonus bStr,2; bonus2 bSubEle,Ele_Fire,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5492','Boy\'s_Cap_I','Student Cap','5','0','0','0','0','0','10','0','0','4294967294','63','2','256','0','0','150','0','102','bonus bMdef,3; bonus2 bAddRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5493','Ulle_Cap_I','Ulle\'s Cap','5','0','0','0','0','0','12','0','0','4294967294','63','2','256','0','0','150','0','254','bonus bDex,2; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5494','Spinx_Helm_I','Sphinx Hat','5','0','0','0','0','0','10','0','0','16514','63','2','257','0','0','150','0','137','bonus bStr,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5495','Power_Of_Thor','Power Of Thor','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','493','bonus bLuk,1; bonus bAgi,1; bonus bVit,1; bonus bStr,1; bonus bInt,1; bonus bDex,1; bonus bMdef,3; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5496','Dice_Hat','Dice Hat','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','50','150','0','494','bonus bLuk,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5497','King_Tiger_Doll_Hat','Edgga Doll','5','20','10','400','0','0','6','0','1','4294967294','63','2','256','0','0','150','1','495','bonus bDex,2; bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5498','Wondering_Wolf_Helm','Vagabond Wolf Hat','5','20','10','600','0','0','5','0','0','4294967295','63','2','768','0','20','150','0','490','bonus bVit,5; bonus bFlee,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5499','Pizza_Hat','Pizza Pie of Plenty','5','20','10','600','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','487','skill SM_PROVOKE,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5500','Icecream_Hat','Ice Cream Hat','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','30','150','1','488','bonus bMdef,3; skill MG_FROSTDIVER,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5501','Pirate\'s_Pride','Pirate\'s Pride','5','0','0','100','0','0','6','0','1','4294967295','63','2','256','0','10','150','0','496','bonus bUnbreakableHelm,0; bonus2 bAddRace2,6,5; bonus2 bSubRace2,6,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5502','Necromencer\'s_Hood','Necromancer\'s Hood','5','0','0','500','0','0','6','0','0','4294967295','63','2','768','0','0','150','1','491','bonus bMdef,3; bonus bInt,3; bonus5 bAutoSpellWhenHit,NPC_DARKSTRIKE,5,5,BF_WEAPON|BF_MAGIC,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5503','Rabbit_Magic_Hat','Rabbit Magic Hat','5','0','0','800','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','497','bonus bDex,2; bonus bAgi,2; bonus bMdef,1; bonus bMaxSP,50; bonus3 bAutoSpellWhenHit,MG_FIREBOLT,1,20; bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,20; bonus3 bAutoSpellWhenHit,MG_LIGHTNINGBOLT,1,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5504','China_Wedding_Veil','RO 5th Wedding Anniversary','5','0','0','500','0','0','5','0','0','4294967295','63','2','769','0','70','150','0','489','bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5505','Asara_Fairy_Hat','Ashura Fairy Hat','5','0','0','500','0','0','2','0','0','4294967295','63','2','768','0','50','150','1','492','skill DC_DONTFORGETME,1; bonus bDex,2; bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5506','Blue_Pajamas_Hat','Blue Pajamas Hat','5','0','0','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','501','bonus bBaseAtk,5; bonus bMatkRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5507','Pink_Pajamas_Hat','Pink Pajamas Hat','5','0','0','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','502','bonus bBaseAtk,5; bonus bMatkRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5508','Shark_Hat','Shark Hat','5','20','10','500','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','503','bonus bStr,1; bonus bAgi,2; bonus bMdef,1; bonus2 bAddEle,Ele_Water,5; bonus2 bSubEle,Ele_Water,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5509','Sting_Hat','Sting Hat','5','20','10','1000','0','0','10','0','0','4294967295','63','2','256','0','0','150','1','504','bonus bStr,2; bonus bVit,1; bonus bMdef,3; bonus2 bAddEle,Ele_Fire,5; bonus2 bSubEle,Ele_Earth,5; bonus3 bAutoSpell,WZ_EARTHSPIKE,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5510','Shower_Cap','Shower Cap','5','20','10','0','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','507','bonus bMdef,3; bonus bFlee,3; bonus2 bAddEle,Ele_Water,10; bonus2 bSubRace,RC_Fish,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5511','Samambaia','Samambaia','5','20','10','200','0','0','5','0','1','4294967295','63','2','768','0','0','150','1','508','bonus bSPrecovRate,8;','','');
-REPLACE INTO `item_db_re` VALUES ('5512','Aquarius_Diadem','Aquarius Diadem','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','509','bonus bStr,2; bonus bFlee,10; bonus2 bSubEle,Ele_Wind,5; if(getrefine()>6) { bonus bDef,1; bonus bBaseAtk,15; }','','');
-REPLACE INTO `item_db_re` VALUES ('5513','Aquarius_Crown','Aquarius Crown','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','510','bonus bStr,2; bonus bFlee,10; bonus2 bSubEle,Ele_Wind,5; if(getrefine()>6) { bonus bDef,1; bonus bBaseAtk,15; }','','');
-REPLACE INTO `item_db_re` VALUES ('5514','Pisces_Diadem','Pisces Diadem','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','511','bonus bInt,2; bonus bMdef,5; bonus2 bSubEle,Ele_Water,5; if(getrefine()>6) { bonus bDef,1; bonus bMatkRate,2; }','','');
-REPLACE INTO `item_db_re` VALUES ('5515','Pisces_Crown','Pisces Crown','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','512','bonus bInt,2; bonus bMdef,5; bonus2 bSubEle,Ele_Water,5; if(getrefine()>6) { bonus bDef,1; bonus bMatkRate,2; }','','');
-REPLACE INTO `item_db_re` VALUES ('5516','Hawk_Eyes01','Hawk Eyes','5','10','5','100','0','0','0','0','0','2048','58','2','512','0','60','150','0','23','bonus bDex,1; bonus bLongAtkRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5517','Hawk_Eyes02','Hawk Eyes','5','10','5','100','0','0','0','0','0','526344','63','2','512','0','60','150','0','23','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5518','L_Magestic_Goat2','Large Baphomet Horns','5','20','10','800','0','0','10','0','0','4294967295','63','2','256','0','50','150','1','513','bonus2 bSubRace,RC_DemiHuman,12; bonus bBaseAtk,(JobLevel*2)/7;','','');
-REPLACE INTO `item_db_re` VALUES ('5519','Peacock_Feather','Peacock Feather','5','20','10','800','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','514','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5520','Rabbit_Earplug','Rabbit Earmuffs','5','20','10','400','0','0','0','0','1','4294967295','63','2','768','0','0','150','1','515','bonus2 bAddRace,RC_NonBoss,4; bonus2 bAddRace,RC_Boss,4; bonus bMatkRate,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5521','Angry_Mouth_C','Angry Snarl','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','194','bonus bUnbreakableHelm,0; bonus bDelayrate,-3;','','');
-REPLACE INTO `item_db_re` VALUES ('5522','Fanta_Zero_Lemon_Hat','Fanta Zero Lemon Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','516','','','');
-REPLACE INTO `item_db_re` VALUES ('5523','Sakura_Mist_Hat','Sakura Mist Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','517','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5524','Sakura_Milk_Tea_Hat','Sakura Milk Tea Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','518','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5525','First_Leaf_Tea_Hat','First Leaf Tea Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','519','bonus bMaxHP,80; bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5526','Lady_Tanee_Doll','Lady Tanee Doll','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','60','150','0','520','bonus bAgi,2; bonus bFlee,3; bonus2 bSubEle,Ele_Wind,5; bonus2 bAddMonsterDropItem,513,200;','','');
-REPLACE INTO `item_db_re` VALUES ('5527','Lunatic_Hat','Lunatic Hat','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','521','bonus bLuk,3; bonus bMdef,2; bonus bFlee2,5; bonus2 bAddMonsterDropItem,622,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5528','King_Frog_Hat','Frog King Hat','5','20','10','500','0','0','4','0','1','4294967294','63','2','256','0','30','150','0','522','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5529','Evil\'s_Bone_Hat','Frost Giant\'s Skull','5','20','10','600','0','0','12','0','1','4294967295','63','2','768','0','0','150','1','523','bonus bMdef,2; bonus bInt,2; bonus bStr,2; bonus bDex,3; bonus2 bSubEle,Ele_Neutral,5; skill WZ_FROSTNOVA,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5530','Raven_Cap','Raven Cap','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','524','','','');
-REPLACE INTO `item_db_re` VALUES ('5531','B_Dragon_Hat','Baby Dragon Hat','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','525','','','');
-REPLACE INTO `item_db_re` VALUES ('5532','Pirate_Dagger_J','Pirate Dagger','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','30','150','0','327','bonus bShortWeaponDamageReturn,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5533','Emperor_Wreath_J','Emperor Wreath','5','20','10','800','0','0','6','0','1','4294967295','63','2','256','0','80','150','1','261','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5534','Fox_Hat_J','Fox Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','70','150','0','403','bonus bAgi,1; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5535','Side_Cap','Side Cap','5','20','10','500','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','529','bonus bVit,1; bonus bDex,1; bonus bMdef,3; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bAddRace,RC_DemiHuman,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5536','Spare_Card','Spare Card','5','20','10','0','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','526','bonus bUnbreakableHelm,0; bonus bLuk,1; bonus2 bAddMonsterDropItem,6187,1000; bonus bFlee2,10; bonus2 bAddMonsterDropItem,617,5; bonus2 bAddMonsterDropItem,12132,30; bonus2 bAddMonsterDropItem,12130,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5537','Quati_Hat','Coati Hat','5','20','10','700','0','0','2','0','1','4294967295','63','2','256','0','45','150','0','527','bonus bAgi,3; bonus2 bAddRace,RC_Plant,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5538','Tucan_Hat','Tucan Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','768','0','45','150','0','528','bonus bDex,3; bonus bCritical,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5539','Jaguar_Hat','Jaguar Hat','5','20','10','400','0','0','4','0','1','4294967295','63','2','769','0','25','150','1','530','bonus bMdef,2; skill MC_LOUD,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5540','Freyja_SCirclet7','Freya Soul Circlet','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','20','150','0','18','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5541','Freyja_SCirclet30','Freya Soul Circlet','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','20','150','0','18','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5542','Freyja_SCirclet60','Freya Soul Circlet','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','20','150','0','18','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5543','Freyja_SCirclet90','Freya Soul Circlet','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','20','150','0','18','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5544','Time_Keeper_Hat','Guardian Hat','5','30000','15000','0','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','240','bonus bInt,2; bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5545','Aries_Diadem','Aries Diadem','5','20','10','400','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','531','bonus bVit,2; bonus2 bSubEle,Ele_Fire,5; if(getrefine()>6) { bonus bDef,1; bonus bVit,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('5546','Aries_Crown','Aries Crown','5','20','10','400','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','532','bonus bLuk,2; bonus bVit,2; bonus2 bSubEle,Ele_Fire,5; if(getrefine()>6) { bonus bDef,1; bonus bVit,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('5547','RJC_Katusa','Red Flower Hairband','5','20','10','200','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','533','bonus2 bSkillAtk,WZ_HEAVENDRIVE,15+getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,WZ_EARTHSPIKE,15+getequiprefinerycnt(EQI_HAND_R); bonus2 bVariableCastrate,WZ_HEAVENDRIVE,-25; bonus2 bVariableCastrate,WZ_EARTHSPIKE,-25;','','');
-REPLACE INTO `item_db_re` VALUES ('5548','Scarlet_Rose','Rose Of Crimson','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','50','150','1','534','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5549','Taurus_Diadem','Taurus Diadem','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','535','bonus bDex,2; bonus bDelayrate,-2; bonus2 bSubEle,Ele_Earth,5; if(getrefine()>6) { bonus bDex,1; bonus bMatkRate,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('5550','Taurus_Crown','Taurus Crown','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','536','bonus bAgi,2; bonus bDex,2; bonus bDelayrate,-2; bonus2 bSubEle,Ele_Earth,5; if(getrefine()>6) { bonus bDex,1; bonus bMatkRate,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('5551','Holy_Egg_Hat','Sacreg Egg Hat','5','20','10','0','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','537','','','');
-REPLACE INTO `item_db_re` VALUES ('5552','Fest_Lord_Circlet','Festival Grand Circlet','5','0','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','93','bonus bStr,3; bonus bInt,3; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5553','Fest_Bunny_Band','Festival Bunny Band','5','0','0','0','0','0','14','0','0','4294967295','63','2','256','0','0','150','0','15','bonus bMdef,4; bonus2 bSubRace,RC_DemiHuman,9;','','');
-REPLACE INTO `item_db_re` VALUES ('5554','Octopus_Hat','Octopus Hat','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','538','bonus bMdef,3; bonus3 bAutoSpell,SM_PROVOKE,5,10; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5555','Leaf_Cat_Hat','Leaf Cat Hat','5','20','10','100','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','539','bonus bAgi,2; bonus3 bAutoSpellWhenHit,AL_HEAL,3,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5556','Fur_Seal_Hat','Seal Hat','5','20','10','500','0','0','5','0','0','4294967295','63','2','768','0','0','150','1','540','bonus bInt,1; bonus3 bAutoSpell,WZ_FROSTNOVA,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5557','Wild_Rose_Hat','Wild Rose Hat','5','20','10','500','0','0','6','0','1','4294967294','63','2','256','0','20','150','1','541','bonus bAgi,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5558','Saci_Hat','Luxury Hat','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','542','bonus3 bAddMonsterDropItem,510,RC_Plant,500;','','');
-REPLACE INTO `item_db_re` VALUES ('5559','Piece_Of_White_Cloth_E','Piece Of White Cloth','5','0','0','0','0','0','5','0','0','4294967295','63','2','768','0','0','150','1','543','','','');
-REPLACE INTO `item_db_re` VALUES ('5560','Bullock_Helm_J','Horned Helm','5','20','10','3000','0','0','6','0','0','4294967295','63','2','256','0','75','150','1','322','bonus bMaxHP,100; bonus bNoKnockback,0; bonus2 bSubEle,Ele_Neutral,-20; bonus2 bSubEle,Ele_Fire,-20; bonus2 bSubEle,Ele_Water,-20; bonus2 bSubEle,Ele_Wind,-20; bonus2 bSubEle,Ele_Earth,-20; bonus2 bSubEle,Ele_Dark,-20; bonus2 bSubEle,Ele_Holy,-20; bonus2 bSubEle,Ele_Ghost,-20;','','');
-REPLACE INTO `item_db_re` VALUES ('5561','Rabbit_Magic_Hat_J','Rabbit Magic Hat','5','0','0','800','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','497','bonus bInt,1; bonus bMaxSP,50; bonus4 bAutoSpellWhenHit,MG_FIREBOLT,3,10,3; bonus4 bAutoSpellWhenHit,MG_COLDBOLT,3,10,3; bonus4 bAutoSpellWhenHit,MG_LIGHTNINGBOLT,3,10,3; bonus3 bAutoSpellWhenHit,AL_HEAL,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5562','Good_Wedding_Veil_J','Love of Truth','5','0','0','500','0','0','0','0','1','4294967295','63','2','768','0','45','150','0','489','bonus bMdef,10; bonus bVariableCastrate,-3; bonus bUseSPrate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('5563','Dolor_Hat','Dolor Hat','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','0','150','0','547','bonus bUnbreakableHelm,0; bonus3 bAutoSpell,PR_LEXAETERNA,1,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5564','Crown_Of_Deceit','Crown of Deceit','5','20','10','300','0','0','3','0','1','4294967295','63','2','768','0','85','150','1','544','bonus bUnbreakableHelm,0; bonus bMdef,10; bonus bInt,4; bonus bVariableCastrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('5565','Dragon_Arhat_Mask','Dragon Arhat Mask','5','0','0','0','0','0','5','0','0','4294967295','63','2','513','0','0','150','0','545','bonus2 bAddRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5566','Tiger_Arhat_Mask','Tiger Arhat Mask','5','0','0','0','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','546','bonus2 bAddRace,RC_DemiHuman,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5567','Bright_Fury','Rage Of Luster','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','548','bonus bStr,1; bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bAspdRate,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5568','Rabbit_Bonnet','Rabbit Bonnet','5','20','10','1000','0','0','4','0','1','4294967295','63','2','768','0','0','150','1','549','bonus bInt,2; bonus bDelayrate,-3;','','');
-REPLACE INTO `item_db_re` VALUES ('5569','Gemini_Diadem','Gemini Diadem','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','550','bonus bDex,2; bonus bAgi,2; bonus bMatkRate,2; if(getrefine()>6) { bonus bMdef,7; bonus bMatkRate,8; bonus2 bSubEle,Ele_Wind,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('5570','Gemini_Crown','Gemini Crown','5','20','10','300','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','551','bonus bAgi,2; bonus bBaseAtk,2; bonus bMdef,5; if(getrefine()>6) { bonus bDef,1; bonus bMatk,15; bonus bFlee,10; bonus2 bSubEle,Ele_Wind,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('5571','Rasta_Wig','Rasta Wig','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','552','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5572','Savage_Baby_Hat','Savage Babe Hat','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','553','bonus bVit,2; bonus2 bAddEff,Eff_Stun,500; bonus2 bSubRace,RC_Brute,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('5573','Bogy_Horn','Dokebi Horn','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','554','bonus bAddMonsterDropChainItem,ITMCHAIN_GEM; bonus3 bAutoSpell,MC_MAMMONITE,5,70;','','');
-REPLACE INTO `item_db_re` VALUES ('5574','Pencil_In_Mouth','Well-Chewed Pencil','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','555','bonus bUnbreakableHelm,0; bonus bDex,2; bonus bHitRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5575','Onigiri_Hat','Rice Ball Hat','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','30','150','0','556','','','');
-REPLACE INTO `item_db_re` VALUES ('5576','Japan_Winecup','Wine Cup','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','557','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5577','Dark_Knight_MaskB','Dark Knight Mask','5','20','10','3000','0','0','5','0','0','4294967295','63','2','769','0','0','150','1','479','bonus bDex,3; bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5578','Voyage_Hat','Voyage Hat','5','200','100','10','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','236','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5579','Wanderer\'s_Sakkat','Wanderer\'s Sakkat','5','20','10','300','0','0','2','0','1','4294967295','63','2','768','0','0','150','1','558','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5580','Red_Beret','Red Beret','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','559','bonus bStr,3; bonus bInt,3; bonus bVit,3; bonus bDex,3; bonus bAgi,3; bonus bLuk,3; bonus bMdef,3; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5581','Cancer_Diadem','Cancer Diadem','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','70','150','1','560','bonus bInt,2; bonus2 bSubEle,Ele_Water,5; if(getrefine()>6) { bonus bMdef,1; bonus bHealPower,3; bonus bMatkRate,2; }','','');
-REPLACE INTO `item_db_re` VALUES ('5582','Cancer_Crown','Cancer Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','70','150','1','561','bonus bStr,2; bonus2 bSubEle,Ele_Water,5; if(getrefine()>6) { bonus bDef,1; bonus bBaseAtk,15; bonus bFlee,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('5583','Para_Team_Hat','Eden Group Hat','5','0','0','0','0','0','5','0','0','4294967295','63','2','256','0','12','150','1','465','','','');
-REPLACE INTO `item_db_re` VALUES ('5584','Majestic_Evil_Horn','Majestic Devil Horns','5','0','0','400','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','562','bonus2 bSubRace,RC_Demon,3; bonus2 bHPDrainRate,3,15; bonus2 bSPDrainRate,1,7;','','');
-REPLACE INTO `item_db_re` VALUES ('5585','Rune_Hairband','Rune Hairband','5','20','10','400','0','0','5','0','1','4294967295','63','2','768','0','0','150','1','564','','','');
-REPLACE INTO `item_db_re` VALUES ('5586','Mosquito_Coil','Mosquito Coil','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','563','','','');
-REPLACE INTO `item_db_re` VALUES ('5587','Mosquito_Coil_1Use','Mosquito Coil For 1 Use','5','0','0','0','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','563','','','');
-REPLACE INTO `item_db_re` VALUES ('5588','Leo_Crown','Leo Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','565','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5589','Leo_Diadem','Leo Diadem','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','566','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5590','K_Poring_Cake_Cap','Poring Cake Hat','5','20','10','200','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','417','bonus bMdef,5; bonus bLuk,3; bonus bMaxHP,BaseLevel*2; bonus bMaxSP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5591','Desert_Prince','Desert Prince','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','30','150','0','567','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5592','Sigrun\'s_Wing','Sigrun\'s Wings','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','568','bonus bUnbreakableHelm,0; if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) bonus bStr,1; else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) bonus bInt,1; else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) bonus bDex,1; else if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) { bonus bMaxHP,80; bonus bMaxSP,30; }','','');
-REPLACE INTO `item_db_re` VALUES ('5593','K_Rabbit_Bonnet','Rabbit Bonnet','5','20','10','200','0','0','10','0','1','4294967295','63','2','768','0','0','150','1','549','bonus bBaseAtk,10; bonus bMatk,10; bonus2 bSubRace,RC_DemiHuman,3; bonus bDelayrate,-3; if(getrefine()>6) { bonus2 bSubEle,Ele_Neutral,5; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Earth,5; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Wind,5; bonus2 bSubEle,Ele_Holy,5; bonus2 bSubEle,Ele_Dark,5; bonus2 bSubEle,Ele_Ghost,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('5594','Donut_In_Mouth','Donut In Mouth','5','20','10','50','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','569','bonus bUnbreakableHelm,0; bonus2 bHPRegenRate,1,10000; bonus bMaxHP,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5595','Eye_Of_Juno','Eye Of Juno','5','20','10','400','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','570','bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5596','4Leaf_Clover_In_Mouth','Four Leaf Clover','5','20','10','0','0','0','2','0','0','4294967295','63','2','1','0','0','150','0','571','bonus bUnbreakableHelm,0; bonus bMdef,2; bonus2 bAddMonsterDropItem,12245,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5597','Bubble_Gum_In_Mouth','Chewing Gum','5','20','10','0','0','0','2','0','0','4294967295','63','2','1','0','0','150','0','572','bonus bUnbreakableHelm,0; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5598','Virgo_Crown','Virgo Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','573','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5599','Virgo_Diadem','Virgo Diadem','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','574','','','');
-REPLACE INTO `item_db_re` VALUES ('5600','Br_Twin_Ribbon','Brazil Twin Ribbon','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','575','bonus bAllStats,3; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5601','Br_Beret','Banana Beret','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','576','bonus bLuk,3; bonus bAgi,3; bonus bDex,3; bonus bVit,3; bonus bInt,3; bonus bStr,3; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5602','Jaguar_Hat_J','Jaguar Face','5','20','10','300','0','0','0','0','1','4294967295','63','2','513','0','50','150','0','530','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5603','RTC_Winner_Only','RWC Statue(Winner)','5','0','0','250','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','577','bonus bUnbreakableHelm,0; bonus bAllStats,3; bonus bAspdRate,10; bonus2 bAddRace,RC_DemiHuman,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5604','RTC_Second_Best','RWC Statue(Second)','5','0','0','250','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','578','bonus bUnbreakableHelm,0; bonus bAllStats,2; bonus bAspdRate,7; bonus2 bAddRace,RC_DemiHuman,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5605','RTC_Third_Best','RWC Statue(3rd)','5','0','0','250','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','579','bonus bUnbreakableHelm,0; bonus bAllStats,1; bonus bAspdRate,5; bonus2 bAddRace,RC_DemiHuman,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5606','Campume_Hat','American Helm','5','500','250','1200','0','0','4','0','1','4294967295','63','2','256','0','3','150','1','580','bonus bStr,1; bonus bInt,1; bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5607','Lyria_Doll_Hat','Lyria Doll Hat','5','0','0','500','0','0','0','0','1','4294967295','63','2','256','0','60','150','0','581','','','');
-REPLACE INTO `item_db_re` VALUES ('5608','Dorothy_Doll_Hat','Dorothy Doll Hat','5','0','0','500','0','0','0','0','1','4294967295','63','2','256','0','60','150','0','582','','','');
-REPLACE INTO `item_db_re` VALUES ('5609','Chung_Hairband','Chung Hairpin','5','0','0','500','0','0','5','0','1','4294967295','63','2','256','0','60','150','0','583','bonus bLuk,3; bonus bMdef,4; bonus3 bAutoSpellWhenHit,MC_MAMMONITE,5,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5610','Ice_Wing_Ear','Ice Ear Wing','5','0','0','100','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','584','bonus bUnbreakableHelm,0; bonus bLuk,1; bonus3 bAutoSpellWhenHit,MG_COLDBOLT,5,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5611','Turtle_Hat','Turtle Hat','5','0','0','300','0','0','0','0','0','4294967295','63','2','256','0','10','150','1','585','bonus bAgi,1; bonus3 bAutoSpellWhenHit,AL_DECAGI,3,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5612','F_Blue_Drooping_Kitty','Blue Drooping Cat','5','250000','125000','500','0','0','1','0','0','4294967294','63','2','256','0','0','150','1','277','bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5613','F_Flying_Angel','Flapping Angel Wing','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','10','150','1','264','bonus bInt,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5614','F_Smoking_Pipe_','Evolved Pipe','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','55','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5615','F_Pair_Of_Red_Ribbon_','Evolved Pair of Red Ribbon','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','45','150','0','169','','','');
-REPLACE INTO `item_db_re` VALUES ('5616','F_Fish_On_Head_','Evolved Blue Fish','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','50','150','1','149','bonus bDex,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5617','F_Hibiscus','Hibiscus','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','210','bonus bInt,1; bonus bDex,1; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5618','F_Cat_Hat','Neko Mimi','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','182','bonus bLuk,2; bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5619','F_Bunny_Band_','Evolved Bunny Band','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','15','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5620','F_Magestic_Goat_TW','Evolved Magestic Goat','5','20','10','800','0','0','5','0','0','6571170','63','2','256','0','0','150','1','41','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5621','F_Sheep_Hat','Sheep Hat','5','20','10','150','0','0','1','0','0','33040','63','2','256','0','0','150','0','205','','','');
-REPLACE INTO `item_db_re` VALUES ('5622','F_Mini_Propeller_','Mini Propeller','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','270','bonus bDex,1; bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5623','F_Alice_Doll','Alice Doll','5','20','10','500','0','0','0','0','1','4294967294','63','2','256','0','30','150','0','208','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5624','F_Red_Glasses','Red Glasses','5','20','10','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','316','bonus bUnbreakableHelm,0; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5625','F_Chick_Hat','Chick Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','10','150','0','311','bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5626','F_White_Deviruchi_Cap','Gray Deviruchi Hat','5','20','10','800','0','0','2','0','0','4294967294','63','2','256','0','64','150','1','272','bonus bStr,1; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5627','F_Vane_Hairpin','Vane Hairpin','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','30','150','0','313','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5628','F_Pecopeco_Hairband','Pecopeco Hairband','5','20','10','0','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','314','','','');
-REPLACE INTO `item_db_re` VALUES ('5629','F_Vacation_Hat','Vacation Hat','5','20','10','200','0','0','1','0','1','4294967295','63','2','256','0','30','150','0','315','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5630','F_Charming_Ribbon','Charming Ribbon','5','20','10','400','0','0','1','0','1','4294967295','63','2','256','0','10','150','1','211','','','');
-REPLACE INTO `item_db_re` VALUES ('5631','F_Water_Lily_Crown','Water Lily Crown','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','30','150','0','312','bonus bDex,1; bonus bAgi,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5632','F_Vanilmirth_Hat','Vanilmirth Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','30','150','0','317','bonus bUnbreakableHelm,0; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5633','F_Drooping_Bunny_','Drooping Bunny','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','249','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5634','F_Kettle_Hat','Kettle Hat','5','20','10','600','0','0','4','0','0','4294967295','63','2','256','0','30','150','1','318','','','');
-REPLACE INTO `item_db_re` VALUES ('5635','F_Dragon_Skull','Dragon Skull','5','20','10','800','0','0','5','0','0','4294967295','63','2','256','0','50','150','1','319','','','');
-REPLACE INTO `item_db_re` VALUES ('5636','F_Ramen_Hat','Ramen Hat','5','20','10','0','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','320','bonus bUnbreakableHelm,0; bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5637','F_Pink_Fur_Hat','Pink Beanie','5','20','10','350','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','281','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5638','F_Puppy_Hat','Puppy Hat','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','30','150','0','234','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5639','F_Magic_Eyes','Magic Eyes','5','20','10','300','0','0','1','0','0','8454660','63','2','256','0','30','150','1','209','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5640','F_Jumping_Poring','Jumping Poring','5','0','0','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','349','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5641','F_Robo_Eye','Robo Eye','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','10','150','0','345','bonus bUnbreakableHelm,0; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5642','F_Yellow_Wizardry_Hat','Yellow Mage Hat','5','20','10','300','0','0','1','0','0','8454660','63','2','256','0','0','150','1','286','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5643','F_Crescent_Helm','Crescent Helm','5','20','10','3000','0','0','8','0','0','279714','63','2','768','0','50','150','1','213','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5644','F_Tiger_Mask','Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','181','bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5645','F_Fantastic_Wig','Fantastic Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','308','','','');
-REPLACE INTO `item_db_re` VALUES ('5646','F_Whisper_Mask','Whisper Mask','5','20','10','0','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','321','bonus bUnbreakableHelm,0; bonus bAgi,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5647','F_Bunny_Band_C','Bunny Band','5','1','0','0','0','0','9','0','0','4294967295','63','2','256','0','0','150','0','15','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5648','F_Centimental_Flower_C','Centimental Flower','5','1','0','0','0','0','1','0','0','4294967294','63','2','1','0','0','150','0','56','','','');
-REPLACE INTO `item_db_re` VALUES ('5649','F_Apple_Of_Archer_C','Apple Of Archer','5','1','0','0','0','0','7','0','0','4294967294','63','2','256','0','0','150','0','72','bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5650','F_Elven_Ears_C','Elven Ears','5','1','0','0','0','0','2','0','0','4294967294','63','2','512','0','0','150','0','73','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5651','F_Brooch_C','Brooch','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bAgi,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5652','F_Magestic_Goat_C','Magestic Goat','5','2','1','0','0','0','5','0','0','4294967294','63','2','256','0','0','150','0','41','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5653','Darkness_Helm_J','Darkness Helm','5','20','10','500','0','0','3','0','1','4294967295','63','2','256','0','70','150','1','586','','','');
-REPLACE INTO `item_db_re` VALUES ('5654','Holy_Marching_Hat_J','Holy Marching Hat','5','20','10','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','587','bonus bMdef,5; bonus bDex,1; bonus bInt,1; bonus bStr,2; bonus3 bAutoSpell,PR_ASPERSIO,2,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5655','Dark_Snake_Lord_Hat_J','Dark Snake Lord Hat','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','60','150','1','372','bonus bInt,2; bonus bAgi,2; bonus bDex,-2; autobonus \"{ bonus bVariableCastrate,-50; bonus bFlee,30; }\",50,5000,BF_MAGIC,\"{ specialeffect2 EF_SUFFRAGIUM; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('5656','Scooter_Hat_J','Scooter Hat','5','20','10','1000','0','0','7','0','1','4294967295','63','2','256','0','50','150','1','588','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5657','Antique_Pipe_J','Captain\'s Pipe','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','30','150','0','383','','','');
-REPLACE INTO `item_db_re` VALUES ('5658','Imp_Hat','Imp Hat','5','20','10','400','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','589','bonus3 bAutoSpell,SA_FLAMELAUNCHER,1,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5659','Sleepr_Hat','Sleeper Hat','5','20','10','400','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','590','bonus3 bAutoSpell,SA_SEISMICWEAPON,1,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5660','Gryphon_Hat','Gryphon Hat','5','20','10','400','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','591','bonus bAgi,2; bonus3 bAutoSpell,SA_LIGHTNINGLOADER,1,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5661','Red_Pirate_Bandana','Red Pirate Bandana','5','0','0','0','0','0','3','0','0','4294967295','63','2','256','0','10','150','1','592','bonus bStr,1; bonus bDex,1; bonus bAspdRate,2; bonus bVariableCastrate,-2; bonus3 bAutoSpell,MO_EXTREMITYFIST,1,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5662','Libra_Crown','Libra Crown','5','10','5','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','593','bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5663','Libra_Diadem','Libra Diadem','5','10','5','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','594','bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5664','Filir_Wing','Filir\'s Pinions','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','70','150','0','595','bonus bAspdRate,2; bonus bVariableCastrate,-2;','','');
-REPLACE INTO `item_db_re` VALUES ('5665','Shaman_Hat','Norn Feather Hat','5','20','10','400','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','596','bonus bMdef,5; bonus2 bSubEle,Ele_Neutral,3; bonus2 bSubEle,Ele_Water,3; bonus2 bSubEle,Ele_Earth,3; bonus2 bSubEle,Ele_Fire,3; bonus2 bSubEle,Ele_Wind,3; bonus2 bSubEle,Ele_Poison,3; bonus2 bSubEle,Ele_Holy,3; bonus2 bSubEle,Ele_Dark,3; bonus2 bSubEle,Ele_Ghost,3; bonus2 bSubEle,Ele_Undead,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5666','Golden_Crown','Crown Cap','5','20','10','500','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','597','bonus bInt,1; bonus bDex,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5667','Skull_Hood','Skull Hood','5','20','10','700','0','0','10','0','1','4294967295','63','2','768','0','30','150','1','598','','','');
-REPLACE INTO `item_db_re` VALUES ('5668','Weird_Pumpkin_Hat','Weird Pumpkin Hat','5','20','10','0','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','206','bonus bMdef,5; bonus2 bAddMonsterDropItem,6097,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5669','Poring_Party_Hat_J','Poring Party Hat','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','340','','','');
-REPLACE INTO `item_db_re` VALUES ('5670','Aniv_Star_Hat','Anniversary Thief Hat','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','599','','','');
-REPLACE INTO `item_db_re` VALUES ('5671','Drooping_Morocc_Minion','Incarnation Of Morocc Doll','5','20','10','300','0','0','0','0','1','4294967295','63','2','256','0','70','150','0','600','bonus bSPGainValue,2; bonus3 bAutoSpellWhenHit,NPC_CRITICALWOUND,2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5672','Southern_Cross','Southern Cross','5','20','10','600','0','0','3','0','1','4294967295','63','2','256','0','50','150','1','601','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5673','Home_Cherry_Blossom','Nostalgic Sakura','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','602','','','');
-REPLACE INTO `item_db_re` VALUES ('5674','Pig_Moneybox','Piggie Bank','5','20','10','1000','0','0','3','0','0','4294967295','63','2','256','0','10','150','0','603','','','');
-REPLACE INTO `item_db_re` VALUES ('5675','Poring_Letter','Poring Letter','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','604','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5676','Scorpio_Crown','Scorpio Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','605','','','');
-REPLACE INTO `item_db_re` VALUES ('5677','Scorpio_Diadem','Scorpio Diadem','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','606','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5678','Notation_Hairband','Musical Note Headband','5','200','100','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','607','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5679','Engineer_Cap','Engineer Cap','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','10','150','1','608','','','');
-REPLACE INTO `item_db_re` VALUES ('5680','Hawkeyes','Hawk Eye','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','609','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5681','F_Ribbon_Green','Green Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','244','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5682','Triangle_Rune_Cap','Triangle Rune Cap','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','610','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5683','Majestic_Goat_Repl','Horn Of Arch Evil Model','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','41','','','');
-REPLACE INTO `item_db_re` VALUES ('5684','Jewel_Crown_Repl','Luxurious Crown','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','88','','','');
-REPLACE INTO `item_db_re` VALUES ('5685','Prontera_Army_Cap_Repl','A Military Cap Of A Knight','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','48','','','');
-REPLACE INTO `item_db_re` VALUES ('5686','Feather_Bonnet_Repl','A Hat With Nice Feather','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','104','','','');
-REPLACE INTO `item_db_re` VALUES ('5687','Viking_Helm_Repl','Light Hornhelm','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','86','','','');
-REPLACE INTO `item_db_re` VALUES ('5688','2009Love_Daddy','2009 Love Dad','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','611','bonus bVit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5689','Queen_Ant_Diadem','Ant Queen Crown','5','20','10','300','0','0','1','0','1','4294967295','63','2','256','0','75','150','1','612','','','');
-REPLACE INTO `item_db_re` VALUES ('5690','Red_Wing_Hat','Red Wing Hat','5','20','10','600','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','613','if(getrefine()>6) { bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; } if(getrefine()>8) { bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; }','','');
-REPLACE INTO `item_db_re` VALUES ('5691','Catain_Bandanna','Sailor\'s Bandana','5','20','10','10','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','542','bonus bUnbreakableHelm,0; bonus bDex,1; bonus2 bSubEle,Ele_Poison,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5692','Sea_Cat_Hat','Sea Cat Hat','5','20','10','10','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','539','bonus bUnbreakableHelm,0; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5693','No_Fear_Underware','NoFear Underwear','5','0','0','0','0','0','10','0','0','4294967295','63','2','256','0','20','150','0','30','bonus bStr,1; bonus bInt,1; bonus bDex,1; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5694','No_Fear_P_Headgear','NoFear Headband','5','0','0','0','0','0','1','0','1','4294967294','63','2','256','0','20','150','0','614','bonus bVit,1; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5695','E_Blue_Drooping_Kitty','E Blue Drooping Kitty','5','250000','125000','500','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','277','bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('5696','E_Flying_Angel','E Flying Angel','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','10','150','1','264','bonus bInt,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5697','E_Smoking_Pipe_','E Smoking Pipe ','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','55','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5698','E_Pair_OE_Red_Ribbon_','E Pair OE Red Ribbon ','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','45','150','0','169','','','');
-REPLACE INTO `item_db_re` VALUES ('5699','E_Fish_On_Head_','E Fish On Head ','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','50','150','1','149','bonus bDex,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5700','E_Hibiscus','E Hibiscus','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','210','bonus bInt,1; bonus bDex,1; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5701','E_Cat_Hat','E Cat Hat','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','182','bonus bLuk,2; bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5702','E_Bunny_Band_','E Bunny Band ','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','15','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5703','E_Magestic_Goat_TW','E Magestic Goat TW','5','20','10','800','0','0','5','0','0','6571170','63','2','256','0','0','150','1','41','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5704','E_Sheep_Hat','E Sheep Hat','5','20','10','150','0','0','1','0','0','33040','63','2','256','0','0','150','0','205','','','');
-REPLACE INTO `item_db_re` VALUES ('5705','E_Mini_Propeller_','E Mini Propeller ','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','270','bonus bDex,1; bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5706','E_Alice_Doll','E Alice Doll','5','20','10','500','0','0','0','0','1','4294967294','63','2','256','0','30','150','0','208','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5707','E_Red_Glasses','E Red Glasses','5','20','10','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','316','bonus bUnbreakableHelm,0; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5708','E_Chick_Hat','E Chick Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','10','150','0','311','bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5709','E_White_Deviruchi_Cap','E White Deviruchi Cap','5','20','10','800','0','0','2','0','0','4294967294','63','2','256','0','64','150','1','272','bonus bStr,1; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5710','E_Vane_Hairpin','E Vane Hairpin','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','30','150','0','313','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5711','E_Pecopeco_Hairband','E Pecopeco Hairband','5','20','10','0','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','314','','','');
-REPLACE INTO `item_db_re` VALUES ('5712','E_Vacation_Hat','E Vacation Hat','5','20','10','200','0','0','1','0','1','4294967295','63','2','256','0','30','150','0','315','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5713','E_Charming_Ribbon','E Charming Ribbon','5','20','10','400','0','0','1','0','1','4294967295','63','2','256','0','10','150','1','211','','','');
-REPLACE INTO `item_db_re` VALUES ('5714','E_Water_Lily_Crown','E Water Lily Crown','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','30','150','0','312','bonus bDex,1; bonus bAgi,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5715','E_Vanilmirth_Hat','E Vanilmirth Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','30','150','0','317','bonus bUnbreakableHelm,0; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5716','E_Drooping_Bunny_','E Drooping Bunny ','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','249','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5717','E_Kettle_Hat','E Kettle Hat','5','20','10','600','0','0','4','0','0','4294967295','63','2','256','0','30','150','1','318','','','');
-REPLACE INTO `item_db_re` VALUES ('5718','E_Dragon_Skull','E Dragon Skull','5','20','10','800','0','0','5','0','0','4294967295','63','2','256','0','50','150','1','319','','','');
-REPLACE INTO `item_db_re` VALUES ('5719','E_Ramen_Hat','E Ramen Hat','5','20','10','0','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','320','bonus bUnbreakableHelm,0; bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5720','E_Pink_Fur_Hat','E Pink Fur Hat','5','20','10','350','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','281','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5721','E_Puppy_Hat','E Puppy Hat','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','30','150','0','234','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5722','E_Magic_Eyes','E Magic Eyes','5','20','10','300','0','0','1','0','0','8454660','63','2','256','0','30','150','1','209','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5723','E_Jumping_Poring','E Jumping Poring','5','0','0','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','349','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5724','E_Robo_Eye','E Robo Eye','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','10','150','0','345','bonus bUnbreakableHelm,0; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5725','E_Yellow_Wizardry_Hat','E Yellow Wizardry Hat','5','20','10','300','0','0','1','0','0','8454660','63','2','256','0','0','150','1','286','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5726','E_Crescent_Helm','E Crescent Helm','5','20','10','3000','0','0','8','0','0','279714','63','2','768','0','50','150','1','213','bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5727','E_Tiger_Mask','E Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','181','bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5728','E_Fantastic_Wig','E Fantastic Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','308','','','');
-REPLACE INTO `item_db_re` VALUES ('5729','E_Bunny_Band_C','E Bunny Band C','5','1','0','0','0','0','9','0','0','4294967295','63','2','256','0','0','150','0','15','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5730','E_Centimental_Flower_C','E Centimental Flower C','5','1','0','0','0','0','1','0','0','4294967294','63','2','1','0','0','150','0','56','','','');
-REPLACE INTO `item_db_re` VALUES ('5731','E_Apple_OE_Archer_C','E Apple OE Archer C','5','1','0','0','0','0','7','0','0','4294967294','63','2','256','0','0','150','0','72','bonus bDex,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5732','E_Elven_Ears_C','E Elven Ears C','5','1','0','0','0','0','2','0','0','4294967294','63','2','512','0','0','150','0','73','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5733','E_Brooch_C','E Brooch C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','bonus bAgi,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5734','E_Magestic_Goat_C','E Magestic Goat C','5','2','1','0','0','0','5','0','0','4294967294','63','2','256','0','0','150','0','41','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5735','E_Ribbon_Green','E Ribbon Green','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','244','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5736','EF_Whisper_Mask','EF Whisper Mask','5','20','10','0','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','321','bonus bUnbreakableHelm,0; bonus bAgi,3; bonus2 bSubEle,Ele_Ghost,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('5737','Cactus_Hat','Potted Muka Hat','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','615','','','');
-REPLACE INTO `item_db_re` VALUES ('5738','Snowman_Hat','Snowman Hat','5','20','10','300','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','616','bonus bStr,1; bonus bInt,1; bonus bMdef,3; bonus2 bSubEle,Ele_Water,7; bonus2 bAddMonsterDropItem,530,100; bonus2 bAddMonsterDropItem,12354,300; if(getrefine()>7) { bonus5 bAutoSpellWhenHit,BA_FROSTJOKER,5,20,BF_WEAPON|BF_MAGIC,0; } else { bonus5 bAutoSpellWhenHit,BA_FROSTJOKER,1,20,BF_WEAPON|BF_MAGIC,0; }','','');
-REPLACE INTO `item_db_re` VALUES ('5739','Sagittarius_Crown','Sagittarius Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','617','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5740','Sagittarius_Diadem','Sagittarius Diadem','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','618','bonus bDex,2; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5741','Im_Egg_Shell_Hat','Eternal Egg Skin Hat','5','20','10','0','0','0','1','0','0','4294967295','63','2','256','0','10','150','1','101','','','');
-REPLACE INTO `item_db_re` VALUES ('5742','Rudolf_Santa_Hat','Rudolf Santa Hat','5','20','10','400','0','0','5','0','0','4294967295','63','2','256','0','10','150','1','619','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5743','Orange_Stem_Hat','Orange Stem Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','620','bonus bUnbreakableHelm,0; bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5744','Capricon_Crown','Capricorn Crown','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','621','bonus bVit,2; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5745','Capricon_Diadem','Capricorn Diadem','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','622','bonus bDex,2; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5746','Rune_Circlet','Rune Circlet','5','20','10','100','0','0','12','0','1','16512','56','2','256','0','100','150','1','623','bonus bStr,1; bonus bInt,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bMatk,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('5747','Mitra','Mitra','5','20','10','100','0','0','12','0','1','256','56','2','256','0','100','150','1','624','bonus bVit,1; bonus bInt,1; bonus bMdef,5; bonus bHealPower,5; if(readparam(bInt)>=120) { bonus bMatk,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('5748','Sniper_Goggle','Sniper Goggle','5','20','10','100','0','0','12','0','1','2048','56','2','768','0','100','150','1','625','bonus bAgi,1; bonus bDex,1; bonus bMdef,5; if(readparam(bAgi)>=120) { bonus bLongAtkRate,4; bonus bAspd,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('5749','Driver_Band','Driver Band','5','20','10','100','0','0','12','0','1','1024','56','1','256','0','100','150','1','626','bonus bStr,1; bonus bDex,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bCritical,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('5750','Shadow_Handicraft','Shadow Handicraft','5','20','10','100','0','0','12','0','1','131072','56','2','256','0','100','150','1','627','bonus bAgi,1; bonus bInt,1; bonus bMdef,5; if(readparam(bAgi)>=120) { bonus bBaseAtk,10; bonus bFlee,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('5751','Minstrel_Song_Hat','Maestro Song\'s Hat','5','20','10','100','0','0','12','0','1','524288','56','1','256','0','100','150','1','628','bonus bInt,1; bonus bLuk,1; bonus bMdef,5; bonus bLongAtkRate,4; bonus bUseSPrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('5752','Midas_Whisper','Midas Whisper','5','20','10','100','0','0','12','0','1','262144','56','2','256','0','100','150','1','629','bonus bStr,1; bonus bDex,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,5; bonus bAspd,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('5753','Magic_Stone_Hat','Magic Stone Hat','5','20','10','100','0','0','12','0','1','512','56','2','256','0','100','150','1','630','bonus bInt,1; bonus bDex,1; bonus bMdef,5; if(readparam(bDex)>=120) { bonus bMatkRate,10; bonus bVariableCastrate,-2; }','','');
-REPLACE INTO `item_db_re` VALUES ('5754','Blazing_Soul','Blazing Soul','5','20','10','100','0','0','12','0','1','32768','56','2','256','0','100','150','1','631','bonus bStr,1; bonus bVit,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bHit,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('5755','Silent_Executer','Silent Executor','5','20','10','100','0','0','6','0','0','4096','56','2','513','0','100','150','0','632','bonus bAgi,1; bonus bMdef,5; if(readparam(bAgi)>=120) { bonus bBaseAtk,10; bonus bFlee2,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('5756','Wind_Whisper','Wind Whisper','5','20','10','100','0','0','12','0','1','65536','56','2','256','0','100','150','1','633','bonus bInt,1; bonus bDex,1; bonus bMdef,5; if(readparam(bInt)>=120) { bonus bMatkRate,10; bonus bFlee,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('5757','Schmidt_Helm','Dip Schmidt Helm','5','20','10','100','0','0','17','0','1','16384','56','2','768','0','100','150','1','634','bonus bVit,2; bonus bInt,1; bonus bMdef,5; if(readparam(bInt)>=120) { bonus bMatkRate,10; bonus bDef,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('5758','Dying_Swan','Dying Swan','5','20','10','100','0','0','12','0','1','524288','56','2','256','0','100','150','1','635','bonus bInt,1; bonus bLuk,1; bonus bMdef,5; bonus bLongAtkRate,5; bonus bUseSPrate,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('5759','Noah_Hat','Noa\'s Hat','5','20','10','500','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','636','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5760','Driver_Band_','Driver Band','5','20','10','100','0','0','12','0','1','1024','56','2','256','0','100','150','1','637','bonus bStr,1; bonus bDex,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bCritical,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('5761','Sloth_Hat','Sloth Hat','5','20','10','800','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','638','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5762','Duneyrr_Helm','Duneyrr Hat','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','639','bonus bStr,1; bonus bInt,1; bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5763','Red_Bunny_Band','Red Bunny Band','5','0','0','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','640','bonus bAgi,2; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5764','Love_Rabbit_Hood','Love Rabbit Hood','5','20','10','300','0','0','1','0','1','4294967295','63','2','769','0','10','150','0','549','bonus3 bAutoSpell,PR_GLORIA,3,((readparam(bAgi)>=80)?30:10);','','');
-REPLACE INTO `item_db_re` VALUES ('5765','Black_Tail_Ribbon','Pitch Black Ribbon','5','20','10','100','0','0','0','0','1','4294967295','63','2','256','0','10','150','1','642','bonus bMdef,5; bonus bLongAtkDef,10; bonus2 bSubEle,Ele_Neutral,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5766','Amistr_Cap','Amistr Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','643','bonus bVit,5; bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5767','Samurai_Mask','Samurai Mask','5','20','10','300','0','0','1','0','0','4294967295','63','2','1','0','50','150','0','644','bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5768','Sakura_Coronet','Cherry Blossom Crown','5','20','10','800','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','645','bonus bMdef,3; bonus bMaxSP,25;','','');
-REPLACE INTO `item_db_re` VALUES ('5769','Gold_Angel_Sculpture','Estatua Peque? Angel Oro','5','100','50','0','0','0','2','0','0','4294967295','63','2','256','0','70','150','0','646','bonus bUnbreakableHelm,0; skill RG_GRAFFITI,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5770','Splash_Hat','Splash Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','349','autobonus \"{ sc_start SC_PROPERTYWIND,180000,1; }\",3,180000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('5771','Family_Hat','Family Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','109','bonus bDex,1; bonus bMdef,1; bonus bMaxHPrate,2; bonus bMaxSPrate,2; skill PR_MAGNIFICAT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5772','Red_Navy_Hat','Blood Admiral\'s Hat','5','3000','1500','500','0','0','1','0','0','4294967295','63','2','256','0','95','150','1','651','','','');
-REPLACE INTO `item_db_re` VALUES ('5773','Navy_Beret','Navy Blue Beret','5','3000','1500','500','0','0','1','0','0','4294967295','63','2','256','0','95','150','1','652','','','');
-REPLACE INTO `item_db_re` VALUES ('5774','Red_Pirate_Hat','Scallywag\'s Hat','5','3000','1500','500','0','0','1','0','0','4294967295','63','2','256','0','95','150','1','496','','','');
-REPLACE INTO `item_db_re` VALUES ('5775','Choco_Donut_In_Mouth','Chocolate Donut','5','20','10','50','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','653','bonus bUnbreakableHelm,0; bonus bMaxHP,50;','','');
-REPLACE INTO `item_db_re` VALUES ('5776','Blazing_Sun','Blazin Sun','5','0','0','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','654','bonus2 bVariableCastrate,MG_FIREBOLT,-5; bonus2 bSkillAtk,MG_FIREBOLT,5; bonus2 bVariableCastrate,MG_FIREBALL,-5; bonus2 bSkillAtk,MG_FIREBALL,5; bonus2 bSkillAtk,MG_FIREWALL,3; bonus2 bSkillAtk,WZ_METEOR,3; bonus bUseSPrate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5777','Remover_Hat','Remover Hat','5','20','10','800','0','0','2','0','0','4294967295','63','2','256','0','30','150','0','655','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5778','Blue_Arara_Hat','Turkey On Your Head','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','656','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5779','Drooping_Boto','Drooping Boto','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','657','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5780','Tendrilion_Hat','Tendrilion Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','658','','','');
-REPLACE INTO `item_db_re` VALUES ('5781','Persika','Persica','5','20','10','100','0','0','0','0','1','4294967295','63','2','256','0','0','150','0','659','bonus bUnbreakableHelm,0; bonus bFlee,1; bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5782','Hoplite_Helmet','Legionaire Helm','5','20','10','700','0','0','4','0','1','4294967295','63','2','769','0','0','150','1','660','','','');
-REPLACE INTO `item_db_re` VALUES ('5783','YellowBunny_Hairband','YellowBunny Hairband','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','662','bonus bStr,1; bonus bInt,1; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5784','PinkBunny_Hairband','Pink Bunny Band','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','663','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5785','Green_Bunny_Hairband','Green Bunny Band','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','664','bonus bStr,2; bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5786','Ancient_Elven_Ear','Ancient Fairy Ears','5','10','5','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','665','bonus bUnbreakableHelm,0; bonus bLuk,1; bonus bMaxHP,100; bonus bMaxSP,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5787','Tha_Maero_Mask','Tha Maero Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','513','0','30','150','0','666','bonus bUnbreakableHelm,0; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5788','3D_Glasses','3D Glasses','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','661','bonus bUnbreakableHelm,0; bonus2 bSubEle,Ele_Neutral,5; bonus2 bMagicAddRace,RC_Formless,4;','','');
-REPLACE INTO `item_db_re` VALUES ('5789','Thanatos_Mal_Mask','Thanatos Odium Mask','5','20','10','100','0','0','3','0','0','4294967295','63','2','513','0','30','150','0','667','bonus bVit,1; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5790','Holy_Mom_Love','Mother\'s Kindness','5','20','10','500','0','0','0','0','1','4294967295','63','2','768','0','45','150','1','610','bonus2 bSubRace,RC_Demon,-5; bonus2 bSubRace,RC_Undead,-5; bonus3 bAutoSpell,MG_COLDBOLT,1,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5791','Tenkaippin_Ramen','Tenkaippin Ramen','5','20','10','500','0','0','1','0','0','4294967295','63','2','256','0','30','150','0','668','bonus bInt,-1; bonus bDex,4; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5792','Fish_Pin','Fish Pin','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','669','','','');
-REPLACE INTO `item_db_re` VALUES ('5793','Ribbon_Of_Life','Life Ribbon','5','20','10','0','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','575','bonus bUnbreakableHelm,0; bonus bInt,1; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5794','3D_Glasses_','3D Glasses','5','20','10','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','661','','','');
-REPLACE INTO `item_db_re` VALUES ('5795','Red_Dress_Hat','Bright Red Dress Hat','5','20','10','0','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','670','bonus bMdef,7;','','');
-REPLACE INTO `item_db_re` VALUES ('5796','Cheer_Scarf','Cheering scarf','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,10; bonus2 bExpAddRace,RC_NonBoss,10;','','');
-REPLACE INTO `item_db_re` VALUES ('5797','Cheer_Scarf2','Cheering scarf II','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,20; bonus2 bExpAddRace,RC_NonBoss,20;','','');
-REPLACE INTO `item_db_re` VALUES ('5798','Cheer_Scarf3','Cheering scarf III','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,30; bonus2 bExpAddRace,RC_NonBoss,30;','','');
-REPLACE INTO `item_db_re` VALUES ('5799','Cheer_Scarf4','Cheering scarf IV','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,40; bonus2 bExpAddRace,RC_NonBoss,40;','','');
-REPLACE INTO `item_db_re` VALUES ('5800','Blush_Of_Groom','Blush of Groom','5','20','10','50','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','125','bonus bUnbreakableHelm,0; bonus2 bSubRace,RC_DemiHuman,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5801','Ribbon_Of_Bride','Red Tailed Ribbon','5','20','10','100','0','0','10','0','0','4294967295','63','2','256','0','0','150','1','167','bonus bAllStats,2; bonus2 bSubRace,RC_DemiHuman,10; if(getskilllv(AL_HEAL)==10) { bonus3 bAutoSpellWhenHit,AL_HEAL,10,20; } else { bonus3 bAutoSpellWhenHit,AL_HEAL,5,20; }','','');
-REPLACE INTO `item_db_re` VALUES ('5802','Upgrade_Elephant_Hat','Upgrade Elephant Hat','5','0','0','500','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','215','','','');
-REPLACE INTO `item_db_re` VALUES ('5803','Flower_Love_Hat','Love Flower Hat','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','5','bonus2 bAddMonsterDropItem,608,100;','','');
-REPLACE INTO `item_db_re` VALUES ('5804','Pirate_Eyepatch','Pirate Eye Bandage','5','1000','500','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','13','','','');
-REPLACE INTO `item_db_re` VALUES ('5805','Victorious_Coronet','Victorious Coronet','5','0','0','150','0','0','2','0','0','4294967295','63','2','256','0','70','150','0','43','bonus bMaxHPrate,15; bonus bSPrecovRate,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5806','Poem_Natalia_Hat','Poem Natalia Hat','5','20','10','300','0','0','9','0','0','4294967295','63','2','256','0','0','150','0','67','','','');
-REPLACE INTO `item_db_re` VALUES ('5807','October_Fest_Cap','October Fest Cap','5','20','10','100','0','0','2','0','0','4294967294','63','2','256','0','50','150','1','104','','','');
-REPLACE INTO `item_db_re` VALUES ('5808','Diabolus_Helmet','Dark Bacilium','5','20','10','250','0','0','5','0','1','1040256','58','2','769','0','0','150','1','364','bonus2 bResEff,Eff_Stone,2000+(getrefine()*200); bonus2 bResEff,Eff_Freeze,2000+(getrefine()*200); bonus2 bResEff,Eff_Stun,2000+(getrefine()*200);','','');
-REPLACE INTO `item_db_re` VALUES ('5809','Boom_Boom_Hat','Boom Boom Hat','5','0','0','100','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','216','bonus bAllStats,5; bonus bSpeedRate,25;','','');
-REPLACE INTO `item_db_re` VALUES ('5810','Ph.D_Hat_V','Ph.D Hat V','5','20','10','100','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','98','bonus bInt,5; bonus bVit,3; bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5811','Santa_Beard','Santa\'s Beard','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','25','bonus2 bSubRace,RC_Brute,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5812','Hat_Of_Expert','Hat Of Expert','5','0','0','0','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','16','bonus3 bAddEffWhenHit,Eff_Bleeding,500,ATF_TARGET|ATF_SELF; bonus3 bAddEffWhenHit,Eff_Silence,500,ATF_TARGET|ATF_SELF; bonus3 bAddEffWhenHit,Eff_Confusion,500,ATF_TARGET|ATF_SELF; bonus3 bAddEffWhenHit,Eff_Curse,500,ATF_TARGET|ATF_SELF; bonus3 bAddEffWhenHit,Eff_Blind,500,ATF_TARGET|ATF_SELF;','','');
-REPLACE INTO `item_db_re` VALUES ('5813','Red_Ph.D_Hat','Red Scholar Hat','5','1000','500','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','481','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5814','Ati_Atihan_Hat3','Ati Atihan Hat3','5','20','10','0','0','0','2','0','0','4294967295','63','2','769','0','20','150','0','303','','','');
-REPLACE INTO `item_db_re` VALUES ('5815','Cowboy_Hat_J','Classic Hat','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','475','bonus bStr,1; bonus2 bSubSize,Size_Small,5; bonus2 bSubSize,Size_Medium,5; bonus2 bSubSize,Size_Large,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5816','Classic_Hat_J','New Cowboy Hat','5','20','10','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','411','','','');
-REPLACE INTO `item_db_re` VALUES ('5817','Valentine_Pledge','Valentine\'s Emblem','5','20','10','0','0','0','3','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bAllStats,2; bonus bMdef,3; bonus bHealPower,10; bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3; bonus bMatkRate,3; bonus bFlee,10; bonus bAspdRate,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5818','Carnival_Hat','Carnival Hat','5','0','0','0','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','505','bonus bAllStats,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5819','Carnival_Circlet','Carnival Circlet','5','0','0','0','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','506','bonus bAllStats,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5820','Black_Elven_Ears','Black Fairy Ears','5','10','5','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','498','','','');
-REPLACE INTO `item_db_re` VALUES ('5821','Gold_Tulip_Hairpin','Golden Tulip Hairpin','5','10','5','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','499','bonus2 bExpAddRace,RC_Boss,5; bonus2 bExpAddRace,RC_NonBoss,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5822','Love_Chick_Hat','Chicken Of Love Hat','5','10000','5000','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','500','bonus bLuk,4; bonus bMaxHP,100; bonus bMaxSP,100; bonus2 bSubRace,RC_Brute,7; bonus2 bSubRace,RC_DemiHuman,7;','','');
-REPLACE INTO `item_db_re` VALUES ('5823','Love_Arrow','Arrow Of Love','5','5000','2500','100','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bDex,5; bonus bAgi,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5824','Fools_Day_Hat','April Fool\'s Day Hat','5','20','10','300','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','265','','','');
-REPLACE INTO `item_db_re` VALUES ('5825','Badge_Of_Order_Grace','Knight Of Honor Badge','5','0','0','0','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5826','Valkyrie_Helmet','Helm Of Valkyrie','5','0','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','225','bonus bStr,2; bonus bInt,2; bonus bDex,2; bonus bAgi,2; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5827','Book_File_Hat','Book Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','423','','','');
-REPLACE INTO `item_db_re` VALUES ('5828','Honor_Gold_Ring','Gold Ring Of Honor','5','0','0','50','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','bonus bAllStats,1; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5829','Ordinary_Armor','Ordinary Armor','5','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','30','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('5830','Woe_Sahkkat','Woe Sahkkat','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','67','','','');
-REPLACE INTO `item_db_re` VALUES ('5831','Woe_Big_Sis_Ribbon','Woe Big Sis Ribbon','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','28','','','');
-REPLACE INTO `item_db_re` VALUES ('5832','Woe_Vane_Hairpin','Woe Vane Hairpin','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','313','','','');
-REPLACE INTO `item_db_re` VALUES ('5833','Woe_Picnic_Hat','Woe Picnic Hat','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','117','','','');
-REPLACE INTO `item_db_re` VALUES ('5834','Woe_Crown','Woe Crown','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','45','','','');
-REPLACE INTO `item_db_re` VALUES ('5835','Woe_Tiara','Woe Tiara','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','19','','','');
-REPLACE INTO `item_db_re` VALUES ('5836','Woe_Boys_Cap','Woe Boys Cap','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','102','','','');
-REPLACE INTO `item_db_re` VALUES ('5837','Woe_Sunglass','Woe Sunglass','5','20','10','10','0','0','0','0','0','4294967295','63','2','512','0','70','150','0','12','','','');
-REPLACE INTO `item_db_re` VALUES ('5838','Woe_Fin_Helm','Woe Fin Helm','5','20','10','10','0','0','0','0','0','4294967295','63','2','512','0','70','150','0','100','','','');
-REPLACE INTO `item_db_re` VALUES ('5839','Woe_Blush','Woe Blush','5','20','10','10','0','0','0','0','0','4294967295','63','2','512','0','70','150','0','125','','','');
-REPLACE INTO `item_db_re` VALUES ('5840','Woe_Elven_Ears','Woe Elven Ears','5','20','10','10','0','0','0','0','0','4294967295','63','2','512','0','70','150','0','73','','','');
-REPLACE INTO `item_db_re` VALUES ('5841','Shaman_Hat_','Shaman Hat ','5','20','10','100','0','0','1','0','1','4294967295','63','2','256','0','30','150','1','596','bonus bLuk,2; bonus3 bSubEle,Ele_Neutral,3,BF_MAGIC; bonus3 bSubEle,Ele_Water,3,BF_MAGIC; bonus3 bSubEle,Ele_Earth,3,BF_MAGIC; bonus3 bSubEle,Ele_Fire,3,BF_MAGIC; bonus3 bSubEle,Ele_Wind,3,BF_MAGIC; bonus3 bSubEle,Ele_Poison,3,BF_MAGIC; bonus3 bSubEle,Ele_Holy,3,BF_MAGIC; bonus3 bSubEle,Ele_Dark,3,BF_MAGIC; bonus3 bSubEle,Ele_Ghost,3,BF_MAGIC; bonus3 bSubEle,Ele_Undead,3,BF_MAGIC;','','');
-REPLACE INTO `item_db_re` VALUES ('5842','Loyal_Ring1','Loyal Ring1','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('5843','Loyal_Ring2','Loyal Ring2','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5844','Loyal_Ring3','Loyal Ring3','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','bonus bAllStats,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5845','Buzzy_Ball_Board','Buzzy Ball Board','5','50','25','400','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','641','','','');
-REPLACE INTO `item_db_re` VALUES ('5846','Buzzy_Ball_Gum','Buzzy Ball Gum','5','50','25','100','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','572','bonus bUnbreakableHelm,0; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('5847','Fools_Day_Helmet','Fools Day Helmet','5','0','0','0','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','647','bonus bInt,5; bonus bVit,-3; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5848','Robin_Eyepatch','Bandit Disguise','5','20','10','0','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','50','','','');
-REPLACE INTO `item_db_re` VALUES ('5849','Doctor_Hairband','Doctor Hairband','5','20','10','0','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','60','','','');
-REPLACE INTO `item_db_re` VALUES ('5850','Golden_Savage_Hat','Golden Savage Hat','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','50','150','1','648','','','');
-REPLACE INTO `item_db_re` VALUES ('5851','Summer_Knight','Summer Knight','5','20','10','0','0','0','1','0','0','4294967295','63','2','768','0','60','150','0','138','','','');
-REPLACE INTO `item_db_re` VALUES ('5852','Easter_Egg_Shell','Easter Egg Shell','5','20','10','500','0','0','0','0','0','4294967295','63','2','256','0','40','150','1','537','bonus bDef,-7; bonus bMdef,-7; bonus2 bHPRegenRate,(MaxHp/100),10000; if (getrefine()>=7) bonus bFlee,2; if (getrefine() >= 9) bonus2 bSPRegenRate,(MaxSp/100),10000;','','');
-REPLACE INTO `item_db_re` VALUES ('5856','Passion_FB_Hat','Passion Soccerball Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','671','bonus bStr,2; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5857','Cool_FB_Hat','Cool Soccerball Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','672','bonus bInt,2; bonus bVit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5858','Victory_FB_Hat','Soccerball Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','673','bonus bInt,2; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5859','Glory_FB_Hat','Glorious Soccerball Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','674','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('5868','Bushy_Moustache','Bushy Moustache','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','1004','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('5869','Mimic_Egg_Shell','Mimic Egg Shell','5','10','5','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','999','','','');
-REPLACE INTO `item_db_re` VALUES ('5870','Bunny_Egg_Shell','Bunny Egg Shell','5','10','5','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','1000','bonus bAgi,3;','','');
-REPLACE INTO `item_db_re` VALUES ('5871','Picky_Egg_Shell','Picky Egg Shell','5','10','5','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','1001','bonus bVit,3; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('5873','Helmet_Of_Siegfried','Helmet Of Siegfried','5','20','10','600','0','0','7','0','1','279714','58','2','256','0','60','150','1','1055','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('6000','Dark_Ashes','Ashes of Darkness','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6001','Essence_Of_Fire','Essence of Fire','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6002','Token_Of_Apostle','Token of Apostle','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6003','Soul_Pendant','Pendant of Spirit','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6004','Bapho_Doll','Cursed Baphomet Doll','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6005','New_Year_Rice_Cake','NewYear Ricecake','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6006','Rice_Cake_Delivery_Box','Delivery Ricecake Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6007','New_Year_Rice_Cake_Soup','NewYear Ricecake Soup','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6008','Wood','Wood','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6009','Large_Magical_Fan','Big Fan Of Magic','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6010','Pickaxe','Hoe','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6011','Blue_Card_B','Blue B Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6012','Blue_Card_C','Blue C Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6013','Blue_Card_J','Blue J Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6015','Blue_Card_M','Blue M Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6016','Blue_Card_Q','Blue Q Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6017','Blue_Card_T','Blue T Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6018','Blue_Card_V','Blue V Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6019','Blue_Card_Z','Blue Z Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6020','Fur','Fur','3','704','352','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6021','Peaked_Hat','Peaked Hat','3','433','216','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6022','Hard_Skin','Hard Skin','3','884','442','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6023','Mystic_Horn','Mystic Horn','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6024','17Carat_Dia','17Carat Diamond','3','6000000','3000000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6025','Towel_Of_Memory','Towel of Memory','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6026','Marriage_Covenant','Written Oath Of Marriage','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6027','Crystal_Of_Feardoom','Crystal Of Feardom','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6028','Seal_Scroll','Sealed Scroll','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6029','Morocc_Tracing_Log','Morocc Tracing Log','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6030','Glitering_PaperA','Glittering Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6031','Glitering_PaperB','Glittering Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6032','Horn_Of_Hilsrion','Horn of Hillslion','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6033','Horn_Of_Tendrilion','Horn of Tendrilion','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6034','Weird_Part','Weird Part','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6035','Decaying_Stem','Decaying Stem','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6036','Invite_To_Meeting','Meeting Invitation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6037','Rough_File','Messy File','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6038','Neat_Report','Neat Report','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6039','Piece_Of_Fish','Piece of Fish','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6040','Some_Of_Report','Part of a Report','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6041','Strong_Bine','Strong Vine','3','30','15','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6042','Ordinary_Branch','Ordinary Branch','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6043','Letter_From_Lugen','Letter from Lugen','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6044','Letter_From_Otto','Letter from Otto','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6045','Supply_Box','Supply Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6046','Clothing_Dye_Coupon','New Clothing Dye Coupon','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"SetPalete\",1;','','');
-REPLACE INTO `item_db_re` VALUES ('6047','Clothing_Dye_Coupon2','Original Clothing Dye Coupon','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"SetPalete\",2;','','');
-REPLACE INTO `item_db_re` VALUES ('6048','Unidentified_Mineral','Unidentified Mineral','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6049','Marlin','Marlin','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6050','Mercenary_Contract','Mercenary Contract','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6051','Gray_Hollow','Gray Hollow','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6052','Ornamental_Hairpin','Ornament Hairpin','3','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6053','Yuanbao','Circle Step','3','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6054','Blue_Card_6','Number 6 Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6055','Blue_Card_Annyver','Character Week Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6056','Blue_Card_Sary','Character Year Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6057','Blue_Card_E','Character Lee Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6058','Blue_Card_Ven','Character Ben Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6059','Blue_Card_Nt','Character Project Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6060','Moon_Admin_Ticket','Month Viewing Ticket','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6061','Plantain','Blood Beginner','3','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6062','Moon_Cake15','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6063','Moon_Cake16','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6064','Moon_Cake17','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6065','Moon_Cake18','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6066','Moon_Cake19','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6067','Moon_Cake20','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6068','Rabbit_Skin','Leather Rabbit','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6069','ABUNDANCE','ABUNDANCE','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6070','Shaman\'s_Old_Paper','Shaman\'s Document','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6071','Broken_Sword','Broken Sword','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6072','Wing_Of_Bizofnil','Bijofnil Feather','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6073','Dragon\'s_Mane','Dragon\'s Mane','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6074','Bazett\'s_Order','Bazett\'s Order','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6075','Crystalized_Teardrop','Crystalized Teardrop','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6076','Portable_Toolbox','Portable Toolbox','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6077','Rough_Mineral','Rough Mineral','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6078','Stone_Fragments','Stone Fragment','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6079','Flower_Of_Alfheim','Flower Of Alfheim','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6080','Manuk_Coin','Manuk Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6081','Splendide_Coin','Splendide Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6082','Spirit_Of_Alfheim','Spirit Of Alfheim','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6083','Dolly_Capsule','Capsule Dolls','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6084','Bradium_Fragments','Bradium Fragments','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6085','Shaggy_Muffler','Shaggy Muffler','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6086','Withered_Flower','Withered Flower','3','890','445','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6087','Crystal_Of_Soul_01','Spiritual Crystal','3','1050','525','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6088','Crystal_Of_Soul_02','Spiritual Crystal','3','1050','525','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6089','Piece_Of_Darkness','Dark Piece','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6090','Purified_Bradium','Refined Bradium','3','1100','550','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6091','Dark_Red_Scale','Darkred Scale Piece','3','200000','100000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6092','Singing_Crystal_Piece','Piece Of Singing Crystal','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6093','Egg_Of_Draco','Draco\'s Egg','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6094','Traditional_Cookie','Traditional Cookie','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6095','Flavored_Alcohol','Flavored Alcohol','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6096','Fish_With_Blue_Back','Fish With Blue Back','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6097','Pumpkin_Pie_','Pumpkin Pie','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6098','Small_Snow_Flower','Small Snow Flower','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6099','Grilled_Rice_Cake','Grilled Rice Cake','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6100','Damp_Darkness','Damp Darkness','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6101','Attendance_Card','Attendance Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6102','Report_On_Splendide','Report On Splendide','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6103','Report_On_Manuk','Report On Manuk','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6104','Big_Cell','Big Cell','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6105','Morning_Dew','Morning Dew','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6106','Well_Ripened_Berry','Well Ripened Berry','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6107','Sunset_On_The_Rock','Sunset On The Rock','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6108','Apple_Pudding','Apple Pudding','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6109','Plant_Neutrient','Plant Neutrient','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6110','Vital_Flower','Yellow Vital Flower','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6111','Mystic_Stone','Mystic Stone','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6112','Fresh_Plant','Fresh Plant','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6113','Vital_Flower_','Blue Vital Flower','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6114','Flame_Gemstone','Flame Gemstone','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6115','Bun_','Bun','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6116','Succu_Pet_Coupon','Succubus Pet Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6117','Imp_Pet_Coupon','Imp Pet Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6118','Chung_E_Pet_Coupon','Chung E Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6119','Natural_Leather','Cow Leather','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6120','Face_Paint','Face Paint','3','120','60','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6121','Makeover_Brush','Makeover Brush','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6122','Paint_Brush','Paint Brush','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6123','Surface_Paint','Surface Paint','3','200','100','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6124','Wolf\'s_Flute','Wolf Flute','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6125','Lucky_Box','Bunny Box','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6126','Happy_Box','Summer Happy Box','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6127','Purification_Stone','Purification Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6128','Guillotine_Antidote','Antidote','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6129','Ticket_Nightmare','Nightmare Terror Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6130','Ticket_Loli_Ruri','Ticket Loli Ruri','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6131','Ticket_Goblin_Leader','Goblin Leader Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6132','Ticket_Incubus','Incubus Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6133','Ticket_Miyabi_Ningyo','Miyabi Ningyo Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6134','Ticket_Whisper','Giant Whisper Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6135','Ticket_Wicked_Nymph','Evil Nymph Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6136','Ticket_Medusa','Medusa Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6137','Ticket_Stoneshooter','Stone Shooter Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6138','Ticket_Marionette','Marionette Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6139','Ticket_Leafcat','Leaf Cat Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6140','Ticket_Dullahan','Dullahan Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6141','Ticket_Shinobi','Shinobi Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6142','Ticket_Golem','Golem Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6143','Ticket_Civil_Servant','Civil Servant Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6144','Heartbroken_Tears','Regrettable Tears','3','1000','500','2','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6145','Vulcan_Bullet','Vulcan Bullet','3','10','5','2','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6146','Magic_Gear_Fuel','Magic Gear Fuel','3','300','150','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6147','Liquid_Condensed_Bullet','Liquid Condensed Bullet','3','100','50','3','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6148','Chocolate_Of_Eternity','Eternity Of Chocolate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6149','Plain_Chocolate','Simple Chocolate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6150','Key_Of_The_Mansion','Mansion Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6151','Peice_Of_Great_Bradium','Giant Bradium Fragment','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6152','Glittering_Crystal','Glittering Crystal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6153','Special_Exchange_Coupon','Special Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6154','Broken_Horn_Pipe','Broken Horn Pipe','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6155','Coke_Membership_Card','Member Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6156','Approval_Report','A Report To Be Approved','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6157','Poring_Ticket','Festa Gold Medal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6158','Drops_Ticket','Vote 2','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6159','Poporing_Ticket','Poporing Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6160','Lunatic_Ticket','Lunatic Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6161','Picky_Ticket','Picky Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6162','Pecopeco_Ticket','Peco Peco Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6163','Savage_Baby_Ticket','Savage Babe Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6164','Spore_Ticket','Spore Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6165','Poison_Spore_Ticket','Poison Spore Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6166','Chonchon_Ticket','Chonchon Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6167','Steel_Chonchon_Ticket','Steel Chonchon Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6168','Petit_Ticket','Sky Petite Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6169','Deviruchi_Ticket','Deviruchi Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6170','Isis_Ticket','Isis Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6171','Smokie_Ticket','Smokie Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6172','Dokebi_Ticket','Dokebi Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6173','Desert_Wolf_B_Ticket','Baby Desert Wolf Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6174','Yoyo_Ticket','Yoyo Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6175','Sohee_Ticket','Sohee Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6176','Rocker_Ticket','Rocker Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6177','Hunter_Fly_Ticket','Hunter Fly Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6178','Orc_Warrior_Ticket','Orc Warrior Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6179','Bapho_Jr_Ticket','Bapho Jr. Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6180','Munak_Ticket','Munak Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6181','Bongun_Ticket','Bongun Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6182','Goblin_Ticket','Christmas Goblin Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6183','Hardtack_Ticket','Rice Cake Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6184','Zherlthsh_Ticket','Zherlthsh Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6185','Alice_Ticket','Alice Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6186','Monkey_Wrench','Monkey Wrench','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6187','Blank_Card','Blank Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6188','Slot_Coupon','Slotting Advertisement','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6189','Magic_Book_FB','Spell Book(Fire Bolt)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6190','Magic_Book_CB','Spell Book(Cold Bolt)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6191','Magic_Book_LB','Spell Book(Lightning Bolt)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6192','Magic_Book_SG','Spell Book(Storm Gust)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6193','Magic_Book_LOV','Spell Book(Lord Of Vermilion)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6194','Magic_Book_MS','Spell Book(Meteor Storm)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6195','Magic_Book_CM','Spell Book(Comet)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6196','Magic_Book_TV','Spell Book(Tetra Vortex)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6197','Magic_Book_TS','Spell Book(Thunder Storm)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6198','Magic_Book_JT','Spell Book(Jupitel Thunder)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6199','Magic_Book_WB','Spell Book(Water Ball)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6200','Magic_Book_HD','Spell Book(Heaven\'s Drive)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6201','Magic_Book_ES','Spell Book(Earth Spike)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6202','Magic_Book_ES_','Spell Book(Earth Strain)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6203','Magic_Book_CL','Spell Book(Chain Lightning)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6204','Magic_Book_CR','Spell Book(Crimson Rock)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6205','Magic_Book_DL','Spell Book(Drain Life)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6206','I_Love_You','I Love You','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6207','Thank_You','Thanks','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6208','I_Respect_You','Respect','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6209','Glory_Of_Knights','Knight Of Honor','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6210','Seed_Of_Horny_Plant','Thorn Plant Seed','3','600','300','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6211','Bloodsuck_Plant_Seed','Blood Sucker Plant Seed','3','800','400','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6212','Bomb_Mushroom_Spore','Bomb Mushroom Spore','3','1000','500','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6213','Explosive_Powder','Explosive Powder','3','500','250','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6214','Smoke_Powder','Smoke Powder','3','500','250','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6215','Tear_Gas','Tear Gas','3','500','250','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6216','Oil_Bottle','Oil Bottle','3','1000','500','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6217','Mandragora_Flowerpot','Mandragora Flowerpot','3','2000','1000','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6218','Disin_Delivery_Box','Dieshin\'s Delivery Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6219','Para_Team_Mark','Eden Group Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6220','Mysterious_Dyestuff','Mysterious Dyestuffs','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6221','Mystic_Leaf_Cat_Ball','Mystic Hydra Ball','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6222','Shining_Beads','Shining Beads','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6223','Carnium','Carnium','3','2000','1000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6224','Bradium','Bradium','3','2000','1000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6225','HD_Carnium','HD Carnium','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6226','HD_Bradium','HD Bradium','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6228','Guarantee_Weapon_9Up','Safe to 9 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6229','Guarantee_Weapon_8Up','Safe to 8 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6230','Guarantee_Weapon_7Up','Safe to 7 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6231','Guarantee_Weapon_6Up','Safe to 6 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6232','Guarantee_Armor_9Up','Safe to 9 Body Armor Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6233','Guarantee_Armor_8Up','Safe to 8 Body Armor Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6234','Guarantee_Armor_7Up','Safe to 7 Body Armor Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6235','Guarantee_Armor_6Up','Safe to 7 Headgear Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6236','Blue_Card_7','Blue 7 Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6237','Guarana_Fruit','Guarana Fruit','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6238','Guarantee_Weapon_11Up','Safe to 11 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6239','Guarantee_Armor_11Up','Safe to 11 Armor Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6240','HD_Oridecon','HD Oridecon','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6241','HD_Elunium','HD Elunium','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6242','Midgard_Coin','Midgard Coin','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6243','Exchange_Coupon','WPS Point Token','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6244','Gun_Powder','Gun Powder','3','10','5','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6245','Black_Powder','Black Powder','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6246','Yellow_Powder','Yellow Powder','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6247','White_Powder','White Powder','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6248','Melange_Pot','Melange Pot','3','600','300','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6249','Savage_Meat','Savage Meat','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6250','Cooking_Skewer','Cooking Skewer','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6251','Black_Charcoal','Black Charcoal','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6252','Wolf_Blood','Blood Of Wolf','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6253','Cold_Ice','Cold Ice','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6254','Beef_Head_Meat','Beef Head','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6255','Large_Cookpot','Large Cookpot','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6256','Ice_Fragment','Ice Piece','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6257','Ice_Crystal','Ice Crystal','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6258','Comodo_Tropic_Fruit','Comodo Tropical Fruit','3','800','400','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6259','Drocera_Tentacle','Drosera Tentacle','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6260','Petti_Tail','Petite\'s Tail','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6261','Fine_Noodle','Fine Noodle','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6262','Cool_Gravy','Cool Gravy','3','400','200','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6263','Coconut_Fruit','Coconut Fruit','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6264','Melon','Melon','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6265','Pineapple','Pineapple','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6266','Cheat_Key','Key Of Deception','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6267','Virtual_Key','Key Of Illusion','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6268','Mirth_Key','Key Of Pleasure','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6269','Master_Brush','A Master\'s Brush','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6270','Mins_Picture','A Picture Of Maestro Song','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6271','Mins_Receipt','Receipt','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6272','Experiment_Seed','Seed For Experiemnt','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6273','Altered_Seed','Seed For Experiemnt','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6274','Saint_Cloth_Piece','Saint\'s Clothing Piece','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6275','King_Shield','King\'s Shield','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6276','Clear_Reagent','Clear Reagent','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6277','Red_Reagent','Red Reagent','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6278','Black_Reagent','Black Reagent','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6279','Apple_Bomb_CB','How To Make An Apple Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6280','Pinepple_Bomb_CB','How To Make A Pineapple Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6281','Coconut_Bomb_CB','How To Make A Coconut Fruit Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6282','Melon_Bomb_CB','How To Make A Melon Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6283','Banana_Bomb_CB','How To Make A Banana Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6284','Plant_Genetic_Grow','How To Grow Plant Genes','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6285','Quality_Potion_Book','How To Make High Quality Potion','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6286','F_Max_Weight_Up_Scroll','Gym Pass','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6287','F_Clothing_Dye_Coupon','Omni Clothing Dye','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6288','F_Happy_Box','Summer Happy Box','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6289','F_Mysterious_Dyestuff','Mysterious Dyestuffs','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6290','F_New_Style_Coupon','Hairstyle Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6291','F_Enriched_Elunium','Enriched Elunium','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6292','F_Enriched_Oridecon','Enriched Oridecon','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6293','F_Token_Of_Siegfried','Token Of Siegfried','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6294','F_Marriage_Covenant','Marriage Covenant','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6295','F_Clothing_Dye_Coupon2','Original Clothing Dye Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6296','RF_Taining_Notice','RF Taining Notice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6297','Bottle_To_Throw','Bottle Throw','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6298','Pumpkin_Head_Crushed','Crushed Pumpkin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6299','Worn_Cloth_Piece','Worn Fabric','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6300','J_7Draw','J 7Draw','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6301','J_Semi_Draw','J Semi Draw','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6302','GM_Handwriting','GM Max Bond','3','20004','10002','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6303','Changed_Hydra_Ball','Changed Hydra Ball','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6304','Sapa_Feat_Cert','Sapha Certification','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6305','Frozen_Skin_Piece','Frozen Piece of Skin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6306','Solid_Bloodstain','Clotted Bloodstain','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6307','Suspicious_Magic_Stone','Strange Magic Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6308','Unidentified_Relic','Unknown Relic','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6309','E_Max_Weight_Up_Scroll','E Max Weight Up Scroll','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6310','E_Cloth_Dye_Coupon','E Cloth Dye Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6311','E_Happy_Box','E Happy Box','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6312','E_Mysterious_Dyestuff','E Mysterious Dyestuff','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6313','E_New_Style_Coupon','E New Style Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6314','E_Enriched_Elunium','E Enriched Elunium','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6315','E_Enriched_Oridecon','E Enriched Oridecon','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6316','E_Token_Of_Siegfried','E Token Of Siegfried','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6317','E_Marriage_Covenant','E Marriage Covenant','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6318','E_Cloth_Dye_Coupon2','E Cloth Dye Coupon2','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6319','Small_Bradium','Small Bradium','3','242','121','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6320','Premium_Reset_Stone','Magical Stone','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6321','Rakehorn_Helm','Rake Horn Helm','3','616','308','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6322','Antler_Helm','Antler Helm','3','600','300','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6323','Twinhorn_Helm','Twin Horn Helm','3','546','273','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6324','Singlehorn_Helm','Single Horn Helm','3','526','263','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6325','White_Spider_Limb','White Spider Limb','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6326','Queen_Wing_Piece','Piece of Queen\'s Wing','3','1222','611','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6328','Calender_January','January Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6329','Calender_February','February Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6330','Calender_March','March Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6331','Calender_April','April Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6332','Calender_May','May Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6333','Calender_June','June Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6334','Calender_July','July Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6335','Calender_August','August Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6336','Calender_September','September Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6337','Calender_October','October Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6338','Calender_November','November Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6339','Calender_December','December Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6340','Fade_Notation_Green','Faded Music(Green)','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6341','Fade_Notation_Red','Faded Music(Red)','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6342','Fade_Notation_Purple','Faded Music(Purple)','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6343','Fade_Notation_Blue','Faded Music(Blue)','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6344','Muscle_Story','Muscle Story','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6345','Love_Ball','Love Lump','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6346','Seagate_Mark','Seagate Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6347','Bless_Word_Paper1','Bless Word Paper1','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6348','Bless_Word_Paper2','Bless Word Paper2','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6349','Bless_Word_Paper3','Bless Word Paper3','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6350','Bless_Word_Paper4','Bless Word Paper4','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6351','Bless_Word_Paper5','Bless Word Paper5','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6352','Bless_Word_Paper6','Bless Word Paper6','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6353','Bless_Word_Paper7','Bless Word Paper7','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6354','Bless_Word_Paper8','Bless Word Paper8','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6355','Bless_Word_Paper9','Bless Word Paper9','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6356','Bless_Word_Paper10','Bless Word Paper10','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6357','Fortune_Cookie_Fail','Fortune Cookie Fail','3','4020','2010','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6358','Free_Cash_Coupon','Free Cash Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6359','Guidebook_Exchange','Guidebook Exchange','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6360','Scarlet_Pts','Scarlet Point','3','100','50','5','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6361','Indigo_Pts','Indigo Point','3','100','50','5','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6362','Yellow_Wish_Pts','Yellow Wish Point','3','100','50','5','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6363','Lime_Green_Pts','Lime Green Point','3','100','50','5','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6369','Amatsu_Bead_A','Amatsu Bead A','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6370','Amatsu_Bead_Ma','Amatsu Bead Ma','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6371','Amatsu_Bead_Tsu','Amatsu Bead Tsu','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6372','Amatsu_Bead_Jam','Amatsu Bead Jam','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6373','Amatsu_Bead_Bo','Amatsu Bead Bo','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6374','Amatsu_Bead_Ree','Amatsu Bead Ree','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6375','Amatsu_Bead_!','Amatsu Bead !','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6376','KVM_Badge','KVM Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6377','Buy_Market_Permit','Bulk Buyer Shop License','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6378','Winning_Mark','Token Of Victory War','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6379','Card_Coin','Card Coin','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6380','Mora_Coin','Mora Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6381','Field_Shovel','Field Shovel','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6382','Urn','Urn','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6383','Clue_Of_Lope','Lope\'s Clue','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6384','Ring_Of_Lope','Lope\'s Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6385','Research_Tool_Bag','Research Tool Bag','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6386','Bathtub_R_Sample','Bath Water Sample','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6387','Teeth_Sample','Teeth Sample','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6388','Scale_Sample','Scale Sample','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6389','Puddle_R_Sample','Sample of Puddle Research','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6390','Small_Pocket','Small Pocket','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6391','Splendid_Supply_Kit','Splendid Supply Kit','3','20','10','2000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6392','Bradium_Box','Bradium Box','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6393','Round_Feather','Round Feather','3','524','262','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6394','Golden_Feather','Golden Feather','3','486','243','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6395','Angel_Magic_Power','Angel Magic Power','3','614','307','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6396','Auger_Of_Spirit','Spiritual Auger','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6397','PR_Team_Ticket','Tickets Public Relations','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6398','Develop_Team_Ticket','Development Team\'s ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6399','Marketing_Team_Ticket','Tickets Marketing','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6400','Operating_Team_Ticket','Operation Team\'s Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6401','Palm_O','Palm Oils','3','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6402','Oil_Palm_F','Palm Oil Fruit','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6403','Comodo_L','Comodo Leather','3','5','2','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6404','Caress_H','Keris Hilt','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6405','Cendrawasih_F','Cendrawasih Feather','3','3','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6406','Cendrawasih_SF','Shining Cendrawasih Feather','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6407','Sang_Stone_Fragment','Sang Stone Fragment','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6408','Sang_Stone','Sang Stone','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6409','Sang_Stone_Mass','Sang Stone Mass','3','30','15','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6410','Idul_Fitri_Card','Idul Fitri Card','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6411','Ripe_Watermelon','Ripe Watermelon','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6412','Special_Medal','Special Medal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6413','New_Insurance','New Insurance','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6414','Raganta_Card','Among The Other Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6415','Strange_Embryo','Strange Embryo','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6416','Pet_Exchange','Around The Exchange Carpet Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6417','Silvervine','Silvervine Fruit','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6418','Agrade_Coin','Aclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6419','Bgrade_Coin','Bclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6420','Cgrade_Coin','Cclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6421','Dgrade_Coin','Dclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6422','Egrade_Coin','Dclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6423','Anger_Seagod','Seagod Anger','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6424','Halloween_Fragment','Spirit Piece','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6425','Halloween_Certificate','Halloween Certificate','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6426','Bad_Can','Poor Can','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6427','Bad_Can_Sack','Poor Can Sack','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6428','Bravery_Card_A','Adventure Card A','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6429','Bravery_Card_B','Adventure Card B','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6430','Picture_Piece','Fragment of Picture','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6431','Bucket','Bucket','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6432','Full_Bucket','All Filled Bucket','3','0','0','3000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6433','Clean_Brush','Cleaning Brush','3','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6434','Fix_Kit','Fixing Kit','3','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6435','Fresh_Fruit','Fresh Fruit','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6436','Ptotection_Seagod','Seagod\'s Protection','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6437','Scaraba_Perfume','Scaraba Perfume','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6438','Unbreakable_Weap','Blessed Weapon Ore','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6439','Unbreakable_Def','Blessed Armor Ore','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6440','General_Lubricant','Ordinary Lubricant','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6441','High_RankLubricant','High Ranked Lubricant','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6442','Octopus_Hunt_Stick','Octopus Hunting Stick','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6443','Sillit_Pong_Bottle','Sillit Pong Bottle','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6444','Emperium_G','Emperium G','3','2','1','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6445','Blue_Card_X','Blue Card X','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6446','Green_Paper','Green Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6447','Red_Paper','Red Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6448','White_Paper','White Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6449','Casual_Diary','Ordinary Kid\'s Diary','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6450','Honest_Diary','Honest Kid\'s Diary','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6451','Unknown_Fish','Unidentified Fish','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6452','Etoile_Ring','Etoille\'s Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6453','Undelivered_Gift','Undelivered Gift','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6454','Santa_Bag','Santa Bag','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6455','Tiny_Ticket','Tiny Ticket','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6456','Guarantee_Weapon_5Up','Weapon 5 Smelting Guarantee Volume','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6457','Guarantee_Armor_5Up','Safe to 10 Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6459','Jae_Sinho_Unpo','Fortune Gun','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6460','Jae_Sinho_Undo','fortune','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6461','Mimong_Sungjin','Sung Jin Mimong','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6462','Gilsang_Yeoui','Lucky Face','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6463','Sin_Sun_Jeonsul','Fresh scripture Legend','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6464','Hate_Bundle','Hate Crate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6465','Guard_Coin','Guardian Coin','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6466','Clean_Water','Clean Water','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6467','Perfume','Perfume','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6468','Thai_Perfume','Thai Perfume','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6469','Will_Of_Warrior','Will of Warrior','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6470','Blood_Thirst','Blood Thirst','3','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6471','Goast_Chill','Ghost Chill','3','1600','800','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6472','Holy_Mom_Blaze','Virgin\'s Splendor','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6473','Amatsu_Orb01','Pearl Spring (Cherry Beans)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6474','Amatsu_Orb02','Pearl Spring (Sakura T)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6475','Amatsu_Orb03','Pearl Spring (Cold Scarlet Cherry)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6476','Amatsu_Orb04','Pearl Spring (Miyama Sakura)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6477','Amatsu_Orb05','Pearl Spring (Sato Sakura)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6478','Amatsu_Orb06','Pearl Spring (Wild Cherry Tree)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6479','Amatsu_Orb07','Pearl Spring (Edo Equinox)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6480','Event_coin','10Th Event Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6481','Holy_Rock_Piece','Sacred Rock Shard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6482','Ancient_City_Key','Ancient City Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6483','Dream_Scroll','Dream Scroll','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6484','Enchant_Book','Heroic Desocketing Book','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6485','BlueCard_2','Blue 2 Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6486','BlueCard_0','Blue 0 Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6487','BlueCard_1','Blue 1 Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6488','Thanks_Invest_Ticket','Thanks Invest Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6489','Cats_Invest_Certif','Cats Invest Certificate','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6490','Magic_Clay_Fragment','Piece of Clay Magic','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6491','Magic_Clay','Clay Magic','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6492','Magic_Clay_Lump','Magic Lump Of clay','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6493','Makibishi','Makibishi','3','30','15','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6494','Kafra_Coin2','Kafra Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6495','Para_Logro_Badge','Eden Merit Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6496','Tikbalang_Thick_Spine','Tikbalang\'s Thick Spine','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6497','Lesser_Agimat','Lesser Agimat','3','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6498','Jejellopy','Jejellopy','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6499','Ancient_Grudge','Ancient Grudge','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6500','Sharp_Bamboo','Sharpened Bamboo','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6501','Salt_Bag','Salt Bag','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6502','Silver_Cross','Silver Cross','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6503','Soul_Protection','Spiritual Protection','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6504','Cast_Iron_Caldron','Cast-Iron Caldron','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6505','Purified_Bone','Purified Spirit Bone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6506','Offering_Bouquet','Offering Bouquet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6507','Evil_Bone','Evil Spirit Bone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6508','Silver_Bracelet','Silver Bracelet','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6509','Mysterious_Flower','Mysterious Flower','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6510','Elegant_Flower','Elegant Flower','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6511','Beautiful_Flower','Beautiful Flower','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6512','Charm_Fire','Charm Fire','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6513','Charm_Ice','Charm Ice','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6514','Charm_Wind','Charm Wind','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6515','Charm_Earth','Charm Earth','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6516','Bakonawa_Doll','Bakonawa Doll','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6517','Bangungot_Doll','Bangungot Doll','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6518','Buwaya_Doll','Buwaya Doll','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6519','Collected_Sample','Collected Sample','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6520','Lost_Belongings','Lost Belongings','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6521','Royal_Certificate','King\'s Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6522','Royal_Certificate_','King\'s Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6523','Bakonawa_Spirit_Piece','Piece of Bakonawa\'s Spirit','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6524','Bangungot_Spirit_Piece','Piece of Bangungot\'s Spirit','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6525','Buwaya_Spirit_Piece','Piece of Buwaya\'s Spirit','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6526','BlueCard_Happy','BlueCard Happy','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6527','BlueCard_Enjoy','BlueCard Enjoy','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6528','BlueCard_Light','BlueCard Light','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6529','BlueCard_Mid','BlueCard Mid','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6530','BlueCard_Fall','BlueCard Fall','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6531','Royal_Certificate__','King\'s Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6532','Honey_Songpyun','Honey Rice Cake','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6533','Torn_Document','Torn Document','3','2','1','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6534','Fruit_Sundae','Fruit Sundae','3','2','1','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6535','Red_Cloth','Piece Of Red Fabric','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6536','Star_Decor','Star Shape Decoration','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6537','Sky_Medal','Sky Tuesday','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6538','Real_Blank_Card','Blank Card','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6539','Old_Left_Lapine','Old Left Lapine','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6540','Golden_Leaf','Golden Leaf','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6541','Avant_Research_Data','Avant Research Data','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6542','Star_Shape_Mushroom','Star Shape Mushroom','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6543','Lv110_Achieved_Coin','110 Level Reached Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6544','Lv120_Achieved_Coin','120 Level Reached Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6545','Firm_Hair','Firm Hair','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6546','Younger_Bro_Letter','Younger Brother Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6547','Stained_Research_Book','Stained Research Book','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6548','Piece_Of_Lapine_Wing','Piece Of Lapine Wing','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6549','Courtesy_Ticket','Pass kindly','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6550','Brownie_Ticket','Brownie Ticket','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6551','RWC_Spirit_Auger','Black Devil Auger','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6552','Mail_Package','Mail Package','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6553','Leaf_Made_Wood','Leaf Made Wood','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6554','Seed_Box','Seed Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6555','Birthday_Candle','Birthday Candle','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6556','Nespresso_Ticket','Coupon Coffee capsule Machine','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6557','Fancy_Fairy_Wing','Fancy Fairy Wing','3','2350','1175','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6558','Pile_Of_Acorn','Pile Of Acorn','3','1500','750','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6559','Eye_Drops','Eye Drops','3','1780','890','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6560','Leaf_Bookmark','Leaf Bookmark','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6561','Dustball','Dustball','3','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6562','Tiny_Mouse_Tail','Tiny Mouse Tail','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6563','Weeds','Weeds','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6564','Captive_Hatchling','Captive Hatchling','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6565','Racy_Spice','Racy Spice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6566','Cacao99_Recipe','Fierce cacao 99 Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6567','Choco_Drink_Recipe','Chocolate Drink Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6581','Holy_Amulet','Divine Amulet','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6583','3rd_Test_Pass','3rd Test Pass','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6593','Cryptura_Hair_Coupon','Kuritura Hairstyle Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6606','P_Cart_C','P Cart C','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6616','Lmtd_Manny_Card','Lmtd Manny Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6617','Lmtd_Sid_Card','Lmtd Sid Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6618','Lmtd_Diego_Card','Lmtd Diego Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6619','Lmtd_Scrat_Card','Lmtd Scrat Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6635','Blacksmith_Blessing','Blacksmith\'s Blessing','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6646','Poring_Badge','Poring Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6654','Needle_And_Thread','Needle And Thread','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6655','Firm_Pumpkin','Hard Pumpkin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6656','Goast_Free_Charm','Controlling Amulet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6657','Memory_Of_Jack','Jack Memories','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6658','Halloween_Coin','Halloween Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6665','RWC_Inicializer','RWC Enchant Reset Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6682','Bag_Of_Selling_Goods','Bag Of Selling Goods','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('6712','Lovely_Stick','Love Wand','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7001','Mould_Powder','Mould Powder','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7002','Ogre_Tooth','Ogre Tooth','3','658','329','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7003','Anolian_Skin','Anolian Skin','3','968','484','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7004','Mud_Lump','Mud Lump','3','876','438','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7005','Skull','Skull','3','1044','522','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7006','Wing_Of_Red_Bat','Wing of Red Bat','3','168','84','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7007','Claw_Of_Rat','Claw of Rat','3','748','374','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7008','Stiff_Horn','Stiff Horn','3','636','318','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7009','Glitter_Shell','Glitter Shell','3','528','264','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7010','Tail_Of_Steel_Scorpion','Tail of Steel Scorpion','3','548','274','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7011','Claw_Of_Monkey','Claw of Monkey','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7012','Tough_Scalelike_Stem','Tough Scalelike Stem','3','412','206','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7013','Coral_Reef','Coral Reef','3','772','386','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7014','Old_Portrait','Old Portrait','3','1500','750','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7015','Bookclip_In_Memory','Bookclip in Memory','3','3000','1500','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7016','Spoon_Stub','Spoon Stub','3','2500','1250','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7017','Executioner\'s_Mitten','Executioner\'s Mitten','3','4500','2250','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7018','Young_Twig','Young Twig','3','50','25','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7019','Loki\'s_Whispers','Loki\'s Whispers','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7020','Mother\'s_Nightmare','Mother\'s Nightmare','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7021','Foolishness_Of_Blind','Foolishness of the Blind','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7022','Old_Hilt','Old Hilt','3','150','75','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7023','Blade_Lost_In_Darkness','Blade Lost in Darkness','3','12000','6000','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7024','Bloody_Edge','Bloody Edge','3','10000','5000','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7025','Lucifer\'s_Lament','Lucifer\'s Lament','3','30000','15000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7026','Key_Of_Clock_Tower','Key of Clock Tower','3','100','50','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7027','Underground_Key','Key of Underground','3','100','50','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7028','Invite_For_Duel','Invite for Duel','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7029','Admission_For_Duel','Admission for Duel','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7030','Claw_Of_Desert_Wolf','Claw of Desert Wolf','3','208','104','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7031','Old_Frying_Pan','Old Frying Pan','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7032','Piece_Of_Egg_Shell','Piece of Egg Shell','3','168','84','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7033','Poison_Spore','Poison Spore','3','114','57','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7034','Red_Socks_With_Holes','Red Stocking','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7035','Matchstick','Matchstick','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7036','Fang_Of_Garm','Fang of Hatii','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7037','Trade_Coupon','Coupon','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7038','Yarn','Yarn','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7039','Novice_Nametag','Newbie Tag','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7040','Megaphone','Megaphone','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7041','Fine_Grit','Fine Grit','3','120','60','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7042','Leather_Bag_Of_Infinity','Leather Bag of Infinity','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7043','Fine_Sand','Fine Sand','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7044','Vigorgra','Vigorgra','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7045','Magic_Paint','Magic Paint','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7046','Cart_Parts','Cart Parts','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7047','Alice\'s_Apron','Alice\'s Apron','3','2424','1212','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7048','Talon_Of_Griffin','Talon of Griffon','3','5418','2709','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7049','Stone','Stone','3','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7050','Cotton_Mat','Cotton Mat','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7051','Silk_Mat','Silk Mat','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7052','Old_Magazine','Old Papers','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7053','Cyfar','Cyfar','3','772','386','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7054','Brigan','Brigan','3','746','373','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7055','Animal_Pooopoo','Animal Poop','3','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7056','Payroll_Of_Kafra','Payment Statement for Kafra Employee','3','1','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7057','Gallar_Horn','Gjallar','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7058','Gullraifnir','Gleipnir','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7059','Cargo_Free_Ticket','Free Ticket for Kafra Storage','3','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7060','Warp_Free_Ticket','Free Ticket for Kafra Transportation','3','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7061','Cart_Free_Ticket','Free Ticket for the Cart Service','3','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7062','Broken_Turtle_Shell','Broken Turtle Shell','3','280','140','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7063','Soft_Feather','Soft Feather','3','280','140','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7064','Dragon_Fly_Wing','Wing of Dragonfly','3','520','260','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7065','Sea_Otter_Leather','Sea-otter Fur','3','820','410','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7066','Ice_Piece','Ice Cubic','3','660','330','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7067','Stone_Piece','Stone Fragment','3','640','320','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7068','Burn_Tree','Burnt Tree','3','722','361','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7069','Broken_Armor_Piece','Destroyed Armor','3','1042','521','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7070','Broken_Shell','Broken Shell','3','900','450','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7071','Tatters_Clothes','Tattered Clothes','3','1280','640','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7072','Rust_Suriken','Old Shuriken','3','1780','890','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7073','Jewel_Of_Prayer','Freya\'s Jewel','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7074','Iron_Glove','Thor\'s Gauntlets','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7075','Iron_Maiden','Iron Maiden','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7076','Mystery_Wheel','Wheel of the Unknown','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7077','Silver_Fancy','Silver Ornament','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7078','Anger_Of_Valkurye','Wrath of Valkyrie','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7079','Feather_Of_Angel','Feather of Angel Wing','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7080','Foot_Step_Of_Cat','Cat Tread','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7081','Beard_Of_Women','Woman\'s Moustache','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7082','Root_Of_Stone','Root of Stone','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7083','Soul_Of_Fish','Spirit of Fish','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7084','Saliva_Of_Bird','Sputum of Bird','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7085','Tendon_Of_Bear','Sinew of Bear','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7086','Symbol_Of_Sun','Amblem of the Sun God','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7087','Breath_Of_Soul','Breath of Spirit','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7088','Crystal_Of_Snow','Snow Crystal','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7089','Indication_Of_Tempest','Omen of Tempest','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7090','Slilince_Wave','Ripple','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7091','Rough_Billows','Billow','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7092','Air_Stream','Drifting Air','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7093','Wheel','Cogwheel','3','1512','756','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7094','Mystery_Piece','Fragment','3','1344','672','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7095','Broken_Steel_Piece','Metal Fragment','3','1075','537','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7096','Cold_Magma','Lava','3','1109','554','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7097','Burning_Heart','Burning Heart','3','924','462','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7098','Live_Coal','Live Coal','3','638','319','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7099','Old_Magic_Circle','Worn-out Magic Scroll','3','773','386','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7100','Sharp_Leaf','Sharp Leaf','3','806','403','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7101','Peco_Wing_Feather','PecoPeco Feather','3','454','227','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7102','Hideous_Dream','Nightmare','3','1075','537','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7103','Unknown_Liquid_Bottle','Unknown Liquid Bottle','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7104','Fake_Angel_Wing','False Angel Wing','3','756','378','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7105','Fake_Angel_Loop','False Heaven Ring','3','924','462','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7106','Goat\'s_Horn','Antelope Horn','3','672','336','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7107','Gaoat\'s_Skin','Antelope Skin','3','756','378','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7108','Boroken_Shiled_Piece','Piece of Shield','3','1680','840','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7109','Shine_Spear_Blade','Shining Spear Blade','3','840','420','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7110','Vroken_Sword','Broken Sword','3','588','294','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7111','Smooth_Paper','Slick Paper','3','706','353','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7112','Fright_Paper_Blade','Sharp Paper','3','907','453','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7113','Broken_Pharaoh_Symbol','Broken Pharaoh Emblem','3','2016','1008','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7114','Tutankhamen\'s_Mask','Masque of Tutankhamen','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7115','Harpy\'s_Feather','Harpy Feather','3','1142','571','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7116','Harpy\'s_Claw','Harpy Talon','3','1210','605','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7117','Rent_Spell_Book','Torn Magic Book','3','1142','571','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7118','Rent_Scroll','Torn Scroll','3','1361','680','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7119','Spawns','Bacillus','3','1025','512','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7120','Burning_Horse_Shoe','Burning Horseshoe','3','823','411','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7121','Honey_Jar','Honey Pot','3','622','311','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7122','Hot_Hair','Burning Hair','3','974','487','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7123','Dragon\'s_Skin','Dragon Skin','3','1025','512','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7124','Sand_Lump','Sand Clump','3','706','353','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7125','Scropion\'s_Nipper','Scorpion Claw','3','706','353','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7126','Large_Jellopy','Large Jellopy','3','840','420','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7127','Alcol_Create_Book','Alcohol Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7128','FireBottle_Create_Book','Bottle Grenade Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7129','Acid_Create_Book','Acid Bottle Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7130','Plant_Create_Book','Plant Bottle Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7131','Mine_Create_Book','Marine Sphere Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7132','Coating_Create_Book','Glistening Coat Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7133','Slim_Potion_Create_Book','Condensed Potion Creation Guide','3','240000','120000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7134','Medicine_Bowl','Medicine Bowl','3','8','4','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7135','Fire_Bottle','Bottle Grenade','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7136','Acid_Bottle','Acid Bottle','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7137','MenEater_Plant_Bottle','Plant Bottle','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7138','Mini_Bottle','Marine Sphere Bottle','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7139','Coating_Bottle','Glistening Coat','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7140','Seed_Of_Life','Seed of Life','3','60000','30000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7141','Yggdrasilberry_Dew','Morning Dew of Yggdrasil','3','20000','10000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7142','Germination_Breed','Embryo','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7143','Life_Force_Pot','Glass Tube','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7144','Normal_Potion_Book','Potion Creation Gude','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7145','Rag_T_Shirts','Ragnarok T-shirt','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7146','Vacance_Ticket','Vacation Ticket','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7147','Jasmin','Jasmine','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7148','Mother_Letter','Mother\'s Letter','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7149','Yellow_Plate','Yellow Plate','3','220','110','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7150','Bamboo_Cut','Piece of Bamboo','3','310','155','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7151','Oil_Paper','Oil Paper','3','210','105','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7152','Glossy_Hair','Glossy Hair','3','340','170','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7153','Old_Japaness_Clothes','Worn-out Kimono','3','590','295','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7154','Poison_Powder','Poisonous Powder','3','160','80','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7155','Poison_Toad\'s_Skin','Poisonous Toad Skin','3','280','140','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7156','Broken_Shuriken','Broken Shuriken','3','470','235','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7157','Black_Mask','Dark Mask','3','315','157','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7158','Broken_Wine_Vessel','Broken Liquor Jar','3','160','80','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7159','Tengu\'s_Nose','Tengu Nose','3','400','200','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7160','Lord\'s_Passable_Ticket','Feudal Lord Permit','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7161','Black_Bear\'s_Skin','Black Bear Skin','3','384','192','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7162','Cloud_Piece','Cloud Crumb','3','390','195','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7163','Sharp_Feeler','Hard Feeler','3','570','285','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7164','Hard_Peach','Solid Peach','3','400','200','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7165','Limpid_Celestial_Robe','Transparent Celestial Robe','3','650','325','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7166','Soft_Silk_Cloth','Soft Silk','3','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7167','Mystery_Iron_Bit','Strange Steel Piece','3','430','215','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7168','Great_Wing','Giant Butterfly Wing','3','614','307','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7169','Taegeuk_Plate','Ba Gua','3','2800','1400','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7170','Tuxedo','Tuxedo','3','43000','21500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7171','Leopard_Skin','Leopard Skin','3','282','141','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7172','Leopard_Talon','Leopard Claw','3','290','145','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7173','BurnBuster_Bag','Bun Buster Bag','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7174','Packing_Ribbon','Wrapping Lace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7175','Packing_Paper','Wrapping Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7176','XMAS_Coupon','Royal Certificate','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7177','Part_Of_Star\'s_Sob','Crumb of Sobbing Starlight','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7178','Star\'s_Sob','Sobbing Starlight','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7179','Donation_Card','Proof of Donation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7180','Introduction_Of_Mr.Han','Hahn Sukbong\'s Recommendation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7181','Receipt_01','Receipt','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7182','Cacao','Cacao','3','200','100','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7183','Sister_Letter','Letter from Sister','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7184','Piano_Keyboard','Piano Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7185','Quiz_Ticket','Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7186','Thin_Stem','Thin Trunk','3','380','190','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7187','Festival_Mask','Festival Mask','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7188','Browny_Root','Brown Root','3','560','280','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7189','Heart_Of_Tree','Wooden Heart','3','680','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7190','Solid_Peeling','Solid Husk','3','140','70','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7191','Lamplight','Lamp','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7192','Blade_Of_Pinwheel','Vane','3','160','80','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7193','Germinating_Sprout','Sprout','3','230','115','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7194','Soft_Leaf','Soft Blade of Grass','3','400','200','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7195','Air_Rifle','Slingshot','3','210','105','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7196','Shoulder_Protection','Shoulder Protector','3','230','115','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7197','Tough_Vines','Tough Vines','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7198','Great_Leaf','Huge Leaf','3','610','305','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7199','Coupon','Event Tickets','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7200','Flexible_String','Elastic Band','3','380','190','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7201','Log','Log','3','250','125','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7202','Beetle_Nipper','Pincher of Beetle','3','290','145','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7203','Solid_Twig','Strong Branch','3','190','95','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7204','Gunpowder','Gunpowder','3','320','160','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7205','Piece_Of_Black_Cloth','Piece of Black Cloth','3','526','263','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7206','Black_Kitty_Doll','Black Cat Doll','3','1440','720','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7207','Old_Manteau','Old Manteau','3','1050','525','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7208','Rusty_Cleaver','Rusty Kitchen Knife','3','1780','890','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7209','Dullahan\'s_Helm','Helm of Dullahan','3','1350','675','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7210','Dullahan_Armor','Armor Piece of Dullahan','3','790','395','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7211','Rojerta_Piece','Fragment of Rossata Stone','3','2600','1300','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7212','Hanging_Doll','Hung Doll','3','1020','510','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7213','Needle_Pouch','Needle Packet','3','832','416','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7214','Bat_Cage','Bat Cage','3','880','440','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7215','Broken_Needle','Broken Needle','3','690','345','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7216','Red_Scarf','Red Muffler','3','660','330','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7217','Spool','Spool','3','424','212','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7218','Rotten_Rope','Decomposed Rope','3','390','195','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7219','Striped_Socks','Striped Sock','3','920','460','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7220','Ectoplasm','Ectoplasm','3','322','161','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7221','Tangled_Chain','Tangled Chains','3','740','370','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7222','Tree_Knot','Wooden Gnarl','3','468','234','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7223','Distorted_Portrait','Contorted Self-Portrait','3','2032','1016','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7224','Stone_Of_Intelligence','Stone of Sage','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7225','Pumpkin_Bucket','Pumpkin Lantern','3','486','243','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7226','Pill','Pellet','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7227','TCG_Card','Bossnia Entrance Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7228','Gold_Bullion','Gold Bullion','3','100000','50000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7229','Silver_Bullion','Silver Bullion','3','50000','25000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7230','White_Gold_Bullion','Platinum Bullion','3','200000','100000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7231','Gold_Ore','Gold Ore','3','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7232','Silver_Ore','Silver Ore','3','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7233','Mithril_Ore','Mithril Ore','3','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7234','Soul_Of_Guild','Spirit of Guild','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7235','Soul_Of_Courage','Spirit of Charge','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7236','Soul_Of_Guard','Spirit of Protection','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7237','Soul_Of_Partnership','Spirit of Association','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7238','Soul_Of_Correspondence','Spirit of Coordination','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7239','Soul_Of_Proceeding','Spirit of Advance','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7240','Soul_Of_Confidence','Spirit of Trust','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7241','Soul_Of_Agreement','Spirit of Union','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7242','Soul_Of_Harmony','Spirit of Combination','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7243','Soul_Of_Cooperate','Spirit of Cooperation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7244','Soul_Of_Unity','Spirit of Solidarity','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7245','Soul_Of_Friendship','Spirit of Friendship','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7246','Soul_Of_Peace','Spirit of Peace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7247','Soul_Of_Spirit','Spirit of Determination','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7248','Soul_Of_Honor','Spirit of Honor','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7249','Soul_Of_Service','Spirit of Service','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7250','Soul_Of_Glory','Spirit of Glory','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7251','Soul_Of_Victory','Spirit of Victory','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7252','Herb_Medicine','Herbal Medicine','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7253','Taeguk_Flag','Golden Korean Flag','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7254','Digital_Print_Ticket','Digital Picture Printing Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7255','China_Marble01','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7256','China_Marble02','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7257','China_Marble03','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7258','China_Marble04','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7259','China_Marble05','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7260','China_Marble06','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7261','China_Marble07','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7262','Fan','Folding Fan of Cat Ghost','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7263','Cat_Eyed_Stone','Cat\'s Eye','3','954','477','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7264','Dried_Sand','Dry Sand','3','322','161','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7265','Dragon_Horn','Dragon Horn','3','544','272','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7266','Dragon_Fang','Denture from Dragon Mask','3','436','218','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7267','Tiger_Skin_Panties','Tiger Panty','3','298','149','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7268','Little_Blacky_Ghost','Little Ghost Doll','3','1210','605','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7269','Bib','Pinafore','3','960','480','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7270','Milk_Bottle','Nursing Bottle','3','1100','550','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7271','Figure','Novice Figure','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7272','Meat_Dumpling_Doll','Rice Ball Doll','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7273','Golden_Necklace','RWC Necklace','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7274','Ancient_Translator','Translated Ancient Language','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7275','Ancient_Document','Record of Ancient Language','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7276','Picture_Letter','Doodled Message','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7277','Munak_Doll','Munak Doll','3','8900','4450','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7278','Wellbeing_Letter','Letter to Wife','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7279','Vita500_Lid','Vita500 Lid','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7280','Quiz_Ticket01','1st Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7281','Quiz_Ticket02','2nd Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7282','Quiz_Ticket03','3rd Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7283','Quiz_Ticket04','4th Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7284','Quiz_Ticket05','5th Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7285','Thread_Skein','Holy Threads','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7286','Chilli','Red Chile','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7287','Thread_Skein_','Holier Threads','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7288','Thai_Ring','Engagement Ring','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7289','Olivine','Peridot','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7290','Phlogopite','Phlogopite','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7291','Agate','Agate','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7292','Muscovite','Muscovite','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7293','Rose_Quartz','Rose Quartz','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7294','Turquoise','Turquoise','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7295','Citrine','Citrin','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7296','Pyroxene','Pyroxene','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7297','Biotite','Biotite','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7298','Leaf_Clothes','Fig Leaf','3','538','269','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7299','Bamboo_Basket','Straw Basket','3','632','316','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7300','Gemstone','Gemstone','3','1420','710','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7301','Sword_Accessory','Tassel','3','798','399','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7302','KRATHONG','Krathong','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7303','Bag_Of_Rice','Straw Rice Bag','3','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7304','Witch\'s_Spell_Book','Witch\'s Spell Scroll','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7305','Authority_Of_Nine_World','Symbol of the Nine Realms','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7306','Fragment_Of_Soul','Piece of Spirit','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7307','Whisper_Of_Soul','Spiritual Whispers','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7308','Witch\'s_Potion','Witch\'s Tonic','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7309','Wing_Of_Crow','Crow Wing','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7310','Free_Peco_Ticket','Free Ticket for Peco Ride','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7311','Free_Flying_Ship_Ticket','Free Ticket for Flyship','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7312','Jubilee','Jubilee','3','32','16','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7313','Seal_Of_Witch','Witch\'s Medal','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7314','The_Sign','The Sign','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7315','Dark_Crystal_Fragment','Dark Crystal Fragment','3','422','211','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7316','Long_Limb','Insect Leg','3','658','329','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7317','Screw','Rusty Screw','3','534','267','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7318','Old_Pick','Old Pick','3','512','256','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7319','Old_Steel_Plate','Used Iron Plate','3','1024','512','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7320','Air_Pollutant','Dust Pollutant','3','256','128','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7321','Fragment_Of_Crystal','Crystal Fragment','3','552','276','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7322','Poisonous_Gas','Toxic Gas','3','666','333','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7323','Battered_Kettle','Battered Kettle','3','256','128','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7325','Tube','Flexible Tube','3','102','51','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7326','Fluorescent_Liquid','Fluorescent Liquid','3','712','356','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7327','Headlamp','Flashlight','3','1024','512','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7328','Legendary_Scroll','Legend of Songkran','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7329','Old_Copper_Key','Old Bronze Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7330','2anny','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7331','Flower_Of_Heaven','Heaven Flower','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7332','Slate','Complete Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7333','Piece_Of_Slate_1','Prontera Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7334','Piece_Of_Slate_2','Payon Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7335','Piece_Of_Slate_3','Morroc Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7336','Piece_Of_Slate_4','Geffen Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7337','Eye_Of_Hellion','Eye of Hellion','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7338','RO_Transportation_Card','One-way Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7339','RO_Transportation_Card_','Commemorative Travel Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7340','Will_Of_Darkness','Will of the Darkness','3','734','367','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7341','Worn_Out_Pendant','Old Pendant','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7342','File01','File Folder','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7343','File02','Sealed File Folder','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7344','File03','Shinokas Case File','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7345','Armlet_Of_Prisoner','Handcuffs','3','724','362','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7346','Pile_Of_Ymir_Heart','Ymir\'s Heart Piece','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7347','Lab_Staff_Record','Research Chart','3','840','420','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7348','Indication_Of_Member01','Membership Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7349','Indication_Of_Member02','Archive Permit','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7350','Pass','Pass','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7351','Friend\'s_Diary','Friend\'s Diary','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7352','Transparent_Plate01','Transparent Plate','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7353','Transparent_Plate02','Transparent Plate','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7354','Transparent_Plate03','Transparent Plate','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7355','Transparent_Plate04','Transparent Plate','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7356','Piece_Of_Crest1','Crest Piece','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7357','Piece_Of_Crest2','Crest Piece','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7358','Piece_Of_Crest3','Crest Piece','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7359','Piece_Of_Crest4','Crest Piece','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7360','RO_Festival_Ticket','RO Festival Invitation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7361','Lotto01','Lotto Ball 01','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7362','Lotto02','Lotto Ball 02','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7363','Lotto03','Lotto Ball 03','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7364','Lotto04','Lotto Ball 04','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7365','Lotto05','Lotto Ball 05','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7366','Lotto06','Lotto Ball 06','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7367','Lotto07','Lotto Ball 07','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7368','Lotto08','Lotto Ball 08','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7369','Lotto09','Lotto Ball 09','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7370','Lotto10','Lotto Ball 10','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7371','Lotto11','Lotto Ball 11','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7372','Lotto12','Lotto Ball 12','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7373','Lotto13','Lotto Ball 13','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7374','Lotto14','Lotto Ball 14','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7375','Lotto15','Lotto Ball 15','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7376','Lotto16','Lotto Ball 16','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7377','Lotto17','Lotto Ball 17','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7378','Lotto18','Lotto Ball 18','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7379','Lotto19','Lotto Ball 19','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7380','Lotto20','Lotto Ball 20','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7381','Lotto21','Lotto Ball 21','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7382','Lotto22','Lotto Ball 22','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7383','Lotto23','Lotto Ball 23','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7384','Lotto24','Lotto Ball 24','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7385','Lotto25','Lotto Ball 25','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7386','Lotto26','Lotto Ball 26','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7387','Lotto27','Lotto Ball 27','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7388','Lotto28','Lotto Ball 28','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7389','Lotto29','Lotto Ball 29','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7390','Lotto30','Lotto Ball 30','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7391','Lotto31','Lotto Ball 31','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7392','Lotto32','Lotto Ball 32','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7393','Lotto33','Lotto Ball 33','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7394','Lotto34','Lotto Ball 34','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7395','Lotto35','Lotto Ball 35','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7396','Lotto36','Lotto Ball 36','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7397','Lotto37','Lotto Ball 37','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7398','Lotto38','Lotto Ball 38','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7399','Word_Card01','Selamat','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7400','Word_Card02','Hari','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7401','Word_Card03','Kemerdekaan','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7402','Word_Card04','Republik','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7403','Word_Card05','Indonesia','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7404','Word_Card06','Ke-60','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7405','Crushed_Can','Crushed Can','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7406','Moon_Cake1','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7407','Moon_Cake2','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7408','Moon_Cake3','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7409','Moon_Cake4','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7410','Moon_Cake5','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7411','Moon_Cake6','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7412','Moon_Cake7','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7413','Moon_Cake8','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7414','Moon_Cake9','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7415','Stone_Of_Summons','Summoning Stone','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7416','Letter_Of_Recommend','Letter of Recommendation','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7417','Mission_ScrollA','Written Request(A)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7418','Mission_ScrollB','Written Request(B)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7419','Embryo_HandBook','Embryo Creation Guide','3','48000','24000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7420','Skull_','Skull','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7421','Key_Red','Red Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7422','Key_Yellow','Yellow Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7423','Key_Blue','Blue Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7424','Key_Green','Green Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7425','Key_Black','Black Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7426','Magic_Gem_Red','Red Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7427','Magic_Gem_Yellow','Yellow Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7428','Magic_Gem_Blue','Blue Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7429','Magic_Gem_Green','Green Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7430','Magic_Gem_Black','Black Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7431','Several_Books','Pile of Books','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7432','Leather_Pouch','Leather Pouch','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7433','Scroll','Blank Scroll','3','4000','2000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7434','Elemental_Potion_Book','Elemental Potion Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7435','Golden_Bracelet','Golden Ornament','3','1907','953','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7436','Piece_Of_Memory_Green','Fragment of Agony','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7437','Piece_Of_Memory_Purple','Fragment of Misery','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7438','Piece_Of_Memory_Blue','Fragment of Hatred','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7439','Piece_Of_Memory_Red','Fragment of Despair','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7440','Red_Feather','Red Feather','3','1335','667','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7441','Blue_Feather','Blue Feather','3','1408','704','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7442','Cursed_Seal','Cursed Seal','3','1332','666','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7443','Tri_Headed_Dragon_Head','Three-Headed Dragon\'s Head','3','956','478','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7444','Treasure_Box','Treasure Box','3','300000','150000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7445','Dragonball_Green','Green Bijou','3','887','443','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7446','Dragonball_Blue','Blue Bijou','3','887','443','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7447','Dragonball_Red','Red Bijou','3','887','443','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7448','Dragonball_Yellow','Yellow Bijou','3','887','443','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7449','Bloody_Page','Bloody Page','3','681','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7450','Piece_Of_Bone_Armor','Skeletal Armor Piece','3','2050','1025','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7451','Scale_Of_Red_Dragon','Fire Dragon Scale','3','1852','926','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7452','Yellow_Spice','Yellow Spice','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7453','Sweet_Sauce','Sweet Sauce','3','700','350','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7454','Plain_Sauce','Savory Sauce','3','700','350','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7455','Hot_Sauce','Spicy Sauce','3','700','350','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7456','Red_Spice','Red Spice','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7457','Cooking_Oil','Cooking Oil','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7458','Baphomet\'s_Horn','Fortune Horn','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7459','RAMADAN_','Idul Fitri Card','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7460','Niflheim_Ticket','Niflheim Express Ticket','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7461','BlueCard_A','Blue A Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7462','BlueCard_E','Blue E Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7463','BlueCard_F','Blue F Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7464','BlueCard_H','Blue H Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7465','BlueCard_L','Blue L Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7466','BlueCard_N','Blue N Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7467','BlueCard_O','Blue O Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7468','BlueCard_P','Blue P Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7469','BlueCard_U','Blue U Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7470','BlueCard_W','Blue W Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7471','BlueCard_Y','Blue Y Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7472','Cookbook01','Level 1 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7473','Cookbook02','Level 2 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7474','Cookbook03','Level 3 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7475','Cookbook04','Level 4 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7476','Cookbook05','Level 5 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7477','Cookbook06','Level 6 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7478','Cookbook07','Level 7 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7479','Cookbook08','Level 8 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7480','Cookbook09','Level 9 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7481','Cookbook10','Level 10 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7482','Pot','Pot','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7483','Key_Of_Seal','Key of the Seal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7484','Warrior_Symbol','Symbol of a Brave Warrior','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7485','2nd_Floor_Pass','Cloud General','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7486','3rd_Floor_Pass','Wind General','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7487','Tavern_Wine','Culinary Wine','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7488','Delivery_Box','Delivery Package','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7489','Villa_Spare_Key','Cottage Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7490','Kyll_Hire_Letter','Letter to Elly','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7491','Iron_Box','Steel Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7492','Yellow_Key_Card','Yellow Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7493','Golden_Key','Golden Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7494','Kiel_Button','Luxurious Button','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7495','Blue_Key_Card','Blue Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7496','Red_Key_Card','Red Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7497','Steel_Piece','Metal Fragment','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7498','Rosimier_Key','Rosimier Mansion Keys','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7499','Family_Portrait','Family Portrait','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7500','Elysia_Portrait','Woman\'s Portrait','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7501','Kyll_Hire_Letter2','K.H\'s Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7502','Piece_Memo_Of_James','James\'s Note','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7503','Man_Portrait','Man\'s Portrait','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7504','Toy_Motor','Power Device','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7505','Toy_Key','Toy Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7506','Black_Key_Card','Black Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7507','Sturdy_Iron_Piece','Solid Iron Piece','3','842','421','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7508','Elysia_Ring','Allysia\'s Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7509','Fancy_Key_Card','Luxurious Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7510','Valhalla_Flower','Valhala\'s Flower','3','200000','100000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7511','Rune_Of_Darkness','Rune of Darkness','3','2526','1263','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7512','Burnt_Parts','Burnt Part','3','1600','800','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7513','Pocket_Watch','Pocket Watch','3','3420','1710','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7514','Monster_Ticket','Monster Ticket','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7515','Marvelous_Medal','Prize Medal','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7516','Green_Key_Card','Green Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7517','Gold_Coin_','Gold Coin','3','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7518','Women\'s_Medal','Women\'s Medal','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7519','Money_Envelope','Handsel','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7520','Chinese_Scroll','Please Be Rich','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7521','Flame_Stone','Flame Stone','3','150','75','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7522','Ice_Stone','Ice Stone','3','150','75','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7523','Wind_Stone','Wind Stone','3','150','75','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7524','Shadow_Orb','Shadow Orb','3','300','150','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7525','Summer_Feast_Ticket','Summer Festival Ticket','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7526','Manuscript_Paper','Manuscript Paper','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7527','Life_Book','Book About True Life','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7528','Id_Lottery_Ticket','Lottery Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7529','Stolen_Sandals','Stolen Sandal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7530','Travel_Brochure_01','Travel Brochure [Amatsu]','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7531','Travel_Brochure_02','Travel Brochure [Kunlun]','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7532','Travel_Brochure_03','Travel Brochure [Louyang]','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7533','Travel_Brochure_04','Travel Brochure [Ayothaya]','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7534','Photo_Album_01','Amatsu Completed Photo Album','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7535','Photo_Album_02','Kunlun Completed Photo Album','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7536','Photo_Album_03','Louyang Completed Photo Album','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7537','Photo_Album_04','Ayothaya Completed Photo Album','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7538','Sifted_Sand','Sand for Work','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7539','Poring_Coin','Poring Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7540','Lotto39','Lotto Ball 39','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7541','Lotto40','Lotto Ball 40','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7542','Lotto41','Lotto Ball 41','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7543','Lotto42','Lotto Ball 42','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7544','Lotto43','Lotto Ball 43','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7545','Lotto44','Lotto Ball 44','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7546','Lotto45','Lotto Ball 45','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7547','Soccer_Ball','Soccer Ball','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7548','Soccer_Shoes','Soccer Shoes','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7549','Brazilian_Flag','Brazilian Flag','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7550','Ticket01','6.13 Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7551','Ticket02','6.18 Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7552','Ticket03','6.22 Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7553','Lotus_Flower','Water Lily','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7554','Striped_Candle','Striped Candle','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7555','Green_Incense','Green Incense','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7556','Longing_Heart','Longing Heart','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7557','Invitation_Letter','Invitation Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7558','Invitation_Ticket','Invitation Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7559','Key_Of_Flower_Garden','Key to the Secret Garden','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7560','Longing_Heart2','Longing Heart','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7561','Ice_Heart','Glacial Heart','3','606','303','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7562','Ice_Scale','Ice Scale','3','3020','1510','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7563','Bloody_Rune','Bloody Rune','3','2016','1008','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7564','Rotten_Meat','Rotten Meat','3','102','51','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7565','Sticky_Poison','Sticky Poison','3','350','175','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7566','Will_Of_Darkness_','Will of Red Darkness','3','1530','765','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7567','Suspicious_Hat','Suspicious Hat','3','1290','645','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7568','White_Mask','White Mask','3','1060','530','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7569','Hammer_Of_Wind','Wind Hammer','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7570','Temple_Lottery_Ticket','Temple Lottery Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7571','Diary_Of_Blue','Bruspetti\'s Diary','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7572','Magic_Necklace','Ashy Necklace','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7573','Magic_Necklace_','Sparkling Necklace','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7574','Ice_Particle','Freezing Snow Powder','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7575','Red_Jewel_','Red Jewel','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7576','Blue_Jewel_','Blue Jewel','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7577','Golden_Jewel_','Yellow Jewel','3','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7578','Anti_Spell_Bead','Countermagic Crystal','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7579','Silk_Handkerchief','Silk Handkerchief of Zhi Nu','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7580','Black_Bead','Black Bead','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7581','Anniversary_Ticket','Celebration Document','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7582','Gem_Of_Ruin','Jewel of Destruction','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7583','Evil_Mind','Evil Mind','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7584','Proof_Of_Guard1','Guard\'s First Proof','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7585','Proof_Of_Guard2','Guard\'s Second Proof','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7586','Proof_Of_Guard3','Guard\'s Third Proof','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7587','Proof_Of_Guard4','Guard\'s Fourth Proof','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7588','IPOD_Ticker','IPOD Coupon','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7589','Moon_Cake10','Lettered Moon Snack 01','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7590','Moon_Cake11','Lettered Moon Snack 02','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7591','Moon_Cake12','Lettered Moon Snack 03','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7592','Moon_Cake13','Lettered Moon Snack 04','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7593','Moon_Cake14','Lettered Moon Snack 05','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7594','Sonia\'s_Letter','Sonia\'s Letter','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7595','Unique_Sword','Special Sword','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7596','Unique_Shield','Special Shield','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7597','Magic_Stone','Magic Stone','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7598','BlueCard_I','Blue I Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7599','BlueCard_D','Blue D Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7600','BlueCard_K','Blue K Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7601','BlueCard_S','Blue S Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7602','BlueCard_R','Blue R Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7603','RO_Party_Ticket','RO Party Invitation Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7604','Flour','Flour','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7605','Chicken_Egg','Chicken Egg','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7606','Coin','Token of the Ox','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7607','Evil_Dragon_Head','Neck of Demon Dragon','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7608','Premium_Ticket','Premium Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7609','Pumpkin_Mojo','Pumpkin Mojo','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7610','Food_Ticket','Food Exchange Ticket','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7611','Fox_Symbol','Symbol of Fox','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7612','Heart_Of_Fox_Queen','Heart of Queen Fox','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7613','Small_Rice_Dough','Small Rice Cake Dough','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7614','Special_Packing_Paper','Wrapping Paper','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7615','MVP_Ticket','MVP Voucher','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7616','Mini_Boss_Ticket','Miniboss Voucher','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7617','Monster_Ticket_','Monster Voucher','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7618','Monster_Crystal','Monster Crystal','3','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7619','Enriched_Elunium','Old Enriched Elunium','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7620','Enriched_Oridecon','Old Enriched Oridecon','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7621','Token_Of_Siegfried','Token Of Siegfried','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7622','New_Style_Coupon','Hairstyle Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7623','Name_Change_Coupon','Ticket Of Identification','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7624','Spring_Stanza23','Spring Stanza23','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7625','Registration_Ticket','Operators special compensation','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7626','Bubble_Gum_Token','Bubble Gum Token','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7627','Sage_Key','Sage Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7628','Idiot_Key','Idiot Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7629','Pink_Gift_Box','Pink Gift Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7630','Clean_Beach_Brush','Broom clean Beaches','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7631','Trash_Debris','Waste Residue','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7632','To_Afterworld_Record','Terrible Report Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7633','To_Heaven_Record','Heavensent Report Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7634','Rose_Of_Father','Father Rose','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7635','Perfume_Pouch','Incense Bag','3','100','50','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7636','Magic_Potion_Bottle','Magic Potion Bottle','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7637','Father_Giftbox','Father Gift Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7638','Tw_Green_Box','Green Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7639','Tw_Red_Box','Red Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7646','RO_Luk_Bookmark','RO Luk Bookmark','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7647','Taiwan_Luk_Coin','Taiwan Luk Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7648','Snake_Bookmark','Snake Bookmark','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7649','Big_Luk_Bookmark','Big Luk Bookmark','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7651','Mystery_Egg','Mystery Egg','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7701','Dragon_Spirit','Soul','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7702','Special_Cogwheel','Special Cogwheel','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7703','Piece_Of_Cogwheel','Piece of Cogwheel','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7704','Broken_Thermometer','Broken Thermometer','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7705','Note_Of_Geologist','Note of Geologist','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7706','Spoiled_Carrot_Juice','Broken Carrot Juice','3','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7707','Spoiled_Banana_Juice','Broken Banana Juice','3','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7708','Spoiled_Apple_Juice','Broken Apple Juice','3','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7709','Spoiled_Grape_Juice','Broken Grape Juice','3','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7710','Black_Gemstone','Black Gemstone','3','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7711','Update_Ticket','Event Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7712','Nokia5500','Nokia 5500','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7713','BlueCard_A_','Blue A(2) Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7714','BlueCard_R_','Blue R(2) Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7715','Handmade_Choco_Recipe','Hand-made Chocolate Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7716','Strawberry_Choco_Recipe','Chocolate Strawberry Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7717','Choco_Tart_Recipe','Chocolate Tart Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7718','Cacao_Bean','Cacao Bean','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7719','BlueCard_G','Blue G Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7720','Gold_Coin_US','Gold Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7721','Treasure_Box_','Treasure Box','3','100','50','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7722','Debt_Note','Debt Note','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7723','Diamond_Of_Ruin','Diamond of Ruin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7724','Forbidden_Secret_Art','Forbidden Secret Art','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7725','Unlucky_Emerald','Unlucky Emerald','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7726','Token_Of_King','Token of King','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7727','HP_Doctor_Ticket','HP Doctor Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7728','SP_Doctor_Ticket','SP Doctor Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7729','Rok_Star_Badge','Rok Star Badge','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7730','Mission_Certificate1','Mission Ticket 1','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7731','Mission_Certificate2','Mission Ticket 2','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7732','Mission_Certificate3','Mission Ticket 3','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7733','Mission_Certificate4','Mission Ticket 4','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7734','Mission_Certificate5','Mission Ticket 5','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7735','Mission_Certificate6','Mission Ticket 6','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7736','Mission_Certificate7','Mission Ticket 7','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7737','Mission_Certificate8','Mission Ticket 8','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7738','Mission_Certificate9','Mission Ticket 9','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7739','Mission_Certificate10','Mission Ticket 10','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7740','Mission_Certificate11','Mission Ticket 11','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7741','Mission_Certificate12','Mission Ticket 12','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7742','Kaong','Kaong','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7743','Gulaman','Gulaman','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7744','Leche_Flan','Leche Flan','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7745','Ube_Jam','Ube Jam','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7746','Sago','Sago','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7747','Langka','Langka','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7748','Sweet_Bean','Sweet Beans','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7749','Sweet_Banana','Sweet Bananas','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7750','Macapuno','Macapuno','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7751','Old_White_Cloth','Old White Cloth','3','550','275','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7752','Clattering_Skull','Clattering Skull','3','840','420','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7753','Broken_Farming_Utensil','Broken Farming Utensil','3','330','165','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7754','Broken_Crown','Broken Crown','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7755','Research_Note','Research Note','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7756','Sealed_Book','Sealed Book','3','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7757','Mithril','Mithril','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7758','Star_Crystal','Star Crystal','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7759','Geology_Report','Geologist\'s Report','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7760','Yaga_Magic_Book','Yaga\'s Magic Book','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7761','Magic_Gourd_Bottle','Magic Gourd Bottle','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7762','Yaga_Pestle','Yaga\'s Pestle','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7763','Sticky_Herb','Sticky Herb','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7764','High_Strength_Adhesive','High Strength Adhesive','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7765','Yaga_Secret_Medicine','Baba Yaga\'s Secret Medicine','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7766','Bok_Choy','Bok Choy','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7767','Chung_E_Cake','Chung E Cake','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7768','Squid','Squid','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7769','Egg_Yolk','Egg Yolk','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7770','Sweet_Rice','Sweet Rice','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7771','Lotus_Leaf','Lotus Leaf','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7772','String','String','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7773','War_Badge','War Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7774','Chung_E_Ticket','Chung E Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7775','Spring_Rabbit_Ticket','Spring Rabbit Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7776','Max_Weight_Up_Scroll','Gym Pass','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7777','Gold_Box','Sealed Golden Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7778','Silver_Box','Sealed Silver Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7779','Gold_Key_TW','Golden Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7780','Silver_Key','Silver Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7781','Heart_Box','Engrave Treasure Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7782','Gold_Key77','Episode 13.1 Poporing Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7783','Silver_Key77','Episode 13.2 Poring Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7784','Fawner_Coupon1','Free Coupon 1','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7785','Fawner_Coupon2','Free Coupon 2','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7786','Fawner_Coupon3','Free Coupon 3','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7787','Fawner_Coupon4','Free Coupon 4','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7788','Fawner_Coupon5','Free Coupon 5','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7789','Fawner_Coupon6','Free Coupon 6','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7790','Fawner_Coupon7','Free Coupon 7','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7791','Fawner_Coupon8','Free Coupon 8','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7792','Guyak','Old','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7793','Golden_Apple','Golden Apple','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7794','Fate_Of_Crow','The Crow of Destiny','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7795','Mami_Photo_Album','Mammi\'s Photo Album','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7796','Author_Autograph','Author\'s Autograph','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7797','Author_Memo','Author\'s Memo','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7798','Dark_Debris','Fragment of Darkness','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7799','Dark_Crystal','Crystal of Darkness','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7800','Golden_Apple_','Golden Charm Apple','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7801','Girl_Fan_Letter','Girl\'s Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7802','Autograph_Book','Signature Notebook','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7803','Battle_Manual_TW','Beginner\'s Field Manual','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7805','Brown_Ring','Brown Jenoss\'s Family Ring','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7806','Black_Anvil','God Anvil','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7807','Ore','God Mineral','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7808','Gold_Hammer','God Hammer','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7809','Gold_Furnace','God Furnace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7810','Yellow_Cat_Eyed_Stone','Symbol of Richness','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7811','Gold_Anvil','Anvil','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7812','Red_Cat_Eyed_Stone','Symbol of Bravery','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7813','Th_Red_Ring','Red Jenoss\'s Family Ring','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7814','Green_Ring','Green Jenoss\'s Family Ring','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7815','Blue_Ring','Blue Jenoss\'s Family Ring','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7816','Blue_Cat_Eyed_Stone','Symbol of Faith','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7817','White_Cat_Eyed_Stone','Symbol of Peace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7818','RJC_Golden_Necklace','Jessur\'s Necklace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7819','Nokia5300','Nokia 5300','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7820','Morroc_Skin','Piece of Morocc Skin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7821','Green_Apple','Green Apple','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7822','Whole_Barbecue','Whole Barbecue','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7823','Meat_Veg_Skewer','Meat Veg Skewer','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7824','Spirit_Liquor','Spirit Liquor','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7825','Heroic_Stone','Heroic Stone','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7826','Continental_Guard_Paper','Continental Guard Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7827','Mineral_Report','Mineral Evals','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7828','BF_Badge1','Bravery Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7829','BF_Badge2','Valor Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7830','Goddess_Tear','Goddess Tear','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7831','Valkyrie_Token','Valkyrie\'s Token','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7832','Brynhild_Armor_Piece','Brynhild Armor Piece','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7833','Hero_Remains','Hero\'s Remains','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7834','Andvari_Ring','Andvari\'s Ring','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7835','Dusk_Glow','Dusk Glow','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7836','Dawn_Essence','Dawn Essence','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7837','Cold_Moonlight','Cold Moonlight','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7838','Hazy_Starlight','Hazy Starlight','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7839','Crystal_Key','Crystal Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7840','Valkyrie_Gift','Valkyrie\'s Gift','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7841','Spotted_Paper','Stained Piece Of Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7842','Torn_Paper','Torn Piece Of Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7843','Old_Paper','Old Piece Of Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7844','Burnt_Paper','Burnt Pieces Of Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7845','Copy_Of_Spotted_Paper','Copy Of Spotted Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7846','Copy_Of_Torn_Paper','Copy Of Torn Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7847','Copy_Of_Old_Paper','Copy Of Old Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7848','Copy_Of_Burnt_Paper','Copy Of Burnt Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7849','Soul_Crystal','Soul Crystal','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7850','Wooden_Block_','Wooden Block','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7851','Pass_F1','Wii Raffle Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7852','Pass_F2','Divx Player Raffle Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7853','Pass_F3','iPod nano Raffle Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7854','Pass_CF','Comodo Festival Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7855','Heart','Heart','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7856','Girl_Bunch_Of_Flower_','Girl\'s Bouquet','3','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7857','Handmade_Kitty_Doll','Hand-made Kitty Doll','3','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7858','Dragonball_Yellow_','Dragonball Yellow','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7859','Game_Ticket','Game Ticket','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7860','Peeps','Peeps','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7861','Jelly_Bean','Jelly Bean','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7862','Marshmallow','Marshmallow','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7863','GOLD_ID4','Special Gold','3','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7864','Love_Flower','Stolen Cacao','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7865','Gold_Pouch','Gold Pouch','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7866','Certificate','Certificate','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7867','SesamePouch','Sesame Bag','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7868','Water','Fresh Water','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7869','RicePouch','Rice Pouch','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7870','Corn','Corn','3','5','2','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7871','BeanPouch','Bean Bag','3','10','5','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7872','Grass','Herb','3','10','5','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7873','MVP_Monster_Scroll','MVP Monster Scroll','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7874','Monster_Scroll','Create Monster Scroll','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7875','Pirate_Box','Pirate Treasure','3','300000','150000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7876','Gold_Key','Golden Key','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7877','Red_Ring','Red Ring','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7878','Lusalka_Hair','Lusalka\'s Hair','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7879','Golden_Thread','Golden Thread','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7880','Babayaga_Silver_Spoon','Baba Yaga\'s Silver Spoon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7881','Book_Of_Magic','Mystery Magic Book','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7882','Pointed_Branch','Sharp Branch','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7883','Pointed_Wooden_Flute','Wooden Flute','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7884','Jade_Plate','Jade Plate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7885','Sacred_Arrow','Sacred Arrow','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7886','Bean_Paste','Bean Paste','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7887','Dried_Fruit_Box','Dried Fruit Box','3','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7888','Bag_Of_Nuts','Bag of Nuts','3','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7889','Chicken_Feed','Chicken Feed','3','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7891','Mug','Mug','3','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7892','Charcoal','Charcoal','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7893','Sulfur','Sulphur','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7894','Nitrate','Nitrogen Acid','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7895','TRO_Memory_Book01','Rama5 Book','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7896','TRO_Memory_Book02','Loykrathong Book','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7897','TRO_Memory_Book03','Constitution Book','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7898','VVS_Balmung','VV Strong Balmung','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7899','Spiritualist_Dagger','Dagger Of Psychic','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7900','Jenoss_Ring1','Jonathan Family Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7901','Jenoss_Ring2','Jillberriel Family Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7902','Jenoss_Ring3','Jessur Family Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7903','Jenoss_Ring4','Jenoss Family Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7904','Piano_Key','Piano Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7905','Rok_Star_Badge_','Rok Star Badge','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7906','Poppy_Wreath','Poppy Wreath','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7907','Bobbin_Of_Goddess','Bobbin Of Goddess','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7908','Louis_Hair_Coupon','Louise\'s Beauty Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7909','Stolen_Cookie','Stolen Cookie','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7910','Stolen_Candy','Stolen Candy','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7911','Yulia_Hat','Yulia\'s Hat','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7912','Portable_Snowman','Portable Snowman Machine','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7913','Test_Certificate','Battle Test Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7914','Ancient_Document_TW','Ancient Language Document','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7915','Copper_Coin_','Shred Of Evidence','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7916','Silver_Coin_','Silver Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7917','Magic_Potion','Magic Potion','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7918','Particle_Of_Memory','Fragment Of Memory','3','2000','1000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7919','Festival_Ticket','Festival Ticket','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7920','Hero\'s_Arsenal','Hero\'s Arsenal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7921','Essence_Of_Dragon','Essence Of Dragon','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7922','RWC_Ticket','RWC Voucher Items','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7923','KRATHONG_','Krathong','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7924','Gold_Paper','Gold Paper','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7925','Silver_Paper','Silver Paper','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7926','Incense','Incense','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7927','Candle_TW','Candle TW','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7928','Brazilian_Flag_','Brazil National Flag','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7929','Golden_Coin_','Gold Coin','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7930','Cowking\'s_Nose_Ring','Devil\'s Cattle Ring','3','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7931','Poison_Kit','Poison Kit','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7932','Poison_Herb_Nerium','Poison Herb Nerium','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7933','Poison_Herb_Rantana','Poison Herb Rantana','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7934','Poison_Herb_Makulata','Poison Herb Makulata','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7935','Poison_Herb_Seratum','Poison Herb Seratum','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7936','Poison_Herb_Scopolia','Poison Herb Scopolia','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7937','Poison_Herb_Amoena','Poison Herb Amoena','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7938','Light_Granule','Light Granule','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7939','Elder_Branch','Elder Branch','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7940','Special_Alloy_Trap','Special Alloy Trap','3','200','100','2','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7941','Halloween_Ticket','Halloween Ticket','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7942','Letter_From_Chico','Chico Cesar Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7943','Caskinya','Caskinya','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7944','Box_Of_Seal','Sealed Box','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7945','Almighty_Charm','Universal Amulet','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7946','Valentine_Gold_Ring','Gold Ring Of Valentine','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7947','Valentine_Silver_Ring','Silver Ring Of Valentine','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7948','Box','Box','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7949','Woven_Wool','Woven Wool','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7950','Ayothaya_Ticket','Ayothaya Fest Ticket','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7951','Gold_Tulip','Golden Tulip Flower','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7952','Gift_From_Romiros','Gift Of Lomi Ross','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7953','Gift_From_Juliedge','Gift Of Juliet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7954','Festival_Ticket_','Summer Festival Ticket','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7955','Lost_Card1','Forgotten Card 1','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7956','Lost_Card2','Forgotten Card 2','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7957','Lost_Card3','Forgotten Card 3','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7958','Lost_Card4','Forgotten Card 4','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7959','Ancient_Gold_Coin','UP Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7960','Ancient_Silver_Coin','Ancient Silver','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7961','Weapon_Exchange','Weapon Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7962','Treasure_Map1','Treasure Map1','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7963','Treasure_Map2','Treasure Map2','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7964','Treasure_Map3','Treasure Map3','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7965','Treasure_Map4','Treasure Map4','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7966','Weird_Parchment1','Weird Parchment1','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7967','Weird_Parchment2','Weird Parchment2','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7968','Weird_Parchment3','Weird Parchment3','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7969','Weird_Parchment4','Weird Parchment4','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7970','Unwritten_Letter1','Unwritten Letter1','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7971','Unwritten_Letter2','Unwritten Letter2','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7972','Oath_Day_Letter','Oath Day Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7973','Immortality_Egg','Eternal Eggs','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7974','Illusion_Piece','Misty\'s Illusion Piece','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7975','Cupid_Choco','Cupid\'s Chocolate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7976','Gf_Magic_Coin','Gf Magic Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7977','Hunting_Medal_Badge','Hunting Medal Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7978','Spring_Stanza1','Spring Stanza1','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7979','Spring_Stanza2','Spring Stanza2','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7980','Spring_Stanza3','Spring Stanza3','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7981','Spring_Stanza4','Spring Stanza4','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7982','Spring_Stanza5','Spring Stanza5','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7983','Spring_Stanza6','Spring Stanza6','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7984','Spring_Stanza7','Spring Stanza7','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7985','Spring_Stanza8','Spring Stanza8','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7986','Spring_Stanza9','Spring Stanza9','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7987','Spring_Stanza10','Spring Stanza10','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7988','Spring_Stanza11','Spring Stanza11','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7989','Spring_Stanza12','Spring Stanza12','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7990','Spring_Stanza13','Spring Stanza13','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7991','Spring_Stanza14','Spring Stanza14','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7992','Spring_Stanza15','Spring Stanza15','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7993','Spring_Stanza16','Spring Stanza16','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7994','Spring_Stanza17','Spring Stanza17','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7995','Spring_Stanza18','Spring Stanza18','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7996','Spring_Stanza19','Spring Stanza19','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7997','Spring_Stanza20','Spring Stanza20','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7998','Spring_Stanza21','Spring Stanza21','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('7999','Spring_Stanza22','Spring Stanza22','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9001','Poring_Egg','Poring Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9002','Drops_Egg','Drops Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9003','Poporing_Egg','Poporing Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9004','Lunatic_Egg','Lunatic Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9005','Picky_Egg','Picky Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9006','Chonchon_Egg','Chonchon Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9007','Steel_Chonchon_Egg','Steel Chonchon Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9008','Hunter_Fly_Egg','Hunter Fly Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9009','Savage_Bebe_Egg','Savage Bebe Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9010','Baby_Desert_Wolf_Egg','Baby Desert Wolf Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9011','Rocker_Egg','Rocker Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9012','Spore_Egg','Spore Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9013','Poison_Spore_Egg','Poison Spore Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9014','PecoPeco_Egg','PecoPeco Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9015','Smokie_Egg','Smokie Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9016','Yoyo_Egg','Yoyo Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9017','Orc_Warrior_Egg','Orc Warrior Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9018','Munak_Egg','Munak Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9019','Dokkaebi_Egg','Dokebi Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9020','Sohee_Egg','Sohee Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9021','Isis_Egg','Isis Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9022','Green_Petite_Egg','Green Petite Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9023','Deviruchi_Egg','Deviruchi Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9024','Bapho_Jr._Egg','Bapho Jr. Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9025','Bongun_Egg','Bongun Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9026','Zherlthsh_Egg','Zealotus Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9027','Alice_Egg','Alice Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9028','Rice_Cake_Egg','Hard Rice Cake','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9029','Santa_Goblin_Egg','X-mas Goblin\'s Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9030','Chung_E_Egg','Green Maiden Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9031','Spring_Rabbit_Egg','Spring Rabbit Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9032','Knife_Goblin_Egg','Knife Goblin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9033','Flail_Goblin_Egg','Flail Goblin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9034','Hammer_Goblin_Egg','Hammer Goblin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9035','Red_Deleter_Egg','Red Deleter Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9036','Diabolic_Egg','Diabolic Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9037','Wanderer_Egg','Wanderer Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9038','New_Year_Doll_Egg','New Year Doll Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9039','Bacsojin_Egg','Bacsojin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9040','Civil_Servant_Egg','Civil Servant Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9041','Leaf_Cat_Egg','Leaf Cat Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9042','Loli_Ruri_Egg','Loli Ruri Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9043','Marionette_Egg','Marionette Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9044','Shinobi_Egg','Shinobi Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9045','Whisper_Egg','Whisper Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9046','Goblin_Leader_Egg','Goblin Leader Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9047','Wicked_Nymph_Egg','Wicked Nymph Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9048','Miyabi_Ningyo_Egg','Miyabi Ningyo Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9049','Dullahan_Egg','Dullahan Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9050','Medusa_Egg','Medusa Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9051','Stone_Shooter_Egg','Stone Shooter Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9052','Incubus_Egg','Incubus Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9053','Golem_Egg','Golem Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9054','Nightmare_Terror_Egg','Nightmare Terror Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9055','Succubus_Egg','Succubus Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9056','Imp_Egg','Imp Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9057','Egg_Of_Tiny','Egg Of Tiny','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9058','Snow_Rabbit_Egg','Christmas Snow Rabbit Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9059','Tikbalang_Pet','Tikbalang Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9060','Brownie_Egg','Egg of Domovoi','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9061','Marin_Egg','Marin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('9062','Novice_Poring_Egg','Novice Poring Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10001','Skull_Helm','Skull Helm','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10002','Monster_Oxygen_Mask','Monster Oxygen Mask','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10003','Transparent_Headgear','Transparent Head Protector','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10004','Pacifier','Pacifier','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10005','Wig','Wig','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10006','Queen\'s_Hair_Ornament','Queen\'s Hair Ornament','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10007','Silk_Ribbon','Silk Ribbon','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10008','Punisher','Punisher','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10009','Wild_Flower','Wild Flower','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10010','Battered_Pot','Battered Pot','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10011','Stellar_Hairpin','Stellar Hairpin','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10012','Tiny_Egg_Shell','Tiny Egg Shell','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10013','Backpack','Poring Pet Backpack','8','1500','750','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10014','Rocker_Glasses','Rocker Glasses','8','2000','1000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10015','Green_Lace','Green Lace','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10016','Golden_Bell','Golden Bell','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10017','Bark_Shorts','Bark Shorts','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10018','Monkey_Circlet','Monkey Circlet','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10019','Red_Muffler','Red Scarf','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10020','Sword_Of_Grave_Keeper','Grave Keeper\'s Sword','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10021','Round_Hair_Ornament','Circular Headgear','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10022','Golden_Earing','Gold Earring','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10023','Green_Lucky_Bag','Green Jewel Bag','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10024','Fashionable_Glasses','Fashionable Glasses','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10025','Star_Hairband','Hairband Of Stars','8','300000','150000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10026','Wine_On_Sleeve','Tassel for Durumagi','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10027','Spirit_Chain_','Pet Soul Ring','8','300000','150000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10028','Nice_Badge','Beautiful Badges','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10029','Jade_Trinket','Jade Trinket','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10030','Summer_Fan','Summer Fan','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10031','Death_Coil','Ring Of Death','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10032','Queen\'s_Coronet','Queen\'s Coronet','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10033','Apro_Hair','Afro','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10034','Ball_Mask','Masked Ball','8','300000','150000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10035','Windup_Spring','Spring','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10036','Hell_Horn','Horn Of Hell','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10037','Black_Butterfly_Mask','Black Butterfly Mask','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10038','Horn_Protector','Horn Barrier','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('10039','Tw_Backpack','Tw Backpack','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11000','Prontera_Book_01','History book of Prontera','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11001','Adventure_Story01','Adventure Story Vol.1','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11002','Great_Chef_Orleans01','Chef King Orleans Vol.1','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11003','Legend_Of_Kafra01','Kafra Legend Vol.1','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11004','Mercenary_Rebellion','Old Book','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11005','Tyrant_Schmidt','Rune Royal Family Book','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11006','Blood_Flower01','Blood Flower Vol.1','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11007','Blood_Flower02','Blood Flower Vol.2','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11008','Barmund','Biographical Dictionary Copy Edition','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11009','Adventure_Story02','Adventure Story Vol.2','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11010','Reward_List_Book','Battlegrounds Catalog','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11011','Barmund_Note','Varmunt\'s Note','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11012','Expedition_Report','Expedition Report','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11013','Expedition_Report_Vol1','Expedition Report Vol1','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11014','Expedition_Report_Vol2','Expedition Report Vol2','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11015','Expedition_Report_Vol3','Expedition Report Vol3','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11016','Expedition_Report_Vol4','Expedition Report Vol4','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11017','Reward_List_Book2','KVM Reward Items Catalog','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11018','Splendide_Selling_Item','Splendide Selling Item','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11019','Manuk_Selling_Item','Manuk Selling Item','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11020','Japan_Book1','Japanese Book1','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11021','Japan_Book2','Japanese Book2','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11022','Mix_Cook_Book','Cooking Book: Mix Cooking','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11023','Increase_Stamina_Study','How To Increase Stamina','3','10','5','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11024','Vital_Drink_CB','How To Increase Vitality','3','10','5','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11025','Swordman_Book_Basic','Swordman Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11026','Swordman_Book_Practice','Swordman Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11027','Swrodman_Book_Misc','Swrodman Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11028','Thief_Book_Basic','Thief Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11029','Thief_Book_Practice','Thief Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11030','Thief_Book_Misc','Thief Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11031','Archer_Book_Basic','Archer Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11032','Archer_Book_Practice','Archer Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11033','Archer_Book_Misc','Archer Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11034','Acol_Book_Basic','Acol Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11035','Acol_Book_Practice','Acol Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11036','Acol_Book_Misc','Acol Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11037','Mage_Book_Basic','Mage Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11038','Mage_Book_Practice','Mage Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11039','Mage_Book_Misc','Mage Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11040','Mer_Book_Basic','Mer Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11041','Mer_Book_Practice','Mer Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11042','Mer_Book_Misc','Mer Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11043','TK_Book_Basic','TK Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11044','TK_Book_Practice','TK Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11045','TK_Book_Misc','TK Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11046','Ninja_Book_Basic','Ninja Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11047','Ninja_Book_Practice','Ninja Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11048','Ninja_Book_Misc','Ninja Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11049','Gun_Book_Basic','Gun Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11050','Gun_Book_Practice','Gun Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11051','Gun_Book_Misc','Gun Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11052','SN_Book_Basic','SN Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11053','SN_Book_Practice','SN Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11054','SN_Book_Misc','SN Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11055','Basic_Adventure','Basic Adventure','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11056','Spiritualism_Guide','Spiritualism Guide','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11057','Feb_Sweets','February Sweets','3','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11058','Novice_Combi_Book','Beginner Item Book','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11500','Light_Yellow_Pot','Light Yellow Potion','0','550','275','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(175,235),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11501','Light_White_Pot','Light White Potion','0','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(325,405),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11502','Light_Blue_Pot','Light Blue Potion','0','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(40,60);','','');
-REPLACE INTO `item_db_re` VALUES ('11503','Siege_White_Potion','WoE White Potion','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(400,500),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11504','Siege_Blue_Potion','WoE Blue Potion','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(50,70);','','');
-REPLACE INTO `item_db_re` VALUES ('11505','Iris','Iris','0','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,150;','','');
-REPLACE INTO `item_db_re` VALUES ('11506','Fanta_Orange','Fanta Orange','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11507','Fanta_Grape','Fanta Grape','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11508','Karada_Meguri_Tea','Karada Meguricha','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11509','Royal_Milk_Tea','Black Tea Kochakaden','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11510','Coke_Zero','Coca Cola Zero','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11511','Coke_No_Cal','Diet Coca Cola','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11512','Coca_Cola','Coca Cola','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11513','Protect_Neck_Candy','Throat Lozenge','0','200','100','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(5,25),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11514','Enriched_Slim_Pot','Enriched Slim Potion','0','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(335,415),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11515','Coconut','Coconut','0','1500','750','120','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(300,400),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11516','Asai_Fruit','Asai Fruit','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(16,22),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11517','Puri_Potion','Purification Potion','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(400,600),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11518','N_Blue_Potion','Cure Free','0','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','1','1','0','0','itemheal 0,5;','','');
-REPLACE INTO `item_db_re` VALUES ('11519','Beef_Toast','Bifrost','0','1200','600','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(170,250),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11520','Mora_Mandarin','Mora Mandarin','0','500','250','20','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','itemheal 0,rand(50,80);','','');
-REPLACE INTO `item_db_re` VALUES ('11521','Pingui_Berry_Juice','Pinguicula Berry Juice','0','500','250','50','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','itemheal rand(400,800),rand(50,80);','','');
-REPLACE INTO `item_db_re` VALUES ('11522','Red_Raffle_Sap','Red Raffle Sap','0','2500','1250','100','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','itemheal rand(400,800),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11523','Yellow_Raffle_Sap','Yellow Raffle Sap','0','3000','1500','120','0','0','0','0','0','4294967295','63','2','0','0','110','150','0','0','itemheal rand(600,1000),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11524','White_Raffle_Sap','White Raffle Sap','0','3500','1750','140','0','0','0','0','0','4294967295','63','2','0','0','120','150','0','0','itemheal rand(800,1200),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11525','Mora_Hip_Tea','Mora Hip Tea','0','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','120','150','0','0','itemheal rand(1500,2000),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11526','Rafflecino','Rafflecino','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','120','150','0','0','itemheal 0,rand(120,160);','','');
-REPLACE INTO `item_db_re` VALUES ('11527','Baklava','Baklava','0','3500','1750','600','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 1200,440;','','');
-REPLACE INTO `item_db_re` VALUES ('11528','Kanafeh','Kanafeh','0','1500','750','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 300,240;','','');
-REPLACE INTO `item_db_re` VALUES ('11529','MAAMOUL_','MAAMOUL ','0','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 120,60;','','');
-REPLACE INTO `item_db_re` VALUES ('11530','Jujube','Jujube','0','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 30,0;','','');
-REPLACE INTO `item_db_re` VALUES ('11531','Coffee','Coffee','0','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,10;','','');
-REPLACE INTO `item_db_re` VALUES ('11532','Nasi_Goreng','Nasi Goreng','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(17,23),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11533','Satay','Satay','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(17,23),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11534','Coco_Juice','Coconut Juice','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(17,23),rand(16,20);','','');
-REPLACE INTO `item_db_re` VALUES ('11535','Almond_Chocolate','Almond Chocolate','0','190','95','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(8,16);','','');
-REPLACE INTO `item_db_re` VALUES ('11536','Cat_Hard_Biscuit','Cat\'s Ship Biscuit','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(70,110),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11537','Rice_weevil_Bug','Weevil Bug Worm','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(100,150),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11538','Octupus_Leg','Fresh Octopus Legs','0','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(35,60),rand(5,10);','','');
-REPLACE INTO `item_db_re` VALUES ('11539','Athale_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('11540','Shyai_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('11541','Mid_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('11542','Zonda_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('11543','Goedo_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('11544','Huike_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('11545','Rune_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('11546','Pope_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('11547','Woe_Violet_Potion','WoE Violet Potion','0','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(500,600),rand(60,80);','','');
-REPLACE INTO `item_db_re` VALUES ('11548','Woe_White_Potion','WoE White Potion','0','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11549','Woe_Blue_Potion','WoE Blue Potion','0','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11550','Pumpkin_Cake','Pumpkin Cake','0','10','5','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11551','Savory_Herb_Salad','Aromatic Herb Seasoned','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal rand(20,30),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11552','Apple_Carrot_Salad','Apple Carrot Salad','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal rand(20,30),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11553','Casual_Stew','Anything Casserole','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal rand(20,30),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11554','Golden_Roasted_Apple','92 Golden Apple','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal rand(20,30),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11701','Girl_Bunch_Of_Flower','Girl\'s Bouquet','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(105,145),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11702','Moon_Cookie','Moon Cookie','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('11703','Mysterious_Blood','Mystery Blood','0','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(25,35);','','');
-REPLACE INTO `item_db_re` VALUES ('11704','KETUPAT_F','Ketupat','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(70,90),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11705','Special_White_Potion','Child Potion','0','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(425,425),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11706','Steak','Steak','0','1','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(700,1000),0;','','');
-REPLACE INTO `item_db_re` VALUES ('11707','Roasted_Beef','Roast Beef','0','1','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal 0,rand(100,200);','','');
-REPLACE INTO `item_db_re` VALUES ('11708','Fore_Flank_Sirloin','Fore Flank Sirloin','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(30,50),rand(1,5);','','');
-REPLACE INTO `item_db_re` VALUES ('11709','Fanta_Zero_Lemon','Fanta Zero Lemon','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11710','Sakura_Mist','Sakura Mist','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11711','Sakura_Milk_Tea','Sakura Milk Tea','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11712','First_Leaf_Tea','Flower','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(50,70),rand(10,12);','','');
-REPLACE INTO `item_db_re` VALUES ('11713','Julia\'s_Candy','Julia\'s Candy','0','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(40,45),0;','','');
-REPLACE INTO `item_db_re` VALUES ('12000','Cold_Scroll_2_5','Level 5 Frost Diver','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MG_FROSTDIVER,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12001','Holy_Scroll_1_3','Level 3 Heal','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill AL_HEAL,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12002','Holy_Scroll_1_5','Level 5 Heal','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill AL_HEAL,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12003','Holy_Scroll_2_1','Level 1 Teleport','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill AL_TELEPORT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12004','Arrow_Container','Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1750,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12005','Iron_Arrow_Container','Iron Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1770,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12006','Steel_Arrow_Container','Steel Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1753,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12007','Ori_Arrow_Container','Oridecon Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1765,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12008','Fire_Arrow_Container','Fire Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1752,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12009','Silver_Arrow_Container','Silver Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1751,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12010','Wind_Arrow_Container','Wind Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1755,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12011','Stone_Arrow_Container','Stone Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1756,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12012','Crystal_Arrow_Container','Crystal Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1754,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12013','Shadow_Arrow_Container','Shadow Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1767,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12014','Imma_Arrow_Container','Immaterial Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1757,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12015','Rusty_Arrow_Container','Rusty Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1762,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12016','Speed_Up_Potion','Speed Potion','2','100000','50000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MOVHASTE_INFINITY,5000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12017','Slow_Down_Potion','Slow Potion','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_SLOWDOWN,5000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12018','Fire_Cracker','Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','end;','','');
-REPLACE INTO `item_db_re` VALUES ('12019','Holy_Egg','Holy Egg','11','2','1','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ALL_RESURRECTION,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12020','Water_Of_Darkness','Cursed Water','11','2','1','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ITEM_ENCHANTARMS,8;','','');
-REPLACE INTO `item_db_re` VALUES ('12021','Pork_Belly','Pork','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(70,99),0;','','');
-REPLACE INTO `item_db_re` VALUES ('12022','Spareribs','Galbi','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemheal rand(70,99),0;','','');
-REPLACE INTO `item_db_re` VALUES ('12023','Giftbox_China','Wrapped Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12023,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12024','Red_Pouch_Of_Surprise','Red Pouch','2','50','25','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','monster \"this\",-1,-1,\"--ja--\",-4,1,\"\";','','');
-REPLACE INTO `item_db_re` VALUES ('12025','Egg_Boy','Dano Festival Egg','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12025,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12026','Egg_Girl','Dano Festival Egg','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12026,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12027','Giggling_Box','Giggling Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 9,0; if(rand(1000)<300) sc_start SC_CURSE,30000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12028','Box_Of_Thunder','Box of Thunder','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MOVHASTE_HORSE,20000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12029','Gloomy_Box','Box of Gloom','11','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill AC_CONCENTRATION,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12030','Box_Of_Grudge','Box of Resentment','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSATTACKPOWER,60000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12031','Sleepy_Box','Box of Drowsiness','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSMAGICPOWER,60000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12032','Box_Of_Storm','Box of Storms','11','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ITEM_ENCHANTARMS,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12033','Box_Of_Sunlight','Box of Sunlight','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CLAIRVOYANCE,30000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12034','Painting_Box','Box of Panting','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 0,9; if(rand(1000)<300) sc_start SC_SILENCE,30000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12035','Lotto_Box01','Lotto Box 01','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem rand(7361,7370),1;','','');
-REPLACE INTO `item_db_re` VALUES ('12036','Lotto_Box02','Lotto Box 02','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem rand(7371,7380),1;','','');
-REPLACE INTO `item_db_re` VALUES ('12037','Lotto_Box03','Lotto Box 03','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem rand(7381,7390),1;','','');
-REPLACE INTO `item_db_re` VALUES ('12038','Lotto_Box04','Lotto Box 04','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12038,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12039','Lotto_Box05','Lotto Box 05','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem rand(7542,7546),1;','','');
-REPLACE INTO `item_db_re` VALUES ('12040','Stone_Of_Intelligence_','Stone of Sage','2','100000','50000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','homevolution;','','');
-REPLACE INTO `item_db_re` VALUES ('12041','Str_Dish01','Fried Grasshopper Legs','0','0','0','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,1; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12042','Str_Dish02','Seasoned Sticky Webfoot','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,2; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12043','Str_Dish03','Bomber Steak','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,3; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12044','Str_Dish04','Herb Marinade Beef','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,4; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12045','Str_Dish05','Lutie Lady\'s Pancake','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,5; percentheal 10,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12046','Int_Dish01','Grape Juice Herbal Tea','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,1; percentheal 0,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12047','Int_Dish02','Autumn Red Tea','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,2; percentheal 0,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12048','Int_Dish03','Honey Herbal Tea','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,3; percentheal 0,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12049','Int_Dish04','Morroc Fruit Wine','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,4; percentheal 0,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12050','Int_Dish05','Mastela Fruit Wine','0','0','0','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,5; percentheal 0,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12051','Vit_Dish01','Steamed Crab Nippers','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,1; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12052','Vit_Dish02','Assorted Seafood','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,2; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12053','Vit_Dish03','Clam Soup','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,3; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12054','Vit_Dish04','Seasoned Jellyfish','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,4; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12055','Vit_Dish05','Spicy Fried Bao','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,5; percentheal 10,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12056','Agi_Dish01','Frog Egg Squid Ink Soup','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,1; percentheal 3,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12057','Agi_Dish02','Smooth Noodle','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,2; percentheal 3,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12058','Agi_Dish03','Tentacle Cheese Gratin','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,3; percentheal 3,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12059','Agi_Dish04','Lutie Cold Noodle','0','0','0','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,4; percentheal 3,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12060','Agi_Dish05','Steamed Bat Wing in Pumpkin','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,5; percentheal 6,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12061','Dex_Dish01','Honey Grape Juice','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,1; percentheal 2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12062','Dex_Dish02','Chocolate Mousse Cake','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,2; percentheal 2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12063','Dex_Dish03','Fruit Mix','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,3; percentheal 2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12064','Dex_Dish04','Cream Sandwich','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,4; percentheal 2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12065','Dex_Dish05','Green Salad','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,5; percentheal 5,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12066','Luk_Dish01','Fried Monkey Tails','0','0','0','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,1; percentheal 3,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12067','Luk_Dish02','Mixed Juice','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,2; percentheal 3,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12068','Luk_Dish03','Fried Sweet Potato','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,3; percentheal 4,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12069','Luk_Dish04','Steamed Ancient Lips','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,4; percentheal 4,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12070','Luk_Dish05','Fried Scorpion Tails','0','0','0','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,5; percentheal 5,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12071','Str_Dish06','Shiny Marinade Beef','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,6; percentheal 10,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12072','Str_Dish07','Whole Roast','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,7; percentheal 10,4;','','');
-REPLACE INTO `item_db_re` VALUES ('12073','Str_Dish08','Bearfoot Special','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,8; percentheal 15,6;','','');
-REPLACE INTO `item_db_re` VALUES ('12074','Str_Dish09','Tendon Satay','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,9; percentheal 15,8;','','');
-REPLACE INTO `item_db_re` VALUES ('12075','Str_Dish10','Steamed Tongue','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,10; percentheal 20,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12076','Int_Dish06','Red Mushroom Wine','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,6; percentheal 2,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12077','Int_Dish07','Special Royal Jelly Herbal Tea','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,7; percentheal 4,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12078','Int_Dish08','Royal Family Tea','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,8; percentheal 6,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12079','Int_Dish09','Tristram 12','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,9; percentheal 8,15;','','');
-REPLACE INTO `item_db_re` VALUES ('12080','Int_Dish10','Dragon Breath Cocktail','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,10; percentheal 10,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12081','Vit_Dish06','Awfully Bitter Bracer','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,6; percentheal 13,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12082','Vit_Dish07','Sumptuous Feast','0','0','0','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,7; percentheal 16,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12083','Vit_Dish08','Giant Burito','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,8; percentheal 19,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12084','Vit_Dish09','Ascending Dragon Soup','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,9; percentheal 22,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12085','Vit_Dish10','Immortal Stew','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,10; percentheal 25,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12086','Agi_Dish06','Chile Shrimp Gratin','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,6; percentheal 7,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12087','Agi_Dish07','Steamed Alligator with Vegetable','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,7; percentheal 8,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12088','Agi_Dish08','Incredibly Spicy Curry','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,8; percentheal 9,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12089','Agi_Dish09','Special Meat Stew','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,9; percentheal 10,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12090','Agi_Dish10','Steamed Desert Scorpions','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,10; percentheal 15,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12091','Dex_Dish06','Peach Cake','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,6; percentheal 5,6;','','');
-REPLACE INTO `item_db_re` VALUES ('12092','Dex_Dish07','Soul Haunted Bread','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,7; percentheal 5,7;','','');
-REPLACE INTO `item_db_re` VALUES ('12093','Dex_Dish08','Special Toast','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,8; percentheal 5,8;','','');
-REPLACE INTO `item_db_re` VALUES ('12094','Dex_Dish09','Heavenly Fruit Juice','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,9; percentheal 5,9;','','');
-REPLACE INTO `item_db_re` VALUES ('12095','Dex_Dish10','Hwergelmir\'s Tonic','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,10; percentheal 10,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12096','Luk_Dish06','Lucky Soup','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,6; percentheal 6,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12097','Luk_Dish07','Assorted Shish Kebob','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,7; percentheal 7,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12098','Luk_Dish08','Strawberry Flavored Rice Ball','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,8; percentheal 9,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12099','Luk_Dish09','Blood Flavored Soda','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,9; percentheal 10,4;','','');
-REPLACE INTO `item_db_re` VALUES ('12100','Luk_Dish10','Cooked Nine Tail\'s Tails','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,10; percentheal 14,8;','','');
-REPLACE INTO `item_db_re` VALUES ('12101','Citron','Citron','0','20','10','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12102','Meat_Skewer','Grilled Skewer','0','20','10','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12103','Bloody_Dead_Branch','Bloody Branch','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','monster \"this\",-1,-1,\"--ja--\",-3,1,\"\";','','');
-REPLACE INTO `item_db_re` VALUES ('12104','Random_Quiver','Random Quiver','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12104,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12105','Set_Of_Taiming_Item','Taming Gift Set','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12105,1; getrandgroupitem 12105,1; getrandgroupitem 12105,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12106','Accessory_Box','Jewelry Box','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12106,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12107','Wrapped_Mask','Wrapped Mask','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12107,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12108','Bundle_Of_Magic_Scroll','Scroll Package','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12108,1; getrandgroupitem 12108,1; getrandgroupitem 12108,1; getrandgroupitem 12108,1; getrandgroupitem 12108,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12109','Poring_Box','Poring Box','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','monster \"this\",-1,-1,\"--ja--\",-2,1,\"\";','','');
-REPLACE INTO `item_db_re` VALUES ('12110','First_Aid_Kit','First Aid Kit','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12110,1; getrandgroupitem 12110,1; getrandgroupitem 12110,1; getrandgroupitem 12110,1; getrandgroupitem 12110,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12111','Food_Package','Bundle of Food','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12111,1; getrandgroupitem 12111,1; getrandgroupitem 12111,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12112','Tropical_Sograt','Tropical Sograt','2','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CURSE,10000,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12113','Vermilion_The_Beach','Vermilion on the Beach','2','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_STUN,10000,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12114','Elemental_Fire','Elemental Converter','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ITEM_ENCHANTARMS,4;','','');
-REPLACE INTO `item_db_re` VALUES ('12115','Elemental_Water','Elemental Converter','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ITEM_ENCHANTARMS,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12116','Elemental_Earth','Elemental Converter','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ITEM_ENCHANTARMS,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12117','Elemental_Wind','Elemental Converter','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ITEM_ENCHANTARMS,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12118','Resist_Fire','Fireproof Potion','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start4 SC_ARMORPROPERTY,1200000,-15,0,20,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12119','Resist_Water','Coldproof Potion','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start4 SC_ARMORPROPERTY,1200000,20,0,0,-15;','','');
-REPLACE INTO `item_db_re` VALUES ('12120','Resist_Earth','Earthproof Potion','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12121','Resist_Wind','Thunderproof Potion','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12122','Sesame_Pastry','Sesame Pastry','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_BASICHIT,1200000,30;','','');
-REPLACE INTO `item_db_re` VALUES ('12123','Honey_Pastry','Honey Pastry','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_BASICAVOIDANCE,1200000,30;','','');
-REPLACE INTO `item_db_re` VALUES ('12124','Rainbow_Cake','Rainbow Cake','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_BATKFOOD,1200000,10; sc_start SC_MATKFOOD,120000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12125','Outdoor_Cooking_Kits','Outdoor Cooking Kit','2','500','250','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','cooking 11;','','');
-REPLACE INTO `item_db_re` VALUES ('12126','Indoor_Cooking_Kits','Home Cooking Kit','2','1000','500','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','cooking 12;','','');
-REPLACE INTO `item_db_re` VALUES ('12127','High_end_Cooking_Kits','Professional Cooking Kit','2','2000','1000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','cooking 13;','','');
-REPLACE INTO `item_db_re` VALUES ('12128','Imperial_Cooking_Kits','Royal Cooking Kit','2','5000','2500','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','cooking 14;','','');
-REPLACE INTO `item_db_re` VALUES ('12129','Fantastic_Cooking_Kits','Fantastic Cooking Kit','2','10000','5000','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','cooking 15;','','');
-REPLACE INTO `item_db_re` VALUES ('12130','Cookie_Bag','Cookie Bag','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12130,1; getrandgroupitem 12130,1; getrandgroupitem 12130,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12131','Lucky_Potion','Lucky Potion','0','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12132','Red_Bag','Santa\'s Bag','2','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_XMAS,600000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12133','Ice_Cream_','McDonald\'s Ice Cone','0','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(gettime(5)!=MDiceCone) { set MDiceCone,gettime(5); percentheal 50,50; }','','');
-REPLACE INTO `item_db_re` VALUES ('12134','Red_Envelope','Red Envelope','2','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','set Zeny,Zeny+rand(1000,10000);','','');
-REPLACE INTO `item_db_re` VALUES ('12135','Green_Ale','Green Ale','2','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 50,50; if(rand(100)>=90)sc_start SC_CONFUSION,10000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12136','Women\'s_Bundle','Women\'s Bundle','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem callfunc(\"F_RandMes\",4,558,529,2668,7518),1;','','');
-REPLACE INTO `item_db_re` VALUES ('12137','1st_Stage_Prize','First Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12138','2nd_Stage_Prize','Second Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12139','3rd_Stage_Prize','Third Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12140','4th_Stage_Prize','Fourth Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12141','5th_Stage_Prize','Fifth Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12142','Magic_Book','Book of Magic','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1800000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12143','Red_Can','Red Can','2','50000','25000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12144','Sphere_Case_Wind','Lightning Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13204,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12145','Sphere_Case_Darkness','Blind Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13206,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12146','Sphere_Case_Poison','Poison Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13205,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12147','Sphere_Case_Water','Freezing Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13207,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12148','Sphere_Case_Fire','Flare Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13203,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12149','Bullet_Case','Cartridge','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13200,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12150','Bullet_Case_Blood','Blood Cartridge','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13202,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12151','Bullet_Case_Silver','Silver Cartridge','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13201,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12152','Special_Box','Special Present','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12153','Bow_Mercenary_Scroll1','Bowman Scroll 1','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6017,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12154','Bow_Mercenary_Scroll2','Bowman Scroll 2','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6018,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12155','Bow_Mercenary_Scroll3','Bowman Scroll 3','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6019,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12156','Bow_Mercenary_Scroll4','Bowman Scroll 4','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6020,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12157','Bow_Mercenary_Scroll5','Bowman Scroll 5','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6021,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12158','Bow_Mercenary_Scroll6','Bowman Scroll 6','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6022,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12159','Bow_Mercenary_Scroll7','Bowman Scroll 7','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6023,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12160','Bow_Mercenary_Scroll8','Bowman Scroll 8','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6024,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12161','Bow_Mercenary_Scroll9','Bowman Scroll 9','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6025,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12162','Bow_Mercenary_Scroll10','Bowman Scroll 10','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6026,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12163','SwordMercenary_Scroll1','Fencer Scroll 1','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6037,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12164','SwordMercenary_Scroll2','Fencer Scroll 2','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6038,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12165','SwordMercenary_Scroll3','Fencer Scroll 3','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6039,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12166','SwordMercenary_Scroll4','Fencer Scroll 4','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6040,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12167','SwordMercenary_Scroll5','Fencer Scroll 5','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6041,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12168','SwordMercenary_Scroll6','Fencer Scroll 6','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6042,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12169','SwordMercenary_Scroll7','Fencer Scroll 7','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6043,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12170','SwordMercenary_Scroll8','Fencer Scroll 8','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6044,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12171','SwordMercenary_Scroll9','Fencer Scroll 9','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6045,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12172','SwordMercenary_Scroll10','Fencer Scroll 10','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6046,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12173','SpearMercenary_Scroll1','Spearman Scroll 1','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6027,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12174','SpearMercenary_Scroll2','Spearman Scroll 2','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6028,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12175','SpearMercenary_Scroll3','Spearman Scroll 3','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6029,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12176','SpearMercenary_Scroll4','Spearman Scroll 4','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6030,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12177','SpearMercenary_Scroll5','Spearman Scroll 5','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6031,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12178','SpearMercenary_Scroll6','Spearman Scroll 6','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6032,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12179','SpearMercenary_Scroll7','Spearman Scroll 7','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6033,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12180','SpearMercenary_Scroll8','Spearman Scroll 8','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6034,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12181','SpearMercenary_Scroll9','Spearman Scroll 9','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6035,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12182','SpearMercenary_Scroll10','Spearman Scroll 10','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 6036,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12183','Holy_Arrow_Quiver','Holy Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1772,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12184','Mercenary_Red_Potion','Mercenary Red Potion','2','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_heal 1000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12185','Mercenary_Blue_Potion','Mercenary Blue Potion','2','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_heal 0,100;','','');
-REPLACE INTO `item_db_re` VALUES ('12186','Red_Box','Old Red Box','2','50000','25000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12186,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12187','Green_Box','Old Green Box','2','50000','25000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12187,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12188','Magical_Moon_Cake','Grace Moon Cake','0','20','10','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 50,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12189','Red_Box_','Old Red Box','2','50000','25000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12189,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12190','Moon_Cake','Moon Cake','2','2','1','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12191','Special_Moon_Cake','Special Moon Cake','2','2','1','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12192','Pumpkin_Pie','Pumpkin Pie','0','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 5,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12193','Brezel','Pretzel','2','20','10','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12194','Hometown_Gift','Hometown Gift','2','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12194,1; getrandgroupitem 12194,1; getrandgroupitem 12194,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12195','Plain_Rice_Cake','Plain Rice Cake','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 0,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12196','Hearty_Rice_Cake','Hearty Rice Cake','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 50,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12197','Salty_Rice_Cake','Salty Rice Cake','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 10,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12198','Lucky_Rice_Cake','Lucky Rice Cake','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCLUK,1200000,21;','','');
-REPLACE INTO `item_db_re` VALUES ('12199','Rice_Scroll','Scroll of Magic','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12200','Event_Cake','X-mas Cake','11','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill PR_MAGNIFICAT,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12201','Red_Box_C','Commonplace Red Box','2','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12202','Str_Dish10_','Steamed Tongue','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR_CASH,1800000,10; percentheal 15,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12203','Agi_Dish10_','Steamed Scorpion','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI_CASH,1800000,10; percentheal 15,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12204','Int_Dish10_','Dragon Breath Cocktail','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT_CASH,1800000,10; percentheal 15,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12205','Dex_Dish10_','Hwergelmir\'s Tonic','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX_CASH,1800000,10; percentheal 15,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12206','Luk_Dish10_','Cooked Nine Tail\'s Tails','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK_CASH,1800000,10; percentheal 15,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12207','Vit_Dish10_','Stew Of Immortality','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT_CASH,1800000,10; percentheal 15,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12208','Battle_Manual','Battle Manual','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_PLUSEXP,1800000,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12209','Insurance','Life Insurance','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_DEATHPENALTY,1800000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12210','Bubble_Gum','Bubble Gum','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_RECEIVEITEM,1800000,200;','','');
-REPLACE INTO `item_db_re` VALUES ('12211','Kafra_Card','Kafra Card','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashStore\";','','');
-REPLACE INTO `item_db_re` VALUES ('12212','Giant_Fly_Wing','Giant Fly Wing','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashPartyCall\";','','');
-REPLACE INTO `item_db_re` VALUES ('12213','Neuralizer','Neuralizer','11','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashReset\";','','');
-REPLACE INTO `item_db_re` VALUES ('12214','Convex_Mirror','Convex Mirror','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_BOSS_ALARM,600000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12215','Blessing_10_Scroll','LV10 Blessing Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','skilleffect AL_BLESSING,0; sc_start SC_BLESSING,240000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12216','Inc_Agi_10_Scroll','LV10 Agil Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(Hp>15) { skilleffect AL_INCAGI,0; sc_start SC_INC_AGI,240000,10; heal -15,0; }','','');
-REPLACE INTO `item_db_re` VALUES ('12217','Aspersio_5_Scroll','LV5 Aspersio Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(countitem(523)>0) { skilleffect PR_ASPERSIO,0; sc_start SC_ASPERSIO,180000,5; delitem 523,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('12218','Assumptio_5_Scroll','LV5 Assumptio Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ASSUMPTIO,100000,5; skilleffect HP_ASSUMPTIO,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12219','Wind_Walk_10_Scroll','LV10 Wind Walker Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','skilleffect SN_WINDWALK,0; sc_start SC_WINDWALK,250000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12220','Adrenaline_Scroll','LV5 Adrenaline Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==6||.@type==7||.@type==8) { skilleffect BS_ADRENALINE,0; sc_start SC_ADRENALINE,150000,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('12221','Megaphone_','Megaphone','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','input @megaphone$; announce strcharinfo(0) + \": \" + @megaphone$,bc_all,0xFF0000; end;','','');
-REPLACE INTO `item_db_re` VALUES ('12225','Sweet_Candy_Striper','Sweet Candy Cane','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1245;','','');
-REPLACE INTO `item_db_re` VALUES ('12226','Examination1','Examination1','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_STR,5400000,10; sc_start SC_FOOD_DEX,5400000,5; sc_start SC_PLUSATTACKPOWER,5400000,22; sc_start SC_MATKFOOD,5400000,15;','','');
-REPLACE INTO `item_db_re` VALUES ('12227','Examination2','Examination2','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_INT,5400000,8; sc_start SC_FOOD_VIT,5400000,7; sc_start SC_FOOD_LUK,5400000,7; sc_start SC_PLUSATTACKPOWER,5400000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12228','Examination3','Examination3','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_AGI,5400000,15; sc_start SC_PLUSATTACKPOWER,5400000,52; sc_start SC_MATKFOOD,5400000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12229','Examination4','Examination4','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_STR,5400000,3; sc_start SC_FOOD_AGI,5400000,5; sc_start SC_FOOD_VIT,5400000,10; sc_start SC_MATKFOOD,5400000,52;','','');
-REPLACE INTO `item_db_re` VALUES ('12230','Examination5','Examination5','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_INT,5400000,3; sc_start SC_FOOD_DEX,5400000,12; sc_start SC_PLUSATTACKPOWER,5400000,20; sc_start SC_MATKFOOD,5400000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12231','Examination6','Examination6','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 100,100; sc_start SC_MOVHASTE_HORSE,5400000,0; sc_start SC_FOOD_STR,5400000,6; sc_start SC_FOOD_DEX,5400000,6; sc_start SC_FOOD_AGI,5400000,6; sc_start SC_FOOD_INT,5400000,6; sc_start SC_FOOD_VIT,5400000,6; sc_start SC_FOOD_LUK,5400000,6; sc_start SC_PLUSATTACKPOWER,5400000,24; sc_start SC_MATKFOOD,5400000,24;','','');
-REPLACE INTO `item_db_re` VALUES ('12232','Gingerbread','Ginger Bread','2','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ATTHASTE_POTION2,900000,0; sc_start SC_MOVHASTE_HORSE,900000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12233','Kvass','Kvass','0','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 100,100;','','');
-REPLACE INTO `item_db_re` VALUES ('12234','Cacao99','Fierce Cacao 99%','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 25,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12235','Strawberry_Choco','Chocolate Strawberry','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 0,5; skilleffect AL_BLESSING,0; sc_start SC_BLESSING,240000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12236','Choco_Tart','Chocolate Tart','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 5,0; itemskill AL_ANGELUS,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12237','Choco_Lump','Junky Chocolate','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 0,5; sc_start SC_POISON,18000,0; sc_start SC_BLOODING,18000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12238','New_Year_Rice_Cake_1','New Year Rice Cake','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(1000)<100) sc_start SC_DPOISON,10000,0; sc_start SC_POISON,50000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12239','New_Year_Rice_Cake_2','New Year Rice Cake','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(1000)<100) sc_start SC_DPOISON,10000,0; sc_start SC_POISON,50000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12240','Old_Yellow_Box','Old Yellow Box','2','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12240,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12241','M_Center_Potion','Mercenary Concentration Potion','2','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_sc_start SC_ATTHASTE_POTION1,1800000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12242','M_Awakening_Potion','Mercenary Awakening Potion','2','1500','750','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_sc_start SC_ATTHASTE_POTION2,1800000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12243','M_Berserk_Potion','Mercenary Berserk Potion','2','3000','1500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_sc_start SC_ATTHASTE_POTION3,1800000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12244','Old_Gift_Box','Old Gift Box','2','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12244,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12245','Green_Ale_US','Green Ale','0','5000','2500','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 100,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12246','Magic_Card_Album','Mystical Card Album','2','10000','5000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12246,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12247','Halohalo','Halo-Halo','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCALLSTATUS,600000,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12248','Masquerade_Ball_Box','Fancy Ball Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12248,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12249','Payroll_Of_Kafra_','Payment Statement for Kafra Employee','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12250','Str_Dish10_M','Steamed Tongue','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,3600000,10; percentheal 20,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12251','Agi_Dish10_M','Steamed Desert Scorpions','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,3600000,10; percentheal 15,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12252','Int_Dish10_M','Dragon Breath Cocktail','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,3600000,10; percentheal 10,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12253','Dex_Dish10_M','Hwergelmir\'s Tonic','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,3600000,10; percentheal 10,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12254','Luk_Dish10_M','Cooked Nine Tail','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,3600000,10; percentheal 14,8;','','');
-REPLACE INTO `item_db_re` VALUES ('12255','Vit_Dish10_M','Immortal Stew','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,3600000,10; percentheal 25,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12256','PRO_Gift_Box','PRO Gift Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12257','Cold_Medicine','Cold Medicine','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','50','150','0','0','percentheal 25,25;','','');
-REPLACE INTO `item_db_re` VALUES ('12258','Bombring_Box','Bombring Capsule','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_rang02\") { monster \"this\",-1,-1,\"--ja--\",1904,1,\"\"; }','','');
-REPLACE INTO `item_db_re` VALUES ('12259','Miracle_Medicine','Miracle Tonic','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getexp 3000000,1500000;','','');
-REPLACE INTO `item_db_re` VALUES ('12260','Cool_Summer_Outfit','Cool Summer Outfit','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_SUMMER,600000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12261','Secret_Medicine','Leap of Fantasy','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getexp 2000000,1000000;','','');
-REPLACE INTO `item_db_re` VALUES ('12262','Inspector_Certificate_','Authoritative Badge','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MOVHASTE_HORSE,180000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12263','Comp_Battle_Manual','Field Manual','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_PLUSEXP,1800000,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12264','Comp_Bubble_Gum','Bubble Gum','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_RECEIVEITEM,1800000,200;','','');
-REPLACE INTO `item_db_re` VALUES ('12265','Comp_Insurance','Life Insurrance','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_DEATHPENALTY,1800000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12266','Sesame_Pastry_','Sesame Pastry','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_BASICHIT,1200000,30;','','');
-REPLACE INTO `item_db_re` VALUES ('12267','Honey_Pastry_','Honey Pastry','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_BASICAVOIDANCE,1200000,30;','','');
-REPLACE INTO `item_db_re` VALUES ('12268','Rainbow_Cake_','Rainbow Cake','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSATTACKPOWER,60000,10; sc_start SC_MATKFOOD,120000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12269','Tasty_Colonel','Tasty Pink Ration','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSATTACKPOWER,600000,15;','','');
-REPLACE INTO `item_db_re` VALUES ('12270','Tasty_Major','Tasty White Ration','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSMAGICPOWER,600000,15;','','');
-REPLACE INTO `item_db_re` VALUES ('12271','Mre_A','Military Ration A','0','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12272','Mre_B','Military Ration B','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCHIT,600000,33;','','');
-REPLACE INTO `item_db_re` VALUES ('12273','Mre_C','Military Ration C','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCFLEE,600000,33;','','');
-REPLACE INTO `item_db_re` VALUES ('12274','Gold_Pill_1','Daehwandan','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCMHPRATE,36000000,5; percentheal 10,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12275','Gold_Pill_2','Taecheongdan','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCMSPRATE,36000000,5; percentheal 0,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12276','Mimic_Scroll','Mimic Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 2058,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12277','Disguise_Scroll','Disguise Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 2059,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12278','Alice_Scroll','Alice Contract','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 2060,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12279','Undead_Element_Scroll','Undead Elemental Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start4 SC_ARMOR_RESIST,300000,20,20,20,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12280','Holy_Element_Scroll','Holy Elemental Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_BENEDICTIO; sc_start SC_BENEDICTIO,300000,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12281','Tresure_Box_WoE','Event Treasure Box','2','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12282','Internet_Cafe1','Internet Cafe1','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCALLSTATUS,5400000,3; sc_start SC_PLUSATTACKPOWER,5400000,15; sc_start SC_PLUSMAGICPOWER,5400000,15;','','');
-REPLACE INTO `item_db_re` VALUES ('12283','Internet_Cafe2','Internet Cafe2','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CHASEWALK2,5400000,8; sc_start SC_INCDEX,5400000,4; sc_start SC_INCAGI,5400000,6; sc_start SC_PLUSATTACKPOWER,5400000,32; sc_start SC_INCFLEE,5400000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12284','Internet_Cafe3','Internet Cafe3','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCINT,5400000,8; sc_start SC_INCVIT,5400000,4; sc_start SC_INCDEX,5400000,6; sc_start SC_PLUSMAGICPOWER,5400000,40;','','');
-REPLACE INTO `item_db_re` VALUES ('12285','Internet_Cafe4','Internet Cafe4','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCDEX,5400000,8; sc_start SC_INCLUK,5400000,4; sc_start SC_INCAGI,5400000,6; sc_start SC_PLUSATTACKPOWER,5400000,24; sc_start SC_PLUSMAGICPOWER,5400000,24;','','');
-REPLACE INTO `item_db_re` VALUES ('12286','Masquerade_Ball_Box2','Masquerade Ball Box2','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12286,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12287','Love_Angel','Love Angel Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setfont 1;','','');
-REPLACE INTO `item_db_re` VALUES ('12288','Squirrel','Squirrel Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setfont 2;','','');
-REPLACE INTO `item_db_re` VALUES ('12289','Gogo','Gogo Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setfont 3;','','');
-REPLACE INTO `item_db_re` VALUES ('12290','Mysterious_Can','Mysterious Can Magic Powder','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 5,0; skilleffect AL_BLESSING,0; sc_start SC_BLESSING,120000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12291','Mysterious_PET_Bottle','Mysterious PET Bottle','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 5,0; skilleffect AL_INCAGI,0; sc_start SC_INC_AGI,120000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12292','Unripe_Fruit','Unripe Yggdrasilberry','0','500','250','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 20,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12293','Dried_Yggdrasilberry','Dried Yggdrasilberry','0','500','250','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 0,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12294','PC_Bang_Coin_Box1','Blue Christmas Cheer Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2740,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12295','PC_Bang_Coin_Box2','Groove Pack 1','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2739,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12296','PC_Bang_Coin_Box3','Splendid Spring Hat Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2738,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12297','PC_Bang_Coin_Box4','Expanded Party Buff Scroll Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2738,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12298','SP_Potion','SP Consumption Reduction Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ATKER_BLOOD,3600000,15;','','');
-REPLACE INTO `item_db_re` VALUES ('12299','Mega_Resist_Potion','Mega Resist Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_TARGET_BLOOD,3600000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12300','Wild_Rose_Scroll','Wild Rose Contract','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 1965,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12301','Doppelganger_Scroll','Doppelganger Contract','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 1966,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12302','Ygnizem_Scroll','Egnigem Cenia Contract','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 1967,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12303','Water_Of_Blessing','Blessing Of Water','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12304','Picture_Diary','Diary Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setfont 4;','','');
-REPLACE INTO `item_db_re` VALUES ('12305','Mini_Heart','Mini Heart Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setfont 5;','','');
-REPLACE INTO `item_db_re` VALUES ('12306','Newcomer','Freshman Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setfont 6;','','');
-REPLACE INTO `item_db_re` VALUES ('12307','Kid','Kid Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setfont 7;','','');
-REPLACE INTO `item_db_re` VALUES ('12308','Magic_Castle','Magic Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setfont 8;','','');
-REPLACE INTO `item_db_re` VALUES ('12309','Bulging_Head','JJangu Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setfont 9;','','');
-REPLACE INTO `item_db_re` VALUES ('12310','Spray_Of_Flowers','Spray Of Flowers','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCFLEE,600000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12311','Large_Spray_Of_Flowers','Huge Spray Of Flowers','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ALL_PARTYFLEE,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12312','Thick_Manual50','Thick Battle Manual','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_PLUSEXP,3600000,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12313','Protection_Of_Angel','Guardian Angel','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12314','Noive_Box','Noive Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12315','Goddess_Bless','Goddess Of Blessing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12316','Angel_Bless','Angel Of Blessing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12317','Powder_Snow','Snow Powder','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','end;','','');
-REPLACE INTO `item_db_re` VALUES ('12318','Little_Heart','Small Hearts','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12319','Strawberry_Cake','Rune Strawberry Cake','2','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCATKRATE,600000,5; sc_start SC_INCMATKRATE,600000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12320','Pineapple_Juice','Schwartzwald Pine Jubilee','2','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCHIT,600000,10; sc_start SC_PLUSAVOIDVALUE,600000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12321','Spicy_Sandwich','Arunafeltz Desert Sandwich','2','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CRITICALPERCENT,600000,7;','','');
-REPLACE INTO `item_db_re` VALUES ('12322','Chocolate_Pie','Chocolate Pie','0','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 5,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12323','N_Fly_Wing','Novice Fly Wing','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill AL_TELEPORT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12324','N_Butterfly_Wing','Novice Butterfly Wing','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill AL_TELEPORT,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12325','N_Magnifier','Novice Magnifier','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MC_IDENTIFY,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12326','J_Firecracker','Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12327','Charm_Of_Luck','Unsuitable Of Lucky','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12328','Charm_Of_Happiness','Unsuitable Of Happyness','2','1800','900','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCLUK,3600000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12329','Recall_MaleGM','Support Game Master','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 2000,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12330','Recall_FemaleGM','Support Game Master','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 2001,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12331','Ginseng','Ginseng','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 6,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12332','Fruit_Juice','Fruit Juice','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 0,6;','','');
-REPLACE INTO `item_db_re` VALUES ('12333','Ansila','Ancilla','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 0,15;','','');
-REPLACE INTO `item_db_re` VALUES ('12334','Cherish_Box','Treasure Edition Helm Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12334,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12335','Yummy_Skewered_Dish','Grilled Delicious Skewer','0','1000','500','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 60,60;','','');
-REPLACE INTO `item_db_re` VALUES ('12336','Baked_Mushroom','Grilled Mushroom','0','500','250','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 30,30;','','');
-REPLACE INTO `item_db_re` VALUES ('12337','Grilled_Sausage','Grilled Sausages','0','300','150','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 20,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12338','Grilled_Corn','Grilled Corn','2','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CHASEWALK2,180000,2; sc_start SC_INCINT,180000,2; sc_start SC_INCAGI,180000,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12339','Cherish_Box_Ori','Treasure Edition Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12339,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12340','Mysterious_Rice_Powder','Chewy Rice Powder','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1815;','','');
-REPLACE INTO `item_db_re` VALUES ('12341','Special_Alloy_Trap_Box','Special Alloy Trap Box','2','20000','10000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7940,100;','','');
-REPLACE INTO `item_db_re` VALUES ('12342','Manuk\'s_Opportunity','Manuk\'s Opportunity','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_POTION_BERSERK; sc_start SC_MANU_ATK,600000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12343','Manuk\'s_Courage','Manuk\'s Courage','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_GUARD; sc_start SC_MANU_DEF,600000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12344','Pinguicula\'s_fruit_Jam','Pinguicula\'s Fruit Jam','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_POTION_BERSERK; sc_start SC_SPL_ATK,600000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12345','Luciola\'s_Honey_Jam','Luciola\'s Honey Jam','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_GUARD; sc_start SC_SPL_DEF,600000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12346','Unripe_Acorn','Unripe Acorn','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','heal -100,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12347','Acorn_Jelly','Acorn Jelly','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill ALL_REVERSEORCISH,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12348','Manuk\'s_Faith','Manuk\'s Faith','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_POTION_BERSERK; sc_start SC_MANU_MATK,600000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12349','Cornus\'_Tears','Cornus\' Tears','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_POTION_BERSERK; sc_start SC_SPL_MATK,600000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12350','Angeling_Potion','Angeling Potion','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','skilleffect AL_BLESSING,0; sc_start SC_BLESSING,120000,5; itemskill AL_ANGELUS,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12351','Shout_Megaphone','Scream Megaphone','11','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill MC_LOUD,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12352','Dun_Tele_Scroll3','Dungeon Teleport Scroll 3','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12353','Tiny_Waterbottle','Small Bottle','2','800','400','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PROPERTYWATER,90000,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12354','Buche_De_Noel','Buche De Noel','2','2','1','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_ANGELUS; sc_start SC_INCMHPRATE,600000,3; sc_start SC_INCMSPRATE,600000,3; sc_start SC_INCHITRATE,600000,3; sc_start SC_CRITICALPERCENT,600000,7;','','');
-REPLACE INTO `item_db_re` VALUES ('12355','Xmas_Gift','Xmas Gift','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12355,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12356','Louise_Costume_Box','Louise Costume Box','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12356,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12357','Shiny_Wing_Gown','Gingerbread Cookie','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1630;','','');
-REPLACE INTO `item_db_re` VALUES ('12358','Fan_Of_Wind','Fan Of Wind','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1513;','','');
-REPLACE INTO `item_db_re` VALUES ('12359','Very_Soft_Plant','Very Soft Plant','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1586;','','');
-REPLACE INTO `item_db_re` VALUES ('12360','Very_Red_Juice','Very Red Juice','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1505;','','');
-REPLACE INTO `item_db_re` VALUES ('12361','Delicious_Shaved_Ice','Delicious Shaved Ice','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1143;','','');
-REPLACE INTO `item_db_re` VALUES ('12362','Kuloren','Kuloren','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1401;','','');
-REPLACE INTO `item_db_re` VALUES ('12363','Fit_Pipe','Ghost Coffin','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1179;','','');
-REPLACE INTO `item_db_re` VALUES ('12364','Staff_Of_Leader','Staff Of Leader','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1299;','','');
-REPLACE INTO `item_db_re` VALUES ('12365','Charming_Lotus','Charming Lotus','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1416;','','');
-REPLACE INTO `item_db_re` VALUES ('12366','Gril_Doll','Girl Doll','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1404;','','');
-REPLACE INTO `item_db_re` VALUES ('12367','Luxury_Whisky_Bottle','Luxury Whisky Bottle','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1504;','','');
-REPLACE INTO `item_db_re` VALUES ('12368','Splendid_Mirror','Splendid Mirror','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1148;','','');
-REPLACE INTO `item_db_re` VALUES ('12369','Oilpalm_Coconut','Oilpalm Coconut','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1495;','','');
-REPLACE INTO `item_db_re` VALUES ('12370','Gril\'s_Naivety','Girl\'s Naivety','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1374;','','');
-REPLACE INTO `item_db_re` VALUES ('12371','Magical_Lithography','Magical Lithography','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1040;','','');
-REPLACE INTO `item_db_re` VALUES ('12372','Hell_Contract','Hell Contract','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1379;','','');
-REPLACE INTO `item_db_re` VALUES ('12373','Boy\'s_Naivety','Boy\'s Pure Heart','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1370;','','');
-REPLACE INTO `item_db_re` VALUES ('12374','Flaming_Ice','Ice Fireworks','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1837;','','');
-REPLACE INTO `item_db_re` VALUES ('12375','Acaraje','Akaraje','2','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_STEAL; sc_start SC_INCHITRATE,120000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12376','Mysterious_Can2','Mysterious Can2','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12377','Mysterious_PET_Bottle2','Mysterious PET Bottle2','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12378','2009_Rice_Cake_Soup','Rice Cake Soup','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12379','Pope\'s_Cookie','Pope Cookie','2','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12380','Desert_Wolf_Babe_Scroll','Job Change Flute','2','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 2034,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12381','ValkyrieA_Scroll','Ancient Language Scroll','2','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_arch02\") { mercenary_create 2037,1800000; }','','');
-REPLACE INTO `item_db_re` VALUES ('12382','ValkyrieB_Scroll','Ancient Language Scroll','2','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_arch02\") { mercenary_create 2038,1800000; }','','');
-REPLACE INTO `item_db_re` VALUES ('12383','Vulcan_Bullet_Magazine','Vulcan Bullet Magazine','2','11000','5500','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12384','Rainbow_Ruby_Water','Rainbow Ruby','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_war02\") { itemskill WL_FROSTMISTY,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('12385','Rainbow_Ruby_Fire','Rainbow Ruby','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_war02\") { itemskill WL_CRIMSONROCK,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('12386','Rainbow_Ruby_Wind','Rainbow Ruby','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_war02\") { itemskill WL_CHAINLIGHTNING,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('12387','Rainbow_Ruby_Earth','Rainbow Ruby','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_war02\") { itemskill WL_EARTHSTRAIN,5; }','','');
-REPLACE INTO `item_db_re` VALUES ('12388','Runstone_Crush','Rhydo Runestone For Apprentice','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_rune02\") { itemskill RK_CRUSHSTRIKE,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('12389','Runstone_Storm','Pertz Runestone For Apprentice','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_rune02\") { itemskill RK_STORMBLAST,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('12390','Runstone_Millennium','Verkana Runestone For Apprentice','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(strcharinfo(3)==\"job3_rune02\") { itemskill RK_MILLENNIUMSHIELD,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('12391','Lucky_Egg_C','RWC Groove Pack','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12392','RepairA','Repair A','0','220','110','100','0','0','0','0','0','1024','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12393','RepairB','Repair B','0','500','250','140','0','0','0','0','0','1024','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12394','RepairC','Repair C','0','1100','550','180','0','0','0','0','0','1024','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12395','Tantanmen','Tantan Noodle','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1519;','','');
-REPLACE INTO `item_db_re` VALUES ('12396','Fools_Day_Box','Gift Box?','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(1,10)==1) itemskill AL_TELEPORT,1; else if(rand(1,10)==2) itemskill AL_TELEPORT,3; else if(rand(1,10)==3) percentheal 50,0; else if(rand(1,10)==4) percentheal 0,50; else if(rand(1,10)==5) end; else if(rand(1,10)==6) getitem 512,1; else if(rand(1,10)==7) itemskill ALL_REVERSEORCISH,1; else if(rand(1,10)==8) specialeffect2 247; else if(rand(1,10)==9) specialeffect2 338; else specialeffect2 10;','','');
-REPLACE INTO `item_db_re` VALUES ('12397','Fools_Day_Box2','Gift Box?','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(1,10)==1) itemskill TF_DETOXIFY,1; else if(rand(1,10)==2) itemskill TF_PICKSTONE,1; else if(rand(1,10)==3) itemskill BA_FROSTJOKER,1; else if(rand(1,10)==4) itemskill DC_SCREAM,1; else if(rand(1,10)==5) end; else if(rand(1,10)==6) getitem 909,1; else if(rand(1,10)==7) itemskill AL_RUWACH,1; else if(rand(1,10)==8) specialeffect2 328; else if(rand(1,10)==9) specialeffect2 68; else specialeffect2 196;','','');
-REPLACE INTO `item_db_re` VALUES ('12398','PCBang_Gift_Box','PCRoom Gift Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12399','Castle_Treasure_Box','Castle Treasure Box','2','20','10','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12400','Water_Of_Blessing_','Water Of Blessing','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12401','Rune_Kn_Test_Int','Rune Kn Test Int','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCINT,300000,40;','','');
-REPLACE INTO `item_db_re` VALUES ('12402','29Fruit','29Truth','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12403','Lucky_Egg_C2','RWC2011 Lucky Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12404','Acti_Potion','Activation Potion','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12405','Underripe_Yggseed','Unripe Seed Of Yggdrasil','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12406','Psychic_ArmorS','Psychic Armor Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12407','PCBang_Coupon_Box','PCRoom Coupon Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12408','Leaf_Cat_Ball','Hydra Ball','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 2081;','','');
-REPLACE INTO `item_db_re` VALUES ('12409','Pork_Belly_H','1st Class Pork Belly','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12410','Spareribs_H','Thick Pork Belly','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12411','HE_Battle_Manual','HE Battle Manual','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_PLUSEXP,900000,200;','','');
-REPLACE INTO `item_db_re` VALUES ('12412','HE_Bubble_Gum','HE Bubble Gum','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_RECEIVEITEM,900000,300;','','');
-REPLACE INTO `item_db_re` VALUES ('12413','PCBang_Coupon_Box2','PCRoom Coupon Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12414','Guarana_Candy','Guarana Candy','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ATTHASTE_POTION1,1800000,0; sc_start SC_INC_AGI,140000,5; skilleffect AL_INCAGI,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12415','Siege_Teleport_Scroll2','Siege Map Teleport Scroll II','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12416','LUcky_Egg_C3','Thanksgiving Groove Pack','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12417','Boost500','Boost500','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12418','Full_SwingK','Full SwingK','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12419','Mana_Plus','Mana +','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12420','Stamina_Up_M','Muramura(M)','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12421','Digestive_F','Falmons(F)','3','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12422','HP_Increase_PotionS','HP Increase Potion(Small)','0','100','50','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCMHPRATE,500000,1; sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel); percentheal 2,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12423','HP_Increase_PotionM','HP Increase Potion(Mid)','0','100','50','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCMHPRATE,500000,2; sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel); percentheal 3,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12424','HP_Increase_PotionL','HP Increase Potion(Large)','0','100','50','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCMHPRATE,500000,5; sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel); percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12425','SP_Increase_PotionS','SP Increase Potion(Small)','0','100','50','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCMSPRATE,500000,2; percentheal 0,2;','','');
-REPLACE INTO `item_db_re` VALUES ('12426','SP_Increase_PotionM','SP Increase Potion(Mid)','0','100','50','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCMSPRATE,500000,4; percentheal 0,4;','','');
-REPLACE INTO `item_db_re` VALUES ('12427','SP_Increase_PotionL','SP Increase Potion(Large)','0','100','50','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCMSPRATE,500000,8; percentheal 0,8;','','');
-REPLACE INTO `item_db_re` VALUES ('12428','Enrich_White_PotionZ','Enriched White PotionZ','0','100','50','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0; heal 1000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12429','Savage_BBQ','Savage BBQ','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_SAVAGE_STEAK,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12430','Wug_Blood_Cocktail','Warg Blood Cocktail','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_COCKTAIL_WARG_BLOOD,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12431','Minor_Brisket','Minor Brisket','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_MINOR_BBQ,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12432','Siroma_Icetea','Siroma Icetea','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_SIROMA_ICE_TEA,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12433','Drocera_Herb_Stew','Drosera Herb Stew','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_DROCERA_HERB_STEAMED,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12434','Petti_Tail_Noodle','Petite Tail Noodles','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PUTTI_TAILS_NOODLES,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('12435','Black_Thing','Black Thing','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_STOMACHACHE,60000,rand(5,10);','','');
-REPLACE INTO `item_db_re` VALUES ('12436','Vitata500','Vitata500','0','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_VITATA_500,500000,0; itemheal 0,200;','','');
-REPLACE INTO `item_db_re` VALUES ('12437','Enrich_Celermine_Juice','Enrich Celermine Juice','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12438','F_Giant_Fly_Wing','Giant Fly Wing','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12439','F_Battle_Manual','Old Battle Manual','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12440','F_Insurance','Insurance','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12441','F_Bubble_Gum','Old Bubble Gum','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12442','F_Kafra_Card','Kafra Card','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12443','F_Neuralizer','Neuralizer','2','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12444','F_Dun_Tele_Scroll1','WoE Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12445','F_Str_Dish10_','Steamed Tongue','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12446','F_Agi_Dish10_','Steamed Desert Scorpions','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12447','F_Int_Dish10_','Dragon Breath Cocktail','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12448','F_Dex_Dish10_','Hwergelmir\'s Tonic','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12449','F_Luk_Dish10_','Nine Tail','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12450','F_Vit_Dish10_','Stew Of Immortality','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12451','F_WOB_Rune','Yellow Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12452','F_WOB_Schwaltz','Green Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12453','F_WOB_Rachel','Red Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12454','F_WOB_Local','Blue Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12456','F_Greed_Scroll','Greed Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12457','F_Glass_Of_Illusion','Glass Of Illusion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12458','F_Abrasive','Abrasive','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12459','F_Med_Life_Potion','Medium Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12460','F_Small_Life_Potion','Small Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12461','F_Regeneration_Potion','Regeneration Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12462','F_B_Mdef_Potion','Big Magic Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12463','F_S_Mdef_Potion','Small Magic Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12464','F_B_Def_Potion','Big Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12465','F_S_Def_Potion','Small Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12466','F_Blessing_10_Scroll','LV10 Blessing Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12467','F_Inc_Agi_10_Scroll','LV10 Agil Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12468','F_Aspersio_5_Scroll','LV5 Aspersio Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12470','F_Wind_Walk_10_Scroll','LV10 Wind Walker Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12471','F_Adrenaline_Scroll','LV5 Adrenaline Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12472','F_Convex_Mirror','Convex Mirror','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12473','RWC_Parti_Box','Participant\'s Request Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12474','RWC_Final_Comp_Box','RWC Final Event Memorial Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem(12474);','','');
-REPLACE INTO `item_db_re` VALUES ('12475','Cure_Free','Cure Free','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_end SC_SILENCE; sc_end SC_BLOODING; sc_end SC_POISON; sc_end SC_CURSE; sc_end SC_ORCISH; sc_end SC_PROPERTYUNDEAD; itemheal 500,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12476','PCBang_Coupon_Box3','PCRoom Coupon Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12477','Gift_Bundle','Prontera Costume Pack','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12478','Chance_Box','Opportunity Of Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12479','Caracas_Ring_Box','Caracas Ring Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12480','Attend_3Day_Box','Attendance 3rd Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12481','Attend_7Day_Box','Attendance 7th Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12482','Attend_10Day_Box','Attendance 10day Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12483','Attend_15Day_Box','Attendance 15day Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12484','Attend_20Day_Box','Attendance 20day Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12485','Attend_25Day_Box','Attendance 25day Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12486','GoldPC_First_Box','Gold PCRoom 1etc. Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12487','PC_4Leaf_Clover_Box','PCRoom Leaf Clover Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12488','Ticket_Gift_Box','Valkyrie Mercenary Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12489','Ticket_Gift_Box2','Ticket Gift Box II','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12490','Vivid_Notation','Christmas Music Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12491','Curious_Snowball','Curious Snowball','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12492','Crumpled_Paper','Crumpled Wad Paper','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12493','Lucky_Egg_C4','Groovy Dragon Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12494','E_Giant_Fly_Wing','E Giant Fly Wing','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12495','E_Battle_Manual','E Battle Manual','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12496','E_Insurance','E Insurance','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12497','E_Bubble_Gum','E Bubble Gum','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12498','E_Kafra_Card','E Kafra Card','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12499','E_Neuralizer','E Neuralizer','2','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12500','E_Dun_Tele_Scroll1','E Dun Tele Scroll1','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12501','E_Str_Dish10_','E Str Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12502','E_Agi_Dish10_','E Agi Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12503','E_Int_Dish10_','E Int Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12504','E_Dex_Dish10_','E Dex Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12505','E_Luk_Dish10_','E Luk Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12506','E_Vit_Dish10_','E Vit Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12507','E_WOB_Rune','Yellow Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12508','E_WOB_Schwaltz','Green Butterfly Wings','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12509','E_WOB_Rachel','Red Butterfly Wings','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12510','E_WOB_Local','Blue Butterfly wings','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12511','E_Siege_Teleport_Scroll','E Siege Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12512','E_Greed_Scroll','E Greed Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12513','E_Glass_Of_Illusion','E Glass Of Illusion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12514','E_Abrasive','E Abrasive','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12515','E_Med_Life_Potion','E Med Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12516','E_Small_Life_Potion','E Small Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12517','E_Regeneration_Potion','E Regeneration Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12518','E_B_Mdef_Potion','E B Mdef Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12519','E_S_Mdef_Potion','E S Mdef Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12520','E_B_Def_Potion','E B Def Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12521','E_S_Def_Potion','E S Def Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12522','E_Blessing_10_Scroll','E Blessing 10 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12523','E_Inc_Agi_10_Scroll','E Inc Agi 10 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12524','E_Aspersio_5_Scroll','E Aspersio 5 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12525','E_Assumptio_5_Scroll','E Assumptio 5 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12526','E_Wind_Walk_10_Scroll','E Wind Walk 10 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12527','E_Adrenaline_Scroll','E Adrenaline Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12528','E_Convex_Mirror','E Convex Mirror','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12529','White_Slim_Potion_Box','Condensed White Potion Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12530','Mastela_Fruit_Box','Mastela Fruit Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12531','White_Potion_Box','White Potion 100 Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12532','Royal_Jelly_Box2','Royal Jelly Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12533','Blue_Herb_Box2','Blue Herb Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12534','Yggdrasil_Seed_Box','Yggdrasil Seed Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12536','NY_Rice_Cake_Soup','New Year\'s Rice Cake','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12537','Solo_Gift_Basket','Gift Chocolate Basket','2','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12538','Couple_Event_Basket','Firecracker Basket','2','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12539','Splendid_Box','Brilliant Box','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12540','GM_Warp_Box','GM Warp Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12541','Fortune_Cookie1','Fortune Cookie1','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12542','Fortune_Cookie2','Fortune Cookie2','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12543','Fortune_Cookie3','Fortune Cookie3','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12544','Mystic_Tree_Branch','Mystic Tree Branch','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12545','Lucky_Egg_C5','Fortune Egg','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12546','Suspicious_Dish','Dark matter','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_POISON,50000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12547','Chalcenodny_Box','Chalcenodny Box','2','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12548','Buy_Market_Permit2','Black Market Bulk Buyer Shop License','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','buyingstore 2;','','');
-REPLACE INTO `item_db_re` VALUES ('12549','White_Slim_Pot_Box2','Condensed White Potion 200 Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12550','Poison_Bottle_Box2','Poison Bottle Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12551','MVP_Tele_Scroll','MVP Tele Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12552','Quest_Tele_Scroll','Quest Tele Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12553','Brysinggamen_Piece_Box','Brysinggamen Keep Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12554','Asprika_Piece_Box','Asprika Piece Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12555','Brynhild_Piece_Box','Brynhild Piece Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12556','Sleipnir_Piece_Box','Sleipnir Keep Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12557','Mjolnir_Piece_Box','Mjolnir Keep Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12558','Magingiorde_Piece_Box','Magingiorde Keep Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12559','Tenkaippin_Strong','Tenkaippin Strong','2','650','325','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12560','Tenkaippin_Clean','Tenkaippin Clean','2','650','325','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12561','Mysterious_Seed','Mysterious Seed','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','warp \"bif_fild01\",32,382;','','');
-REPLACE INTO `item_db_re` VALUES ('12562','Bubble_Gum_Plus','Bubble Gum Plus','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12563','BM75','BM75','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12564','3D_Glasses_Box','3D Glasses Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12565','Cheer_Scarf_Box','Cheering scarf Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12566','Cheer_Scarf2_Box','Cheering scarf II Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12567','Cheer_Scarf3_Box','Cheering scarf III Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12568','Cheer_Scarf4_Box','Cheering scarf IV Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12569','Cheer_Scarf6_Box','Cheering scarf VI Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12570','Cheer_Scarf8_Box','Cheering scarf VIII Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12571','Cheer_Scarf10_Box','Cheering scarf X Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12572','Cheer_Scarf10_Box2','Cheering scarf X Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12573','Fruit_Basket','Fruit Basket','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12573,1; getrandgroupitem 12573,1; getrandgroupitem 12573,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12574','Mora_Berry','Mora Berry','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','120','150','0','0','itemheal 0,rand(50,65);','','');
-REPLACE INTO `item_db_re` VALUES ('12575','Arrow_Of_Elf_Cntr','Elf\'s Arrow Quiver','2','500','250','250','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','getitem 1773,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12576','Hunting_Arrow_Cntr','Hunting Arrow Quiver','2','500','250','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1774,500;','','');
-REPLACE INTO `item_db_re` VALUES ('12577','Lucky_Egg_C6','Fortune Egg','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12578','Rapid_Life_Water','Rapid Water','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12579','Ring_Of_Valkyrie_Box','Ring of The Valkyrie Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12580','Vending_Search_Scroll','Window Shopper Catalogue','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','searchstores 10,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12581','Vending_Search_Scroll2','Bargain Hunter\'s Catalogue','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','searchstores 10,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12582','Siege_Supply_Box','WoE Supply Box','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12583','PR_Team_Box','Public Relations box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12584','Develop_Team_box','Development Team box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12585','Marketing_Team_Box','Marketing Team box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12586','Operating_Team_Box','Operation Team box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12587','Summer_Night_box','A Summer Night\'s Box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12591','Uni_Catalog_Bz','Black Market Catalogue','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','searchstores 10,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12592','Cyclops_Box1','Cyclops Box1','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12593','Cyclops_Box2','Cyclops Box2','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12594','Cyclops_Box3','Cyclops Box3','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12595','Lucky_Egg_C7','Incarnation Of Morocc Doll Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12596','Magic_Candy','Magic Candy','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12597','Opor_Ayam','Opor Ayam','11','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12598','Dendeng_Balado','Dendeng Balado','11','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12599','Kurma','Kurma','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12600','Treasure_Box_Scroll','Treasure Chest Summoned','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12601','Cold_Watermelon_Juice','Fresh Watermelon Juice','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 5,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12602','Special_Box1','Special Box I','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12603','Special_Box2','Special Box II','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12604','Special_Box3','Special Box III','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12605','Special_Box4','Special Box IV','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12606','Special_Box5','Special Box V','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12607','Lolli_Pop_Box','Delicious Lollipop Box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12608','Splendid_Box2','Splendid Box2','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12612','Old_Coin_Pocket','Shabby Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12613','High_Coin_Pocket','Premium Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12613,1; getrandgroupitem 12613,1; getrandgroupitem 12613,1; getrandgroupitem 12613,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12614','Mid_Coin_Pocket','Normal Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12614,1; getrandgroupitem 12614,1; getrandgroupitem 12614,1; getrandgroupitem 12614,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12615','Low_Coin_Pocket','Poor Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12615,1; getrandgroupitem 12615, 1; getrandgroupitem 12615,1; getrandgroupitem 12615,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12616','Sgrade_Pocket','S Grade Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12616,1; getrandgroupitem 12616,1; getrandgroupitem 12616,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12617','Agrade_Pocket','Agrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12617,1; getrandgroupitem 12617,1; getrandgroupitem 12617,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12618','Bgrade_Pocket','Bgrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12619','Cgrade_Pocket','Cgrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12620','Dgrade_Pocket','Dgrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12621','Egrade_Pocket','Egrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12622','Boarding_Halter','Halter Lead','11','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','setmounting();','','');
-REPLACE INTO `item_db_re` VALUES ('12623','High_Weapon_Box','High Weapon Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12623,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12624','Delicious_Jelly','Delicious Jelly','0','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 3,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12625','Sapa_Feat_Cert_Pack','Proof Of Sapha\'s Honor Package','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12626','Wander_Man_Scroll','Wanderman Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12627','Wicked_Nymph_Scroll','Wicked Nymph Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12628','Kasa_Scroll','Kasa Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12629','Salamander_Scroll','Salamander Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12630','Teddy_Bear_Scroll','Teddy Bear Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12631','Kouroussa_Stone_A','Stone (1Hour)','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12636','Malang_Sp_Can','Malang Sp Can','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','warp \"malangdo\",140,114;','','');
-REPLACE INTO `item_db_re` VALUES ('12637','Gong_Bug_Pocket','Gong Bug Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13208,200;','','');
-REPLACE INTO `item_db_re` VALUES ('12638','Dried_Squid_Box','Dried Squid Box','11','20','10','2000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12639','Flying_Fish_Box','Flying Fish Box','11','20','10','2000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12640','Starfish_Box','Starfish Box','11','20','10','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12641','Lucky_Egg_C8','New Recruit Pack','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12642','Fruit_Of_Mastela_Box2','Fruit Box (100)','0','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 504,100;','','');
-REPLACE INTO `item_db_re` VALUES ('12643','E_Coin_Pack50','E Coin Pack50','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6422,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12644','PCBang_Coupon_Box4','PCRoom Coupon Box IV','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12645','J_Aspersio_5_Scroll_C','Sacred Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12646','Takoyaki','Fired Octopus','2','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12647','Ink_Ball','See Ink','2','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12648','Special_Potion_Set','Comprehensive Set Of Potions','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12649','Lv70_Imperial_Gift','Level 70 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12650','Lv90_Imperial_Gift','Level 90 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12651','Lv110_Imperial_Gift','Level 110 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12652','Lv130_Imperial_Gift','Level 130 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12653','Lv150_Imperial_Gift','Level 150 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12654','Lucky_Egg_C9','Recruit\'s Mount Gift','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12655','Brain_Powder','Brain Powder','11','2000','1000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12656','Magical_Powder','Magical Powder','11','3000','1500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12657','Madness_Powder','Madness Powder','11','4000','2000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12658','Trans_Scroll_Devi','Transformation Scroll(Deviruchi)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','montransform \"Deviruchi\",1200000,SC_MTF_ASPD;','','');
-REPLACE INTO `item_db_re` VALUES ('12659','Trans_Scroll_Ray_Arch','Transformation Scroll(Raydric)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','montransform \"Raydric Archer\",1200000,SC_MTF_RANGEATK;','','');
-REPLACE INTO `item_db_re` VALUES ('12660','Trans_Scroll_Mavka','Transformation Scroll(Mavka)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','montransform \"Mavka\",1200000,SC_MTF_RANGEATK;','','');
-REPLACE INTO `item_db_re` VALUES ('12661','Trans_Scroll_Marduk','Transformation Scroll(Marduk)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','montransform \"Marduk\",1200000,SC_MTF_MATK;','','');
-REPLACE INTO `item_db_re` VALUES ('12662','Trans_Scroll_Banshee','Transformation Scroll(Banshee)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','montransform \"Banshee\",1200000,SC_MTF_MATK;','','');
-REPLACE INTO `item_db_re` VALUES ('12663','Trans_Scroll_Poring','Transformation Scroll(Poring)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','montransform \"Poring\",1200000,SC_MTF_CRIDAMAGE;','','');
-REPLACE INTO `item_db_re` VALUES ('12664','Trans_Scroll_Golem','Transformation Scroll(Golem)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','montransform \"Golem\",1200000,SC_MTF_MLEATKED;','','');
-REPLACE INTO `item_db_re` VALUES ('12665','Grovel_Buff','Grovel Buff','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12666','Thai_Perfume_MATK','Thai Perfume(MATK)','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12667','Thai_Perfume_ATK','Thai Perfume(ATK)','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12668','Thai_Perfume_ASPD','Thai Perfume(ASPD)','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12669','Thai_Perfume_CAST','Thai Perfume(CAST)','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12670','Beast_Powder','Beast Powder','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12671','99lv_Battle_Manual','99lv Battle Manual','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12690','Old_C_Album_Helm','Headgear Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12691','Old_C_Album_Armor','Armor Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12692','Old_C_Album_Shield','Shield Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12693','Old_C_Album_Garment','Garment Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12694','Old_C_Album_Shoes','Shoes Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12695','Old_C_Album_Acc','Accessory Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12696','RWC_Cele_Fire','RWC Celebration Firecracker','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_STRFOOD,10000,3; sc_start SC_VITFOOD,10000,3; sc_start SC_INTFOOD,10000,3; sc_start SC_DEXFOOD,10000,3; sc_start SC_AGIFOOD,10000,3; sc_start SC_LUKFOOD,10000,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12697','RWC_Cele_Fire2','RWC Celebration Firecracker 2','11','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12698','Old_C_Album_Weapon','Weapon Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12774','Empty_Potion_Bottle','Empty Potion Bottle','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12777','Luk_Dish20','Luk Dish20','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12779','Galapago_Scroll','Galapago Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12781','1M_Zeny_Check','1M Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12783','10000_Zeny_Check','10000 Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12785','Dragon_Egg_Scroll','Dragon Egg','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12797','Wish_Maiden_Scroll','Wish Maiden Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12818','High_Weapon_Box_','Advanced Weapons Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12699','Tikbalang_Belt','Tikbalang Harness','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 2313;','','');
-REPLACE INTO `item_db_re` VALUES ('12700','Insideout_Shirt','Inside-out Shirt','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','warp \"malaya\",242,211;','','');
-REPLACE INTO `item_db_re` VALUES ('12701','Old_Blue_Box_F','Old Blue Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12702','Old_Bleu_Box','Old Blue Box','2','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12702,1; getrandgroupitem 12702,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12703','Holy_Egg_2','Holy Egg','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12704','Elixir_Of_Life','Elixir of Life','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','85','150','0','0','percentheal 100,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12705','Noble_Nameplate','Noble Nameplate','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','90','150','0','0','sc_start SC_CASH_PLUSEXP,1800000,100;','','');
-REPLACE INTO `item_db_re` VALUES ('12706','Lucky_Cookie01','Lucky Cookie','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill PR_GLORIA,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12707','Lucky_Cookie02','Lucky Cookie','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill PR_MAGNIFICAT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12708','Lucky_Cookie03','Lucky Cookie','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill PR_IMPOSITIO,3;','','');
-REPLACE INTO `item_db_re` VALUES ('12709','Guyak_Candy','Guyak Candy','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 30,30;','','');
-REPLACE INTO `item_db_re` VALUES ('12710','Guyak_Pudding','Guyak Pudding','2','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12711','Pretzel','Pretzel','0','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','50','150','0','0','itemheal rand(50,90),0;','','');
-REPLACE INTO `item_db_re` VALUES ('12712','Green_Beer','Green Beer','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','50','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12713','Monster_Extract','Monster Extract','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12714','Easter_Scroll','Easter Scroll','2','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 12714,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12715','Black_Treasure_Box','Black Treasure Chest','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12716','Indian_Rice_Cake','Indian Rice Cake','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12717','Poison_Paralysis','Paralysis','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(10000)<10) sc_start SC_PARALYSE,300000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12718','Poison_Leech','Leech End','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(10000)<10) sc_start SC_LEECHESEND,300000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12719','Poison_Oblivion','Oblivion Curse','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(10000)<10) sc_start SC_OBLIVIONCURSE,300000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12720','Poison_Contamination','Death Hurt','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(10000)<10) sc_start SC_DEATHHURT,300000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12721','Poison_Numb','Toxin','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(10000)<10) sc_start SC_TOXIN,300000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12722','Poison_Fever','Pyrexia','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(10000)<10) sc_start SC_PYREXIA,300000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12723','Poison_Laughing','Magic Mushroom','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(10000)<10) sc_start SC_MAGICMUSHROOM,300000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12724','Poison_Fatigue','Venom Bleed','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(rand(10000)<10) sc_start SC_VENOMBLEED,15000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('12725','Runstone_Nosiege','Nosiege Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_REFRESH,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12726','Runstone_Rhydo','Rhydo Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_CRUSHSTRIKE,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12727','Runstone_Verkana','Verkana Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_MILLENNIUMSHIELD,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12728','Runstone_Isia','Isia Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_VITALITYACTIVATION,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12729','Runstone_Asir','Asir Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_FIGHTINGSPIRIT,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12730','Runstone_Urj','Urj Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_ABUNDANCE,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12731','Runstone_Turisus','Turisus Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_GIANTGROWTH,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12732','Runstone_Pertz','Pertz Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_STORMBLAST,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12733','Runstone_Hagalas','Hagalas Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_STONEHARDSKIN,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12734','Runstone_Quality','Quality Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','makerune 5;','','');
-REPLACE INTO `item_db_re` VALUES ('12735','Runstone_Ancient','Ancient Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','makerune 11;','','');
-REPLACE INTO `item_db_re` VALUES ('12736','Runstone_Mystic','Mystic Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','makerune 14;','','');
-REPLACE INTO `item_db_re` VALUES ('12737','Runstone_Ordinary','General Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','makerune 2;','','');
-REPLACE INTO `item_db_re` VALUES ('12738','Runstone_Rare','Rare Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','makerune 8;','','');
-REPLACE INTO `item_db_re` VALUES ('12739','Snow_Flower','Snow Flower','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12740','Inc_Str_Scroll','Amplification Scroll','2','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12741','Inc_Int_Scroll','Intellect Amplification Scroll','2','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12742','Valentine_Gift_Box1','Valentine Gift Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12743','Valentine_Gift_Box2','Valentine Gift Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12744','Chocotate_Box','Chocolate Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12745','Skull_Scroll','Vivid Notation','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12746','Destruction_Scroll','Destruction Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12747','Royal_Scroll','Royal Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12748','Immune_Scroll','Immune Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12749','Mystic_Scroll','Mystic Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12750','Battle_Scroll','Battle Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12751','Armor_Scroll','Armor Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12752','Prayer_Scroll','Prayer Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12753','Soul_Scroll','Soul Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12754','New_Year_Bun','New Year Bun','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12755','Traditional_Firecrack','Traditional Firecrack','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12756','New_Gift_Envelope','New Gift Envelope','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12757','Loyal_Ring1_Box','Loyal Ring1 Box','2','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12758','Loyal_Ring2_Box','Loyal Ring2 Box','2','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12759','Loyal_Ring3_Box','Loyal Ring3 Box','2','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12760','Bubble_Gum_Green','Bubble Gum Green','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12761','Bubble_Gum_Yellow','Bubble Gum Yellow','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12762','Bubble_Gum_Orange','Bubble Gum Orange','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12763','Bubble_Gum_Red','Bubble Gum Red','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12764','Fools_Day_Box_Tw','Fools Day Box Tw','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12765','Summer_Knight_Box','Summer Knight Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12766','Reward_Job_BM25','JOB Battle Manual','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12767','Passion_FB_Hat_Box','Passion FB Hat Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12768','Cool_FB_Hat_Box','Cool FB Hat Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12769','Victory_FB_Hat_Box','Victory FB Hat Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12770','Glory_FB_Hat_Box','Glory FB Hat Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12771','Passion_Hat_Box2','Passion Hat Box2','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12772','Cool_Hat_Box2','Cool Hat Box2','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12773','Victory_Hat_Box2','Victory Hat Box2','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12775','Ancient_Spirit_Agimat','Greater Agimat of Ancient Spirit','2','20','10','600','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12776','Agi_Dish20','Agi Dish20','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12778','Bapho_Jr_Scroll','Baphomet Jr Ally Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12780','10M_Zeny_Check','10M Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12782','100T_Zeny_Check','100T Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12784','1000_Zeny_Check','1000 Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12786','Change_Slot_Card','Character Position Change Coupon','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','set SlotChange, SlotChange + 1;','','');
-REPLACE INTO `item_db_re` VALUES ('12787','Diabolic_Scroll','Diabolic Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','mercenary_create 2342,1800000;','','');
-REPLACE INTO `item_db_re` VALUES ('12788','No100_Firecracker','No100 Firecracker','11','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12789','Juicy_Fruit','Juicy Fruit','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12790','Change_Name_Card','Name Change Coupon','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','set CharRename, CharRename + 1;','','');
-REPLACE INTO `item_db_re` VALUES ('12791','Combat_Pill','Magic Battle Serum','2','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12792','P_Combat_Pill','Advanced Magic Battle Serum','11','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12793','Combat_Pill_Box10','Magic Battle Serum Box','11','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12794','P_Combat_Pill_Box10','Advanced Magic Battle Serum Box','11','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12795','2011_RWC_Scroll_Kr','2011 RWC Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12796','Red_Booster','Red Boost','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12798','Zealotus_Scroll','Zealotus Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12848','Falcon_Flute','Falcon Flute','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','if(getskilllv(HT_FALCON)) { if(checkoption(Option_Wug)||checkoption(Option_Wugrider)) end; if(checkfalcon()==1) { setfalcon 0; } else { setfalcon 1; } }','','');
-REPLACE INTO `item_db_re` VALUES ('12849','Combination_Kit','Union Kit','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12850','Heaven_Scroll','Heaven Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12851','Vocation_Scroll','Vocation Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12852','Wisdom_Scroll','Wisdom Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12853','Patron_Scroll','Patron Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('12900','Battle_Manual_Box','Battle Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12901','Insurance_Package','Insurance Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12209,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12902','Bubble_Gum_Box','Bubble Gum Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12210,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12903','Str_Dish_Box','Steamed Tongue Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12202,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12904','Agi_Dish_Box','Steamed Scorpion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12203,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12905','Int_Dish_Box','Dragon Breath Cocktail Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12204,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12906','Dex_Dish_Box','Hwergelmir\'s Tonic Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12205,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12907','Luk_Dish_Box','Nine Tail Dish Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12206,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12908','Vit_Dish_Box','Stew Of Immortality Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12207,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12909','Kafra_Card_Box','Kafra Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12211,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12910','Giant_Fly_Wing_Box','Giant Fly Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12212,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12911','Neuralizer_Box','Neuralizer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12213,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12912','Convex_Mirror_Box','Convex Mirror Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12214,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12913','Blessing_10_Scroll_Box','Blessing 10 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12215,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12914','Inc_Agi_10_Scroll_Box','Increase AGI 10 scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12216,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12915','Aspersio_5_Scroll_Box','Aspersio 5 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12217,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12916','Assumptio_5_Scroll_Box','Assumptio 5 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12218,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12917','Wind_Walk_10_Scroll_Box','Wind Walk 10 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12219,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12918','Adrenaline_Scroll_Box','Adrenaline 5 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12220,50;','','');
-REPLACE INTO `item_db_re` VALUES ('12919','Megaphone_Box','Megaphone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12221,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12920','Enriched_Elunium_Box','Enriched Elunium 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7619,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12921','Enriched_Oridecon_Box','Enriched Oridecon 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7620,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12922','Token_Of_Siegfried_Box','Token of Siegfried Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7621,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12923','Pet_Egg_Scroll_Box1','December Lucky Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12925,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12924','Pet_Egg_Scroll_Box2','Anniversary Destiny Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12926,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12925','Pet_Egg_Scroll1','Kafra Item Mall Prize Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12926','Pet_Egg_Scroll2','Anniversary Destiny Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12927','J_Aspersio_5_Scroll_Box','Aspersio Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12928,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12928','J_Aspersio_5_Scroll','Sacred Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill PR_ASPERSIO,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12929','Pet_Egg_Scroll_Box3','Pet Egg Box 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12932,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12930','Pet_Egg_Scroll_Box4','Pet Egg Box 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12933,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12931','Pet_Egg_Scroll_Box5','Playspan 5x Easter Lucky Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12934,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12932','Pet_Egg_Scroll3 ','Episode 13.2 Key Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12933','Pet_Egg_Scroll4','Summer Hat Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12934','Pet_Egg_Scroll5','Easter Lucky Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12935','Infiltrator_Box','Infiltrator Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1267,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12936','Muramasa_Box','Muramasa Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1173,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12937','Excalibur_Box','Excalibur Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13401,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12938','Combat_Knife_Box','Combat Knife Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13021,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12939','Counter_Dagger_Box','Dagger of Counter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13022,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12940','Kaiser_Knuckle_Box','Kaiser Knuckle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1817,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12941','Pole_Axe_Box','Poll Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1419,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12942','Mighty_Staff_Box','Mighty Staff Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1623,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12943','Right_Epsilon_Box','Light Epsilon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1372,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12944','Balistar_Box','Ballista Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1728,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12945','Diary_Of_Great_Sage_Box','Sage\'s Diary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1563,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12946','Asura_Box','Asura Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13023,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12947','Apple_Of_Archer_Box','Apple of Archer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5265,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('12948','Bunny_Band_Box','Bunny Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5266,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('12949','Sahkkat_Box','Sakkat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5267,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('12950','Lord_Circlet_Box','Grand Circlet Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5268,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('12951','Elven_Ears_Box','Elven Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2686,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12952','Steel_Flower_Box','Steel Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2687,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('12953','Critical_Ring_Box','Critical Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2688,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12954','Earring_Box','Earring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2689,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12955','Ring_Box','Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2690,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12956','Necklace_Box','Necklace Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2691,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12957','Glove_Box','Glove Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2692,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12958','Brooch_Box','Brooch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2693,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12959','Rosary_Box','Rosary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2694,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12960','Safety_Ring_Box','Safety Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2695,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12961','Vesper_Core01_Box','Vesper Core 01 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2696,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12962','Vesper_Core02_Box','Vesper Core 02 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2697,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12963','Vesper_Core03_Box','Vesper Core 03 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2698,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12964','Vesper_Core04_Box','Vesper Core 04 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2699,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('12965','Emergency_Box1','Emergency Level 1 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12968,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12966','Emergency_Box2','Emergency Level 2 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12969,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12967','Emergency_Box3','Emergency Level 3 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12970,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12968','Emergency_Scroll1','Emergency Level 1 Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill GD_EMERGENCYCALL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12969','Emergency_Scroll2','Emergency Level 2 Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill GD_EMERGENCYCALL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12970','Emergency_Scroll3','Emergency Level 3 Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill GD_EMERGENCYCALL,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12971','Teleport_Box1','Teleport Scroll Box 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12977,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12972','Teleport_Box2','Teleport Scroll Box 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12978,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12973','Teleport_Box3','Teleport Scroll Box 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12979,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12974','Teleport_Box4','Teleport Scroll Box 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12980,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12975','Teleport_Box5','Teleport Scroll Box 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12981,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12976','Teleport_Box6','Teleport Scroll Box 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12982,10;','','');
-REPLACE INTO `item_db_re` VALUES ('12977','Teleport_Scroll1','Teleport Scroll 1','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashTele\",1;','','');
-REPLACE INTO `item_db_re` VALUES ('12978','Teleport_Scroll2','Teleport Scroll 2','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashTele\",2;','','');
-REPLACE INTO `item_db_re` VALUES ('12979','Teleport_Scroll3','Teleport Scroll 3','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashTele\",3;','','');
-REPLACE INTO `item_db_re` VALUES ('12980','Teleport_Scroll4','Teleport Scroll 4','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashTele\",4;','','');
-REPLACE INTO `item_db_re` VALUES ('12981','Teleport_Scroll5','Teleport Scroll 5','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashTele\",5;','','');
-REPLACE INTO `item_db_re` VALUES ('12982','Teleport_Scroll6','Teleport Scroll 6','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashTele\",6;','','');
-REPLACE INTO `item_db_re` VALUES ('12983','Pet_Egg_Scroll_Box6','Christmas Holiday Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12989,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12984','Pet_Egg_Scroll_Box7','Halloween Spooky Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12990,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12985','Pet_Egg_Scroll_Box8','Summer Lucky Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12991,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12986','Pet_Egg_Scroll_Box9','Adventurer Pack Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12992,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12987','Pet_Egg_Scroll_Box10','Pet Egg Scroll Box 10','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12993,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12988','Pet_Egg_Scroll_Box11','Pet Egg Scroll Box 11','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12994,1;','','');
-REPLACE INTO `item_db_re` VALUES ('12989','Pet_Egg_Scroll6','Christmas Holiday Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12990','Pet_Egg_Scroll7','Halloween Spooky Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12991','Pet_Egg_Scroll8','Party Hard Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12992','Pet_Egg_Scroll9','Adventurer Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12993','Pet_Egg_Scroll10','Party Buff Scroll Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12994','Pet_Egg_Scroll11','HD Elunium 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('12995','White_Herb_Box','White Herb Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 509,15;','','');
-REPLACE INTO `item_db_re` VALUES ('12996','Blue_Herb_Box','Blue Herb Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 510,15;','','');
-REPLACE INTO `item_db_re` VALUES ('12997','Elunium_Box','Elunium Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 985,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12998','Oridecon_Box','Oridecon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 984,5;','','');
-REPLACE INTO `item_db_re` VALUES ('12999','Branch_Of_Dead_Tree_Box','Dead Branch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 604,3;','','');
-REPLACE INTO `item_db_re` VALUES ('13000','Jujube_Dagger','Jujube Dagger','4','10000','5000','600','39','0','0','1','0','579821295','63','2','2','1','0','150','1','1','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('13001','Dragon_Killer','Dragon Killer','4','20','10','900','110','0','0','1','0','579821295','63','2','2','4','60','150','1','1','bonus bIgnoreDefRace,RC_Dragon; bonus2 bExpAddRace,RC_Dragon,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13002','Ginnungagap','Ginnungagap','4','20','10','700','148','0','0','1','0','579821295','63','2','2','4','70','150','1','1','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500; bonus2 bAddEff2,Eff_Blind,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13003','Coward','Cowardice Blade','4','52000','26000','700','80','0','0','1','1','570560576','63','2','2','3','55','150','1','1','bonus bDef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13004','Coward_','Cowardice Blade','4','52000','26000','700','80','0','0','1','2','570560576','63','2','2','3','55','150','1','1','bonus bDef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13005','Angelwing_Short_Sword','Angelic Wing Dagger','4','20','10','600','120','0','0','1','2','1','47','2','2','4','50','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13006','Khukri','Khukri','4','240000','120000','600','150','0','0','1','0','570425344','1','2','2','3','65','150','1','1','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,1000;','','');
-REPLACE INTO `item_db_re` VALUES ('13007','Jitte','Jitte','4','20000','10000','400','70','0','0','1','0','570425344','1','2','2','2','35','150','1','1','bonus bBreakWeaponRate,200;','','');
-REPLACE INTO `item_db_re` VALUES ('13008','Jitte_','Jitte','4','20000','10000','400','70','0','0','1','1','570425344','1','2','2','2','35','150','1','1','bonus bBreakWeaponRate,200;','','');
-REPLACE INTO `item_db_re` VALUES ('13009','Kamaitachi','Kamaitachi','4','48000','24000','900','125','0','0','2','0','570425344','1','2','2','4','70','150','1','1','bonus bAtkEle,Ele_Wind; bonus bCritical,3; bonus bAspdRate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('13010','Asura','Asura','4','3000','1500','600','50','50','0','1','2','570425344','1','2','2','1','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13011','Asura_','Asura','4','3000','1500','600','50','50','0','1','3','570425344','1','2','2','1','12','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13012','Murasame','Murasame','4','20','10','700','95','0','0','1','1','570425344','1','2','2','2','24','150','1','1','bonus bAtkEle,Ele_Water; bonus2 bCriticalAddRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13013','Murasame_','Murasame','4','20','10','700','95','0','0','1','2','570425344','1','2','2','2','24','150','1','1','bonus bAtkEle,Ele_Water; bonus2 bCriticalAddRace,RC_DemiHuman,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13014','Hakujin','Hakujin','4','20','10','800','120','0','0','1','0','570425344','1','2','2','3','42','150','1','1','bonus bInt,2; bonus3 bAutoSpell,AL_HEAL,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13015','Hakujin_','Hakujin','4','20','10','800','120','0','0','1','1','570425344','1','2','2','3','42','150','1','1','bonus bInt,2; bonus3 bAutoSpell,AL_HEAL,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13016','Poison_Knife_','Poison Knife','4','20','10','800','64','0','0','1','2','579821294','63','2','2','3','65','150','1','1','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000;','','');
-REPLACE INTO `item_db_re` VALUES ('13017','House_Auger_','Ice Pick','4','20','10','600','70','0','0','1','1','579821294','63','2','2','4','36','150','1','1','bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss;','','');
-REPLACE INTO `item_db_re` VALUES ('13018','Sucsamad_','Sucsamad','4','20','10','800','140','0','0','1','1','579821294','63','2','2','4','36','150','1','1','bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13019','Ginnungagap_','Ginnungagap','4','20','10','700','148','0','0','1','1','579821295','63','2','2','4','70','150','1','1','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500; bonus2 bAddEff2,Eff_Blind,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13020','Warrior_Balmung_','Warrior\'s Balmung','4','20','10','1000','170','0','0','1','0','4294967295','63','2','2','4','48','150','1','1','bonus bAllStats,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13021','Combat_Knife_C','Rental Combat Knife','4','1','0','0','129','0','0','1','0','579821294','63','2','2','4','0','150','0','1','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Demon,-10; bonus bMaxSPrate,10; bonus bSPDrainValue,3;','','');
-REPLACE INTO `item_db_re` VALUES ('13022','Counter_Dagger_C','Rental Dagger of Counter','4','1','0','0','209','0','0','1','0','8454660','63','2','2','4','0','150','0','1','bonus bCritical,90;','','');
-REPLACE INTO `item_db_re` VALUES ('13023','Asura_C','Rental Asura','4','1','0','0','120','98','0','1','0','570425344','1','2','2','1','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13024','Sword_Breaker_C','Swordbreaker','4','2','1','0','105','0','0','1','0','579821294','63','2','2','4','0','150','0','1','bonus bBreakWeaponRate,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13025','Mail_Breaker_C','MailBreaker','4','2','1','0','105','0','0','1','0','579821294','63','2','2','4','0','150','0','1','bonus bBreakArmorRate,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13026','Moonlight_Sword_C','Moonlight Dagger','4','2','1','0','85','0','0','1','0','579821294','63','2','2','4','0','150','0','1','bonus bMaxSPrate,10; bonus bSPDrainValue,3;','','');
-REPLACE INTO `item_db_re` VALUES ('13027','Scalpel','Scalpel','4','20','10','500','120','0','0','1','3','1007342','58','2','2','4','55','150','1','1','bonus2 bAddEff,Eff_Bleeding,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13028','Tooth_Blade','Tooth Blade','4','20','10','700','130','0','0','1','1','1007342','58','2','2','4','55','150','1','1','if(getrefine()>=9) { bonus3 bAutoSpell,NPC_SLOWCAST,2,70; } else bonus3 bAutoSpell,NPC_SLOWCAST,1,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13029','Prinsence_Knife','Prinsense Knife','4','20','10','0','120','0','0','1','0','579821294','63','2','2','1','0','150','0','1','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13030','Dragon_Killer_','Dragon Killer','4','20','10','900','110','0','0','1','2','579821295','63','2','2','4','60','150','1','1','bonus bIgnoreDefRace,RC_Dragon; bonus2 bExpAddRace,RC_Dragon,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13031','Sword_Breaker_','Swordbreaker','4','20','10','1000','70','0','0','1','3','579821294','63','2','2','4','36','150','1','1','bonus bBreakWeaponRate,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13032','Mail_Breaker_','Mailbreaker','4','20','10','1000','70','0','0','1','3','579821294','63','2','2','4','36','150','1','1','bonus bBreakArmorRate,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13033','Assasin_Dagger_','Assassin Dagger','4','20','10','600','140','0','0','1','1','4096','63','2','2','4','36','150','1','1','bonus bMaxHPrate,20; bonus bMaxSPrate,15; bonus bAspdRate,2; bonus bAtkEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('13034','Twilight_Desert','Desert Twilight','4','20','10','600','130','0','0','1','2','4096','58','2','2','2','70','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13035','Sandstorm','Sandstorm','4','20','10','600','50','0','0','1','4','4096','58','2','2','2','70','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13036','BF_Dagger1','Brave Assassin\'s Damascus','4','20','10','0','120','0','0','1','0','579821295','63','2','2','3','80','150','1','1','bonus bStr,1; bonus bAgi,1; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(Class==Job_Ninja||Class==Job_Rogue||Class==Job_Stalker) bonus bMatkRate,15;','','');
-REPLACE INTO `item_db_re` VALUES ('13037','BF_Dagger2','Valorous Assassin\'s Damascus','4','20','10','0','120','0','0','1','0','579821295','63','2','2','3','80','150','1','1','bonus bStr,1; bonus bAgi,1; bonus2 bAddRace,RC_DemiHuman,75; bonus bUnbreakableWeapon,0; autobonus \"{ bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; }\",10,6000,BF_WEAPON,\"{ specialeffect2 EF_HASTEUP; }\"; if(Class==Job_Ninja||Class==Job_Rogue||Class==Job_Stalker) bonus bMatkRate,15;','','');
-REPLACE INTO `item_db_re` VALUES ('13038','Dagger_Of_Hunter','Dagger of Hunter','4','20','10','700','120','0','0','1','3','131072','58','2','2','3','70','150','1','1','bonus bStr,1; bonus bAgi,2; bonus bDex,1; bonus4 bAutoSpellOnSkill,RG_BACKSTAP,SM_BASH,10,100; bonus2 bSkillAtk,RG_BACKSTAP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13039','Ivory_Knife','Ivory Knife','4','20','10','700','130','0','0','1','2','1007342','58','2','2','3','50','150','1','1','bonus bAgi,2; bonus bAspdRate,3; bonus2 bAddEff,Eff_Bleeding,300; bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13040','N_Cutter','Novice Cutter','4','0','0','0','50','0','0','1','3','579821295','63','2','2','1','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13041','N_Main_Gauche','Novice Main Gauche','4','0','0','0','63','0','0','1','3','579821295','63','2','2','1','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13042','Krieger_Dagger1','Glorious Gladius','4','20','10','0','120','0','0','1','0','579821295','63','2','2','4','80','150','1','1','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus3 bAutoSpell,PR_LEXDIVINA,1,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) bonus4 bAutoSpellOnSkill,RG_RAID,NPC_WIDEBLEEDING,1,250;','','');
-REPLACE INTO `item_db_re` VALUES ('13043','Fortune_Sword_I','Fortune Sword','4','0','0','0','120','0','0','1','0','579821294','63','2','2','4','0','150','0','1','bonus bLuk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13044','House_Auger_I','Ice Pick','4','0','0','0','105','0','0','1','0','579821294','63','2','2','4','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13045','Kamaitachi_I','Kamaitachi','4','0','0','0','155','0','0','2','0','570425344','1','2','2','4','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13046','Krieg','Krieg','4','20','10','500','110','0','0','1','3','135232','58','2','2','2','50','150','1','1','bonus3 bAddEffOnSkill,RG_BACKSTAP,Eff_Bleeding,1000; bonus2 bSkillAtk,RG_BACKSTAP,15;','','');
-REPLACE INTO `item_db_re` VALUES ('13047','Weihna','Weihna','4','20','10','500','135','0','0','1','2','135232','58','2','2','3','50','150','1','1','bonus3 bAddEffOnSkill,RG_RAID,Eff_Poison,1000; autobonus \"{ bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; }\",5,5000,BF_WEAPON|BF_SHORT,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('13048','Damascus_C','Damascus','4','0','0','0','153','0','0','1','0','579821294','63','2','2','3','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13049','Lacma','Lacma','4','20','10','650','45','0','0','1','1','579821295','63','2','2','3','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13050','P_Dagger1','Eden Dagger I','4','0','0','0','124','60','0','1','0','579821295','63','2','2','2','26','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13051','P_Dagger2','Eden Dagger II','4','0','0','0','158','70','0','1','0','579821295','63','2','2','2','40','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13052','Tourist_Dagger','Traveler\'s Dagger','4','0','0','500','51','0','0','1','0','579821295','63','2','2','1','0','150','0','1','bonus bUnbreakableWeapon,0; bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13053','F_Moonlight_Sword_C','Rental Moonlight Sword','4','2','1','0','85','0','0','1','0','579821294','63','2','2','4','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13054','F_Combat_Knife_C','Combat Knife','4','1','0','0','129','0','0','1','0','579821294','63','2','2','4','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13055','F_Asura_C','Asura','4','1','0','0','120','0','0','1','0','570425344','1','2','2','1','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13056','F_Counter_Dagger_C','Counter Dagger','4','1','0','0','209','0','0','1','0','8454660','63','2','2','4','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13057','E_Moonlight_Sword_C','E Moonlight Sword C','4','2','1','0','85','0','0','1','0','579821294','63','2','2','4','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13058','E_Combat_Knife_C','E Combat Knife C','4','1','0','0','129','0','0','1','0','579821294','63','2','2','4','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13059','E_Asura_C','E Asura C','4','1','0','0','120','0','0','1','0','570425344','1','2','2','1','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13060','E_Counter_Dagger_C','E Counter Dagger C','4','1','0','0','209','0','0','1','0','8454660','63','2','2','4','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13061','Black_Wing','Black Wing','4','20','10','600','142','0','0','1','1','131072','56','2','2','3','102','150','1','1','bonus2 bSkillAtk,SC_FATALMENACE,30+(getrefine()*2); bonus bMatkRate,(getrefine()*3);','','');
-REPLACE INTO `item_db_re` VALUES ('13062','Ancient_Dagger','Ancient Dagger','4','20','10','600','107','120','0','1','0','1007342','58','2','2','4','120','150','1','1','bonus bMatk,120; bonus bMaxSP,100; bonus bSPrecovRate,5; bonus2 bAddEff2,Eff_Curse,20; bonus3 bAddEff,Eff_Curse,20,ATF_SELF|ATF_SKILL;','','');
-REPLACE INTO `item_db_re` VALUES ('13063','Adventure_Knife','Adventure Knife','4','0','0','0','60','0','0','1','0','570560576','63','2','2','1','0','150','0','1','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13064','Academy_Knife','Academy Knife','4','0','0','700','110','0','0','1','1','570560576','63','2','2','1','0','150','1','1','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13065','Academy_Eti_Knife','Academy Eti Knife','4','0','0','1200','120','0','0','1','1','1','47','2','2','1','0','150','1','1','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13066','P_Dagger3','Eden Group Dagger III','4','0','0','0','165','80','0','1','0','579821295','63','2','2','3','60','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13067','Caress','Keris','4','20','10','700','107','70','0','1','1','579821294','63','2','2','3','30','150','1','1','bonus2 bHPDrainRate,20,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13068','Saurel','Saurel','4','0','0','0','160','100','0','1','0','579821294','63','2','2','1','50','150','0','1','bonus bAgi,3; bonus bUnbreakableWeapon,0; autobonus \"{ bonus bBaseAtk,30; }\",10,7000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\"; autobonus \"{ bonus bMatk,20; }\",10,7000,BF_MAGIC,\"{ specialeffect2 EF_SUFFRAGIUM; }\"; if(BaseLevel>99) { bonus bBaseAtk,10; bonus bMatk,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('13069','Aztoe_Nail','Aztoe Nail','4','56000','28000','500','160','80','0','1','0','414946','58','2','2','4','110','150','1','1','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Freeze,100+(getrefine()*50);','','');
-REPLACE INTO `item_db_re` VALUES ('13070','Scarletto_Nail','Scarletto Nail','4','56000','28000','500','160','80','0','1','0','414946','58','2','2','4','110','150','1','1','bonus bAtkEle,Ele_Fire; bonus2 bAddEff,Eff_Stone,100+(getrefine()*50);','','');
-REPLACE INTO `item_db_re` VALUES ('13071','Upg_Dagger','Upgrade Dagger','4','20','10','600','55','0','0','1','1','579821295','63','2','2','3','0','150','1','1','bonus bBaseAtk,(getrefine()*10); bonus bMatk,(getrefine()*5); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*5);','','');
-REPLACE INTO `item_db_re` VALUES ('13072','Velum_Damascus','Vellum Damascus','4','20','10','1000','180','0','0','1','0','579821295','63','2','2','4','95','150','1','1','bonus bAspdRate,getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('13073','Counter_Dagger_','Dagger of Counter','4','120000','60000','550','140','0','0','1','1','8454660','63','2','2','4','55','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13074','Ninja_Cutter','Ninja Cutter','4','0','0','0','0','0','0','1','0','570425344','1','2','2','4','99','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13075','Kurenai','Kurenai','4','5000','2500','700','130','0','0','1','0','570425344','1','2','2','3','99','150','1','1','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('13076','Raksasa_Dagger','Raksasa Dagger','4','40000','20000','600','120','100','0','1','1','570425344','1','2','2','3','110','150','1','1','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('13077','Kagekiri','Kagekiri','4','40000','20000','600','50','120','0','1','0','570425344','1','2','2','4','100','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13078','Mikatsuki','Mikatsuki','4','40000','20000','600','50','120','0','1','1','570425344','1','2','2','4','100','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13079','Metal_Dagger','Metal Dagger','4','20','10','0','55','0','0','1','1','579821295','63','2','2','3','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13081','Octo_kitchen_Knife','Discount knife Octopus','4','200000','100000','700','140','0','0','1','3','579821294','63','2','2','4','105','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13092','RWC_Memory_Knife','RWC Memory Knife','4','20','10','650','50','0','0','1','1','579821295','63','2','2','3','0','150','1','1','','','');
-REPLACE INTO `item_db_re` VALUES ('13100','Six_Shooter','Six Shooter','4','4500','2250','400','30','0','0','7','1','16777216','1','2','34','1','10','150','1','17','bonus bHit,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('13101','Six_Shooter_','Six Shooter','4','4500','2250','400','30','0','0','7','2','16777216','1','2','34','1','10','150','1','17','bonus bHit,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('13102','Crimson_Bolt','Crimson Bolt','4','20000','10000','450','45','0','0','7','1','16777216','1','2','34','2','35','150','1','17','bonus bHit,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('13103','Crimson_Bolt_','Crimson Bolt','4','20000','10000','450','45','0','0','7','2','16777216','1','2','34','2','35','150','1','17','bonus bHit,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('13104','The_Garrison','Garrison','4','48000','24000','500','70','0','0','7','1','16777216','1','2','34','2','55','150','1','17','bonus bHit,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('13105','The_Garrison_','Garrison','4','48000','24000','500','70','0','0','7','2','16777216','1','2','34','2','55','150','1','17','bonus bHit,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('13106','Gold_Lux','Gold Lux','4','100000','50000','500','20','0','0','7','0','16777216','1','2','34','3','12','150','1','17','bonus bHit,-10; if(getskilllv(GS_GLITTERING)>0) bonus3 bAutoSpell,GS_GLITTERING,getskilllv(GS_GLITTERING),100;','','');
-REPLACE INTO `item_db_re` VALUES ('13107','Wasteland_Outlaw','Wasteland\'s Outlaw','4','20','10','580','68','0','0','7','2','16777216','1','2','34','3','70','150','1','17','bonus bHit,readparam(bAgi)/10; bonus bAspdRate,readparam(bAgi)/14;','','');
-REPLACE INTO `item_db_re` VALUES ('13108','BF_Pistol1','Soldier Revolver','4','20','10','0','70','0','0','7','0','16777216','1','2','34','3','80','150','1','17','bonus bDex,2; bonus bHit,-10; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; autobonus \"{ bonus bAspdRate,100; }\",10,3000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\"; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13109','Wasteland_Outlaw_C','Western Outlaw','4','20','10','0','100','0','0','7','0','16777216','1','2','34','3','0','150','0','17','bonus bHit,readparam(bAgi)/10; bonus bAspdRate,readparam(bAgi)/14; bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; bonus bMatkRate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13110','Krieger_Pistol1','Glorious Pistol','4','20','10','0','80','0','0','7','0','16777216','1','2','34','4','80','150','1','17','bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus4 bAutoSpellOnSkill,GS_RAPIDSHOWER,GS_GLITTERING,1,1000; bonus2 bSkillAtk,GS_RAPIDSHOWER,getrefine()*2; }','','');
-REPLACE INTO `item_db_re` VALUES ('13111','Sharpshooter_Revolver','Sharpshooter Revolver','4','20','10','0','105','0','0','7','0','16777216','1','2','34','4','0','150','0','17','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13112','P_Revolver1','Eden Revolver I','4','0','0','0','44','0','0','7','0','16777216','1','2','34','2','26','150','0','17','bonus bHit,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('13113','P_Revolver2','Eden Revolver II','4','0','0','0','60','0','0','7','0','16777216','1','2','34','2','40','150','0','17','bonus bHit,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('13114','P_Revolver3','Eden Group Revolver III','4','0','0','0','76','0','0','7','0','16777216','1','2','34','3','60','150','0','17','bonus bHit,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('13115','Upg_Revolver','Upgrade Revolver','4','20','10','500','35','0','0','7','1','16777216','1','2','34','3','0','150','1','17','bonus bBaseAtk,(getrefine()*5); bonus bLongAtkRate,(getrefine()*2); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*5);','','');
-REPLACE INTO `item_db_re` VALUES ('13116','Novice_Revolver','Beginner Revolver','4','0','0','500','20','0','0','7','0','16777216','1','2','34','1','0','150','0','17','','','');
-REPLACE INTO `item_db_re` VALUES ('13150','Branch','Branch','4','3000','1500','500','50','0','0','9','3','16777216','1','2','34','1','0','150','1','18','','','');
-REPLACE INTO `item_db_re` VALUES ('13151','The_Cyclone','Cyclone','4','17500','8750','700','120','0','0','9','1','16777216','1','2','34','2','24','150','1','18','bonus bHit,10; bonus bCritical,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13152','The_Cyclone_','Cyclone','4','17500','8750','700','120','0','0','9','2','16777216','1','2','34','2','24','150','1','18','bonus bHit,10; bonus bCritical,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13153','Dusk','Dusk','4','23500','11750','750','150','0','0','9','1','16777216','1','2','34','2','56','150','1','18','bonus bHit,10; bonus bCritical,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13154','Rolling_Stone','Rolling Stone','4','12000','6000','900','135','0','0','9','1','16777216','1','2','34','1','14','150','1','20','bonus bSplashRange,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13155','Black_Rose','Black Rose','4','32000','16000','900','180','0','0','9','1','16777216','1','2','34','2','35','150','1','20','bonus bSplashRange,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13156','Gate_Keeper','Gate Keeper','4','56000','28000','1000','210','0','0','9','0','16777216','1','2','34','2','55','150','1','20','bonus bSplashRange,1; bonus3 bAutoSpell,GS_SPREADATTACK,6,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13157','Drifter','Drifter','4','80000','40000','2300','50','0','0','9','1','16777216','1','2','34','2','55','150','1','19','','','');
-REPLACE INTO `item_db_re` VALUES ('13158','Butcher','Butcher','4','130000','65000','2500','75','0','0','9','0','16777216','1','2','34','3','68','150','1','19','bonus2 bCriticalAddRace,RC_Brute,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13159','Butcher_','Butcher','4','130000','65000','2500','75','0','0','9','1','16777216','1','2','34','3','68','150','1','19','bonus2 bCriticalAddRace,RC_Brute,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13160','Destroyer','Destroyer','4','110000','55000','1200','220','0','0','9','0','16777216','1','2','34','2','52','150','1','21','bonus bBreakArmorRate,200;','','');
-REPLACE INTO `item_db_re` VALUES ('13161','Destroyer_','Destroyer','4','110000','55000','1200','220','0','0','9','1','16777216','1','2','34','2','52','150','1','21','bonus bBreakArmorRate,200;','','');
-REPLACE INTO `item_db_re` VALUES ('13162','Inferno','Inferno','4','230000','115000','1250','280','0','0','9','1','16777216','1','2','34','2','65','150','1','21','','','');
-REPLACE INTO `item_db_re` VALUES ('13163','Long_Barrel','Long Barrel','4','40000','20000','1000','150','0','0','9','0','16777216','1','2','34','3','70','150','1','18','bonus bHit,10; bonus bCritical,20; bonus bAspdRate,-3; bonus3 bAutoSpell,GS_TRACKING,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13164','Long_Barrel_','Long Barrel','4','40000','20000','1000','150','0','0','9','1','16777216','1','2','34','3','70','150','1','18','bonus bHit,10; bonus bCritical,20; bonus bAspdRate,-3; bonus3 bAutoSpell,GS_TRACKING,5,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13165','Jungle_Carbine','Jungle Carbine','4','56000','28000','700','170','0','0','9','0','16777216','1','2','34','3','70','150','1','18','bonus bHit,10; bonus bCritical,4; bonus bAspdRate,10; bonus bHit,-readparam(bDex)/3;','','');
-REPLACE INTO `item_db_re` VALUES ('13166','Jungle_Carbine_','Jungle Carbine','4','56000','28000','700','170','0','0','9','1','16777216','1','2','34','3','70','150','1','18','bonus bHit,10; bonus bCritical,4; bonus bAspdRate,10; bonus bHit,-readparam(bDex)/3;','','');
-REPLACE INTO `item_db_re` VALUES ('13167','Gate_KeeperDD','Gate Keeper-DD','4','72000','36000','1300','200','0','0','9','0','16777216','1','2','34','4','70','150','1','20','bonus bSplashRange,1; bonus3 bAutoSpell,GS_SPREADATTACK,6,50; bonus bDef,getrefine(); bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13168','Thunder_P','Thunder P','4','76000','38000','700','80','0','0','9','1','16777216','1','2','34','3','70','150','1','20','bonus bSplashRange,1; bonus bHit,-5; bonus bAspdRate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13169','Thunder_P_','Thunder P','4','76000','38000','700','80','0','0','9','2','16777216','1','2','34','3','70','150','1','20','bonus bSplashRange,1; bonus bHit,-5; bonus bAspdRate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13170','Lever_Action_Rifle','Lever Action Rifle','4','20','10','770','138','0','0','9','2','16777216','1','2','34','3','70','150','1','18','bonus bHit,20; bonus bCritical,50; bonus bAspdRate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('13171','BF_Rifle1','Soldier Rifle','4','20','10','0','50','0','0','9','0','16777216','1','2','34','3','80','150','1','18','bonus bDex,2; bonus bHit,10; bonus bCritical,10; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bVariableCastrate,GS_TRACKING,-25; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13172','BF_Gatling_Gun1','Soldier GatlingGun','4','20','10','0','80','0','0','9','0','16777216','1','2','34','3','80','150','1','19','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; autobonus \"{ bonus bBaseAtk,80; bonus2 bHPLossRate,120,1000; }\",10,6000,BF_WEAPON,\"{ specialeffect2 EF_BASH3D; }\"; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13173','BF_Shotgun1','Soldier Shotgun','4','20','10','0','100','0','0','9','0','16777216','1','2','34','3','80','150','1','20','bonus bDex,2; bonus bSplashRange,1; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; autobonus \"{ bonus bBaseAtk,80; bonus2 bHPLossRate,100,1000; }\",30,6000,BF_WEAPON,\"{ specialeffect2 EF_BASH3D; }\"; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13174','BF_Launcher1','Soldier Grenade Launcher','4','20','10','0','300','0','0','9','0','16777216','1','2','34','3','80','150','1','21','bonus bDex,2; bonus bSplashRange,1; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; autobonus \"{ bonus bBaseAtk,300; bonus2 bHPLossRate,120,1000; }\",30,9000,BF_WEAPON,\"{ specialeffect2 EF_BASH3D; }\"; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13175','Lever_Action_Rifle_C','Lever Action Rifle','4','20','10','0','170','0','0','9','0','16777216','1','2','34','3','0','150','0','18','bonus bHit,20; bonus bCritical,50; bonus bAspdRate,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('13176','Krieger_Rifle1','Glorious Rifle','4','20','10','0','90','0','0','9','0','16777216','1','2','34','4','80','150','1','18','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus2 bSkillAtk,GS_TRIPLEACTION,30; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bVariableCastrate,GS_TRACKING,25; bonus2 bSkillAtk,GS_TRACKING,getrefine() * 3; }','','');
-REPLACE INTO `item_db_re` VALUES ('13177','Krieger_Gatling1','Glorious Gatling gun','4','20','10','0','90','0','0','9','0','16777216','1','2','34','4','80','150','1','19','bonus2 bAddRace,RC_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus2 bSkillAtk,GS_TRIPLEACTION,30; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>10)?10:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bAddRace,RC_Boss,getrefine(); bonus2 bAddRace,RC_NonBoss,getrefine(); }','','');
-REPLACE INTO `item_db_re` VALUES ('13178','Krieger_Shotgun1','Glorious Shotgun','4','20','10','0','110','0','0','9','0','16777216','1','2','34','4','80','150','1','20','bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bSplashRange,1; bonus2 bSkillAtk,GS_TRIPLEACTION,30; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>10)?10:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bSkillAtk,GS_SPREADATTACK,getrefine() * 2; bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000; }','','');
-REPLACE INTO `item_db_re` VALUES ('13179','Krieger_Launcher1','Glorious Grenade Launcher','4','20','10','0','330','0','0','9','0','16777216','1','2','34','4','80','150','1','21','bonus2 bAddRace,RC_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus2 bSkillAtk,GS_TRIPLEACTION,30; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>10)?10:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bSkillAtk,GS_GROUNDDRIFT,getrefine() * 2; bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000; autobonus \"{ bonus bAspdRate,20; }\",200,20000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\"; }','','');
-REPLACE INTO `item_db_re` VALUES ('13180','Novice_Rifle','Starter Branch','4','0','0','500','50','0','0','9','3','16777216','1','2','34','1','0','150','0','18','','','');
-REPLACE INTO `item_db_re` VALUES ('13181','Novice_Shotgun','Beginner Shotgun','4','0','0','1000','80','0','0','9','0','16777216','1','2','34','1','0','150','0','20','','','');
-REPLACE INTO `item_db_re` VALUES ('13182','Novice_Gatling','Beginner GatlingGun','4','0','0','1500','40','0','0','9','0','16777216','1','2','34','1','0','150','0','19','','','');
-REPLACE INTO `item_db_re` VALUES ('13183','Novice_Grenade_Launcher','Beginner Grenade Launcher','4','0','0','1500','40','0','0','9','0','16777216','1','2','34','1','0','150','0','21','','','');
-REPLACE INTO `item_db_re` VALUES ('13200','Bullet','Bullet','10','1','0','2','10','0','0','0','0','16777216','63','2','32768','0','0','150','0','3','','','');
-REPLACE INTO `item_db_re` VALUES ('13201','Silver_Bullet','Silver Bullet','10','15','7','2','15','0','0','0','0','16777216','63','2','32768','0','0','150','0','3','bonus bAtkEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('13202','Shell_Of_Blood','Bloody Shell','10','30','15','2','30','0','0','0','0','16777216','63','2','32768','0','0','150','0','3','bonus2 bAddEff,Eff_Bleeding,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13203','Flare_Sphere','Flare Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('13204','Lighting_Sphere','Lightning Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('13205','Poison_Sphere','Poison Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13206','Blind_Sphere','Blind Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13207','Freezing_Sphere','Freezing Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('13208','Gong_Bug','GongBug','10','0','0','20','50','0','0','0','0','16777216','63','2','32768','0','50','150','0','3','','','');
-REPLACE INTO `item_db_re` VALUES ('13250','Shuriken','Shuriken','10','4','2','5','10','0','0','0','0','33554432','63','2','32768','0','0','150','0','6','','','');
-REPLACE INTO `item_db_re` VALUES ('13251','Nimbus_Shuriken','Nimbus Shuriken','10','10','5','5','30','0','0','0','0','33554432','63','2','32768','0','20','150','0','6','','','');
-REPLACE INTO `item_db_re` VALUES ('13252','Flash_Shuriken','Flash Shuriken','10','20','10','5','45','0','0','0','0','33554432','63','2','32768','0','40','150','0','6','','','');
-REPLACE INTO `item_db_re` VALUES ('13253','Sharp_Leaf_Shuriken','Sharp Leaf Shuriken','10','40','20','5','70','0','0','0','0','33554432','63','2','32768','0','60','150','0','6','','','');
-REPLACE INTO `item_db_re` VALUES ('13254','Thorn_Needle_Shuriken','Thorn Needle Shuriken','10','100','50','5','100','0','0','0','0','33554432','63','2','32768','0','80','150','0','6','','','');
-REPLACE INTO `item_db_re` VALUES ('13255','Kunai_Of_Icicle','Icicle Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('13256','Kunai_Of_Black_Soil','Black Earth Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','bonus bAtkEle,Ele_Earth;','','');
-REPLACE INTO `item_db_re` VALUES ('13257','Kunai_Of_Furious_Wind','High Wind Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('13258','Kunai_Of_Fierce_Flame','Heat Wave Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('13259','Kunai_Of_Deadly_Poison','Fell Poison Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13260','Apple_Bomb','Apple Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','','','');
-REPLACE INTO `item_db_re` VALUES ('13261','Coconut_Bomb','Coconut Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','','','');
-REPLACE INTO `item_db_re` VALUES ('13262','Melon_Bomb','Melon Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','','','');
-REPLACE INTO `item_db_re` VALUES ('13263','Pineapple_Bomb','Pineapple Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','','','');
-REPLACE INTO `item_db_re` VALUES ('13264','Banana_Bomb','Banana Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','','','');
-REPLACE INTO `item_db_re` VALUES ('13265','Black_Lump','Black Lump','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','','','');
-REPLACE INTO `item_db_re` VALUES ('13266','Black_Hard_Lump','Black Hard Lump','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','','','');
-REPLACE INTO `item_db_re` VALUES ('13267','Very_Hard_Lump','Very Hard Lump','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','','','');
-REPLACE INTO `item_db_re` VALUES ('13268','Mysterious_Powder','Mysterious Powder','10','100','50','10','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_MYSTERIOUS_POWDER,10000,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13269','Boost500_To_Throw','Throwing Boost500','10','100','50','10','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_BOOST500,500000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13270','Full_SwingK_To_Throw','Full SwingK Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_FULL_SWING_K,500000,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13271','Mana_Plus_To_Throw','Mana + Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_MANA_PLUS,500000,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13272','Cure_Free_To_Throw','Cure Free Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_end SC_BLOODING; sc_end SC_CURSE; sc_end SC_SILENCE; itemheal rand(1000,1200),0;','','');
-REPLACE INTO `item_db_re` VALUES ('13273','Stamina_Up_M_To_Throw','Throwing Muramura(M)','10','100','50','10','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_MUSTLE_M,500000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13274','Digestive_F_To_Throw','Throwing Falmons(F)','10','100','50','10','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_LIFE_FORCE_F,500000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13275','HP_Inc_PotS_To_Throw','HP Increase Potion(Small) Throw','10','100','50','20','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_INCMHPRATE,500000,1; percentheal 1,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13276','HP_Inc_PotM_To_Throw','HP Increase Potion(Mid) Throw','10','100','50','40','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_INCMHPRATE,500000,2; percentheal 2,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13277','HP_Inc_PotL_To_Throw','HP Increase Potion(Large) Throw','10','100','50','80','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_INCMHPRATE,500000,5; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13278','SP_Inc_PotS_To_Throw','HP Increase Potion(Small) Throw','10','100','50','20','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_INCMSPRATE,500000,2; percentheal 0,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13279','SP_Inc_PotM_To_Throw','SP Increase Potion(Mid) Throw','10','100','50','40','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_INCMSPRATE,500000,4; percentheal 0,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13280','SP_Inc_PotL_To_Throw','SP Increase Potion(Large) Throw','10','100','50','80','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_INCMSPRATE,500000,8; percentheal 0,8;','','');
-REPLACE INTO `item_db_re` VALUES ('13281','En_White_PotZ_To_Throw','Enriched White PotionZ Throw','10','100','50','70','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20; itemheal rand(1500,1600),0;','','');
-REPLACE INTO `item_db_re` VALUES ('13282','Vitata500_To_Throw','Vitata50 Throw0','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_VITATA_500,500000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13283','En_Cel_Juice_To_Throw','Enrich Celermine Juice Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; itemheal rand(1500,1600),0;','','');
-REPLACE INTO `item_db_re` VALUES ('13284','Savage_BBQ_To_Throw','Savage BBQ Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_SAVAGE_STEAK,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13285','Wug_Cocktail_To_Throw','Warg Cocktail To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_COCKTAIL_WARG_BLOOD,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13286','M_Brisket_To_Throw','M Brisket To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_MINOR_BBQ,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13287','Siroma_Icetea_To_Throw','Siroma Icetea To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_SIROMA_ICE_TEA,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13288','Drocera_Stew_To_Throw','Drosera Stew To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_DROCERA_HERB_STEAMED,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13289','Petti_Noodle_To_Throw','Petite Noodle To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_PUTTI_TAILS_NOODLES,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13290','Black_Thing_To_Throw','Black Thing To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','sc_start SC_STOMACHACHE,60000,rand(5,10);','','');
-REPLACE INTO `item_db_re` VALUES ('13291','Starfish','Starfish','10','0','0','5','110','0','0','0','0','33554432','63','2','32768','0','50','150','0','7','bonus bAtkEle,Ele_Neutral; //bonus2 bAddEff,Eff_Stun,?;','','');
-REPLACE INTO `item_db_re` VALUES ('13292','Dried_Squid','Dried Squid','10','10','5','20','50','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','bonus bAtkEle,Ele_Neutral; //bonus2 bAddEff,Eff_Blind,?;','','');
-REPLACE INTO `item_db_re` VALUES ('13293','Flying_Fish','Flying Fish','10','10','5','20','50','0','0','0','0','33554432','63','2','32768','0','0','150','0','6','bonus bAtkEle,Ele_Neutral; //bonus2 bAddEff,Eff_Bleeding,?;','','');
-REPLACE INTO `item_db_re` VALUES ('13294','Explosive_Kunai','Explosive Kunai','10','100','50','30','50','0','0','0','0','33554432','63','2','32768','0','100','150','0','7','bonus bAtkEle,Ele_Neutral;','','');
-REPLACE INTO `item_db_re` VALUES ('13295','Light_Shuriken','Light Shuriken','10','0','0','5','5','0','0','0','0','4294967295','63','2','32768','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13300','Huuma_Bird_Wing','Huuma Wing Shuriken','4','90000','45000','3000','150','0','0','1','0','570425344','1','2','34','4','65','150','1','22','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Wind; bonus bDex,-2; bonus bAgi,-1;','','');
-REPLACE INTO `item_db_re` VALUES ('13301','Huuma_Giant_Wheel','Huuma Giant Wheel Shuriken','4','40000','20000','2500','50','0','0','1','3','570425344','1','2','34','4','42','150','1','22','bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Bleeding,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13302','Huuma_Giant_Wheel_','Huuma Giant Wheel Shuriken','4','40000','20000','2500','50','0','0','1','4','570425344','1','2','34','4','42','150','1','22','bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Bleeding,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13303','Huuma_Blaze','Huuma Blaze Shuriken','4','78000','39000','1500','185','0','0','1','0','570425344','1','2','34','4','55','150','1','22','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Fire; bonus bDex,-2; bonus3 bAutoSpell,MG_FIREBALL,5,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13304','Huuma_Calm_Mind','Huuma Calm Mind','4','20','10','1550','112','0','0','1','2','570425344','1','2','34','3','70','150','1','22','bonus bUnbreakableWeapon,0; bonus2 bSkillAtk,NJ_HUUMA,30; bonus bNoCastCancel,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13305','BF_Huuma_Shuriken1','Brave Huuma Front Shuriken','4','20','10','0','55','0','0','1','0','570425344','1','2','34','3','80','150','1','22','bonus bStr,2; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13306','BF_Huuma_Shuriken2','Valorous Huuma Front Shuriken','4','20','10','0','55','0','0','1','0','570425344','1','2','34','3','80','150','1','22','bonus bStr,2; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,95; autobonus \"{ bonus2 bSkillAtk,NJ_HUUMA,100; bonus2 bSkillAtk,NJ_ISSEN,100; }\",50,10000,BF_WEAPON,\"{specialeffect2 EF_POTION_BERSERK; }\"; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13307','Krieger_Huuma_Shuriken1','Glorious Shuriken','4','20','10','0','55','90','0','1','0','570425344','1','2','34','4','80','150','1','22','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bMatkRate,15; autobonus \"{ bonus2 bSkillAtk,NJ_HUUMA,100; bonus2 bSkillAtk,NJ_ISSEN,100; }\",50,10000; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-3,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus5 bAutoSpellOnSkill,NJ_ISSEN,AL_HEAL,10,1000,1; bonus4 bAutoSpellOnSkill,NJ_HUUMA,NPC_CRITICALWOUND,2,200; }','','');
-REPLACE INTO `item_db_re` VALUES ('13308','Huuma_Blaze_I','Huuma Blaze Shuriken','4','0','0','0','230','0','0','1','0','570425344','1','2','34','4','0','150','0','22','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Fire; bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13309','Huuma_Giant_Wheel_C','Huuma Giant Wheel Shuriken','4','0','0','0','99','0','0','1','0','570425344','1','2','34','4','0','150','0','22','','','');
-REPLACE INTO `item_db_re` VALUES ('13310','P_Huuma_Shuriken1','Eden Group Huuma Shuriken I','4','0','0','0','150','50','0','1','0','570425344','1','2','34','3','60','150','0','22','bonus bMatk,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13311','Huuma_Shadow','Huuma Shadow','4','5000','2500','1500','170','0','0','1','0','570425344','1','2','34','4','99','150','1','22','bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('13312','Huuma_Job_Test','Huuma Job Test','4','90000','45000','3000','0','0','0','1','0','570425344','1','2','34','4','99','150','1','22','','','');
-REPLACE INTO `item_db_re` VALUES ('13313','Huuma_Swirling_Petal','Huuma Swirling Petal','4','100000','50000','1500','150','50','0','1','2','570425344','1','2','34','3','110','150','1','22','bonus bMatk,50; bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('13314','Huuma_Fluttering_Snow','Huuma Fluttering Snow','4','100000','50000','1500','200','50','0','1','0','570425344','1','2','34','4','110','150','1','22','bonus bMatk,50; bonus bAtkEle,Ele_Water;','','');
-REPLACE INTO `item_db_re` VALUES ('13315','Huuma_Thunderstorm','Huuma Thunderstorm','4','100000','50000','1500','200','50','0','1','0','570425344','1','2','34','4','110','150','1','22','bonus bMatk,50; bonus bAtkEle,Ele_Wind;','','');
-REPLACE INTO `item_db_re` VALUES ('13316','Upg_Huuma_Shuriken','Upg Huuma Shuriken','4','20','10','1500','55','0','0','1','1','570425344','1','2','34','3','0','150','1','22','bonus bBaseAtk,10*getrefine(); bonus bMatk,5*getrefine(); bonus bLongAtkRate,getrefine(); if(BaseLevel>=70) { bonus bBaseAtk,5*((BaseLevel-60)/10); }','','');
-REPLACE INTO `item_db_re` VALUES ('13400','Cutlas_','Cutlus','4','20','10','900','150','0','0','1','1','414946','63','2','2','4','40','150','1','2','skill SM_BASH,5; bonus bStr,2; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13401','Excalibur_C','Excalibur','4','1','0','0','199','0','0','1','0','414946','63','2','2','4','0','150','0','2','bonus bInt,10; bonus bLuk,10; bonus bAtkEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('13402','Cutlas_C','Cutlas','4','2','1','0','185','0','0','1','0','414946','63','2','2','4','0','150','0','2','skill SM_BASH,5; bonus bStr,2; bonus bDef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13403','Solar_Sword_C','Solar Sword','4','2','1','0','120','0','0','1','0','414946','63','2','2','4','0','150','0','2','bonus bAtkEle,Ele_Fire; bonus2 bHPDrainRate,1000,1; bonus2 bSPLossRate,15,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('13404','Platinum_Shotel','Platinum Shotel','4','20','10','1500','130','0','0','1','1','414946','58','2','2','4','55','150','1','2','bonus bCritical,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13405','Curved_Sword','Curved Sword','4','20','10','800','125','0','0','1','2','414946','58','2','2','4','55','150','1','2','bonus bAspdRate,10; bonus2 bAddEff,Eff_Curse,300;','','');
-REPLACE INTO `item_db_re` VALUES ('13406','Edger','Edger','4','20','10','0','120','0','0','1','0','414946','63','2','2','1','0','150','0','2','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13407','Nagan_C','Refined Nagan','4','1','0','0','148','0','0','1','0','414946','63','2','2','4','0','150','0','2','skill TF_DOUBLE,5; bonus bDoubleRate,25; bonus2 bAddRace,RC_DemiHuman,40;','','');
-REPLACE INTO `item_db_re` VALUES ('13408','Fire_Brand_C','Refined Fireblend','4','1','0','0','120','0','0','1','0','414946','63','2','2','4','0','150','0','2','bonus bAtkEle,Ele_Fire; bonus bInt,2; skill MG_FIREBOLT,5; bonus3 bAutoSpell,MG_FIREBOLT,5,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13409','Immaterial_Sword_C','Refined Immaterial Sword','4','1','0','0','160','0','0','1','0','414946','63','2','2','4','0','150','0','2','bonus bAtkEle,Ele_Ghost; bonus2 bSPVanishRate,45,30; bonus bSPDrainValue,-1; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13410','BF_Sword1','Valorous Gladiator Blade','4','20','10','0','115','0','0','1','0','414947','63','2','2','3','80','150','1','2','bonus bStr,1; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13411','BF_Sword2','Brave Gladiator Blade','4','20','10','0','115','74','0','1','0','414947','63','2','2','3','80','150','1','2','bonus bStr,1; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,75; bonus bMatkRate,10; bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13412','Twin_Edge_B','Twin Edge of Naght Sieger','4','20','10','1500','150','0','0','1','3','414946','58','2','2','4','75','150','1','2','bonus bAtkEle,Ele_Water; skill MG_FROSTDIVER,5; autobonus \"{ bonus bIgnoreDefRace,RC_NonBoss; }\",50,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('13413','Twin_Edge_R','Twin Edge of Naght Sieger','4','20','10','1500','160','0','0','1','3','414946','58','2','2','4','75','150','1','2','bonus bAtkEle,Ele_Fire; skill WZ_METEOR,3; autobonus \"{ bonus bIgnoreDefRace,RC_NonBoss; }\",50,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('13414','Elemental_Sword','Elemental Sword','4','20','10','1200','105','95','0','1','3','414946','58','2','2','3','70','150','1','2','bonus bStr,2; bonus bInt,4; bonus bDex,1; bonus2 bAddEle,Ele_Neutral,10; bonus3 bAutoSpell,MG_COLDBOLT,3,50; bonus4 bAutoSpellOnSkill,MG_COLDBOLT,MG_FIREBOLT,3,1000; bonus4 bAutoSpellOnSkill,MG_FIREBOLT,MG_LIGHTNINGBOLT,3,10000; bonus4 bAutoSpellOnSkill,MG_LIGHTNINGBOLT,WZ_EARTHSPIKE,3,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('13415','N_Falchion','Novice Falchion','4','0','0','0','59','0','0','1','3','414947','63','2','2','1','2','150','0','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13416','Krieger_Onehand_Sword1','Glorious Flamberge','4','20','10','0','130','0','0','1','0','414947','63','2','2','4','80','150','1','2','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>6) bonus bAspdRate,5; if(getrefine()>8) { bonus bAspdRate,5; bonus4 bAutoSpellOnSkill,SM_BASH,NPC_CRITICALWOUND,2,200; }','','');
-REPLACE INTO `item_db_re` VALUES ('13417','Krieger_Onehand_Sword2','Glorious Rapier','4','20','10','0','130','80','0','1','0','414947','63','2','2','4','80','150','1','2','bonus bInt,6; bonus bUnbreakableWeapon,0; if(getrefine()>5) bonus bUseSPrate,-10; if(getrefine()>8) bonus bInt,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13418','Krieger_Onehand_Sword3','Glorious Holy Avenger','4','20','10','0','130','80','0','1','0','279714','63','2','2','4','80','150','1','2','bonus bInt,6; bonus bUnbreakableWeapon,0; if(getrefine()>5) bonus bUseSPrate,-10; if(getrefine()>8) bonus4 bAutoSpellOnSkill,PA_PRESSURE,PR_LEXDIVINA,1,1000; if(getrefine()>9) bonus bInt,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13419','Holy_Saber','Holy Saber','4','20','10','0','160','0','0','1','0','414946','63','2','2','3','0','150','0','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13420','Honglyun\'s_Sword','Honglyun\'s Sword','4','20','10','1200','160','0','0','1','1','414946','63','2','2','4','70','150','1','2','bonus bAtkEle,Ele_Fire; bonus bStr,2; bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13421','Ruber','Ruber','4','20','10','1500','170','0','0','1','1','279714','58','2','2','3','50','150','1','2','autobonus \"{ bonus2 bSkillAtk,KN_BOWLINGBASH,20; bonus2 bSkillAtk,SM_BASH,20; }\",5,15000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('13422','Flamberge_C','Flamberge','4','0','0','0','185','0','0','1','0','16512','63','2','2','3','0','150','0','2','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('13423','P_Sabre1','Eden Sabre I','4','0','0','0','147','0','0','1','0','414946','63','2','2','2','26','150','0','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13424','P_Sabre2','Eden Sabre II','4','0','0','0','170','0','0','1','0','414946','63','2','2','2','40','150','0','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13425','Tourist_Sword','Traveler\'s Sword','4','0','0','500','61','0','0','1','0','414947','63','2','2','1','0','150','0','2','bonus bUnbreakableWeapon,0; bonus bStr,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13426','F_Cutlas_C','Rental Cutlas','4','2','1','0','185','0','0','1','0','414946','63','2','2','4','0','150','0','2','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13427','F_Solar_Sword_C','Rental Solar Sword','4','2','1','0','120','0','0','1','0','414946','63','2','2','4','0','150','0','2','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('13428','Priest_Sword','Priest Sword','4','20','10','1200','170','0','0','1','3','414946','63','2','2','4','50','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13429','E_Cutlas_C','E Cutlas C','4','2','1','0','185','0','0','1','0','414946','63','2','2','4','0','150','0','2','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13430','E_Solar_Sword_C','E Solar Sword C','4','2','1','0','120','0','0','1','0','414946','63','2','2','4','0','150','0','2','bonus bAtkEle,Ele_Fire;','','');
-REPLACE INTO `item_db_re` VALUES ('13431','Chrome_Sword','Chrome Metal Sword','4','20','10','2200','180','0','0','1','0','279714','58','2','2','3','110','150','1','2','bonus bUnbreakableWeapon,0; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13432','Adventure_Sword','Adventure Sword','4','0','0','0','80','0','0','1','0','16514','63','2','2','1','0','150','0','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13433','Academy_Sword','Academy Sword','4','0','0','1200','120','0','0','1','1','16514','63','2','2','1','0','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13434','P_Saber3','Eden Group Saber III','4','0','0','0','185','0','0','1','0','414946','63','2','2','3','60','150','0','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13438','Magical_Blade','Magical Blade','4','60000','30000','2000','165','110','0','1','2','414947','63','2','2','4','105','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13444','Pala','Pala','4','20','10','700','190','0','0','0','1','414946','63','2','2','3','0','150','1','2','','','');
-REPLACE INTO `item_db_re` VALUES ('13500','Insurance60_Package','Life Insurrance Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14500,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13501','Assorted_Scroll_Box','Experience Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13502','Drooping_Kitty_Box','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5279,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13503','Magestic_Goat_Box','Baphomet Horns Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5280,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13504','Deviruchi_Cap_Box','Refined Deviruchi Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5281,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13505','Executioner_Box','Executioner Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1174,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13506','Brood_Axe_Box','Refined Bloody Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1373,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13507','Tomahawk_Box','Tomahawk Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1374,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13508','Bow_Of_Rudra_Box','Rudra Bow Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1729,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13509','Cutlas_Box','Cutlas Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13402,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13510','Solar_Sword_Box','Solar Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13403,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13511','Sword_Breaker_Box','Refined Swordbreaker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13024,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13512','Mail_Breaker_Box','Refined Mailbreaker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13025,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13513','Moonlight_Sword_Box','Moonlight Dagger Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13026,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13514','Spanner_Box','Wrench Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1534,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13515','Grape_Box','Grape Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 514,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13516','Royal_Jelly_Box','Royal Jelly Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 526,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13517','Yggdrasilberry_Box','Yggdrasil Berry Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 607,3;','','');
-REPLACE INTO `item_db_re` VALUES ('13518','Weapon_Card_Scroll_Box','Weapon Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13558,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13519','Armor_Card_Scroll_Box','Armor Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13559,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13520','Helmet_Card_Scroll_Box','Helmet Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13560,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13521','Garment_Card_Scroll_Box','Garment Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13561,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13522','Shield_Card_Scroll_Box','Shield Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13562,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13523','Shoes_Card_Scroll_Box','Shoes Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13563,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13524','Accy_Card_Scroll_Box','Accessory Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13564,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13525','Zeny_Card_Scroll_Box','Zeny Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14508,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13526','Pet_Egg_Scroll_Box1_','Pet Egg Scroll Box 12','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12925,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13527','Pet_Egg_Scroll_Box2_','Pet Egg Scroll Box 13','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12926,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13528','Pet_Egg_Scroll_Box3_','Pet Egg Scroll Box 14','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12932,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13529','Pet_Egg_Scroll_Box4_','Pet Egg Scroll Box 15','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12933,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13530','Pet_Egg_Scroll_Box5_','Pet Egg Scroll Box 16','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12934,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13531','Light_Red_Pot_Box','Light Red Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 598,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13532','Light_Orange_Pot_Box','Light Orange Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 599,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13533','Light_Yellow_Pot_Box','Light Yellow Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 11500,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13534','Light_White_Pot_Box','Light White Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 11501,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13535','Light_Center_Pot_Box','Light Center Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14509,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13536','Light_Awakening_Pot_Box','Light Awakening Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14510,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13537','Light_Berserk_Pot_Box','Light Berserk Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14511,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13538','Meteor_10_Scroll_Box','Meteor Storm Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14512,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13539','Storm_10_Scroll_Box','Storm Gust Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14513,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13540','Vermilion_10_Scroll_Box','Lord of Vermilion Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14514,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13541','Lex_Aeterna_Scroll_Box','Lex Aeterna Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14515,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13542','Magnificat_5_Scroll_Box','Magnificat Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14516,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13543','CP_Helm_Scroll_Box','Chemical Protection Helm Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14517,10; getitem 7139,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13544','CP_Shield_Scroll_Box','Chemical Protection Shield Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14518,10; getitem 7139,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13545','CP_Armor_Scroll_Box','Chemical Protection Armor Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14519,10; getitem 7139,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13546','CP_Weapon_Scroll_Box','Chemical Protection Weapon Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14520,10; getitem 7139,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13547','Repair_Scroll_Box','Repair Weapon Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14587,5; getitem 1002,5; getitem 998,5; getitem 756,5; getitem 999,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13548','Big_Bun_Box','Big Bun Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14522,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13549','Pill__Box','Pill Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14523,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13550','Superb_Fish_Slice_Box','Fish Slice Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14524,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13551','Chewy_Ricecake_Box','Chewy Ricecake Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14525,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13552','Oriental_Pastry_Box','Pastry Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14526,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13553','Dun_Tele_Scroll1_Box','Dungeon Teleport Scroll 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14527,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13554','Weapon_Card_Scroll_Box2','Weapon Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13565,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13555','Weapon_Card_Scroll_Box3','Weapon Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13566,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13556','Armor_Card_Scroll_Box2','Armor Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13567,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13557','Accy_Card_Scroll_Box2','Accessory Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13568,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13558','Weapon_Card_Scroll','Weapon Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13559','Armor_Card_Scroll','Armor Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13560','Helmet_Card_Scroll','Helmet Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13561','Hood_Card_Scroll','Garment Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13562','Hood_Card_Scroll2','Shield Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13563','Shoes_Card_Scroll','Shoes Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13564','Accy_Card_Scroll','Accessory Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13565','Weapon_Card_Scroll2','Weapon Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13566','Weapon_Card_Scroll3','Weapon Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13567','Armor_Card_Scroll2','Armor Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13568','Accy_Card_Scroll2','Accessory Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13569','PVP_Tele_Scroll_Box','PVP Teleport Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14528,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13570','Giant_Fly_Wing_Box50','Giant Fly Wing Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12212,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13571','Giant_Fly_Wing_Box100','Giant Fly Wing Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12212,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13572','Dex_Dish_Box30','Hwergelmir\'s Tonic 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12205,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13573','Dex_Dish_Box50','Hwergelmir\'s Tonic 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12205,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13574','Luk_Dish_Box30','Nine Tail Dish 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12206,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13575','Luk_Dish_Box50','Nine Tail Dish 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12206,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13576','Inc_Agi_10_Box30','Increase Agility Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12216,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13577','Inc_Agi_10_Box50','Increase Agility Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12216,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13578','Vit_Dish_Box30','Stew of Immortality 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12207,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13579','Vit_Dish_Box50','Stew of Immortality 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12207,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13580','Insurance_Package30','Life Insurance 30 Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12209,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13581','Insurance_Package50','Life Insurrance Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12209,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13582','Convex_Mirror_Box5','Convex Mirror Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12214,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13583','Convex_Mirror_Box30','Convex Mirror Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12214,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13584','Blessing10_Box30','Blessing Scroll 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12215,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13585','Blessing10_Box50','Blessing Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12215,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13586','Adrenaline10_Box30','Adrenaline Rush Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12220,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13587','Adrenaline10_Box50','Adrenaline Rush Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12220,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13588','Assumptio_5_Box30','Assumptio Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12218,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13589','Assumptio_5_Box50','Assumptio Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12218,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13590','Aspersio_5_Box30','Aspersio Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12217,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13591','Aspersio_5_Box50','Aspersio Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12217,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13592','Agi_Dish_Box30','Steamed Scorpion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12203,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13593','Agi_Dish_Box50','Steamed Scorpion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12203,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13594','Wind_Walk10_Box30','Wind Walk Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12219,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13595','Wind_Walk10_Box50','Wind Walk Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12219,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13596','Int_Dish_Box30','Dragon Breath Cocktail 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12204,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13597','Int_Dish_Box50','Dragon Breath Cocktail 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12204,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13598','Battle_Manual_Box1','Field Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13599','Battle_Manual_Box5','Field Manual Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13600','Siegfried_Box5','Token of Ziegfried Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7621,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13601','Siegfried_Box20','Token Of Siegfried 20 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7621,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13602','Kafra_Card_Box30','Kafra Card Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12211,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13603','Kafra_Card_Box50','Kafra Card Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12211,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13604','Str_Dish_Box30','Steamed Tongue 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12202,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13605','Str_Dish_Box50','Steamed Tongue 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12202,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13606','Bubble_Gum_Box1','Bubble Gum Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12210,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13607','Bubble_Gum_Box5','Bubble Gum Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12210,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13608','Megaphone_Box1','Megaphone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12221,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13609','Megaphone_Box5','Megaphone Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12221,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13610','Enriched_Elunium_Box5','Enriched Elunium 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7619,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13611','Enriched_Oridecon_Box5','Enriched Oridecon 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7620,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13612','Handcuff_Box','Arrest Handcuffs Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2706,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13613','Super_Pet_Egg_Box1','Super Pet Egg Box 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13617,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13614','Super_Pet_Egg_Box2','Super Pet Egg Box 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13618,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13615','Super_Pet_Egg_Box3','Super Pet Egg Box 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13619,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13616','Super_Pet_Egg_Box4','Super Pet Egg Box 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13620,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13617','Super_Pet_Egg1','Super Pet Egg 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13618','Super_Pet_Egg2','Super Pet Egg 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13619','Super_Pet_Egg3','Super Pet Egg 3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13620','Super_Pet_Egg4','Super Pet Egg 4','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13621','Greed_Box30','Greed Scroll 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14529,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13622','Greed_Box50','Greed Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14529,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13623','Greed_Box100','Greed Scroll Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14529,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13624','Flee_30_Scroll_Box','Evasion Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14530,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13625','Accuracy_30_Scroll_Box','Concentration Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14531,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13626','Super_Card_Pet_Egg_Box1','Super Card Pet Egg Box 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13630,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13627','Super_Card_Pet_Egg_Box2','Super Card Pet Egg Box 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13631,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13628','Super_Card_Pet_Egg_Box3','Super Card Pet Egg Box 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13632,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13629','Super_Card_Pet_Egg_Box4','Super Card Pet Egg Box 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13633,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13630','Super_Card_Pet_Egg1','Super Card Pet Egg 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13631','Super_Card_Pet_Egg2','Super Card Pet Egg 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13632','Super_Card_Pet_Egg3','Super Card Pet Egg 3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13633','Super_Card_Pet_Egg4','Super Card Pet Egg 4','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13634','Vigorgra_Package1','1 Hour Package Vol. 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,2; getitem 12251,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13635','Vigorgra_Package2','1 Hour Package Vol. 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,2; getitem 12255,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13636','Vigorgra_Package3','1 Hour Package Vol. 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,2; getitem 12253,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13637','Vigorgra_Package4','1 Hour Package Vol. 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,2; getitem 12255,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13638','Vigorgra_Package5','1 Hour Package Vol. 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,2; getitem 12250,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13639','Vigorgra_Package6','1 Hour Package Vol. 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,2; getitem 12251,2; getitem 12208,2; getitem 12215,15; getitem 12217,20; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13640','Vigorgra_Package7','2 Hour Package Vol. 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,4; getitem 12251,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13641','Vigorgra_Package8','2 Hour Package Vol. 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,4; getitem 12255,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13642','Vigorgra_Package9','Start your Journey Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,4; getitem 12253,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13643','Vigorgra_Package10','2 Hour Package Vol. 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,4; getitem 12255,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13644','Vigorgra_Package11','2 Hour Package Vol. 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,4; getitem 12250,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13645','Vigorgra_Package12','2 Hour Package Vol. 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,4; getitem 12251,4; getitem 12208,4; getitem 12215,30; getitem 12217,40; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('13646','Infiltrator_Box1','Refined Infiltrator Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1267,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13647','Muramasa_Box1','Refined Muramasa Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1173,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13648','Excalibur_Box1','Refined Excalibur Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13401,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13649','Combat_Knife_Box1','Refined Combat Knife Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13021,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13650','Counter_Dagger_Box1','Refined Dagger of Counter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13022,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13651','Kaiser_Knuckle_Box1','Refined Kaiser Knuckle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1817,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13652','Pole_Axe_Box1','Refined Pole Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1419,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13653','Mighty_Staff_Box1','Refined Mighty Staff Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1623,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13654','Right_Epsilon_Box1','Refined Light Epsilon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1372,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13655','Balistar_Box1','Refined Ballista Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1728,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13656','Diary_Of_Sage_Box1','Refined Sage\'s Diary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1563,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13657','Asura_Box1','Refined Ashura Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13023,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13658','Apple_Of_Archer_Box1','Refined Apple of Archer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5265,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13659','Bunny_Band_Box1','Refined Bunny Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5266,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13660','Sahkkat_Box1','Refined Sakkat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5267,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13661','Lord_Circlet_Box1','Refined Grand Circlet Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5268,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13662','Elven_Ears_Box1','Refined Elven Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2686,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13663','Steel_Flower_Box1','Refined Romantic Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2687,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13664','Critical_Ring_Box1','Refined Critical Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2688,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13665','Earring_Box1','Refined Earring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2689,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13666','Ring_Box1','Refined Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2690,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13667','Necklace_Box1','Refined Necklace Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2691,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13668','Glove_Box1','Refined Glove Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2692,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13669','Brooch_Box1','Refined Brooch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2693,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13670','Rosary_Box1','Refined Rosary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2694,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13671','Safety_Ring_Box1','Refined Safety Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2695,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13672','Vesper_Core01_Box1','Refined Vesper Core 01 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2696,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13673','Vesper_Core02_Box1','Refined Vesper Core 02 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2697,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13674','Vesper_Core03_Box1','Refined Vesper Core 03 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2698,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13675','Vesper_Core04_Box1','Refined Vesper Core 04 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2699,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13676','Drooping_Kitty_Box1','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5279,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13677','Magestic_Goat_Box1','Refined Majestic Goat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5280,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13678','Deviruchi_Cap_Box1','Refined Deviruchi Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5281,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13679','Executioner_Box1','Refined Executioner Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1174,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13680','Brood_Axe_Box1','Punksutawney Phil\'s Lucky Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1373,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13681','Tomahawk_Box1','Serpent\'s Surprise','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1374,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13682','Bow_Of_Rudra_Box1','Tricky Halloween Treat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1729,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13683','Cutlas_Box1','Lovely Groove Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13402,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13684','Solar_Sword_Box1','Refined Solar Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13403,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13685','Sword_Breaker_Box1','Tricky Halloween Treat Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13024,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13686','Mail_Breaker_Box1','Yule Love This Lucky Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13025,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13687','Moonlight_Sword_Box1','Apocalypse Survivor Fire Sale Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13026,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13688','Spanner_Box1','Refined Wrench Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1534,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13689','Bok_Choy_Box','Bok Choy Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7766,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13690','Chung_E_Cake_Box','Chung E Cake Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7767,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13691','Freyja_Overcoat_Box','Freya\'s Clothes Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2369,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13692','Freyja_Boots_Box','Freya\'s Boots Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2428,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13693','Freyja_Cape_Box','Freya\'s Manteau Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2533,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13694','Freyja_Crown_Box','Freya\'s Crown Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5306,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13695','Battle_Manual25_Box','Field Manual 25% Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14532,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13696','Battle_Manual100_Box','Field Manual 100% Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14533,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13697','J_Blessing10_Box','Blessing Scroll Box(10)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12215,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13698','J_Inc_Agi10_Box','Increase Agility Scroll Box(10)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12216,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13699','J_Wind_Walk10_Box','Wind Walk Scroll Box(10)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12219,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13700','J_Adrenaline10_Box','Adrenaline Rush Scroll Box(10)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12220,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13701','Pet_Egg_Scroll12','Pet Egg Scroll 12','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13702','Pet_Egg_Scroll13','Pet Egg Scroll 13','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13703','Pet_Egg_Scroll14','Pet Egg Scroll 14','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13704','Super_Pet_Egg5','Super Pet Egg 5','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13705','Super_Pet_Egg6','Super Pet Egg 6','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13706','Super_Pet_Egg7','Super Pet Egg 7','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13707','Super_Pet_Egg8','Super Pet Egg 8','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13708','Pet_Egg_Scroll_E','Pet Egg Scroll E','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13709','BRO_Package_1','BRO Package Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13710','Max_Weight_Up_Box','Gym Pass Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7776,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13711','Small_Life_Potion_Box','Small Life Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14534,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13712','Small_Life_Potion_Box30','Small Life Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14534,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13713','Small_Life_Potion_Box50','Small Life Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14534,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13714','Med_Life_Potion_Box','Medium Life Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14535,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13715','Med_Life_Potion_Box30','Medium Life Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14535,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13716','Med_Life_Potion_Box50','Medium Life Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14535,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13717','Abrasive_Box5','Abrasive 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14536,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13718','Abrasive_Box10','Abrasive 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14536,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13719','Regeneration_Box5','Regeneration Potion 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14537,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13720','Regeneration_Box10','Regeneration 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14537,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13721','Dun_Tele_Scroll_Box10','Dungeon Teleport Scroll 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14527,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13722','Pecopeco_Hairband_Box','Pecopeco Hairband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5286,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13723','Red_Glasses_Box','Red Glasses Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5288,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13724','Whisper_Mask_Box','Whisper Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5294,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13725','Ramen_Hat_Box','Ramen Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5293,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13726','Gold_Box_','Golden Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7777,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13727','Silver_Box_','Silver Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7778,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13728','Gold_Key1_Box','Golden Key Box(1)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7779,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13729','Gold_Key5_Box','Golden Key Box(5)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7779,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13730','Silver_Key1_Box','Silver Key Box(1)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7780,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13731','Silver_Key5_Box','Silver Key Box(5)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7780,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13734','Pecopeco_Hairband_Box1','Peco Peco Hairband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5286,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13735','Red_Glasses_Box1','Red Glasses Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5288,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13736','Whisper_Mask_Box1','Whisper Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5294,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13737','Ramen_Hat_Box1','Ramen Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5293,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13738','Glass_Of_Illusion_Box5','Glass of Illusion 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14538,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13739','Glass_Of_Illusion_Box10','Glass of Illusion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14538,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13740','Shadow_Armor_S_Box5','Shadow Armor Scroll 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14539,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13741','Shadow_Armor_S_Box10','Shadow Armor Scroll 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14539,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13742','Shadow_Armor_S_Box30','Shadow Armor Scroll 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14539,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13743','Holy_Armor_S_Box5','Holy Armor Scroll 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14540,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13744','Holy_Armor_S_Box10','Holy Armor Scroll 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14540,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13745','Holy_Armor_S_Box30','Holy Armor Scroll 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14540,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13746','S_Def_Potion_Box10','Small Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14541,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13747','S_Def_Potion_Box30','Small Defense Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14541,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13748','S_Def_Potion_Box50','Small Defense Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14541,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13749','B_Def_Potion_Box10','Big Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14542,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13750','B_Def_Potion_Box30','Big Defense Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14542,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13751','B_Def_Potion_Box50','Big Defense Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14542,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13752','S_Mdef_Potion_Box10','Small Magic Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14543,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13753','S_Mdef_Potion_Box30','Small Magic Defense Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14543,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13754','S_Mdef_Potion_Box50','Small Magic Defense Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14543,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13755','B_Mdef_Potion_Box10','Big Magic Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14544,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13756','B_Mdef_Potion_Box30','Big Magic Defense Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14544,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13757','B_Mdef_Potion_Box50','Big Magic Defense Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14544,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13758','Battle_Manual_X3_Box','Field Manual 300% Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14545,20;','','');
-REPLACE INTO `item_db_re` VALUES ('13759','In_Blue_Herb_Box','Blue Herb Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 510,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13760','Honey_Box','Honey Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 518,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13761','Empty_Bottle_Box','Empty Bottle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 713,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13762','In_Royal_Jelly_Box','Royal Jelly Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 526,70;','','');
-REPLACE INTO `item_db_re` VALUES ('13763','5_Anniversary_Coin_Box','PCRoom Premium Anniversary Coin Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2709,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13764','Battle_Manual_Box_TW','Beginner\'s Field Manual Box(5)','18','189','94','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7803,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13765','Certificate_TW_Box','... Certificate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7804,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13766','Nagan_Box','Refined Nagan Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13407,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13767','Skewer_Box','Refined Brocca Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1424,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13768','Survival_Rod_Box','Refined Survivor\'s Rod Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1628,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13769','Quadrille_Box','Refined Quadrille Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1537,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13770','Great_Axe_Box','Refined Great Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1378,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13771','Bloody_Roar_Box','Refined Bloody Roar Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1273,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13772','Hardback_Box','Refined Hardcover Book Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1567,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13773','Fire_Brand_Box','Refined Fireblend Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13408,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13774','Immaterial_Sword_Box','Refined Immaterial Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13409,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13775','Unholy_Touch_Box','Refined Unholy Touch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1274,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13776','Cloak_Of_Survival_Box','Refined Survivor\'s Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2535,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13777','Masquerade_Box','Refined Masquerade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5326,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13778','Orc_Hero_Helm_Box','Refined Helmet of Orc Hero Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5327,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13779','Evil_Wing_Ears_Box','Refined Wing of Diablo Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5328,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13780','Dark_Blindfold_Box','Refined Dark Blinder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5329,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13781','kRO_Drooping_Kitty_Box','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5330,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13782','Corsair_Box','Refined Corsair Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5331,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('13783','Bloody_Iron_Ball_Box','Refined Bloodied Shackle Ball Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2710,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13784','Spiritual_Ring_Box','Refined Spiritual Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2711,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13785','Nagan_Box1','Refined Nagan Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13407,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13786','Skewer_Box1','Refined Brocca Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1424,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13787','Survival_Rod_Box1','Refined Survivor\'s Rod Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1628,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13788','Quadrille_Box1','Refined Quadrille Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1537,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13789','Great_Axe_Box1','Refined Great Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1378,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13790','Bloody_Roar_Box1','Fall Into The Groove Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1273,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13791','Hardback_Box1','Turkey Day Groove Pack with Gravy','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1567,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13792','Fire_Brand_Box1','Refined Fireblend Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13408,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13793','Immaterial_Sword_Box1','Black Friday Groove Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13409,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13794','Unholy_Touch_Box1','Cyber Monday Lucky Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1274,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13795','Cloak_Of_Survival_Box1','Refined Survivor\'s Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2535,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13796','Masquerade_Box1','Refined Masquerade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5326,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13797','Orc_Hero_Helm_Box1','Refined Helmet of Orc Hero Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5327,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13798','Evil_Wing_Ears_Box1','Refined Wing of Diablo Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5328,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13799','Dark_Blindfold_Box1','Refined Dark Blinder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5329,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13800','kRO_Drooping_Kitty_Box1','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5330,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13801','Corsair_Box1','Refined Corsair Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5331,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13802','Bloody_Iron_Ball_Box1','Pirate\'s Booty Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2710,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13803','Spiritual_Ring_Box1','Refined Spiritual Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2711,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13804','Fire_Cracker_Love_Box','I Love You Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14546,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13805','Fire_Cracker_Wday_Box','Whiteday Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14547,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13806','Fire_Cracker_Vday_Box','Valentine\'s Day Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14548,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13807','Fire_Cracker_Bday_Box','Birthday Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14549,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13808','Fire_Cracker_Xmas_Box','Xmas Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14550,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13809','Blue_Gemstone_Box','Blue Gemstone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 717,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13810','Blue_Potion_Box','Light Blue Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 11502,25;','','');
-REPLACE INTO `item_db_re` VALUES ('13811','Food_Box_Lv1','+20 Basic Food Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14551,1; getitem 14554,1; getitem 14557,1; getitem 14560,1; getitem 14563,1; getitem 14566,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13812','Food_Box_Lv2','Food Box Vol 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14552,1; getitem 14555,1; getitem 14558,1; getitem 14561,1; getitem 14564,1; getitem 14567,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13813','Food_Box_Lv3','Food Box Vol 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14553,1; getitem 14556,1; getitem 14559,1; getitem 14562,1; getitem 14565,1; getitem 14568,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13814','Indonesia_Box','Healing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13815','Knife_Goblin_Box','Knife Goblin Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14569,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13816','Flail_Goblin_Box','Flail Goblin Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14570,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13817','Hammer_Goblin_Box','Hammer Goblin Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14571,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13818','Red_Deleter_Box','Red Deleter Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14572,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13819','Diabolic_Box','Diabolic Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14573,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13820','Wanderer_Box','Wanderer Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14574,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13821','Green_Apple_Box','Green Apple Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7821,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13822','Whole_Barbecue_Box','Barbeque Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7822,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13823','Meat_Veg_Skewer_Box','Meat Skewer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7823,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13824','Spirit_Liquor_Box','Spirit Liquor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7824,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13825','Green_Box_','Old Green Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13826','Power_Box1','Power Box 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 682,1; getitem 12123,1; getitem 12122,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13827','Power_Box2','Power Box 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 683,1; getitem 12123,1; getitem 12122,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13828','Resist_Box1','Resist Box 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12118,1; getitem 12119,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13829','Resist_Box2','Resist Box 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12120,1; getitem 12121,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13830','Stat_Boost1','Stat Boost 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CHASEWALK2,60000,5; sc_start SC_INCAGI,60000,5; sc_start SC_INCVIT,60000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13831','Stat_Boost2','Stat Boost 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCINT,60000,5; sc_start SC_INCLUK,60000,5; sc_start SC_INCDEX,60000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13832','Stat_Boost3','Stat Boost 3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCAGI,60000,5; sc_start SC_INCVIT,60000,5; sc_start SC_INCDEX,60000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13833','Stat_Boost4','Stat Boost 4','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCINT,60000,5; sc_start SC_INCVIT,60000,5; sc_start SC_INCDEX,60000,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13834','Dun_Tele_Scroll2_Box5','Dungeon Teleport Scroll II Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14581,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13835','Dun_Tele_Scroll2_Box10','Dungeon Teleport Scroll II Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14581,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13836','Mbl_Str_Dish_Box','Steamed Tongue Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13837','Mbl_Agi_Dish_Box','Steamed Desert Scorpions Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12251,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13838','Mbl_Int_Dish_Box','Dragon Breath Cocktail Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13839','Mbl_Dex_Dish_Box','Hwergelmir\'s Tonic Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12253,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13840','Mbl_Luk_Dish_Box','Cooked Nine Tail Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12254,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13841','Mbl_Vit_Dish_Box','Immortal Stew Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12255,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13842','Mbl_Kafra_Card_Box','Payment Statement for Kafra Employee Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12249,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13843','Mbl_Battle_Manual_Box','Field Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14532,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13844','Heroic_Stone_Box','Heroic Stone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7825,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13845','Mysterious_Travel_Sack1','Mystery Travel Sack A','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13846','Mysterious_Travel_Sack2','Mystery Travel Sack B','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13847','Mysterious_Travel_Sack3','Mystery Travel Sack C','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13848','Mysterious_Travel_Sack4','Mystery Travel Sack D','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13849','WOB_Box_Rune5','Yellow Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14582,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13850','WOB_Box_Rune10','Yellow Butterfly Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14582,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13851','WOB_Box_Schawaltz5','Green Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14583,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13852','WOB_Box_Schawaltz10','Green Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14583,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13853','WOB_Box_Rachel5','Red Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14584,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13854','WOB_Box_Rachel10','Red Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14584,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13855','WOB_Box_Local5','Blue Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14585,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13856','WOB_Box_Local10','Blue Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14585,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13857','Spark_Candy_Box5','Candy Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14586,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13858','Spark_Candy_Box10','Candy Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14586,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13859','Directive_A_Envelope','Directive Envelope A','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2734,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13860','Directive_B_Envelope','Directive Envelope B','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2735,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13861','Mini_Battle_Manual_Box','Small Field Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13862','Trial_Box','Trial Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,2; getitem 12215,15; getitem 12216,15;','','');
-REPLACE INTO `item_db_re` VALUES ('13863','Repair_Scroll_Box10','Repair Weapon Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14521,10; getitem 1002,10; getitem 998,10; getitem 756,10; getitem 999,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13864','Hockey_Mask_Box','Hockey Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5314,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13865','Observer_Box','Observer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5315,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13866','Flying_Angel_Box','Flapping Angel Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5210,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13867','Neko_Mimi_Box','Neko Mimi Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5099,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13868','MFH_Box','Moonlight Flower Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5214,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13869','Chick_Hat_Box','Chick Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5283,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13870','New_Style_Box','Beauty Gift Certificate Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7622,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13871','Magician_Card_Box','Mage Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4327,1; getitem 4309,1; getitem 4325,1; getitem 4208,1; getitem 4258,1; getitem 4191,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13872','Acolyte_Card_Box','Acolyte Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4185,1; getitem 4312,1; getitem 4217,1; getitem 4280,1; getitem 4293,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13873','Archer_Card_Box','Archer Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4297,1; getitem 4234,1; getitem 4199,1; getitem 4178,1; getitem 4252,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13874','Swordman_Card_Box','Swordman Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4319,1; getitem 4331,1; getitem 4220,1; getitem 4311,1; getitem 4246,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13875','Thief_Card_Box','Thief Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4230,1; getitem 4210,1; getitem 4257,1; getitem 4172,1; getitem 4272,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13876','Merchant_Card_Box','Merchant Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4206,1; getitem 4281,1; getitem 4186,1; getitem 4233,1; getitem 4321,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13877','Clock_Tower_Card_Box','Clock Tower Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4244,1; getitem 4299,1; getitem 4313,1; getitem 4229,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13878','Geffenia_Card_Box','Geffenia Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4218,1; getitem 4269,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13879','Owl_Card_Box','Owl Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4237,1; getitem 4238,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13880','Ghost_Card_Box','Ghost Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4193,1; getitem 4294,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13881','Nightmare_Card_Box','Nightmare Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4127,1; getitem 4166,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13882','Curse_Card_Box','Curse Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4076,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13883','Sleep_Card_Box','Sleep Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4024,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13884','Freeze_Card_Box','Freeze Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4055,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13885','Stun_Card_Box','Stun Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4017,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13886','Silence_Card_Box','Silence Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4057,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13887','Blind_Card_Box','Blind Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4020,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13888','Chaos_Card_Box','Chaos Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4104,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13889','Elunium_Box_','Elunium Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 985,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13890','Oridecon_Box_','Oridecon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 984,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13891','Fire_Converter_Box','Fire Converter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12114,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13892','Water_Converter_Box','Water Converter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12115,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13893','Wind_Converter_Box','Wind Converter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12117,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13894','Earth_Converter_Box','Earth Converter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12116,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13895','Starter_Pack','Starter Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7229,2; getitem 569,300; getitem 504,20; getitem 505,20; getitem 7060,30; getitem 2403,1; getitem 5039,1; getitem 2503,1; getitem 2307,1; getitem 616,1; getitem 603,1; getitem 617,1; getitem 610,5; getitem 604,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13896','Mimic_Scroll_Box5','Mimic Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12276,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13897','Disguise_Croll_Box5','Disguise Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12277,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13898','Alice_Scroll_Box5','Alice Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12278,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13899','Mimic_Scroll_Box10','Mimic Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12276,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13900','Disguise_Croll_Box10','Disguise Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12277,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13901','Alice_Scroll_Box10','Alice Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12278,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13902','Fish_Head_Hat_Box','Fish Head Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5380,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13903','Santa_Poring_Hat_Box','Santa Poring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5381,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13904','Bell_Ribbon_Box','Bell Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5382,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13905','Hard_Core_Set_Box','XM Hardcore Set Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,10; getitem 12209,10; getitem 12210,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13906','Kitty_Set_Box','XM Kitty Set Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5230,1; getitem 5231,1; getitem 5232,1; getitem 5233,1; getitem 5234,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13907','Soft_Core_Set_Box','XM Softcore Set Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,5; getitem 12209,5; getitem 12210,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13908','Deviruchi_Set_Box','Class Set Card Album','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5227,1; getitem 5228,1; getitem 5229,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13909','MVP_Hunt_Box','MVP Hunting Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7621,1; getitem 12210,1; getitem 12221,1; getitem 12214,3;','','');
-REPLACE INTO `item_db_re` VALUES ('13910','Cook_Box','XM Brewing Set Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12204,10; getitem 12205,10; getitem 12206,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13911','Xmas_Pet_Scroll','Christmas Pet Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13912','Party_Blessing_Box','Party Blessing 10 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14588,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13913','Party_Inc_Agi_Box','Party Increase Agi 10 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14589,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13914','Party_Assumptio_Box','Party Assumptio 5 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14590,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13915','Love_Angel_Box','Love Angel Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12287,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13916','Squirrel_Box','Squirrel Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12288,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13917','Gogo_Box','Gogo Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12289,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13918','Drooping_W_Kitty_Box','Koneko Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5372,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13919','L_Magestic_Goat_Box','Baphomet Horns Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5374,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13920','Satanic_Chain_P_Box','Flying Evil Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5376,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13921','Antique_Pipe_Box','Gentleman\'s Pipe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5377,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13922','Rabbit_Ear_Hat_Box','Bunny Top Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5378,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13923','Darkness_Helm_Box','Dark Randgris Helm Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5373,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13924','L_Orc_Hero_Helm_Box','Orc Hero Headdress Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5375,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13925','Lucky_Scroll08','Mouse Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13926','Crusader_Card_Box','Crusader Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4371,1; getitem 4311,1; getitem 4319,1; getitem 4331,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13927','Alchemist_Card_Box','Alchemist Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4281,1; getitem 4233,1; getitem 4343,1; getitem 4186,1; getitem 4036,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13928','Rogue_Card_Box','Bard Dancer Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4039,1; getitem 4210,1; getitem 4257,1; getitem 4230,1; getitem 4348,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13929','Bard_Dancer_Card_Box','Rogue Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4297,1; getitem 4234,1; getitem 4178,1; getitem 4381,1; getitem 4252,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13930','Sage_Card_Box','Sage card box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4382,1; getitem 4258,1; getitem 4325,1; getitem 4208,1; getitem 4327,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13931','Monk_Card_Box','Monk Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4312,1; getitem 4332,1; getitem 4185,1; getitem 4293,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13932','Sylph_Box','Sylph Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4345,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13933','Undine_Box','Undine Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4350,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13934','Salamander_Box','Salamander Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4380,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13935','Soul_Box','Soul Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4388,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13936','Noum_Bpx','Gnome Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 4335,4;','','');
-REPLACE INTO `item_db_re` VALUES ('13937','Robo_Eye_Box','Robo Eye Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5325,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13938','Twin_Ribbon_Box','Maiden\'s Twin Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5187,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13939','Diadem_Box','Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5313,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13940','Siege_Tele_Scroll_Box','WoE Teleport Scroll 100 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14591,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13941','Valentine_Scroll_TW','Taiwan Valentine Scroll','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13942','Love_Angel_Box_1m','Love Angel Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14009,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13943','Squirrel_Box_1m','Squirrel Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14010,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13944','Gogo_Box_1m','Gogo Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14011,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13945','Br_SwordPackage','Brazil Swordsman Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13946','Br_MagePackage','Brazil Magician Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13947','Br_AcolPackage','Brazil Acolyte Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13948','Br_ArcherPackage','Brazil Archer package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13949','Br_MerPackage','Brazil Merchant Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13950','Br_ThiefPackage','Brazil Thief Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('13951','Wasteland_Outlaw_Box','Western Outlaw Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13109,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13952','Lever_Action_Rifle_Box','Lever Action Rifle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13170,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13953','All_In_One_Ring_Box','All In One Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2741,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13954','Spiritual_Tunic_Box','Spiritual Tunic Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2384,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13955','Recuperative_Armor_Box','Recuvative Armor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2385,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13956','Shelter_Resistance_Box','Shell Of Resistance Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2132,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13957','Sylphid_Manteau_Box','Silf Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2543,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13958','Refresh_Shoes_Box','Refresh Shoes Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2439,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13959','Toast_Box','Crunch Toast Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5391,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13960','Name_Change_Coupon_Box','Identification Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7623,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13961','Mojji_Box','Mochi Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 554,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13962','Deprotai_Doll_Hat_Box','Defolty Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5340,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13963','Claris_Doll_Hat_Box','Glaris Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5341,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13964','Sorin_Doll_Hat_Box','Sorin Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5342,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13965','Tayelin_Doll_Hat_Box','Telling Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5343,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13966','Binit_Doll_Hat_Box','Vinit Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5344,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13967','Debril_Doll_Hat_Box','W Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5345,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13968','Bubblegum_Lower_Box','Bubble Gum Low Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5394,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13969','Lucky_Clip_Box','Lucky Clip Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2742,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('13970','Iron_10_Box','Iron Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 998,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13971','Steel_10_Box','Steel Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 999,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13972','Coal_10_Box','Coal Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1003,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13973','Poison_Bottle_30_Box','Poison Bottle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 678,30;','','');
-REPLACE INTO `item_db_re` VALUES ('13974','TW_Scroll01','Fisherman Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('13975','Picture_Diary_Box','Diary Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12304,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13976','Mini_Heart_Box','Mini Heart Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12305,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13977','Newcomer_Box','Freshman Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12306,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13978','Kid_Box','Kid Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12307,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13979','Magic_Castle_Box','Magic Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12308,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13980','Bulging_Head_Box','JJangu Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12309,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('13981','Picture_Diary_Box_1m','Diary Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12304,2592000;','','');
-REPLACE INTO `item_db_re` VALUES ('13982','Mini_Heart_Box_1m','Mini Heart Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12305,2592000;','','');
-REPLACE INTO `item_db_re` VALUES ('13983','Newcomer_Box_1m','Freshman Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12306,2592000;','','');
-REPLACE INTO `item_db_re` VALUES ('13984','Kid_Box_1m','Kid Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12307,2592000;','','');
-REPLACE INTO `item_db_re` VALUES ('13985','Magic_Castle_Box_1m','Magic Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12308,2592000;','','');
-REPLACE INTO `item_db_re` VALUES ('13986','Bulging_Head_Box_1m','JJangu Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12309,2592000;','','');
-REPLACE INTO `item_db_re` VALUES ('13987','Ori_Stone_5_Box','Rough Oridecon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 756,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13988','Ori_Stone_50_Box','Rough Oridecon Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 756,50;','','');
-REPLACE INTO `item_db_re` VALUES ('13989','Acidbomb_10_Box','Acid Bomb Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7135,10; getitem 7136,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13990','Job_Manual50_Box','Job Battle Manual 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14592,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13991','Tiger_Mask_Box','Tiger Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5098,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13992','Cat_Hat_Box','Neko Mimi Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5099,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13993','Alice_Doll_Box','Alice Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5137,1;','','');
-REPLACE INTO `item_db_re` VALUES ('13994','Speed_Up_Potion_Box5','Speed Potion Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12016,5;','','');
-REPLACE INTO `item_db_re` VALUES ('13995','Speed_Up_Potion_Box10','Speed Potion Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12016,10;','','');
-REPLACE INTO `item_db_re` VALUES ('13996','Big_Bun_Box100','Big Bun Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14522,100;','','');
-REPLACE INTO `item_db_re` VALUES ('13997','Big_Bun_Box500','Big Bun Box(500)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14522,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13998','Giant_Fly_Wing_Box500','Giant Fly Wing Box 500','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12212,500;','','');
-REPLACE INTO `item_db_re` VALUES ('13999','Pill__Box100','Pill Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14523,100;','','');
-REPLACE INTO `item_db_re` VALUES ('14000','Pill__Box500','Pill Box(500)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14523,500;','','');
-REPLACE INTO `item_db_re` VALUES ('14001','Basic_Siege_Supply_Box','Recruit Siege Supply Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 11503,25; getitem 11504,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14002','Adv_Siege_Supply_Box','Advanced WoE Supply Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 11503,50; getitem 11504,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14003','Elite_Siege_Supply_Box','Elite Siege Supply Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 11503,100; getitem 11504,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14004','Poison_Bottle_10_Box','Poison Bottle Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 678,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14005','Poison_Bottle_5_Box','Poison Bottle Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 678,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14006','F_Drooping_W_Kitty_Box','Evolved Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5372,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14007','F_Rabbit_Ear_Hat_Box','Evolved Rabbits Headband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5378,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14008','F_L_Orc_Hero_Helm_Box','Evolved Helmet Of Orc Hero Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5375,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14009','F_Love_Angel_Box','Love Angel Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12287,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14010','F_Squirrel_Box','Squillroll Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12288,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14011','F_Gogo_Box','Gogo Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12289,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14012','F_Love_Angel_Box_1m','Love Angel Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13915,2592000;','','');
-REPLACE INTO `item_db_re` VALUES ('14013','F_Squirrel_Box_1m','Squillroll Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13916,2592000;','','');
-REPLACE INTO `item_db_re` VALUES ('14014','F_Gogo_Box_1m','Gogo Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13917,2592000;','','');
-REPLACE INTO `item_db_re` VALUES ('14015','F_Wasteland_Outlaw_Box','Western Outlaw Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13107,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14016','F_Lever_Action_Rifle_Box','Lever Action Rifle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13170,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14017','F_All_In_One_Ring_Box','All In One Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2741,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14018','F_Spritual_Tunic_Box','Spiritual Tunic Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2384,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14019','F_Recuperative_Box','Recuvative Armor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2385,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14020','F_Shelter_Resist_Box','Shell Of Resistance Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2132,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14021','F_Sylphid_Manteau_Box','Silf Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2543,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14022','F_Refresh_Shoes_Box','Refresh Shoes Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2439,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14023','F_Toast_Box','Crunch Toast Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5391,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14024','F_Robo_Eye_Box','Robo Eye Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5325,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14025','F_Twin_Ribbon_Box','Maiden\'s Twin Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5187,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14026','F_Diadem_Box','Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5313,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14027','F_Fish_Head_Hat_Box','Fish Head Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5380,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14028','F_Santa_Poring_Hat_Box','SantaPoring Cap Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5381,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14029','F_Bell_Ribbon_Box','Bell Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5382,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14030','F_Mimic_Scroll_Box5','Mimic Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12276,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14031','F_Disguise_Scroll_Box5','Disguise Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12277,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14032','F_Alice_Scroll_Box5','Alice Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12278,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14033','F_Mimic_Scroll_Box10','Mimic Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12276,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14034','F_Disguise_Scroll_Box10','Disguise Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12277,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14035','F_Alice_Scroll_Box10','Alice Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12278,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14036','F_New_Style_Coupon_Box','New Style Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7622,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14037','F_Repair_Scroll_Box','Safe to All Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14521,5; getitem 1002,5; getitem 998,5; getitem 756,5; getitem 999,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14038','F_Repair_Scroll_Box10','Repair Weapon Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14521,10; getitem 1002,10; getitem 998,10; getitem 756,10; getitem 999,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14039','F_Hockey_Mask_Box','Hockey Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5314,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14040','F_Observer_Box','Observer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5315,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14041','F_WOB_Rune_Box5','Yellow Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14582,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14042','F_WOB_Rune_Box10','Yellow Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14582,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14043','F_WOB_Schwaltz_Box5','Green Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14583,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14044','F_WOB_Schwaltz_Box10','Green Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14583,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14045','F_WOB_Rachel_Box5','Red Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14584,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14046','F_WOB_Rachel_Box10','Red Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14584,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14047','F_WOB_Local_Box5','Blue Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14585,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14048','F_WOB_Local_Box10','Blue Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14585,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14049','F_Spark_Candy_Box5','Candy Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14586,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14050','F_Spark_Candy_Box10','Candy Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14586,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14051','F_Dun_Tel_Scroll2_Box5','Dungeon Teleport Scroll II Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14581,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14052','F_Dun_Tel_Scroll2_Box10','Dungeon Teleport Scroll II Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14581,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14053','F_Little_Angel_Doll_Box','Little Angel Doll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5324,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14054','F_Triple_Poring_Hat_Box','Poring 3 Hats Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5255,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14055','F_Nagan_Box','Refined Nagan Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13407,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14056','F_Skewer_Box','Refined Brocca Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1424,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14057','F_Survival_Rod_Box','Refined Survivor\'s Rod Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1628,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14058','F_Quadrille_Box','Refined Quadrille Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1537,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14059','F_Great_Axe_Box','Refined Great Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1378,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14060','F_Bloody_Roar_Box','Refined Bloody Roar Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1273,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14061','F_Hardback_Box','Refined Hardcover Book Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1567,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14062','F_Fire_Brand_Box','Refined Fireblend Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13408,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14063','F_Immaterial_Sword_Box','Refined Immaterial Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13409,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14064','F_Unholy_Touch_Box','Refined Unholy Touch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1274,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14065','F_Clack_Of_Servival_Box','Refined Survivor\'s Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2535,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14066','F_Masquerade_Box','Refined Masquerade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5326,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14067','F_Orc_Hero_Helm_Box','Refined Helmet of Orc Hero Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5327,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14068','F_Ear_Of_Devil_Wing_Box','Refined Wing of Diablo Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5328,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14069','F_Dark_Blindfold_Box','Refined Dark Blinder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5329,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14070','F_K_Drooping_Kitty_Box','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5330,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14071','F_Corsair_Box','Refined Corsair Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5331,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14072','F_Bloody_Iron_Ball_Box','Refined Bloodied Shackle Ball Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2710,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14073','F_Spiritual_Ring_Box','Refined Spiritual Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2711,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14074','F_G_O_I_Box5','Wine Glass of Illusion Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14538,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14075','F_G_O_I_Box10','Glass Of Illusion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14538,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14076','F_Shadow_Armor_S_Box5','Scroll of Shadow Armor Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14539,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14077','F_Shadow_Armor_S_Box10','Scroll of Shadow Armor Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14539,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14078','F_Shadow_Armor_S_Box30','Scroll of Shadow Armor Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14539,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14079','F_Holy_Armor_S_Box5','Scroll of Holy Armor Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14540,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14080','F_Holy_Armor_S_Box10','Scroll of Holy Armor Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14540,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14081','F_Holy_Armor_S_Box30','Scroll of Holy Armor Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14540,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14082','FS_Def_Potion_Box10','Small Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14541,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14083','FS_Def_Potion_Box30','Small Physical Defense Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14541,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14084','FS_Def_Potion_Box50','Small Physical Defense Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14541,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14085','FB_Def_Potion_Box10','Big Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14542,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14086','FB_Def_Potion_Box30','Large Physical Defense Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14542,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14087','FB_Def_Potion_Box50','Large Physical Defense Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14542,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14088','FS_Mdef_Potion_Box10','Small Magic Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14543,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14089','FS_Mdef_Potion_Box30','Small Magical Defense Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14543,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14090','FS_Mdef_Potion_Box50','Small Magical Defense Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14543,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14091','FB_Mdef_Potion_Box10','Big Magic Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14544,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14092','FB_Mdef_Potion_Box30','Large Magical Defense Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14544,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14093','FB_Mdef_Potion_Box50','Large Magical Defense Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14544,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14094','F_Flying_Angel_Box','Flapping Angel Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5210,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14095','F_Cat_Hat_Box','Neko Mimi Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5099,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14096','F_M_F_H_Box','Moonlight Flower Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5214,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14097','F_Chick_Hat_Box','Chick Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5283,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14098','F_Pecopeco_Hairband_Box','Pecopeco Hairband Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5286,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14099','F_Red_Glasses_Box','Red Glasses Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5288,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14100','F_Whisper_Mask_Box','Whisper Mask Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5294,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14101','F_Ramen_Hat_Box','Ramen Hat Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5293,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14102','F_Dun_Tele_Scroll1_Box','Dungeon Teleport Scroll Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14527,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14103','F_Max_Weight_Up_Box','Gym Membership Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7776,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14104','F_S_Life_Potion_Box','Small Life Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14534,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14105','F_S_Life_Potion_Box30','Small Life Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14534,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14106','F_S_Life_Potion_Box50','Small Life Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14534,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14107','F_M_Life_Potion_Box','Medium Life Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14535,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14108','F_M_Life_Potion_Box30','Large Life Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14535,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14109','F_M_Life_Potion_Box50','Large Life Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14535,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14110','F_Abrasive_Box5','Abrasive Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14536,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14111','F_Abrasive_Box10','Abrasive 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14536,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14112','F_Regeneration_Box5','Regeneration Potion 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14537,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14113','F_Regeneration_Box10','Regeneration Potion Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14537,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14114','F_Dun_Tele_Scroll_Box10','Dungeon Teleport Scroll 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14527,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14115','F_Infiltrator_Box','Refined Infiltrator Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1267,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14116','F_Muramasa_Box','Refined Muramasa Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1173,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14117','F_Excalibur_Box','Refined Excalibur Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13401,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14118','F_Combat_Knife_Box','Combat Knife Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13021,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14119','F_Counter_Dagger_Box','Counter Dagger Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13022,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14120','F_Kaiser_Knuckle_Box','Refined Kaiser Knuckle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1817,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14121','F_Mighty_Staff_Box','Refined Mighty Staff Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1623,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14122','F_Right_Epsilon_Box','Light Epsilon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1372,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14123','F_Balistar_Box','Refined Ballista Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1728,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14124','F_Diary_Of_Great_Sage','Refined Sage\'s Diary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1563,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14125','F_Asura_Box','Refined Ashura Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13023,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14126','F_Apple_Of_Archer_Box','Refined Apple of Archer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5265,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14127','F_Bunny_Band_Box','Refined Bunny Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5266,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14128','F_Sahkkat_Box','Refined Sakkat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5267,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14129','F_Lord_Circlet_Box','Refined Grand Circlet Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 5268,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14130','F_Elven_Ears_Box','Refined Elven Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2686,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14131','F_Steel_Flower_Box','Refined Romantic Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2687,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('14132','F_Critical_Ring_Box','Refined Critical Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2688,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14133','F_Earring_Box','Refined Earring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2689,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14134','F_Ring_Box','Refined Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2690,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14135','F_Necklace_Box','Refined Necklace Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2691,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14136','F_Glove_Box','Refined Glove Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2692,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14137','F_Brooch_Box','Refined Brooch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2693,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14138','F_Rosary_Box','Refined Rosary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2694,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14139','F_Safety_Ring_Box','Refined Safety Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2695,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14140','F_Vesper_Core_Box01','Refined Vesper Core 01 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2696,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14141','F_Vesper_Core_Box02','Refined Vesper Core 02 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2697,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14142','F_Vesper_Core_Box03','Refined Vesper Core 03 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2698,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14143','F_Vesper_Core_Box04','Refined Vesper Core 04 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2699,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14144','F_Vigorgra_Package1','1 Hour Package Vol. 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,2; getitem 12251,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14145','F_Vigorgra_Package2','1 Hour Package Vol. 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,2; getitem 12255,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14146','F_Vigorgra_Package3','1 Hour Package Vol. 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,2; getitem 12253,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14147','F_Vigorgra_Package4','1 Hour Package Vol. 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,2; getitem 12255,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14148','F_Vigorgra_Package5','1 Hour Package Vol. 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,2; getitem 12250,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14149','F_Vigorgra_Package6','1 Hour Package Vol. 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,2; getitem 12251,2; getitem 12208,2; getitem 12215,15; getitem 12217,20; getitem 12211,1; getitem 7621,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14150','F_Vigorgra_Package7','2 Hour Package Vol. 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,4; getitem 12251,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14151','F_Vigorgra_Package8','2 Hour Package Vol. 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,4; getitem 12255,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14152','F_Vigorgra_Package9','2 Hour Package Vol. 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,4; getitem 12253,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14153','F_Vigorgra_Package10','2 Hour Package Vol. 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,4; getitem 12255,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14154','F_Vigorgra_Package11','2 Hour Package Vol. 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12252,4; getitem 12250,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14155','F_Vigorgra_Package12','2 Hour Package Vol. 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12250,4; getitem 12251,4; getitem 12208,4; getitem 12215,30; getitem 12217,40; getitem 12211,2; getitem 7621,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14156','F_Battle_Manual_Box','Field Manual Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14157','F_Insurance_Package','Life Insurrance Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12209,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14158','F_Bubble_Gum_Box','Bubble Gum Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12210,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14159','F_Str_Dish_Box','Steamed Tongue Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12202,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14160','F_Agi_Dish_Box','Steamed Desert Scorpions Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12203,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14161','F_Int_Dish_Box','Dragon Breath Cocktail Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12204,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14162','F_Dex_Dish_Box','Hwergelmir\'s Tonic Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12205,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14163','F_Luk_Dish_Box','Cooked Nine Tail Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12206,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14164','F_Vit_Dish_Box','Immortal Stew Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12207,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14165','F_Kafra_Card_Box','Kafra Card Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12211,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14166','F_Giant_Fly_Wing_Box','Giant Fly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12212,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14167','F_Neuralizer_Box','Neuralizer Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12213,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14168','F_Convex_Mirror_Box','Convex Mirror Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12214,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14169','F_Blessing_10_Scroll_Box','Blessing Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12215,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14170','F_Inc_Agi_10_Scroll_Box','Increase Agility Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12216,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14171','F_Aspersio_5_Scroll_Box','Aspersio Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12217,10; getitem 523,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14172','F_Assumptio_5_Scroll_Box','Assumptio Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12218,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14173','F_Wind_Walk_10_Scroll_Box','Wind Walk Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12219,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14174','F_Adrenaline_Scroll_Box','Adrenaline Rush Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12220,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14175','F_Megaphone_Box','Megaphone Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12221,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14176','F_Enriched_Elunium_Box','Enriched Elunium Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7619,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14177','F_Enriched_Oridecon_Box','Enriched Oridecon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7620,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14178','F_Token_Of_Siegfried_Box','Token of Ziegfried Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7621,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14179','F_Giant_Fly_Wing_Box50','Giant Fly Wing Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12212,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14180','F_Giant_Fly_Wing_Box100','Giant Fly Wing Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12212,100;','','');
-REPLACE INTO `item_db_re` VALUES ('14181','F_Dex_Dish_Box30','Hwergelmir\'s Tonic Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12205,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14182','F_Dex_Dish_Box50','Hwergelmir\'s Tonic Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12205,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14183','F_Luk_Dish_Box30','Cooked Nine Tail Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12206,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14184','F_Luk_Dish_Box50','Cooked Nine Tail Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12206,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14185','F_Inc_Agi_10_Box30','Increase Agility Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12216,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14186','F_Inc_Agi_10_Box50','Increase Agility Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12216,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14187','F_Vit_Dish_Box30','Immortal Stew Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12207,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14188','F_Vit_Dish_Box50','Immortal Stew Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12207,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14189','F_Insurance_Package30','Life Insurrance Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12209,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14190','F_Insurance_Package50','Life Insurrance Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12209,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14191','F_Convex_Mirror_Box5','Convex Mirror Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12214,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14192','F_Convex_Mirror_Box30','Convex Mirror Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12214,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14193','F_Blessing10_Box30','Blessing Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12215,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14194','F_Blessing10_Box50','Blessing Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12215,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14195','F_Adrenaline10_Box30','Adrenaline Rush Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12220,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14196','F_Adrenaline10_Box50','Adrenaline Rush Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12220,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14197','F_Assumptio_5_Box30','Assumptio Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12218,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14198','F_Assumptio_5_Box50','Assumptio Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12218,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14199','F_Aspersio_5_Box30','Aspersio Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12217,30; getitem 523,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14200','F_Aspersio_5_Box50','Aspersio Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12217,50; getitem 523,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14201','F_Agi_Dish_Box30','Steamed Desert Scorpions Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12203,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14202','F_Agi_Dish_Box50','Steamed Desert Scorpions Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12203,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14203','F_Wind_Walk10_Box30','Wind Walk Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12219,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14204','F_Wind_Walk10_Box50','Wind Walk Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12219,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14205','F_Int_Dish_Box30','Dragon Breath Cocktail Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12204,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14206','F_Int_Dish_Box50','Dragon Breath Cocktail Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12204,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14207','F_Battle_Manual_Box1','Field Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14208','F_Battle_Manual_Box5','Field Manual Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14209','F_Siegfried_Box5','Token of Ziegfried Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7621,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14210','F_Siegfried_Box20','Token of Ziegfried Box(20)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7621,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14211','F_Kafra_Card_Box30','Kafra Card Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12211,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14212','F_Kafra_Card_Box50','Kafra Card Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12211,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14213','F_Str_Dish_Box30','Steamed Tongue Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12202,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14214','F_Str_Dish_Box50','Steamed Tongue Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12202,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14215','F_Bubble_Gum_Box1','Bubble Gum Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12210,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14216','F_Bubble_Gum_Box5','Bubble Gum Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12210,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14217','F_Megaphone_Box1','Megaphone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12221,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14218','F_Megaphone_Box5','Megaphone Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12221,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14219','F_Enriched_Elunium_Box5','Enriched Elunium Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7619,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14220','FEnriched_Oridecon_Box5','Enriched Oridecon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7620,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14221','MP_Scroll_Box','Mystical Amplification Scroll(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14593,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14222','MP_Scroll_Box30','Mystical Amplification Scroll(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14593,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14223','MP_Scroll_Box50','Mystical Amplification Scroll(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14593,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14224','Quagmire_Scroll_Box','Quagmire Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14594,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14225','Quagmire_Scroll_Box30','Quagmire Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14594,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14226','Quagmire_Scroll_Box50','Quagmire Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14594,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14227','Healing_Staff_Box','Staff of Healing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1638,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14228','Praxinus_Box','Praccsinos Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 2752,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14229','Sakura_Scroll','Cherry Blossoms Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14230','Note_Headphones_Box','Note Headphones Box','18','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5151,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14231','Novice_Breastplate_Boxes','Novice Breastplate Boxes','18','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14232','Yggdrasilberry_Box_','Yggdrasil Berry Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 607,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14233','Dead_Tree_Branch_Box1','Dead Branch Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 604,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14234','Dead_Tree_Branch_Box2','Dead Branch Box(25)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 604,25;','','');
-REPLACE INTO `item_db_re` VALUES ('14235','Field_Manual_Box_2','Field Manual 2 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12208,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14236','Steamed_Tongue_Box_20','Steamed Tongue 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12202,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14237','Steamed_Desert_Scorpions_Box_20','Steamed Desert Scorpions Box(20)','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12203,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14238','Stew_Of_Immortality_Box_20','Immortal Stew 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12207,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14239','Dragon_Breath_Cocktail_Box_20','Dragon Breath Cocktail 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12204,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14240','Hwergelmir\'s_Tonic_Box_20','Hwergelmir\'s Tonic 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12205,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14241','Nine_Tail_Dish_Box_20','Nine Tail Dish 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12206,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14242','Beholder_Ring_Box','Beholder Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2753,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14243','Hallow_Ring_Box','Hallow Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2754,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14244','Clamorous_Ring_Box','Clamorous Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2755,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14245','Chemical_Ring_Box','Chemical Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2756,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14246','Insecticide_Ring_Box','Insecticide Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2757,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14247','Fisher_Ring_Box','Fisher Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2758,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14248','Decussate_Ring_Box','Decussate Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2759,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14249','Bloody_Ring_Box','Bloody Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2760,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14250','Satanic_Ring_Box','Satanic Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2761,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14251','Dragoon_Ring_Box','Dragon Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2762,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14252','Beholder_Ring_Box2','Beholder Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2753,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14253','Hallow_Ring_Box2','Hallow Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2754,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14254','Clamorous_Ring_Box2','Clamorous Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2755,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14255','Chemical_Ring_Box2','Chemical Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2756,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14256','Insecticide_Ring_Box2','Insecticide Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2757,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14257','Fisher_Ring_Box2','Fisher Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2758,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14258','Decussate_Ring_Box2','Decussate Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2759,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14259','Bloody_Ring_Box2','Bloody Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2760,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14260','Satanic_Ring_Box2','Satanic Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2761,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14261','Dragoon_Ring_Box2','Dragon Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2762,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14262','Diary_Magic_Powder_Box','Diary Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12304,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14263','Mini_Heart_Magic_Powder_Box','Mini Heart Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12305,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14264','Freshman_Magic_Powder_Box','Freshman Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12306,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14265','Kid_Magic_Powder_Box','Kid Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12307,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14266','Magic_Magic_Powder_Box','Magic Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12308,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14267','JJangu_Magic_Powder_Box','JJangu Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 12309,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('14268','Diary_Magic_Powder_Box4','Diary Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14269','Mini_Heart_Magic_Powder_Box4','Mini_Heart_Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14270','Freshman_Magic_Powder_Box4','Freshman Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14271','Kid_Magic_Powder_Box4','Kid Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14272','Magic_Magic_Powder_Box4','Magic Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14273','JJangu_Magic_Powder_Box4','JJangu Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14274','Amplification_10_Scroll_Box2','Mystical Amplification Scroll 10 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14593,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14275','Amplification_30_Scroll_Box2','Mystical Amplification Scroll 30 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14593,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14276','Amplification_50_Scroll_Box2','Mystical Amplification Scroll 50 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14593,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14277','Quagmire_10_Scroll_Box2','Quagmire Scroll 10 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14594,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14278','Quagmire_30_Scroll_Box2','Quagmire Scroll 30 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14594,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14279','Quagmire_50_Scroll_Box2','Quagmire Scroll 50 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14594,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14280','Healing_Staff_Box2','Healing Staff Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1638,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14281','Praccsinos_Box','Praccsinos_Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2752,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14282','Emperium_Box','Emperium Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 714,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14283','Marriage_Covenant_Box','Marriage Certificate Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6026,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14284','Muffler_Box','Muffler Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2548,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14285','Balkiriah_Shield_Box','Balkiriah Shield Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2137,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14286','Skull_Ring_Box','Skull Ring Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2763,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14287','Baricade_Repair_Kit','Barricade Repair Kit','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1019,30; getitem 999,10; getitem 1011,10; getitem 984,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14288','Guardian_Stone_Repair_Kit','Guardian Stone Repair Kit','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 984,1; getitem 985,1; getitem 7049,30; getitem 717,5; getitem 716,5; getitem 715,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14289','Cloth_Dye_Coupon_Box','Clothing Dye Coupon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6046,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14290','Cloth_Dye_Coupon2_Box','Clothing Dye Coupon Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6047,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14291','Cloth_Dye_Coupon3_Box','Clothing Dye Coupon Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6046,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14292','Cloth_Dye_Coupon4_Box','Clothing Dye Coupon Box II','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6047,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14293','Mercenary_Contract_Box','Mercenary Contract Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6050,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14294','Mercenary_Contract_Box5','Mercenary Contract Box 5ea','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6050,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14295','Mercenary_Contract_Box10','Mercenary Contract Box 10ea','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6050,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14296','Angel_Scroll','Angel Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14297','Devil_Scroll','Devil Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14298','Surprise_Scroll','Surprised Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14300','Mask_Of_Ifrit_Box','Mask Of Ifrit Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5420,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14301','Ifrit\'s_Ear_Box','Ifrit\'s Ear Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5421,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14304','Scuba_Mask_Box','Scuba Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5397,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14306','RWC_Special_Scroll','RWC Special Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14307','RWC_Limited_Scroll','RWC Limited Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14308','Ardor_Scroll','Ardor Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14314','PhreeoniS_Box','Phreeoni Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14597,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14315','GhostringS_Box','Ghostring Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14598,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14316','July7_Scroll','Love Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14317','Bacsojin_Scroll','Bacsojin Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14343','Spiked_Scarf_Box','Spiked Scarf Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5462,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14344','Rainbow_Scarf_Box','Rainbow Scarf Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5463,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14345','Animal_Scroll','Animal Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14349','Mental_Potion20_Box','Mental Potion Box(20)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14600,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14350','Mental_Potion50_Box','Mental Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14600,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14351','Tyr\'s_Blessing20_Box','Tyr\'s Blessing Box(20)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14601,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14352','Tyr\'s_Blessing50_Box','Tyr\'s Blessing Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14601,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14361','Orc_HeroS_Box','Orc Hero Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14604,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14362','Orc_LoadS_Box','Orc Lord Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14605,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14363','Heart_Scroll','Warm Heart Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14372','Powder_Snow_Box','Snow Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12317,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14375','Holy_Celestial_Axe_Box','Holy Celestial Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1383,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14376','Angeling_Pot_Box','Angeling Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12350,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14377','Shout_Megaphone_Box','Scream Megaphone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12351,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14379','Love_Daddy_Box','Love Daddy Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5489,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14380','Anubis_Helm_Box','Anubis Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5490,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14381','Piercing_Box_M','Staff of Piercing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1644,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14382','Lich_Bone_Box_M','Lich\'s Bone Wand Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1645,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14383','Long_Horn_Box_M','Long Horn Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1428,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14384','Hunting_Spear_Box_M','Hunting Spear Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1429,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14385','Death_Note_Box_M','Book of the Dead Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1579,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14393','Almighty_Charm_Box','Universal Amulet Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7945,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14407','Xmas_Scroll','Christmas Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14408','New_Year_Scroll','Solar Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14438','Honglyun\'s_Sword_Box','Honglyun\'s Sword Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13420,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14439','Power_Of_Thor_Box','Power Of Thor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5495,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14440','Dice_Hat_Box','Dice Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5496,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14441','King_Tiger_Doll_Hat_Box','King Tiger Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5497,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14442','Wondering_Wolf_Helm_Box','Wandering Wolf Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5498,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14443','Pizza_Hat_Box','Pizza Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5499,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14444','Icecream_Hat_Box','Ice Cream Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5500,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14447','Pirate\'s_Pride_Box','Scallywag\'s Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5501,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14448','Necromencer\'s_Hood_Box','Necromancer Hood Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5502,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14459','Rabbit_Magic_Hat_Box','Magic Rabbit Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5503,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14460','China_Wedding_Veil_Box','RO 5th Wedding Anniversary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5504,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14461','Asara_Fairy_Hat_Box','Ashura Fairy Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5505,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14466','Valentine_Pledge_Box','Valentine\'s Emblem Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14469','Ox_Tail_Scroll','Ox Tail Egg','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('14485','Academy_Badge_Box','Academy Of Badge Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2751,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14486','Academy_Fresh_Hat_Box','Academy Freshman Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5406,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14487','Academy_Gradu_Cap_Box','Academy Completion Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5407,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14488','Blue_Pajamas_Hat_Box','Blue Pajamas Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5506,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14489','Pink_Pajamas_Hat_Box','Pink Pajamas Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5507,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14500','Insurance60','Life Insurrance Certificate','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_DEATHPENALTY,3600000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14508','Zeny_Scroll','Zeny Pet Egg Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14509','Light_Center_Pot','Light Concentration Potion','2','800','400','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ATTHASTE_POTION1,1800000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14510','Light_Awakening_Pot','Light Awakening Potion','2','1500','750','20','0','0','0','0','0','4294442735','63','2','0','0','0','150','0','0','sc_start SC_ATTHASTE_POTION2,1800000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14511','Light_Berserk_Pot','Light Berserk Potion','2','3000','1500','20','0','0','0','0','0','31868582','63','2','0','0','0','150','0','0','sc_start SC_ATTHASTE_POTION3,1800000,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14512','Meteor_10_Scroll','Meteor Storm Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill WZ_METEOR,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14513','Storm_10_Scroll','Storm Gust Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill WZ_STORMGUST,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14514','Vermilion_10_Scroll','Lord of Vermilion Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill WZ_VERMILION,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14515','Lex_Aeterna_Scroll','Lex Aeterna Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill PR_LEXAETERNA,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14516','Magnificat_5_Scroll','Magnificat Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill PR_MAGNIFICAT,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14517','CP_Helm_Scroll','Chemical Protection Helm Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','unitskilluseid getcharid(3),237,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14518','CP_Shield_Scroll','Chemical Protection Shield Scrol','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','unitskilluseid getcharid(3),235,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14519','CP_Armor_Scroll','Chemical Protection Armor Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','unitskilluseid getcharid(3),236,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14520','CP_Weapon_Scroll','Chemical Protection Weapon Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','unitskilluseid getcharid(3),234,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14521','Repair_Scroll','Repair Weapon Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','unitskilluseid getcharid(3),108,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14522','Big_Bun','Big Bun','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 100,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14523','Pill_','Pill','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 0,100;','','');
-REPLACE INTO `item_db_re` VALUES ('14524','Superb_Fish_Slice','Superb Fish Slice','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 100,100;','','');
-REPLACE INTO `item_db_re` VALUES ('14525','Chewy_Ricecake','Chewy Ricecake','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSATTACKPOWER,180000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14526','Oriental_Pastry','Oriental Pastry','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_PLUSMAGICPOWER,180000,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14527','Dun_Tele_Scroll1','Dungeon Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashDungeon\";','','');
-REPLACE INTO `item_db_re` VALUES ('14528','PVP_Tele_Scroll','PVP Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14529','Greed_Scroll','Greed Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill BS_GREED,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14530','Flee_30_Scroll','Evasion Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCFLEE,1800000,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14531','Accuracy_30_Scroll','Concentration Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCHIT,1800000,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14532','Battle_Manual25','Field Manual 25%','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_PLUSEXP,1800000,25;','','');
-REPLACE INTO `item_db_re` VALUES ('14533','Battle_Manual100','Field Manual 100%','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_PLUSEXP,1800000,100;','','');
-REPLACE INTO `item_db_re` VALUES ('14534','Small_Life_Potion','Small Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 320; sc_start4 SC_S_LIFEPOTION,600000,-5,5,0,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14535','Med_Life_Potion','Medium Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 320; sc_start4 SC_L_LIFEPOTION,600000,-7,4,0,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14536','Abrasive','Abrasive','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 182; sc_start SC_CRITICALPERCENT,300000,30;','','');
-REPLACE INTO `item_db_re` VALUES ('14537','Regeneration_Potion','Regeneration Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 348; sc_start SC_HEALPLUS,1800000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14538','Glass_Of_Illusion','Glass of Illusion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_STEAL; sc_start SC_PLUSAVOIDVALUE,60000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14539','Shadow_Armor_S','Shadow Armor Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_CLOAKING; sc_start4 SC_ARMOR_PROPERTY,1800000,1,Ele_Dark,1,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14540','Holy_Armor_S','Holy Armor Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 91; sc_start4 SC_ARMOR_PROPERTY,1800000,1,Ele_Holy,1,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14541','S_Def_Potion','Small Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_GUARD; sc_start SC_PROTECT_DEF,60000,3;','','');
-REPLACE INTO `item_db_re` VALUES ('14542','B_Def_Potion','Big Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_GUARD; sc_start SC_PROTECT_DEF,180000,3;','','');
-REPLACE INTO `item_db_re` VALUES ('14543','S_Mdef_Potion','Small Magic Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_SPELLBREAKER; sc_start SC_PROTECT_MDEF,60000,3;','','');
-REPLACE INTO `item_db_re` VALUES ('14544','B_Mdef_Potion','Big Magic Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','specialeffect2 EF_SPELLBREAKER; sc_start SC_PROTECT_MDEF,180000,3;','','');
-REPLACE INTO `item_db_re` VALUES ('14545','Battle_Manual_X3','Battle Manual X3','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_PLUSEXP,1800000,300;','','');
-REPLACE INTO `item_db_re` VALUES ('14546','Fire_Cracker_Love','I Love You Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','end;','','');
-REPLACE INTO `item_db_re` VALUES ('14547','Fire_Cracker_Wday','Whiteday Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','end;','','');
-REPLACE INTO `item_db_re` VALUES ('14548','Fire_Cracker_Vday','Valentine\'s Day Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','end;','','');
-REPLACE INTO `item_db_re` VALUES ('14549','Fire_Cracker_Bday','Birthday Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','end;','','');
-REPLACE INTO `item_db_re` VALUES ('14550','Fire_Cracker_Xmas','Xmas Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','end;','','');
-REPLACE INTO `item_db_re` VALUES ('14551','Str_Dish01_','Fried Grasshopper Legs','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,1; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14552','Str_Dish02_','Seasoned Sticky Webfoot','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,2; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14553','Str_Dish03_','Bomber Steak','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,3; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14554','Int_Dish01_','Grape Juice Herbal Tea','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,1; percentheal 0,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14555','Int_Dish02_','Autumn Red Tea','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,2; percentheal 0,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14556','Int_Dish03_','Honey Herbal Tea','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,3; percentheal 0,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14557','Vit_Dish01_','Steamed Crab Nippers','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,1; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14558','Vit_Dish02_','Assorted Seafood','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,2; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14559','Vit_Dish03_','Clam Soup','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,3; percentheal 5,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14560','Agi_Dish01_','Frog Egg Squid Ink Soup','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,1; percentheal 3,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14561','Agi_Dish02_','Smooth Noodle','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,2; percentheal 3,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14562','Agi_Dish03_','Tentacle Cheese Gratin','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,3; percentheal 3,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14563','Dex_Dish01_','Honey Grape Juice','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,1; percentheal 2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14564','Dex_Dish02_','Chocolate Mousse Cake','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,2; percentheal 2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14565','Dex_Dish03_','Fruit Mix','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,3; percentheal 2,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14566','Luk_Dish01_','Fried Monkey Tails','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,1; percentheal 3,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14567','Luk_Dish02_','Mixed Juice','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,2; percentheal 3,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14568','Luk_Dish03_','Fried Sweet Potato','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,3; percentheal 4,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14569','Knife_Goblin_Ring','Knife Goblin Ring','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1122;','','');
-REPLACE INTO `item_db_re` VALUES ('14570','Flail_Goblin_Ring','Flail Goblin Ring','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1123;','','');
-REPLACE INTO `item_db_re` VALUES ('14571','Hammer_Goblin_Ring','Hammer Goblin Ring','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1125;','','');
-REPLACE INTO `item_db_re` VALUES ('14572','Holy_Marble','Holy Marble','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1385;','','');
-REPLACE INTO `item_db_re` VALUES ('14573','Red_Burning_Stone','Red Burning Stone','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1382;','','');
-REPLACE INTO `item_db_re` VALUES ('14574','Skull_Of_Vagabond','Vagabond\'s Skull','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','pet 1208;','','');
-REPLACE INTO `item_db_re` VALUES ('14575','Str_Dish05_','Lutie Lady\'s Pancake','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_STR,1200000,5; percentheal 10,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14576','Int_Dish05_','Mastela Fruit Wine','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_INT,1200000,5; percentheal 0,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14577','Vit_Dish05_','Spicy Fried Bao','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_VIT,1200000,5; percentheal 10,0;','','');
-REPLACE INTO `item_db_re` VALUES ('14578','Agi_Dish05_','Steamed Bat Wing in Pumpkin','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_AGI,1200000,5; percentheal 6,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14579','Dex_Dish05_','Green Salad','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_DEX,1200000,5; percentheal 5,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14580','Luk_Dish05_','Fried Scorpion Tails','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_FOOD_LUK,1200000,5; percentheal 5,2;','','');
-REPLACE INTO `item_db_re` VALUES ('14581','Dun_Tele_Scroll2','Dungeon Teleport Scroll II','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashDungeon\";','','');
-REPLACE INTO `item_db_re` VALUES ('14582','WOB_Rune','Yellow Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashCity\",1;','','');
-REPLACE INTO `item_db_re` VALUES ('14583','WOB_Schwaltz','Green Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashCity\",2;','','');
-REPLACE INTO `item_db_re` VALUES ('14584','WOB_Rachel','Red Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashCity\",3;','','');
-REPLACE INTO `item_db_re` VALUES ('14585','WOB_Local','Blue Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashCity\",4;','','');
-REPLACE INTO `item_db_re` VALUES ('14586','Spark_Candy','Jumping Candy','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','bonus2 bHPLossRate,100,10000;','','');
-REPLACE INTO `item_db_re` VALUES ('14587','Repair_Scroll_','Equipment Repair Spell Book','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill BS_REPAIRWEAPON,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14588','Pty_Blessing_Scroll','Party Blessing 10 Scroll','11','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill CASH_BLESSING,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14589','Pty_Inc_Agi_Scroll','Party Increase Agi 10 Scroll','11','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill CASH_INCAGI,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14590','Pty_Assumptio_Scroll','Party Assumptio 5 Scroll','11','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill CASH_ASSUMPTIO,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14591','Siege_Teleport_Scroll','WoE Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','callfunc \"F_CashSeigeTele\";','','');
-REPLACE INTO `item_db_re` VALUES ('14592','Job_Manual50','Job Battle Manual','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_CASH_PLUSONLYJOBEXP,1800000,50;','','');
-REPLACE INTO `item_db_re` VALUES ('14593','Magic_Power_Scroll','Mystical Amplification Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill HW_MAGICPOWER,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14594','Quagmire_Scroll','Quagmire scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill WZ_QUAGMIRE,5;','','');
-REPLACE INTO `item_db_re` VALUES ('14595','Unsealed_Magic_Spell','Unsealed Magic Spell','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','warp \"yuno_fild09\",255,127;','','');
-REPLACE INTO `item_db_re` VALUES ('14596','Pierre_Treasurebox','Pierre\'s Treasurebox','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getrandgroupitem 14596,1; getrandgroupitem 14596,1; getrandgroupitem 14596,1; getrandgroupitem 14596,1; getrandgroupitem 14596,1; getrandgroupitem 14596,1;','','');
-REPLACE INTO `item_db_re` VALUES ('14597','PhreeoniS','Phreeoni Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ITEMSCRIPT,180000,4121;','','');
-REPLACE INTO `item_db_re` VALUES ('14598','GhostringS','Ghostring Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ITEMSCRIPT,60000,4047;','','');
-REPLACE INTO `item_db_re` VALUES ('14599','Greed_Scroll_C','Greed Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14600','Mental_Potion','Mental Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14601','Tyr\'s_Blessing','Tyr\'s Blessing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCFLEE,300000,30; sc_start SC_INCHIT,300000,30; sc_start SC_PLUSATTACKPOWER,300000,20; sc_start SC_PLUSMAGICPOWER,300000,20;','','');
-REPLACE INTO `item_db_re` VALUES ('14602','TaogunkaS','Tao Gunka Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ITEMSCRIPT,180000,4302;','','');
-REPLACE INTO `item_db_re` VALUES ('14603','MistressS','Mistress Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ITEMSCRIPT,180000,4132;','','');
-REPLACE INTO `item_db_re` VALUES ('14604','Orc_HeroS','Orc Hero Scard','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ITEMSCRIPT,60000,4143;','','');
-REPLACE INTO `item_db_re` VALUES ('14605','Orc_LoadS','Orc Load Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_ITEMSCRIPT,180000,4135;','','');
-REPLACE INTO `item_db_re` VALUES ('14606','Job_Manual25','JOB Battle Manual','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14607','Luxurious_Dinner_W','Luxurious Western Food','2','10000','5000','600','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCALLSTATUS,3600000,3;','','');
-REPLACE INTO `item_db_re` VALUES ('14608','Luxurious_Dinner_E','Manchu-Han Imperial Feast','2','20000','10000','1200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','sc_start SC_INCALLSTATUS,3600000,6;','','');
-REPLACE INTO `item_db_re` VALUES ('14609','Spoiled_Cuisine','Spoiled Cuisine','2','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','percentheal 10,10;','','');
-REPLACE INTO `item_db_re` VALUES ('14611','M_Def_Potion','M Def Potion','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14612','M_Mdef_Potion','M Mdef Potion','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14613','RWC_Scroll_2012','RWC Arms Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14614','Ex_Def_Potion','Special Defense Potion','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14616','STR_Biscuit_Stick','Bar of Strength','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14617','VIT_Biscuit_Stick','Bar of Fitness','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('14618','AGI_Biscuit_Stick','Bar of Agility','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15000','Bone_Plate','Bone Plate','5','20','10','1000','0','0','60','0','1','414946','58','2','16','0','0','150','1','0','bonus bStr,1; bonus bMdef,3; bonus2 bIgnoreDefRate,RC_DemiHuman,10; bonus2 bIgnoreDefRate,RC_Brute,10; bonus3 bAutoSpellWhenHit,NPC_WIDEBLEEDING,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('15001','Odin\'s_Blessing_I','Odin\'s Blessing','5','0','0','0','0','0','10','0','0','4294967294','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15002','Rune_Plate','Rune Plate','5','0','0','0','0','0','95','0','1','16512','56','2','16','0','99','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15003','Freyja_SRobe7','Freya Soul Robe','5','0','0','300','0','0','7','0','0','4294967295','63','2','16','0','20','150','0','0','bonus bMaxHP,700;','','');
-REPLACE INTO `item_db_re` VALUES ('15004','Freyja_SRobe30','Freya Soul Robe','5','0','0','300','0','0','7','0','0','4294967295','63','2','16','0','20','150','0','0','bonus bMaxHP,700;','','');
-REPLACE INTO `item_db_re` VALUES ('15005','Freyja_SRobe60','Freya Soul Robe','5','0','0','300','0','0','7','0','0','4294967295','63','2','16','0','20','150','0','0','bonus bMaxHP,700;','','');
-REPLACE INTO `item_db_re` VALUES ('15006','Freyja_SRobe90','Freya Soul Robe','5','0','0','300','0','0','7','0','0','4294967295','63','2','16','0','20','150','0','0','bonus bMaxHP,700;','','');
-REPLACE INTO `item_db_re` VALUES ('15007','Time_Keepr_Robe','Guardian Robe','5','30000','15000','0','0','0','62','0','0','4294967295','63','2','16','0','0','150','1','0','bonus bMdef,1; bonus bStr,2; bonus bMaxHP,200;','','');
-REPLACE INTO `item_db_re` VALUES ('15008','Flame_Sprits_Armor__','Flame Sprits Armor','5','20','10','1000','0','0','25','0','0','4294967295','63','2','16','0','0','150','1','0','bonus bMdef,1; bonus2 bSubEle,Ele_Fire,5;','','');
-REPLACE INTO `item_db_re` VALUES ('15009','Para_Team_Uniform1','Eden Group Uniform I','5','0','0','0','0','0','35','0','0','4294967295','63','2','16','0','12','150','0','0','bonus bMaxHP,100; bonus bMaxSP,10;','','');
-REPLACE INTO `item_db_re` VALUES ('15010','Para_Team_Uniform2','Eden Group Uniform II','5','0','0','0','0','0','46','0','0','4294967295','63','2','16','0','26','150','0','0','bonus bMaxHP,200; bonus bMaxSP,20;','','');
-REPLACE INTO `item_db_re` VALUES ('15011','Para_Team_Uniform3','Eden Group Uniform III','5','0','0','0','0','0','58','0','0','4294967295','63','2','16','0','40','150','0','0','bonus bMaxHP,300; bonus bMaxSP,30; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('15012','Puente_Robe','Puente Robe','5','12000','6000','400','0','0','42','0','1','4294967295','63','2','16','0','22','150','1','0','bonus bFixedCastrate,-3; bonus bHealPower,5;','','');
-REPLACE INTO `item_db_re` VALUES ('15013','Claire_Suits','Claire Suits','5','28000','14000','2800','0','0','58','0','1','1040382','58','2','16','0','22','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15014','Ebone_Armor','Ebone Armor','5','40000','20000','4500','0','0','93','0','1','16512','56','2','16','0','100','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15015','Upg_Adv_Suit','Reinforcement Adventure Suit','5','20','10','150','0','0','25','0','1','4294967295','63','2','16','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('15016','Upg_Coat','Reinforcement Coat','5','20','10','600','0','0','47','0','1','4294967294','63','2','16','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('15017','Upg_Saint_Robe','Reinforcement Saint Robe','5','20','10','300','0','0','55','0','1','296240','63','2','16','0','0','150','1','0','bonus bMdef,5; bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('15018','Upg_Tights','Reinforcement Tight','5','20','10','250','0','0','32','0','1','526344','63','2','16','0','0','150','1','0','bonus bDex,1; bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('15019','Upg_Thief_Cloth','Reinforcement Thief Clothes','5','20','10','100','0','0','45','0','1','570560576','63','2','16','0','0','150','1','0','bonus bAgi,1; bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('15020','Upg_Mail','Reinforcement Mail','5','20','10','1650','0','0','60','0','1','414946','63','2','16','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('15021','Upg_Formal_Dress','Reinforcement Formal Suit','5','20','10','150','0','0','45','0','1','4294967294','63','2','16','0','0','150','1','0','bonus bMaxHPrate,3;','','');
-REPLACE INTO `item_db_re` VALUES ('15022','Brazil_Swimsuit','Swimming Suit','5','20','10','100','0','0','1','0','0','4294967295','63','2','16','0','0','150','1','0','bonus bStr,4; bonus bInt,4; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('15023','Half_Brynhild','Brynhild (Trial Version)','5','20','10','0','0','0','60','0','0','4294967295','63','2','16','0','47','150','0','0','bonus bMdef,10; bonus bMaxHP,20*BaseLevel; bonus bMaxSP,5*BaseLevel; bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bUnbreakableArmor,0; bonus bNoKnockback,0;','','');
-REPLACE INTO `item_db_re` VALUES ('15024','Army_Padding','Army Padding','5','0','0','10','0','0','10','0','0','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15025','Golden_Rod_Robe','Golden Rod Robe','5','20','10','500','0','0','40','0','0','512','56','2','16','0','100','150','1','0','bonus bDefEle,Ele_Wind; bonus bMdef,10; bonus bInt,1; if(readparam(bInt)>=120) { bonus bInt,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('15026','Aqua_Robe','Aqua Robe','5','20','10','500','0','0','40','0','0','512','56','2','16','0','100','150','1','0','bonus bDefEle,Ele_Water; bonus bMdef,10; bonus bInt,1; if(readparam(bInt)>=120) { bonus bInt,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('15027','Crimson_Robe','Crimson Robe','5','20','10','500','0','0','40','0','0','512','56','2','16','0','100','150','1','0','bonus bDefEle,Ele_Fire; bonus bMdef,10; bonus bInt,1; if(readparam(bInt)>=120) { bonus bInt,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('15028','Forest_Robe','Forest Robe','5','20','10','500','0','0','40','0','0','512','56','2','16','0','100','150','1','0','bonus bDefEle,Ele_Earth; bonus bMdef,10; bonus bInt,1; if(readparam(bInt)>=120) { bonus bInt,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('15029','Robe_Of_Affection','Robe Of Affection','5','20','10','300','0','0','22','0','0','256','56','2','16','0','100','150','1','0','bonus bDefEle,Ele_Holy; bonus bMdef,10; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('15030','Robe_Of_Judgement','Robe Of Judgement','5','20','10','300','0','0','22','0','0','256','56','2','16','0','100','150','1','0','bonus bDefEle,Ele_Dark; bonus bMdef,10; bonus bStr,1; bonus bInt,1; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; bonus2 bSubRace,RC_Formless,-10; bonus2 bSubRace,RC_Brute,-10; bonus2 bSubRace,RC_DemiHuman,-10; bonus2 bSubRace,RC_Plant,-10; bonus2 bSubRace,RC_Insect,-10; bonus2 bSubRace,RC_Fish,-10; bonus2 bSubRace,RC_Angel,-10; bonus2 bSubRace,RC_Dragon,-10;','','');
-REPLACE INTO `item_db_re` VALUES ('15031','Para_Team_Armor','Eden Group Armor','5','0','0','0','0','0','70','0','0','4294967295','63','2','16','0','60','150','0','0','bonus bMdef,5; bonus bMaxHP,500; bonus bMaxSP,50; bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('15032','Tidung','Tidung','5','10','5','500','0','0','2','0','1','4294967294','63','2','16','0','0','150','1','0','bonus bMdef,10; bonus2 bResEff,Eff_Stun,1500; bonus2 bResEff,Eff_Freeze,1500; bonus2 bSubRace,RC_NonBoss,5; bonus2 bSubRace,RC_Boss,5;','','');
-REPLACE INTO `item_db_re` VALUES ('15033','Tutorial_Mattle','Tutorial Mantle','5','0','0','600','0','0','37','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15034','Tutorial_Mattle_','Tutorial Mantle','5','0','0','600','0','0','37','0','1','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15035','2010Love_Daddy','2010 Love Daddy Shirt','5','10','5','100','0','0','6','0','0','4294967295','63','2','16','0','0','150','1','0','bonus bAllStats,1; bonus bMaxHP,150; bonus bMaxSP,150; bonus2 bResEff,Eff_Stone,9000; bonus2 bResEff,Eff_Freeze,9000; bonus2 bResEff,Eff_Stun,9000; bonus2 bResEff,Eff_Sleep,9000; bonus2 bResEff,Eff_Silence,9000; bonus2 bResEff,Eff_Curse,9000; bonus2 bResEff,Eff_Confusion,9000; bonus2 bResEff,Eff_Blind,9000; bonus2 bResEff,Eff_Poison,9000; bonus2 bResEff,Eff_Bleeding,9000;','','');
-REPLACE INTO `item_db_re` VALUES ('15036','Ur_Plate','Ur\'s Plate','5','20','10','3000','0','0','110','0','0','16512','56','2','16','0','100','150','1','0','bonus bMdef,10; bonus bMaxHPrate,getequiprefinerycnt(EQI_ARMOR); bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubEle,Ele_Neutral,5;','','');
-REPLACE INTO `item_db_re` VALUES ('15037','Peuz_Plate','Peuz\'s Plate','5','20','10','3000','0','0','110','0','0','16512','56','2','16','0','100','150','1','0','bonus bMdef,10; bonus bBaseAtk,20; bonus bFlee,17;','','');
-REPLACE INTO `item_db_re` VALUES ('15038','Sabah_Cloth','Sapha\'s Cloth','5','20','10','100','0','0','45','0','1','4096','56','2','16','0','100','150','1','0','bonus bLuk,3; bonus3 bAutoSpell,ASC_METEORASSAULT,getskilllv(ASC_METEORASSAULT),10;','','');
-REPLACE INTO `item_db_re` VALUES ('15039','Nab_Cloth','Nab\'s Cloth','5','20','10','100','0','0','45','0','1','4096','56','2','16','0','100','150','1','0','bonus bStr,2; bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('15040','Prison_Uniform','Prison Uniform','5','10','5','1500','0','0','5','0','0','4294967295','63','2','16','0','50','150','1','0','set .@rate,(getrefine()>10)?10:getrefine(); bonus bHit,.@rate; bonus bFlee,.@rate;','','');
-REPLACE INTO `item_db_re` VALUES ('15041','Boitata_Armor','Boitata Armor','5','20','10','600','0','0','45','0','1','4294967295','63','2','16','0','60','150','1','0','bonus bUnbreakableArmor,0; bonus bMdef,3; bonus2 bSubEle,Ele_Neutral,7; bonus bMaxHPrate,5; bonus bFlee,5;','','');
-REPLACE INTO `item_db_re` VALUES ('15042','White_Wing_Suits','White Wing Suits','5','20','10','100','0','0','45','0','1','2048','56','2','16','0','100','150','1','0','bonus bLongAtkRate,getrefine()*2; bonus bFlee,getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('15043','Black_Wing_Suits','Black Wing Suits','5','20','10','100','0','0','45','0','1','2048','56','2','16','0','100','150','1','0','bonus bInt,2; bonus bBaseAtk,getequiprefinerycnt(EQI_ARMOR)*3;','','');
-REPLACE INTO `item_db_re` VALUES ('15044','Green_Operation_Coat','Green Operation Coat','5','56000','28000','660','0','0','66','0','1','262144','56','2','16','0','100','150','1','0','bonus bDex,1; bonus bMaxSP,30;','','');
-REPLACE INTO `item_db_re` VALUES ('15045','Armor_Of_Valor','Armor Of Valor','5','0','0','0','0','0','4','0','0','4294967295','63','2','16','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15046','Siege_Plate','WoE Plate','5','10','5','3300','0','0','85','0','1','6571170','63','2','16','0','95','150','1','0','bonus bMdef,5; bonus2 bSubRace,RC_DemiHuman,2; if(getrefine()>5) { bonus bHealPower2,12; bonus bAddItemHealRate,12; } if(getrefine()>8) { bonus bMaxHPrate,25; }','','');
-REPLACE INTO `item_db_re` VALUES ('15047','Siege_Suits','WoE Suits','5','10','5','750','0','0','50','0','1','594435306','63','2','16','0','95','150','1','0','bonus bMdef,10; bonus2 bSubRace,RC_DemiHuman,2; if(getrefine()>5) { bonus bFlee2,5; bonus bLongAtkDef,20; } if(getrefine()>8) { bonus bMaxHPrate,15; }','','');
-REPLACE INTO `item_db_re` VALUES ('15048','Siege_Robe','WoE Robe','5','10','5','500','0','0','40','0','1','8487701','63','2','16','0','95','150','1','0','bonus bMdef,20; bonus2 bSubRace,RC_DemiHuman,2; if(getrefine()>5) { bonus bFlee,5; bonus bLongAtkDef,15; } if(getrefine()>8) { bonus bMaxHP,1000; bonus bMaxSP,100; }','','');
-REPLACE INTO `item_db_re` VALUES ('15049','Armor_Of_Faith','Divine','5','20','10','1000','0','0','0','0','0','4294967295','63','2','16','0','50','150','1','0','bonus bStr,4; bonus bInt,4; bonus bVit,4; bonus bDex,4; bonus bAgi,4; bonus bLuk,4;','','');
-REPLACE INTO `item_db_re` VALUES ('15050','Armor_Of_Sanctity','Province','5','20','10','1000','0','0','0','0','0','4294967295','63','2','16','0','50','150','1','0','bonus bStr,4; bonus bInt,4; bonus bVit,4; bonus bDex,4; bonus bAgi,4; bonus bLuk,4;','','');
-REPLACE INTO `item_db_re` VALUES ('15051','Bakonawa_Armor','Bakonawa Scale Armor','5','20','10','500','0','0','55','0','0','4294967295','63','2','16','0','0','150','1','0','bonus2 bSubRace,RC_Boss,getrefine()/2; bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('15052','Bayani_Bakonawa_Armor','Bakonawa Scale Armor(Bayani)','5','20','10','500','0','0','55','0','1','4294967295','63','2','16','0','0','150','1','0','bonus2 bSubRace,RC_Boss,getrefine()/2; bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('15053','Special_Ninja_Suit','Special Ninja Suit','5','10000','5000','1200','0','0','70','0','0','570425344','1','2','16','0','100','150','1','0','bonus bAgi,1+(getrefine()/3);','','');
-REPLACE INTO `item_db_re` VALUES ('15054','Ninja_Scale_Armor','Ninja Scale Armor','5','10000','5000','1800','0','0','90','0','1','570425344','1','2','16','0','100','150','1','0','bonus bMaxHPrate,15; bonus bMaxSPrate,-30;','','');
-REPLACE INTO `item_db_re` VALUES ('15055','Tenebris_Latitantes','Tenebris Latitantes','5','10000','5000','1500','0','0','60','0','1','570425344','1','2','16','0','100','150','1','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('15056','Special_Ninja_Suit_','Special Ninja Suit','5','10000','5000','1200','0','0','70','0','1','570425344','1','2','16','0','100','150','1','0','bonus bAgi,1+(getrefine()/3);','','');
-REPLACE INTO `item_db_re` VALUES ('15057','Pure_White_Apron','White Apron','5','20','10','600','0','0','50','0','1','4294967295','63','2','16','0','50','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15058','Rider_Suit','Rider Suit','5','20','10','1000','0','0','40','0','1','1040382','58','2','16','0','55','150','1','0','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('15059','2011Love_Daddy','2011Love Daddy','5','20','10','100','0','0','80','0','1','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15060','Sky_Blue_Smock','Sky-Blue Smock','5','20','10','300','0','0','1','0','1','4294967295','63','2','16','0','0','150','1','0','','','');
-REPLACE INTO `item_db_re` VALUES ('15061','Egir_Armor','Aegir Armor','5','200000','100000','2600','0','0','55','0','1','4294967295','63','2','16','0','110','150','1','0','bonus bStr,1; bonus bInt,1; bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1; bonus bUnbreakableArmor,0;','','');
-REPLACE INTO `item_db_re` VALUES ('16000','Erde','Erde','4','20','10','500','130','0','0','1','2','312754','58','2','2','3','50','150','1','8','bonus2 bSkillAtk,AM_ACIDTERROR,20; bonus2 bSkillAtk,AM_DEMONSTRATION,20; bonus bMaxSP,50; bonus bHealPower,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16001','Red_Square_Bag','Red Square Bag','4','20','10','500','130','0','0','1','2','312754','58','2','2','3','50','150','1','8','bonus bMaxHP,200; bonus2 bSkillAtk,AM_ACIDTERROR,20; bonus2 bSkillAtk,AM_DEMONSTRATION,20; bonus2 bAddMonsterDropItem,501,50; bonus2 bAddMonsterDropItem,502,20; bonus2 bAddMonsterDropItem,503,20; bonus2 bAddMonsterDropItem,504,20; bonus2 bAddMonsterDropItem,505,10; if(readparam(bStr)>=95) bonus2 bAddEff,Eff_Stun,500;','','');
-REPLACE INTO `item_db_re` VALUES ('16002','Stunner_C','Stunner','4','0','0','0','175','0','0','1','0','33040','63','2','2','3','0','150','0','8','bonus2 bAddEff,Eff_Stun,1000; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
-REPLACE INTO `item_db_re` VALUES ('16003','Carga_Mace','Carga Mace','4','20','10','1500','175','0','0','1','2','312704','56','2','2','3','100','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('16004','P_Mace1','Eden Mace I','4','0','0','0','142','0','0','1','0','312754','63','2','2','2','26','150','0','8','','','');
-REPLACE INTO `item_db_re` VALUES ('16005','P_Mace2','Eden Mace II','4','0','0','0','163','0','0','1','0','312754','63','2','2','2','40','150','0','8','','','');
-REPLACE INTO `item_db_re` VALUES ('16006','Tourist_Mace','Traveler\'s Mace','4','0','0','500','45','0','0','1','0','312755','63','2','2','1','0','150','0','8','bonus bInt,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16007','Mjolnir_C','Ephemeral Mjolnir','4','20','10','0','250','0','0','1','0','279714','63','2','2','4','95','150','0','8','bonus bAtkEle,Ele_Wind; bonus bStr,15; bonus bDex,40;','','');
-REPLACE INTO `item_db_re` VALUES ('16008','F_Spanner_C','Rental Wrench','4','2','1','0','150','0','0','1','0','33040','63','2','2','3','0','150','0','8','','','');
-REPLACE INTO `item_db_re` VALUES ('16009','E_Spanner_C','E Spanner C','4','2','1','0','150','0','0','1','0','33040','63','2','2','3','0','150','0','8','','','');
-REPLACE INTO `item_db_re` VALUES ('16010','Red_Ether_Bag','Red Ether Bag','4','20','10','1000','15','100','0','1','1','262144','56','2','2','3','102','150','1','8','if(getrefine()>=6) { bonus2 bSkillAtk,GN_CRAZYWEED,20+((getrefine()-5)*2); bonus2 bSkillAtk,GN_DEMONIC_FIRE,20+((getrefine()-5)*2); } else { bonus2 bSkillAtk,GN_CRAZYWEED,20; bonus2 bSkillAtk,GN_DEMONIC_FIRE,20; }','','');
-REPLACE INTO `item_db_re` VALUES ('16011','Adventure_Mace','Adventure Mace','4','0','0','0','60','0','0','1','0','33040','63','2','2','1','0','150','0','8','','','');
-REPLACE INTO `item_db_re` VALUES ('16012','Academy_Mace','Academy Mace','4','0','0','1000','110','0','0','1','1','33040','63','2','2','1','0','150','1','8','','','');
-REPLACE INTO `item_db_re` VALUES ('16013','Mace_Of_Judgement','Mace Of Judgement','4','20','10','1200','140','180','0','1','2','256','56','2','2','3','100','150','1','8','bonus bAtkEle,Ele_Holy; bonus bStr,1; bonus bInt,1; autobonus \"{ bonus2 bAddRace,RC_Demon,20; }\",10,7000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_BLOODDRAIN; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('16014','P_Mace3','Eden Group Mace3','4','0','0','0','172','0','0','1','0','312754','63','2','2','3','60','150','0','8','','','');
-REPLACE INTO `item_db_re` VALUES ('16015','Cat_Club','Cat Club','4','20','10','700','88','0','0','1','3','312755','63','2','2','1','0','150','1','8','bonus2 bAddRace,RC_Brute,15;','','');
-REPLACE INTO `item_db_re` VALUES ('16016','Tuna','Tuna','4','0','0','0','180','0','0','1','0','312754','63','2','2','1','50','150','0','8','bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Stun,100; bonus3 bAutoSpell,SM_BASH,5+5*(getskilllv(SM_BASH)==10),10; if(BaseLevel>99) { bonus bBaseAtk,20; }','','');
-REPLACE INTO `item_db_re` VALUES ('16017','Bloody_Cross','Bloody Cross','4','20','10','1500','170','0','0','1','0','33040','58','2','2','4','100','150','1','8','bonus bAtkEle,Ele_Dark; bonus3 bAutoSpell,WL_HELLINFERNO,1,10+(getrefine()*5);','','');
-REPLACE INTO `item_db_re` VALUES ('16018','Mace_Of_Judgement2','Empowered Mace Of Judgement','4','20','10','1200','170','180','0','1','1','256','56','2','2','4','130','150','1','8','bonus bAtkEle,Ele_Holy; bonus bStr,2; bonus bInt,2; autobonus \"{ bonus2 bAddRace,RC_Demon,40; }\",10,7000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_BLOODDRAIN; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('16019','Upg_Mace','Upgrade Mace','4','20','10','800','80','0','0','1','1','312755','63','2','2','3','0','150','1','8','bonus bBaseAtk,(getrefine()*10); bonus bHealPower,getrefine(); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*5);','','');
-REPLACE INTO `item_db_re` VALUES ('16020','Velum_Stunner','Vellum Stunner','4','20','10','1500','170','0','0','1','0','312755','63','2','2','4','95','150','1','8','bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Stun,1000+getrefine(); bonus bAspdRate,getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('16021','Velum_Flail','Vellum Flail','4','20','10','1500','170','0','0','1','0','312755','63','2','2','4','95','150','1','8','bonus bUnbreakableWeapon,0; bonus3 bAutoSpell,NPC_CRITICALWOUND,5,10; bonus bHit,getrefine(); bonus bCritical,getrefine();','','');
-REPLACE INTO `item_db_re` VALUES ('16022','Nemesis_','Nemesis','4','20','10','900','120','0','0','1','2','33040','63','2','2','4','60','150','1','8','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('16023','Metal_Mace','Metal Mace','4','20','10','0','80','0','0','1','1','312755','63','2','2','3','0','150','1','8','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('16026','RWC_Memory_Mace','RWC Memory Mace','4','20','10','800','100','0','0','1','1','312754','63','2','2','3','0','150','1','8','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('16131','Lady_Tanee_Doll_Box','Tanigumi Girl Doll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5526,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16132','Lunatic_Hat_Box','Lunatic Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5527,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16134','King_Frog_Hat_Box','Frog King Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5528,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16135','Evil\'s_Bone_Hat_Box','Satanic Bone Helm Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5529,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16186','B_Dragon_Hat_Box','Baby Dragon Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5531,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16192','Quati_Hat_Box','Quati Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5537,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16194','Jaguar_Hat_Box','Jaguar Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5539,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16226','Aries_Diadem_Box','Aries Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5545,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16227','Aries_Crown_Box','Aries Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5546,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16228','RJC_Katusa_Box','RJC Katyusha Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5547,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16229','Scarlet_Rose_Box','Rose Of Crimson Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5548,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16230','Taurus_Diadem_Box','Taurus Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5549,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16231','Taurus_Crown_Box','Taurus Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5550,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16232','Reginleif_Box','Hairband Of Reginleif Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5471,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16235','Octopus_Hat_Box','Octopus Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5554,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16236','Leaf_Cat_Hat_Box','Leaf Cat Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5555,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16238','Wild_Rose_Hat_Box','Wild Rose Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5557,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16246','Crown_Of_Deceit_Box','Crown of Deceit Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5564,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16185','Raven_Cap_Box','Crow Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5530,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16193','Tucan_Hat_Box','Tucan Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5538,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16195','Tw_March_Scroll','Taiwan April Scroll','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16237','Fur_Seal_Hat_Box','Seal Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5556,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16239','Saci_Hat_Box','Luxury Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5558,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16247','Dragon_Arhat_Mask_Box','Dragon Arhat Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5565,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16248','Tiger_Arhat_Mask_Box','Tiger Arhat Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5566,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16249','Knight_Gift_Box','Knight\'s Gift Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16251','Gemini_Diadem_Box','Gemini Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5569,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16252','Gemini_Crown_Box','Gemini Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5570,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16253','Rabbit_Scroll','Rabbit Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16254','Energizing_Potion_Box','Activation Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16257','Buddah_Scroll','French Heart Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16258','HD_Bradium_5_Box','HD Bradium 5 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6226,5;','','');
-REPLACE INTO `item_db_re` VALUES ('16259','HD_Carnium_5_Box','HD Carnium 5 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6225,5;','','');
-REPLACE INTO `item_db_re` VALUES ('16260','HD_Bradium_10_Box','HD Bradium 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6226,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16261','HD_Carnium_10_Box','HD Carnium 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6225,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16269','Cancer_Diadem_Box','Cancer Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5581,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16270','Cancer_Crown_Box','Cancer Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5582,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16304','Evil_Incarnation','Deviling Incarnation Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16306','F_Upg_Guard_Box','Reinforcement Guard Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2149,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16308','F_Upg_Buckler_Box','Reinforcement Buckler Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2150,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16310','F_Upg_Shield_Box','Reinforcement Shield Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2151,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16312','F_Upg_Shoes_Box','Reinforcement Shoes Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2459,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16343','Leo_Crown_Box','Leo Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5588,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16344','Leo_Diadem_Box','Leo Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5589,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16345','F_Leo_Crown_Box','Leo Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5588,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16346','F_Leo_Diadem_Box','Leo Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5589,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16360','Desert_Prince_Box','Desert Prince Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5591,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16361','FDesert_Prince_Box','Desert Prince Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5591,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16362','Sigrun\'s_Wing_Box','Sigrun\'s Wings Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5592,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16363','FSigrun\'s_Wing_Box','Sigrun\'s Wings Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5592,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16368','Virgo_Crown_Box','Virgo Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5598,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16305','Upg_Guard_Box','Reinforcement Guard Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2149,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16307','Upg_Buckler_Box','Reinforcement Buckler Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2150,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16309','Upg_Shield_Box','Reinforcement Shield Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2151,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16311','Upg_Shoes_Box','Reinforcement Shoes Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2459,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16313','Upg_Boots_Box','Reinforcement Boots Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2460,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16371','Tw_Aug_Scroll','Tw Aug Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16372','F_Clover_Box_Mouth','Four Leaf Clover Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16374','BGum_Box_In_Mouth','Chewing Bubblegum R Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16385','F_Clover_Box_Mouth2','O\'Riley\'s Green Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16386','F_Clover_Box_Mouth4','4 Leaf Clover In Mouth R Box III','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16389','BGum_Box_In_Mouth2','Chewing Bubblegum R Box II','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16390','BGum_Box_In_Mouth4','Chewing Bubblegum R Box III','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16393','HD_Ori_Box5','Purified Oridecon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6240,5;','','');
-REPLACE INTO `item_db_re` VALUES ('16394','HD_Ori_Box10','Purified Oridecon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6240,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16395','HD_Elu_Box5','Purified Eluminium(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6241,5;','','');
-REPLACE INTO `item_db_re` VALUES ('16396','HD_Elu_Box10','Purified Eluminium(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6241,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16397','Virgo_Diadem_Box','Virgo Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5599,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16405','Midgard_Coin_Box','Midgard Coin Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6242,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16406','FMidgard_Coin_Box','Midgard Coin Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6242,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16409','Tw_Sep_Scroll','Flower Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16410','Chung_Hairband_Box','Chung Hairband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5609,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16411','FChung_Hairband_Box','FChung Hairband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5609,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16412','Ice_Wing_Ear_Box','Ice Wing Ear Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5610,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16413','FIce_Wing_Ear_Box','FIce Wing Ear Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5610,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16414','Turtle_Hat_Box','Turtle Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5611,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16415','FTurtle_Hat_Box','Turtle Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5611,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16436','Libra_Crown_Box','Libra Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5662,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16438','Libra_Diadem_Box','Libra Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5663,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16440','Filir_Wing_Box','Filir Wings Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5664,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16446','Tw_October_Scroll','Pegasus Egg','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16447','Scorpio_Crown_Box','Scorpio Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5676,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16448','Scorpio_Diadem_Box','Scorpio Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5677,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16450','FScorpio_Diadem_Box','Scorpio Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5677,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16456','My_Scroll1','Bride\'s Ribbon Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16457','Tw_Nov_Scroll','±???­?­?????','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16461','Red_Wing_Hat_Box','Red Wing Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5690,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16462','FRed_Wing_Hat_Box','Red Wing Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5690,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16466','My_Scroll2','Egg Of Light Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16503','E_Insurance_Package','E Insurance Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12209,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16542','Xmas_Bless','Xmas Bless','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16543','Snowman_Hat_Box','Snowman Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5738,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16544','FSnowman_Hat_Box','Snowman Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5738,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16548','Sagittarius_Crown_Box','Ephemeral Brysinggamen Trade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5739,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16549','Sagittarius_Diadem_Box','Ephemeral Sleipnir Trade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5740,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16555','Premium_Reset_Stone_Box','Playspan Reset Stone Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16556','FPremium_Reset_Stone_Box','Reset Stone Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16557','CP_Helm_Scroll10','CP Helm Scroll10','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14517,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16558','CP_Shield_Scroll10','CP Shield Scroll10','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14518,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16559','CP_Armor_Scroll10','CP Armor Scroll10','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14519,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16560','CP_Weapon_Scroll10','CP Weapon Scroll10','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14520,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16561','CP_Scroll_Package','CP Scroll Package','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16562','Majestic_Devil_Scroll','Majestic Devil Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16563','BM100_Box_5','BM100 Box 5','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14533,5;','','');
-REPLACE INTO `item_db_re` VALUES ('16565','Capricorn_Crown_Box','Capricorn Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5744,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16567','Capricorn_Diadem_Box','Capricorn Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5745,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16568','FCapricorn_Diadem_Box','Capricorn Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5745,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16569','Summber_Scroll','Komodo Egg','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16576','Illusion_Nothing','Illusion Nothing','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16577','Dragon_Captain','Dragon Captain','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16582','Red_Bunny_Band_Box','Red Bunny Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5763,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16584','Sloth_Hat_Box','Sloth Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5761,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16585','F_Sloth_Hat_Box','F Sloth Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5761,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16586','Duneyrr_Helm_Box','Duneyrr Helm Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5762,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16587','F_Duneyrr_Helm_Box','F Duneyrr Helm Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5762,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16600','Spring_Flower_Scr_Tw','Spring Flower Scr Tw','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16601','Blue_Arara_Hat_Box','Blue Arara Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5778,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16602','F_Blue_Arara_Hat_Box','F Blue Arara Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5778,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16619','Yellow_Bunnyband_Box','Yellow Bunnyband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 5783,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16631','Aributa_Scroll','Aributa Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16638','Life_Ribbon_Box','Ribbon of Life Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16639','Life_Ribbon_Box2','Ribbon of Life Box II','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16640','Life_Ribbon_Box3','Life Ribbon Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16652','Flame_Light','Flame Light','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16653','BM75_10Box','BM75 10Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12563,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16654','Valiant_Will','Valiant Will','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16665','Virgo_Scroll','Virgo Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16666','Magic_Candy_Box10','Magic Candy Box(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16673','Libra_Scroll','Libra Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16675','Splash_Scroll','Splash Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16681','BR_Independence_Scroll','BR Independence Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16682','Boarding_Halter_Box','Halter Lead 7 Day Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12622,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16683','B_Halter_Box_30Days','Halter Lead 30 Day Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16684','Wing_Of_Fly_Box10','Wing Of Fly Box10','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 601,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16685','Wing_Of_Fly_Box50','Wing Of Fly Box50','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 601,50;','','');
-REPLACE INTO `item_db_re` VALUES ('16686','Wing_Of_Fly_Box100','Wing Of Fly Box100','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 601,100;','','');
-REPLACE INTO `item_db_re` VALUES ('16687','RWC2010_SuitcaseA','RWC 2010 Travel Sack 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16688','RWC2010_SuitcaseB','RWC 2010 Travel Sack 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16691','Scorpius_Scroll','Scorpius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16740','Ptotection_Seagod_Box','Seagod\'s Protection Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 6436,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('16741','Hairtail_Box1','Hairtail Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1198,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('16742','Hairtail_Box2','Hairtail Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1198,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('16743','Spearfish_Box1','Marlin Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1489,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('16744','Spearfish_Box2','Marlin Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 1489,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('16745','Saurel_Box1','Saurel Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13068,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('16746','Saurel_Box2','Saurel Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13068,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('16747','Tuna_Box1','Tuna Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 16016,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('16748','Tuna_Box2','Tuna Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 16016,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('16749','Malang_Crab_Box1','Malangdo Crab Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 18107,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('16750','Malang_Crab_Box2','Malangdo Crab Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 18107,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('16751','Brindle_Eel_Box1','Spotty Eel Box1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 18108,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('16752','Brindle_Eel_Box2','Spotty Eel Box2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 18108,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('16753','Unbreak_Weap_Box','Blessed Weapon Ore Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6438,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16754','F_Unbreak_Weap_Box','F Unbreak Weap Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6438,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16755','Unbreak_Def_Box','Blessed Armor Ore Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6439,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16756','F_Unbreak_Def_Box','F Unbreak Def Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6439,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16757','Hallo_Scroll','halloween Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16760','Umbala_Spirit_Box2','Umbala Spirit Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16761','F_Umbala_Spirit_Box2','Umbala Spirit Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16763','Ptotection_Seagod_Box2','Seagod\'s Protection Box2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 6436,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('16764','Ptotection_Seagod_Box3','Seagod\'s Protection Box3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 6436,1209600;','','');
-REPLACE INTO `item_db_re` VALUES ('16765','Octo_Hstick_Box','Octopus Hstick Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 6442,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('16766','Octo_Hstick_Box2','Octopus Hstick Box2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 6442,259200;','','');
-REPLACE INTO `item_db_re` VALUES ('16767','Octo_Hstick_Box3','Octopus Hstick Box3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 6442,604800;','','');
-REPLACE INTO `item_db_re` VALUES ('16770','Silvervine_Fruit_Box10','Silvervine 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6417,10; getitem 12636,30;','','');
-REPLACE INTO `item_db_re` VALUES ('16771','Silvervine_Fruit_Box40','Silvervine 40 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6417,40; getitem 12636,120;','','');
-REPLACE INTO `item_db_re` VALUES ('16774','Asgard_Scroll','Asgard Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16775','Sagittarius_Scroll','Sagittarius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16776','Universal_Catalog_Gold_Box10','Universal Catalog Gold 10 Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12581,10;','','');
-REPLACE INTO `item_db_re` VALUES ('16777','Universal_Catalog_Gold_Box50','Universal Catalog Gold 50 Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12581,50;','','');
-REPLACE INTO `item_db_re` VALUES ('16826','Sagittarius_Scr_Box','Sagittarius Scr Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16972','Weather_Report_Box','Weather Forecast Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16973','Yellow_Hat_Box','Costume: Yellow Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 19515,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16974','Comin_Actor_Box','Costume: Old-Timey Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16975','Singing_Bird_Box','Costume: Singing Bird Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 19516,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16976','Hen_Set_Box','Costume: Chicken Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16977','Red_Minicrown_Box','Costume: Mini Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 19522,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16979','Silvervine_Fruit_Box4','Silvervine 4 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6417,4; getitem 12636,12;','','');
-REPLACE INTO `item_db_re` VALUES ('16990','Sagittar_Diadem_Scroll','Sagittar Diadem Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16991','Sagittar_Di_Scroll_Box','Sagittar Di Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16992','Butterfly_Wing_Box20','Butterfly Wing Box20','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 602,20;','','');
-REPLACE INTO `item_db_re` VALUES ('16993','Butterfly_Wing_Box50','Butterfly Wing Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 602,50;','','');
-REPLACE INTO `item_db_re` VALUES ('16995','Old_Hat_Box','Old Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('16996','Capri_Crown_Scroll','Capri Crown Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16997','Capri_Crown_Scroll_Box','Capri Crown Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('16998','Archangel_Wing_Box','Archangel\'s Wing Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2573,1;','','');
-REPLACE INTO `item_db_re` VALUES ('16999','Bravery_Bag_Box','Heroic Backpack Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2576,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17000','Wander_Man_Box5','WanderM. Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12626,5;','','');
-REPLACE INTO `item_db_re` VALUES ('17001','Wander_Man_Box10','WanderM. Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12626,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17002','Wicked_Nymph_Box5','Wicked N. Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12627,5;','','');
-REPLACE INTO `item_db_re` VALUES ('17003','Wicked_Nymph_Box10','Wicked N. Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12627,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17004','Kasa_Scroll_Box5','Kasa Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12628,5;','','');
-REPLACE INTO `item_db_re` VALUES ('17005','Kasa_Scroll_Box10','Kasa Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12628,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17006','Salamander_Box5','Salamander Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12629,5;','','');
-REPLACE INTO `item_db_re` VALUES ('17007','Salamander_Box10','Salamander Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12629,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17008','Teddy_Bear_Box5','Teddy Bear Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12630,5;','','');
-REPLACE INTO `item_db_re` VALUES ('17009','Teddy_Bear_Box10','Teddy Bear Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12630,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17011','Capricon_Di_Scroll','New YearCapricon scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17012','Capricon_Di_Scroll_Box','New Year Capricon Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17013','Malang_Woe_Encard_Box','Malangdo Woe Encard Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 16740,1; getitem 16765,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17014','Butterfly_ear_Box','Costume: Butterfly Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 19509,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17015','Stuckhead_Screw_Box','Costume: Bolt Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 19510,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17016','Aquarius_Diadem_Scroll','Aquarius Diadem Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17017','Aquarius_Di_Scroll_Box','Aquarius Diadem Box 10','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17018','Libra_Scroll2','Libra Scroll2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17019','Scorpio_Scroll2','Scorpio Scroll2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17020','Tw_Nov_Scroll2','Anubis Scroll II','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17021','Summer_Scroll3','Summer Scroll3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17022','Super_Pet_Egg1_2','Super Pet Egg1 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17023','Super_Pet_Egg4_2','Super Pet Egg4 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17024','Lovely_Aquarius_Scroll','Lovely Aquarius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17025','Lovely_Aquarius_Box','Lovely Aquarius Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17026','Boitata_Scroll','Boitata Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17028','Pisces_Diadem_Scroll','Pisces Diadem Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17029','Pisces_Diadem_Box','Pisces Diadem Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17030','St_Pat_Hat_box','St Patrick\'s Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18565,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17035','Energetic_Pisces_Scroll','Energetic Pisces Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17036','Energetic_Pisces_Box','Energetic Pisces Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17037','Transbox_Devi','Transformation Scroll Box(Deviruchi)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12658,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17038','Transbox_Ray','Transformation Scroll Box(Raydric Archer)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12659,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17039','Transbox_Mavka','Transformation Scroll Box(Mavka)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12660,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17040','Transbox_Marduk','Transformation Scroll Box(Manuk)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12661,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17041','Transbox_Banshee','Transformation Scroll Box(Banshee)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12662,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17042','Transbox_Poring','Transformation Scroll Box(Poring)(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12663,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17043','Transbox_Golem','Transformation Scroll Box(Golem)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12664,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17050','Aries_Scroll','Aries Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17051','Aries_Scroll_Box','Aries Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17052','Holy_Mom_Blaze_Box','Virgin Splendor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6472,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17056','Wiz_Card_Album','Wiz Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17057','Swordman_Card_Album','Swordman Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17058','Thief_Card_Album','Thief Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17059','Acolyte_Card_Album','Acolyte Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17060','Merchant_Card_Album','Merchant Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17061','Archer_Card_Album','Archer Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17062','Taurus_Diadem_Scroll','Taurus Diadem Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17063','Taurus_Di_Scroll_Box','Taurus Di Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17064','Tw_Sagitt_Scroll','Tw Sagitt Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17066','Poison_Bottle_Box50','Poison Bottle Box50','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 678,50;','','');
-REPLACE INTO `item_db_re` VALUES ('17067','Poison_Bottle_Box100','Poison Bottle Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 678,100;','','');
-REPLACE INTO `item_db_re` VALUES ('17068','Acidbomb_Box50','Acid Bomb 50 Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17069','Acidbomb_Box100','Acidbomb Box(100)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17070','Acidbomb_Box500','Acidbomb Box(500)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17071','Superb_Fish_Box50','Superb Fish Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14524,50;','','');
-REPLACE INTO `item_db_re` VALUES ('17072','Superb_Fish_Box100','Superb Fish Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14524,100;','','');
-REPLACE INTO `item_db_re` VALUES ('17073','Superb_Fish_Box500','Superb Fish Box(500)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14524,500;','','');
-REPLACE INTO `item_db_re` VALUES ('17074','Empty_Bottle_Box10','Empty Bottle Box10','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 713,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17075','Empty_Bottle_Box100','Empty Bottle Box100','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 713,100;','','');
-REPLACE INTO `item_db_re` VALUES ('17076','Empty_Bottle_Box500','Empty Bottle Box500','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 713,500;','','');
-REPLACE INTO `item_db_re` VALUES ('17077','Taurus_Crown_Scroll','Taurus Crown Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17078','Taurus_Crown_Scroll_Box','Taurus Crown Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17080','Scorpio_Scroll3','March and Groove Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17081','Yggdrasil_Crown_Box','Yggdrasil Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18580,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17082','Gemi_Diadem_Scroll','Alora\'s Costume Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17083','Gemi_Diadem_Scroll_Box','Hawt Groove Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17084','Upg_Katar_Box','Upgrade Katar Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1292,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17085','Upg_Two_Handed_Axe_Box','Upgrade Two-Handed Axe Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1394,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17086','Upg_Lance_Box','Upgrade Spear Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1491,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17087','Upg_Book_Box','Upgrade Book Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 1585,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17088','Upg_Staff_Box','Upgrade Staff Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2015,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17089','Upg_Dagger_Box','Upgrade Dagger Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13071,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17090','Upg_Revolver_Box','Upgrade Revolver Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 13115,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17091','Upg_Mace_Box','Upgrade Mace Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 16019,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17092','Upg_Bow_Box','Upgrade Bow Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18112,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17093','Upg_Twohand_Sword_Box','Upgrade Two-Hand Sword Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 21000,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17094','Upg_Katar_Box2','Upgrade Katar Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17095','Upg_Two_Handed_Axe_Box2','Upgrade Two-Hand Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17096','Upg_Lance_Box2','Upgrade Lance Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17104','HD_Oridecon_50Box','HD Oridecon 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6240,50;','','');
-REPLACE INTO `item_db_re` VALUES ('17105','HD_Elunium_50Box','HD Elunium 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6241,50;','','');
-REPLACE INTO `item_db_re` VALUES ('17106','Max_Weight_Up_10Box','Heavy Lifter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 7776,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17107','Gemi_Crown_Scroll','Gemini Crown Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17108','Gemi_Crown_Scroll_Box','Gemini Crown Scroll 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17109','Capri_Scroll','May You Groove On Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17110','Aquarius_Scroll','Aquarius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17113','Pisces_Scroll','Marching Hat Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17114','Horn_Of_Ancient_Box','Ancient Horns Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18595,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17115','Sprout_Hat_Box','Sprout Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18596,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17116','Mercury_Helm_Box','Mercury Riser Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18597,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17118','ASPD_Potion_Box10','ASPD Enhanced Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17120','Taurus_Scroll','Taurus Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17121','Starry_Scroll','Starry Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17122','Immuned_Shield_Box','Immune Shield Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2168,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17123','Black_Devil_Mask_Box','Black Devil\'s Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18599,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17124','Cat_Ears_Beret_Box','Cat Ear Beret Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18600,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17125','Red_Bread_Hat_Box','Red Pom Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18601,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17126','ASPD_Potion_Box10_2','ASPD Enhanced Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 12684,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17127','Leo_Scroll2','March Groove and Win Crate','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17134','RWC_Scroll','RWC Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17138','Ms_Cancer_Scroll','Cancer Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17139','RWC_Super_Scroll','RWC Super Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17140','Leo_Scroll','Leo Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17141','Ms_Virgo_Scroll','Virgo Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17143','Ms_Scorpio_Scroll','Scorpius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17146','Dep_Alice_Hat_Box','Dep Alice Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18630,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17147','Ribbon_Chef_Hat_Box','Ribbon Chef Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18631,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17152','Bridal_Ribbon_Box','Bridal Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 18636,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17155','Upg_Huuma_Shuriken_Box','Upg Huuma Shuriken Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','rentitem 13316,86400;','','');
-REPLACE INTO `item_db_re` VALUES ('17156','TCG_Card_Scroll','Bossnia Ticket Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17157','Vital_Flower_Box','Vital Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6113,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17158','Flame_Gemstone_Box','Flame Gemstone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6114,10;','','');
-REPLACE INTO `item_db_re` VALUES ('17162','Boarding_Halter_Box7','Boarding Halter Box 7D','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17165','Challenge_Kit','Challenge Kit','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17176','Boarding_Halter_Box3','Halter Lead Box[Trial]','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17181','Jan_Groove_Box','Getting Lucky Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17184','3rd_Test_Pass_Box','3rd Test Pass Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 6583,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17203','Free_Pass_Box','Free Pass Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17207','Idn_Heart_Scroll','Idn Heart Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17209','Tw_Rainbow_Scroll','Tw Rainbow Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17210','Tw_Red_Scroll','Tw Red Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17211','Tw_Orange_Scroll','Tw Orange Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17212','Tw_Yellow_Scroll','Tw Yellow Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17233','Scroll_Of_Death','Scroll Of Death','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17234','Scroll_Of_Life','Scroll Of Life','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17235','Scroll_Of_Magic','Scroll Of Magic','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17236','Scroll_Of_Thews','Scroll Of Thews','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17237','Scroll_Of_Darkness','Scroll Of Darkness','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17238','Scroll_Of_Holiness','Scroll Of Holiness','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17239','Horned_Scroll','Horned Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17240','Mercury_Scroll','Mercury Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17245','Idn_Independ_Scroll','Idn Independ Scroll','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17251','C_Wing_Of_Fly_3Day_Box','Fly Wing Infinite 3rd Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17252','RWC_2012_Set_Box','RWC Rally Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','packageitem();','','');
-REPLACE INTO `item_db_re` VALUES ('17253','RWC_2012_Ring_Box','RWC Enchant Reset Ticket Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2966,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17254','RWC_2012_Pendant_Box','RWC Enchant Reset 5 Ticket Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 2968,1;','','');
-REPLACE INTO `item_db_re` VALUES ('17256','Good_Student_Gift_Box','Good Student Gift Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17257','Bad_Student_Gift_Box','Bad Student Gift Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17262','Ex_Def_Potion_Box','Special Defense Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('17270','STR_Biscuit_Stick_Box','Bar of Strength Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14616,20;','','');
-REPLACE INTO `item_db_re` VALUES ('17271','VIT_Biscuit_Stick_Box','VIT Biscuit Stick Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','getitem 14617,20;','','');
-REPLACE INTO `item_db_re` VALUES ('18000','Cannon_Ball','Cannon Ball','10','100','50','10','100','0','0','0','0','263168','8','2','32768','0','0','150','0','8','','','');
-REPLACE INTO `item_db_re` VALUES ('18001','Holy_Cannon_Ball','Holy Cannon Ball','10','200','100','10','120','0','0','0','0','263168','8','2','32768','0','0','150','0','8','bonus bAtkEle,Ele_Holy;','','');
-REPLACE INTO `item_db_re` VALUES ('18002','Dark_Cannon_Ball','Dark Cannon Ball','10','200','100','10','120','0','0','0','0','263168','8','2','32768','0','0','150','0','8','bonus bAtkEle,Ele_Dark;','','');
-REPLACE INTO `item_db_re` VALUES ('18003','Soul_Cannon_Ball','Soul Cannon Ball','10','200','100','10','120','0','0','0','0','263168','8','2','32768','0','0','150','0','8','bonus bAtkEle,Ele_Ghost;','','');
-REPLACE INTO `item_db_re` VALUES ('18004','Iron_Cannon_Ball','Iron Cannon Ball','10','500','250','10','250','0','0','0','0','263168','8','2','32768','0','0','150','0','8','','','');
-REPLACE INTO `item_db_re` VALUES ('18100','Shooting_Star_C','Shooting Star','4','1','0','0','190','0','0','5','0','526336','63','2','34','4','0','150','0','11','bonus bLongAtkRate,20;','','');
-REPLACE INTO `item_db_re` VALUES ('18101','F_Bow_Of_Rudra_C','Rental Bow Of Rudra','4','2','1','0','185','0','0','5','0','657416','63','2','34','4','0','150','0','11','bonus bAtkEle,Ele_Holy; bonus bInt,5; skill AL_CURE,1; skill AL_HEAL,1; bonus2 bResEff,Eff_Poison,5000; bonus2 bResEff,Eff_Curse,5000; bonus2 bResEff,Eff_Silence,5000; bonus2 bResEff,Eff_Confusion,5000; bonus2 bResEff,Eff_Blind,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('18102','E_Bow_Of_Rudra_C','E Bow Of Rudra C','4','2','1','0','185','0','0','5','0','657416','63','2','34','4','0','150','0','11','bonus bAtkEle,Ele_Holy; bonus bInt,5; skill AL_CURE,1; skill AL_HEAL,1; bonus2 bResEff,Eff_Poison,5000; bonus2 bResEff,Eff_Curse,5000; bonus2 bResEff,Eff_Silence,5000; bonus2 bResEff,Eff_Confusion,5000; bonus2 bResEff,Eff_Blind,5000;','','');
-REPLACE INTO `item_db_re` VALUES ('18103','Mystic_Bow','Mystic Bow','4','20','10','1700','75','0','0','5','0','526336','56','2','34','3','105','150','1','11','bonus bMatk,100; bonus bInt,4; bonus2 bSkillUseSP,WM_SEVERE_RAINSTORM,10;','','');
-REPLACE INTO `item_db_re` VALUES ('18104','Adventure_Bow','Adventure Bow','4','0','0','0','60','0','0','1','0','526344','63','2','34','1','0','150','0','11','bonus bUnbreakableWeapon,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18105','Academy_Bow','Academy Bow','4','0','0','1200','90','0','0','5','1','526344','63','2','34','1','0','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('18106','P_Bow3','Eden Group Bow3','4','0','0','0','140','0','0','5','0','526344','63','2','34','3','60','150','0','11','','','');
-REPLACE INTO `item_db_re` VALUES ('18107','Malang_Snow_Crab','Malang Snow Crab','4','0','0','0','120','0','0','5','0','657480','63','2','34','1','50','150','0','11','bonus bUnbreakableWeapon,0; bonus bLuk,3; bonus bCritAtkRate,50; if(BaseLevel>99) { bonus bLongAtkRate,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('18108','Brindle_Eel','Brindle Eel','4','0','0','0','180','0','0','5','0','526336','63','2','34','1','50','150','0','11','bonus bUnbreakableWeapon,0; bonus bAgi,3; autobonus \"{ bonus bAspd,2; }\",10,7000,BF_WEAPON,\"{ specialeffect2 EF_HASTEUP; }\"; if(BaseLevel>99) { bonus bLongAtkRate,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('18109','Catapult','Catapult','4','56000','28000','1100','150','0','0','5','2','131072','56','2','34','4','100','150','1','11','bonus2 bSkillAtk,SC_TRIANGLESHOT,(getrefine()/2);','','');
-REPLACE INTO `item_db_re` VALUES ('18110','Big_CrossBow','Big CrossBow','4','56000','28000','900','160','0','0','5','2','2048','56','2','34','4','110','150','1','11','bonus2 bSkillAtk,RA_ARROWSTORM,(getrefine()/5); if(readparam(bAgi)>=120) { bonus bAspd,1; }','','');
-REPLACE INTO `item_db_re` VALUES ('18111','Creeper_Bow','Creeper Bow','4','56000','28000','1500','150','0','0','5','2','526336','56','2','34','3','120','150','1','11','bonus bDex,1; bonus3 bAutoSpell,PF_SPIDERWEB,1,10;','','');
-REPLACE INTO `item_db_re` VALUES ('18112','Upg_Bow','Upgrade Bow','4','20','10','600','60','0','0','5','1','526344','63','2','34','3','0','150','1','11','bonus bBaseAtk,(getrefine()*7); bonus bLongAtkRate,(getrefine()*2); if(BaseJob==Job_Hunter) bonus bBaseAtk,20; if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
-REPLACE INTO `item_db_re` VALUES ('18113','Velum_Arbalest','Vellum Arbalest','4','20','10','1100','50','0','0','5','0','657480','63','2','34','4','95','150','1','11','bonus2 bSPVanishRate,10000,4; bonus bAspd,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('18114','Velum_CrossBow','Vellum CrossBow','4','20','10','1100','110','0','0','5','0','657480','63','2','34','4','95','150','1','11','bonus2 bAddRace,RC_DemiHuman,30+getrefine(); bonus2 bIgnoreDefRate,RC_DemiHuman,30;','','');
-REPLACE INTO `item_db_re` VALUES ('18115','Orc_Archer_Bow_','Orc Archer\'s Bow','4','20','10','1600','120','0','0','5','1','657416','63','2','34','3','65','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('18116','Metal_Bow','Metal Bow','4','20','10','0','50','0','0','5','1','526344','63','2','34','3','0','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('18117','Royal_Bow','Royal Bow','4','200000','100000','1500','80','0','0','5','1','657416','63','2','34','4','105','150','1','11','','','');
-REPLACE INTO `item_db_re` VALUES ('18500','Cheer_Scarf6','Cheering scarf VI','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,60; bonus2 bExpAddRace,RC_NonBoss,60;','','');
-REPLACE INTO `item_db_re` VALUES ('18501','Cheer_Scarf8','Cheering scarf VIII','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,80; bonus2 bExpAddRace,RC_NonBoss,80;','','');
-REPLACE INTO `item_db_re` VALUES ('18502','Cheer_Scarf10','Cheering scarf X','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,100; bonus2 bExpAddRace,RC_NonBoss,100;','','');
-REPLACE INTO `item_db_re` VALUES ('18503','Small_Horn_Of_Devil','Small Devil Horns','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','562','bonus bAtkRate,5; bonus bMatkRate,5; bonus bMaxHPrate,10; bonus bMaxSPrate,10;','','');
-REPLACE INTO `item_db_re` VALUES ('18504','Anubis_Helm_J','Anubis Helm J','5','20','10','1000','0','0','0','0','0','4294967295','63','2','769','0','70','150','0','485','','','');
-REPLACE INTO `item_db_re` VALUES ('18505','Umbala_Spirit','Umbala Spirit','5','0','0','0','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','675','bonus bVit,1; bonus bMaxHPrate,1; bonus2 bAddMonsterDropItem,517,500;','','');
-REPLACE INTO `item_db_re` VALUES ('18506','Hattah_Black','Hata Black','5','12000','6000','4000','0','0','2','0','1','4294967295','63','2','769','0','0','150','1','676','','','');
-REPLACE INTO `item_db_re` VALUES ('18507','Elven_Ears_','Elven Ears','5','20','10','100','0','0','0','0','1','4294967294','63','2','512','0','70','150','0','73','','','');
-REPLACE INTO `item_db_re` VALUES ('18508','Garuda_Hat','Garuda Hat','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','30','150','1','677','bonus bLuk,5; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18509','RWC2010_Indonesia','RWC 2010 Indonesia','5','20','10','100','0','0','6','0','1','4294967294','63','2','256','0','15','150','1','678','bonus bLuk,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18510','Blood_Angel_Hair_Band','Bloody Angel Wings','5','0','0','0','0','0','1','0','0','4294967295','63','2','256','0','60','150','0','679','','','');
-REPLACE INTO `item_db_re` VALUES ('18511','Blood_Angel_Wing_Ear','Bloody Angel Wing Ears','5','0','0','0','0','0','1','0','0','4294967295','63','2','512','0','60','150','0','680','','','');
-REPLACE INTO `item_db_re` VALUES ('18512','Juho_Necktie','Necktie of Drunkard','5','0','0','0','0','0','1','0','1','4294967295','63','2','256','0','20','150','1','443','','','');
-REPLACE INTO `item_db_re` VALUES ('18513','Shining_Sunflower','Shining Sunflower','5','20','10','300','0','0','0','0','0','4294967294','63','2','256','0','0','150','0','681','bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18514','Para_Team_Hat2','Eden Group Hat II','5','0','0','0','0','0','5','0','1','4294967295','63','2','256','0','60','150','1','682','autobonus \"{ bonus bBaseAtk,10; }\",50,5000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\"; autobonus \"{ bonus bMatk,10; }\",50,5000,BF_MAGIC,\"{ specialeffect2 EF_MAGICALATTHIT; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('18515','RTC_1st_Helm','RTC winners Pitching','5','6000','3000','2500','0','0','0','0','1','4294967294','63','2','769','0','90','150','0','683','','','');
-REPLACE INTO `item_db_re` VALUES ('18516','RTC_2nd_Helm','RTC Second Pitching','5','6000','3000','2500','0','0','0','0','1','4294967294','63','2','769','0','90','150','0','684','','','');
-REPLACE INTO `item_db_re` VALUES ('18517','RTC_3rd_Helm','RTC 3rd Winner Hat','5','6000','3000','2500','0','0','0','0','1','4294967294','63','2','769','0','90','150','0','685','','','');
-REPLACE INTO `item_db_re` VALUES ('18518','Ear_Of_Angel\'s_Wing_','Angel Wing Ears','5','20','10','100','0','0','3','0','1','4294967295','63','2','512','0','70','150','0','158','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18519','Ear_Of_Devil\'s_Wing_','Wing of Diablo','5','20','10','100','0','0','3','0','1','4294967295','63','2','512','0','70','150','0','152','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18520','Jaty_C','Jaty Crown','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','686','bonus2 bSubRace,RC_Plant,5; bonus2 bSubRace,RC_Brute,5; bonus2 bAddRace,RC_Plant,5; bonus2 bAddRace,RC_Brute,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18521','Lucky_Clover','Lucky Clover','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','50','150','0','571','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18522','Evil_Marcher_Hat','Evil Marching Hat','5','20','10','500','0','0','10','0','1','4294967295','63','2','256','0','0','150','1','687','bonus bStr,2; bonus bMdef,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18523','Super_Scell','Thunderstorm Cloud','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','30','150','0','688','','','');
-REPLACE INTO `item_db_re` VALUES ('18524','Dokkebi_Mask','Mask Of Demon','5','20','10','700','0','0','1','0','0','4294967295','63','2','513','0','50','150','0','689','bonus bUnbreakableHelm,0; bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18525','Watermelon_Hat','Watermelon Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','30','150','1','690','bonus bLuk,1; bonus bVit,1; bonus bMdef,4; bonus2 bAddEle,Ele_Fire,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18526','Yummy_Lollipop','Delicious Lollipop','5','20','10','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','446','','','');
-REPLACE INTO `item_db_re` VALUES ('18527','Gloomy_Pumpkin_Hat','Gloomy Pumpkin Hat','5','200','100','500','0','0','5','0','0','4294967295','63','2','256','0','45','150','0','691','bonus bUnbreakableHelm,0; bonus2 bAddMonsterDropItem,12192,10; bonus bMdef,5; bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18528','Tare_Neko_Cru','Drooping Neko Crew','5','20','10','100','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','692','bonus bInt,2; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18529','Drooping_Wild_Rose','Accurate Wild Rose','5','20','10','500','0','0','5','0','1','4294967295','63','2','768','0','30','150','1','541','','','');
-REPLACE INTO `item_db_re` VALUES ('18530','Tha_Despero_Mask','Thanatos Despero Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','513','0','30','150','0','693','bonus bUnbreakableHelm,0; bonus bLuk,-5;','','');
-REPLACE INTO `item_db_re` VALUES ('18531','Drooping_Permeter','Drooping Permeter','5','20','10','1000','0','0','8','0','1','4294967295','63','2','256','0','10','150','1','694','','','');
-REPLACE INTO `item_db_re` VALUES ('18532','Heart_Ribbon_Band','Heart Ribbon Hairband','5','20','10','100','0','0','0','0','1','4294967295','63','2','256','0','10','150','1','708','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18533','Honeybee_Hat','Honey Bee Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','50','150','1','709','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18534','Fancy_Phantom_Mask','Fancy Phantom Mask','5','20','10','1000','0','0','5','0','1','4294967295','63','2','768','0','20','150','1','710','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18535','Pumpkin_Hat_2010','Pumpkin Hat 2010','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','206','','','');
-REPLACE INTO `item_db_re` VALUES ('18536','Foxtail','Foxtail','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','711','','','');
-REPLACE INTO `item_db_re` VALUES ('18537','Malangdo_Hat','Malangdo Hat','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','726','','','');
-REPLACE INTO `item_db_re` VALUES ('18538','Evil_Whisper','Spirit Whispers','5','20','10','300','0','0','3','0','0','4294967295','63','2','512','0','0','150','0','712','bonus bUnbreakableHelm,0; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18539','Skull_Cap','Skull Cap','5','20','10','400','0','0','5','0','1','4294967295','63','2','256','0','10','150','1','713','bonus bMatkRate,2; if(getrefine() >= 5) { bonus bMatkRate,3; } if(getrefine() >= 7) { bonus bMatkRate,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('18540','Evil_Mask','Demon Mask','5','20','10','1000','0','0','3','0','0','4294967295','63','2','513','0','10','150','0','714','','','');
-REPLACE INTO `item_db_re` VALUES ('18541','Little_Feather_Hat','Little Feather Hat','5','20','10','500','0','0','1','0','1','4294967295','63','2','256','0','30','150','1','715','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18542','All_Love_Guard','Benevolent Guardian','5','20','10','500','0','0','10','0','1','4294967295','63','2','768','0','10','150','1','716','','','');
-REPLACE INTO `item_db_re` VALUES ('18543','Witchs_Hat','Witch Hat','5','20','10','300','0','0','7','0','0','4294967295','63','2','256','0','20','150','1','717','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18544','Blrabbit_Hband','Blrabbit Hband','5','20','10','100','0','0','6','0','0','4294967295','63','2','256','0','30','150','1','718','','','');
-REPLACE INTO `item_db_re` VALUES ('18545','Whrabbit_Hband','Whrabbit Hband','5','20','10','100','0','0','6','0','0','4294967295','63','2','256','0','30','150','1','719','','','');
-REPLACE INTO `item_db_re` VALUES ('18546','Lover_In_Mouth','Sweetheart Gum Of Mouth','5','20','10','300','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','720','','','');
-REPLACE INTO `item_db_re` VALUES ('18547','Campus_Festival','Campus Festival Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','721','','','');
-REPLACE INTO `item_db_re` VALUES ('18548','Tiny_Hat','Taini Cap','5','20','10','30','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','722','bonus bInt,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18549','Nabi_Hair_Pin','Butterfly Hairpin','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','20','150','1','723','bonus bInt,1; bonus bAgi,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18550','Asgard_Blessing','Asgard Blessing','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','30','150','1','724','bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18551','Galaxy_Circlet','Galaxy Circlet','5','20','10','1000','0','0','5','0','1','4294967295','63','2','256','0','50','150','1','725','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18552','Proba_Angel_Blessing','Baby Angel Stone Hat','5','20','10','1200','0','0','0','0','1','4294967295','63','2','256','0','10','150','1','444','bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18553','Mini_Tree','Christmas Tree Hat','5','20','10','50','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','727','','','');
-REPLACE INTO `item_db_re` VALUES ('18554','King_Prawn_Hat','Amami Old Hat','5','20','10','1000','0','0','8','0','0','4294967295','63','2','256','0','0','150','0','728','','','');
-REPLACE INTO `item_db_re` VALUES ('18555','General_Helmet','Dragon General Helm','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','10','150','1','729','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18556','Angel_Team_Helm','Angel\'s Symbol','5','0','0','0','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','3','','','');
-REPLACE INTO `item_db_re` VALUES ('18557','Devil_Team_Helm','Devil\'s Symbol','5','0','0','0','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','12','','','');
-REPLACE INTO `item_db_re` VALUES ('18558','Sinsuncho_Hat','Sinsuncho Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','730','','','');
-REPLACE INTO `item_db_re` VALUES ('18559','Fafnir_Skin','Fafunirusukin','5','20','10','100','0','0','3','0','0','4294967295','63','2','512','0','50','150','0','152','','','');
-REPLACE INTO `item_db_re` VALUES ('18560','Fafnir_Mask','Fafunirumasuku','5','20','10','300','0','0','2','0','0','4294967295','63','2','1','0','50','150','0','180','','','');
-REPLACE INTO `item_db_re` VALUES ('18561','B_Feather_Beret','Black Feather Beret','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','40','150','1','731','bonus bVit,2; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18562','Bone_Hat','Death Corsage','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','10','150','1','732','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18563','Heart_Wing_Hairband','Heart Wing Headband','5','20','10','300','0','0','0','0','1','4294967295','63','2','256','0','50','150','1','733','','','');
-REPLACE INTO `item_db_re` VALUES ('18564','Love_Piece','Fragments of The Love','5','20','10','200','0','0','0','0','0','4294967295','63','2','1','0','50','150','0','734','','','');
-REPLACE INTO `item_db_re` VALUES ('18565','Leprechaun_Hat','St Patrick\'s Hat','5','20','10','300','0','0','8','0','1','4294967295','63','2','256','0','40','150','0','735','bonus bUnbreakableHelm,0; bonus bStr,1; bonus bInt,1; bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('18566','Nut_Donut_In_Mouth','Nut Donut In Mouth','5','20','10','0','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','736','','','');
-REPLACE INTO `item_db_re` VALUES ('18567','Stretched_Nose','Increased His Nose','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','737','','','');
-REPLACE INTO `item_db_re` VALUES ('18568','Humming_Bird','Humming Bird','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','10','150','0','702','bonus bMdef,6;','','');
-REPLACE INTO `item_db_re` VALUES ('18569','Soft_Sheep_Hat','Soft Sheep Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','738','','','');
-REPLACE INTO `item_db_re` VALUES ('18570','Ancient_Gold_Deco','Ancient Gold Ornament','5','56000','28000','400','0','0','7','0','1','1040256','56','2','256','0','100','150','1','739','if(BaseLevel >= 150) { bonus bAllStats,2; } if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) { bonus2 bAddRace,RC_Boss,8; bonus2 bAddRace,RC_NonBoss,8; } if(BaseClass==Job_Mage||BaseClass==Job_Acolyte) { bonus bMatk,8; } if(BaseClass==Job_Archer) { bonus bDex,3; bonus bLongAtkRate,10; }','','');
-REPLACE INTO `item_db_re` VALUES ('18571','Lucky_Hat','Lucky Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','740','','','');
-REPLACE INTO `item_db_re` VALUES ('18572','Korean_Judge_Hat','Judges Hat','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','377','bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18573','White_Feather','White Feather','5','20','10','500','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','741','','','');
-REPLACE INTO `item_db_re` VALUES ('18574','Lord_of_Death','Lord of the Dead Helm','5','20','10','1000','0','0','10','0','1','4294967295','63','2','768','0','70','150','1','742','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18575','Wunderkammer','Wunderkammer','5','20','10','500','0','0','10','0','1','4294967295','63','2','769','0','20','150','0','743','bonus bMdef,10;','','');
-REPLACE INTO `item_db_re` VALUES ('18576','YinYang_Earring','Yin Yang Earrings','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','50','150','0','744','','','');
-REPLACE INTO `item_db_re` VALUES ('18577','24_Bolt','Screw Stuck Head','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','696','','','');
-REPLACE INTO `item_db_re` VALUES ('18578','Helm_Of_Valor','Helm Of Valor','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','258','','','');
-REPLACE INTO `item_db_re` VALUES ('18579','9th_Anni_Hat','kRO 9 Anniversary Hat','5','0','0','90','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','745','bonus bUnbreakableHelm,0; bonus bMdef,9;','','');
-REPLACE INTO `item_db_re` VALUES ('18580','Yggdrasil_Crown','Yggdrasil Crown','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','724','bonus bVit,2; bonus bInt,2; bonus bMdef,3; bonus bHealPower,2; bonus bHealPower2,10; if(getrefine() >= 7) { bonus bHealPower,5; } if(getrefine() >= 9) { bonus bHealPower,3; }','','');
-REPLACE INTO `item_db_re` VALUES ('18581','Red_Tiger_Mask','Red Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','747','bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18582','Blue_Tiger_Mask','Blue Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','748','bonus bStr,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18583','Navy_Drooping_Kitty','Navy Drooping Kitty','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','749','bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('18584','Brown_Drooping_Kitty','Brown Drooping Kitty','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','750','bonus bMdef,15;','','');
-REPLACE INTO `item_db_re` VALUES ('18585','Orange_Bunny_Hairband','Orange Bunny Band','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','751','bonus bStr,1; bonus bInt,2; bonus bVit,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18586','Violet_Bunny_Hairband','Violet Bunny Band','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','752','bonus bStr,1; bonus bInt,3; bonus bVit,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18587','Blue_Bunny_Hairband','Blue Bunny Band','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','753','bonus bStr,3; bonus bInt,1; bonus bVit,2; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18588','Silver_Bunny_Hairband','Silvah Bunny Band','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','754','bonus bStr,2; bonus bInt,3; bonus bVit,1; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18589','Strawberry_Hat','Strawberry Hat','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','755','','','');
-REPLACE INTO `item_db_re` VALUES ('18590','Gemma_Hairband','Demon Hair Band','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','10','150','1','564','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18591','Mini_Glasses_','Mini Glasses','5','20','10','100','0','0','2','0','1','4294967294','63','2','512','0','0','150','0','47','','','');
-REPLACE INTO `item_db_re` VALUES ('18592','Nestea_Hat','Nestea Hat','5','20','10','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','756','bonus bUnbreakableHelm,0; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18593','Fancy_Mini_Crown','Fancy Mini Crown','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','707','bonus bInt,1; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18594','Magni_Cap_','Magni Cap','5','30000','15000','1000','0','0','9','0','1','4294967294','63','2','256','0','0','150','1','250','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18595','Horn_Of_Ancient','Ancient Horns','5','20','10','400','0','0','8','0','1','4294967295','63','2','256','0','50','150','1','757','autobonus \"{ bonus bBaseAtk,100; }\",5,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
-REPLACE INTO `item_db_re` VALUES ('18596','Sprout_Hat','Sprout Hat','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','70','150','1','758','skill WZ_HEAVENDRIVE,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18597','Mercury_Helm','Mercury Riser','5','20','10','400','0','0','10','0','1','4294967295','63','2','256','0','70','150','1','759','bonus bAspdRate,3; bonus bCritical,3; if(getrefine() >= 7) { bonus bAspdRate,2; bonus bCritical,2; } if(getrefine() >= 9) { bonus bAspdRate,2; bonus bCritical,2; }','','');
-REPLACE INTO `item_db_re` VALUES ('18598','Mini_Tree_J','Holy xmas Tree','5','20','10','50','0','0','0','0','1','4294967295','63','2','256','0','0','150','0','727','bonus bMdef,20;','','');
-REPLACE INTO `item_db_re` VALUES ('18599','Black_Devil_Mask','Black Devil\'s Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','760','bonus bAllStats,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18600','Cat_Ears_Beret','Cat Ear Beret','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','761','bonus bAtkRate,5; if(getrefine() > 5 && getrefine() <= 12) { bonus2 bAddRace,RC_DemiHuman,(getrefine() - 5); bonus2 bSubRace,RC_DemiHuman,(getrefine() - 5); } if(getrefine() > 12) { bonus2 bAddRace,RC_DemiHuman,7; bonus2 bSubRace,RC_DemiHuman,7; }','','');
-REPLACE INTO `item_db_re` VALUES ('18601','Red_Bread_Hat','Red Pom Band','5','20','10','300','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','762','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18602','Watermelon_Slice','Watermelon Bite','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','30','150','0','763','bonus bUnbreakableHelm,0; bonus bMdef,4; bonus2 bAddEle,Ele_Fire,4;','','');
-REPLACE INTO `item_db_re` VALUES ('18603','Black_Devil_Mask_','Black Devil\'s Mask','5','20','10','100','0','0','0','0','1','4294967295','63','2','512','0','0','150','0','760','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18604','Falcon_Mask','Falcon Mask','5','10','5','30','0','0','0','0','1','4294967295','63','2','513','0','50','150','0','782','','','');
-REPLACE INTO `item_db_re` VALUES ('18605','Dark_Age','Dark Age','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','10','150','1','766','bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18606','Tear_Drop','Tear drop','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','30','150','0','767','','','');
-REPLACE INTO `item_db_re` VALUES ('18607','Blush_','Blush','5','20','10','100','0','0','0','0','1','4294967295','63','2','512','0','0','150','0','125','','','');
-REPLACE INTO `item_db_re` VALUES ('18608','Pair_Of_Red_Ribbon2','Small Ribbons','5','20','10','100','0','0','2','0','1','4294967295','63','2','512','0','45','150','0','169','','','');
-REPLACE INTO `item_db_re` VALUES ('18609','Dark_Blindfold_','Dark Blinder','5','20','10','100','0','0','0','0','1','4294967294','63','2','512','0','0','150','0','187','bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stun,200;','','');
-REPLACE INTO `item_db_re` VALUES ('18610','7th_Anni_Hat_B','7th Anni Hat B','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','778','bonus bAllStats,5; bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('18611','Black_Glasses_','Black Frame Glasses','5','20','10','200','0','0','2','0','1','4294967295','63','2','512','0','0','150','0','404','bonus bUnbreakableHelm,0; bonus bInt,1; bonus bMdef,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18612','White_Musang_Hat','White Musang Hat','5','20','10','400','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','770','bonus bStr,2; bonus bVit,2; bonus bLuk,1; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18613','Black_Musang_Hat','Black Musang Hat','5','20','10','400','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','771','bonus bInt,2; bonus bDex,2; bonus bAgi,1; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18614','Grim_Reaper_Hat','Grim Reaper','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','20','150','1','732','','','');
-REPLACE INTO `item_db_re` VALUES ('18615','Injured_Eyepatch','Injured Eyepatch','5','20','10','200','0','0','2','0','0','4294967294','63','2','512','0','20','150','0','772','','','');
-REPLACE INTO `item_db_re` VALUES ('18616','Long_Tongue','Long Tongue','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','773','','','');
-REPLACE INTO `item_db_re` VALUES ('18617','Onigiri_In_Mouth','Onigiri','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','774','','','');
-REPLACE INTO `item_db_re` VALUES ('18618','Airplane_Hat','Rockabilly Hair','5','20','10','200','0','0','8','0','1','4294967294','63','2','256','0','20','150','1','775','','','');
-REPLACE INTO `item_db_re` VALUES ('18619','Thief_Bandana','Thief Bandana','5','20','10','200','0','0','1','0','0','4294967294','63','2','256','0','20','150','1','776','','','');
-REPLACE INTO `item_db_re` VALUES ('18620','Heart_Eyepatch','Heart Eyepatch','5','20','10','50','0','0','2','0','0','4294967295','63','2','512','0','20','150','0','779','','','');
-REPLACE INTO `item_db_re` VALUES ('18621','Gangster_Mask_A','Mobster\'s Disguise','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','52','','','');
-REPLACE INTO `item_db_re` VALUES ('18622','Rocket_Helm1','Rocket Helm1','5','20','10','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','1','764','bonus bMdef,5; bonus bAllStats,5; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18623','Rocket_Helm2','Rocket Helm2','5','20','10','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','1','765','bonus bMdef,5; bonus bAllStats,4; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18624','Rocket_Helm3','Rocket Helm3','5','20','10','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','1','768','bonus bMdef,5; bonus bAllStats,3; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18625','Rocket_Helm_RWC','Rocket Helm','5','10000','5000','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','1','769','bonus bMdef,5; bonus bAllStats,2; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18626','Gelato_Hat','Gelato Hat','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','40','150','1','777','','','');
-REPLACE INTO `item_db_re` VALUES ('18627','Dried_Leaf','Dried Leaf','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','711','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18628','Tare_Brownie','Tare Brownie','5','20','10','500','0','0','5','0','1','4294967295','63','2','256','0','50','150','0','781','','','');
-REPLACE INTO `item_db_re` VALUES ('18629','B_Desert_Wolf_Hat','B Desert Wolf Hat','5','10','5','300','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','392','','','');
-REPLACE INTO `item_db_re` VALUES ('18630','Droopy_Alice_Doll','Drooping Alicel','5','20','10','500','0','0','6','0','0','4294967294','63','2','256','0','70','150','1','784','','','');
-REPLACE INTO `item_db_re` VALUES ('18631','Ribbon_Chef_Hat','Ribbon Chef hat','5','20','10','300','0','0','5','0','0','4294967295','63','2','256','0','70','150','1','785','bonus bDex,3; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18632','Yellow_Poring_Pin','Yellow Poring Hairpin','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','786','','','');
-REPLACE INTO `item_db_re` VALUES ('18633','Pink_Poring_Pin','Pink Poring Hairpin','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','787','','','');
-REPLACE INTO `item_db_re` VALUES ('18634','Green_Poring_Pin','Green Poring Hairpin','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','788','','','');
-REPLACE INTO `item_db_re` VALUES ('18635','Blue_Poring_Pin','Blue Poring Hairpin','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','789','','','');
-REPLACE INTO `item_db_re` VALUES ('18636','Bridal_Ribbon','Ribbon of bride','5','20','10','200','0','0','6','0','0','4294967295','63','2','256','0','30','150','1','790','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18637','Ancient_Admiral_Helm','Ancient Admiral Helm','5','20','10','700','0','0','4','0','1','4294967295','63','2','768','0','0','150','1','660','bonus bStr,2; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18638','Citron_Hat','Citron Hat','5','20','10','400','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','791','bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18639','Naval_Officer_Hat','Naval Officer Hat','5','20','10','200','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','792','bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18640','Starfish_Headband','Starfish Headband','5','20','10','200','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','793','','','');
-REPLACE INTO `item_db_re` VALUES ('18641','Ribbon_Magic_Hat','Ribbon Magic Hat','5','20','10','200','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','794','','','');
-REPLACE INTO `item_db_re` VALUES ('18642','hand_Scissorhand_Model','Scissorhand Model','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','795','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18643','Rockhand_Model','Rockhand Model','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','796','bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18644','Paperhand_Model','Paperhand Model','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','797','','','');
-REPLACE INTO `item_db_re` VALUES ('18645','Sailor_Hat','Sailor Hat','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','798','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18646','Cow_Hat','Cow Hat','5','20','10','300','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','799','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18647','Star_Eyepatch','Stunning Star Eyepatch','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','800','','','');
-REPLACE INTO `item_db_re` VALUES ('18648','Tongue_Charm','Tongue Charm','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','801','','','');
-REPLACE INTO `item_db_re` VALUES ('18649','Lude_Mask','Lude Mask','5','10','5','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','1','802','','','');
-REPLACE INTO `item_db_re` VALUES ('18650','RWC_Shouting_Mouth','RWC Shouting Mouth','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','194','','','');
-REPLACE INTO `item_db_re` VALUES ('18651','Ignis_Cap','Ignis Cap','5','20','10','800','0','0','8','0','1','4294967295','63','2','256','0','40','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('18652','Vanargandr_Helm','Vanargand Helm','5','20','10','1500','0','0','10','0','1','4294967295','63','2','256','0','80','150','1','7','','','');
-REPLACE INTO `item_db_re` VALUES ('18653','Deviruchi_Headphone','Headphones Debiruchi','5','20','10','200','0','0','8','0','1','4294967295','63','2','256','0','30','150','1','7','bonus bMdef,4; bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18655','Goedo_Monocle','Dragonfly Monocle','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','50','150','0','23','','','');
-REPLACE INTO `item_db_re` VALUES ('18656','Wit_Pumpkin_Hat','Witch\'s Pumpkin Hat','5','20','10','300','0','0','10','0','0','4294967295','63','2','256','0','20','150','1','717','bonus bMdef,10; bonus bStr,2; bonus bInt,2; bonus2 bMagicAddRace,RC_Undead,15; bonus2 bMagicAddRace,RC_Demon,15;','','');
-REPLACE INTO `item_db_re` VALUES ('18657','Pegasus_Wing_Ears','Pegasus Ear Wing','5','20','10','500','0','0','1','0','0','4294967295','63','2','512','0','80','150','0','568','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18658','Holy_Santa_Beard','Santa\'s Beard Holy','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','25','','','');
-REPLACE INTO `item_db_re` VALUES ('18659','Boitata_Hat','Boitata Hat','5','20','10','0','0','0','5','0','1','4294967295','63','2','768','0','0','150','1','808','','','');
-REPLACE INTO `item_db_re` VALUES ('18660','Indi_Feather_Band','Indian Feather Headband','5','20','10','400','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','809','bonus bAgi,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18661','Trident_Helmet','Trident Helmet','5','20','10','400','0','0','3','0','1','4294967294','63','2','256','0','20','150','1','810','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18662','Antler_Fedora','Antler Fedora','5','20','10','400','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','811','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18663','Sunglasses_Bball_Hat','Sunglasses Baseball Hat','5','20','10','200','0','0','2','0','1','4294967294','63','2','256','0','20','150','1','812','bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18664','Blind_Glasses','Stunner Shades','5','20','10','400','0','0','3','0','0','4294967294','63','2','512','0','20','150','1','813','','','');
-REPLACE INTO `item_db_re` VALUES ('18665','Orange_In_Mouth','Orange In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','814','','','');
-REPLACE INTO `item_db_re` VALUES ('18666','CD_In_Mouth','CD In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','815','','','');
-REPLACE INTO `item_db_re` VALUES ('18667','Cat_Lace_Hairband','Cat Lace Hairband','5','20','10','500','0','0','2','0','0','4294967294','63','2','256','0','60','150','0','816','bonus bDex,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18668','Droopy_Turtle_Hat','Droopy Turtle Hat','5','20','10','300','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','694','','','');
-REPLACE INTO `item_db_re` VALUES ('18669','Cowhide_Hat','Cowhide Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','11','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18670','Hankie_In_Mouth','Handkerchief In Mouth','5','20','10','100','0','0','1','0','0','4294967295','63','2','1','0','12','150','0','818','','','');
-REPLACE INTO `item_db_re` VALUES ('18671','Rudolf_Hairband','Rudolf Hairband','5','20','10','200','0','0','5','0','0','4294967295','63','2','256','0','30','150','1','836','','','');
-REPLACE INTO `item_db_re` VALUES ('18672','Tare_Pope','Flap Pope','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','817','bonus bMdef,1; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18673','Tare_Pope_','Chibi Pope','5','20','10','300','0','0','0','0','1','4294967295','63','2','256','0','0','150','0','817','bonus bMdef,1; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18674','Planewing_Hat','Planewing Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','11','bonus bAgi,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18675','Green_Apple_Hat','Green Apple Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','20','150','1','11','bonus bDex,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18676','Hexagon_Spectacles','Hexagon Spectacles','5','20','10','400','0','0','3','0','0','4294967294','63','2','512','0','20','150','0','822','bonus bFlee,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18677','Cherry_Twig_In_Mouth','Cherry Twig In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','823','','','');
-REPLACE INTO `item_db_re` VALUES ('18678','Leek_In_Mouth','Leek In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','824','','','');
-REPLACE INTO `item_db_re` VALUES ('18679','Abacus_In_Mouth','Abacus In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','825','','','');
-REPLACE INTO `item_db_re` VALUES ('18680','Tw_Frog_Hat','Tw Frog Hat','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','35','150','0','11','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18681','Puppy_Ears_Hat','Puppy Ears Hat','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','11','bonus bVit,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18682','Teardrop','Teardrop','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','0','150','1','828','bonus bMaxSP,15;','','');
-REPLACE INTO `item_db_re` VALUES ('18683','Carrot_In_Mouth','Carrot In Mouth','5','20','10','200','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','829','','','');
-REPLACE INTO `item_db_re` VALUES ('18684','Showy_High_Cap','Showy High Cap','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','11','bonus bStr,3; bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18685','Stardust_Hairband','Stardust Hairband','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','831','','','');
-REPLACE INTO `item_db_re` VALUES ('18686','2011_RMSC_1','2011 RMSC 1','5','20','10','2500','0','0','20','0','1','4294967295','63','2','256','0','0','150','0','832','bonus bUnbreakableHelm,0; bonus bAllStats,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18687','2011_RMSC_2','2011 RMSC 2','5','20','10','2500','0','0','20','0','1','4294967295','63','2','256','0','0','150','0','832','bonus bUnbreakableHelm,0; bonus bAllStats,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18688','2011_RMSC_3','2011 RMSC 3','5','20','10','2500','0','0','20','0','1','4294967295','63','2','256','0','0','150','0','832','bonus bUnbreakableHelm,0; bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18689','2011_RMSC_4','2011 RMSC 4','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','832','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18690','Sirt_Evil_Eye','Sirt Evil Eye','5','20','10','400','0','0','0','0','0','4294967295','63','2','512','0','50','150','0','345','bonus bUnbreakableHelm,0; bonus bStr,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18691','Rising_Black_Dragon','Ascension Black Dragon','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','166','','','');
-REPLACE INTO `item_db_re` VALUES ('18692','Mike_Hat','Mike Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','837','bonus bDex,2; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18693','Sleeping_Kitty_Cat','Sleeping Kitty Cat','5','20','10','200','0','0','4','0','1','4294967294','63','2','256','0','20','150','1','838','','','');
-REPLACE INTO `item_db_re` VALUES ('18694','Red_Hood','Red Hood','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','20','150','1','839','','','');
-REPLACE INTO `item_db_re` VALUES ('18695','Phoenix_Crown','Phoenix Crown','5','20','10','400','0','0','3','0','1','4294967294','63','2','256','0','20','150','1','840','bonus bInt,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18696','Orange_Hat','Orange Hat','5','20','10','200','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','841','','','');
-REPLACE INTO `item_db_re` VALUES ('18697','Syringe_In_Mouth','Syringe In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','842','','','');
-REPLACE INTO `item_db_re` VALUES ('18698','Cheesy_Snack_In_Mouth','Cheesy Snack In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','843','','','');
-REPLACE INTO `item_db_re` VALUES ('18699','Starving_Fish_Hat','Starving Fish Hat','5','20','10','1200','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','844','','','');
-REPLACE INTO `item_db_re` VALUES ('18700','Rabbit_Ribbon','Rabbit Ribbon Hat','5','20','10','500','0','0','3','0','1','4294967295','63','2','256','0','50','150','1','845','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18701','Ancient_Civil_Man','Ancient Civil Man Hat','5','20','10','500','0','0','2','0','0','4294967294','63','2','256','0','70','150','0','846','bonus bInt,3; bonus bDex,2; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18702','Shaving_Cream','Shaving Cream','5','20','10','50','0','0','1','0','0','4294967295','63','2','1','0','10','150','0','847','','','');
-REPLACE INTO `item_db_re` VALUES ('18703','Stem_In_Mouth','Stem In Mouth','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','848','','','');
-REPLACE INTO `item_db_re` VALUES ('18704','Drosera_Hairpin','Drosera Hairpin','5','20','10','640','0','0','6','0','1','4294967295','63','2','256','0','64','150','1','850','bonus bMdef,4;','','');
-REPLACE INTO `item_db_re` VALUES ('18706','Can_Hat','Can Hat','5','20','10','400','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','851','bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18707','Maneater_Flower_Hat','Maneater Flower Hat','5','20','10','500','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','852','','','');
-REPLACE INTO `item_db_re` VALUES ('18708','Candy_Hat','Candy Hat','5','20','10','200','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','853','','','');
-REPLACE INTO `item_db_re` VALUES ('18709','Black_Knitted_Hat','Black Knitted Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','854','','','');
-REPLACE INTO `item_db_re` VALUES ('18710','Sugared_Fruit_Stick','Sugared Fruit Stick','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','855','','','');
-REPLACE INTO `item_db_re` VALUES ('18711','Electric_Sunglass','Electric Sunglass','5','20','10','400','0','0','3','0','0','4294967294','63','2','512','0','20','150','0','856','','','');
-REPLACE INTO `item_db_re` VALUES ('18712','Fan_In_Mouth','Fan In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','857','','','');
-REPLACE INTO `item_db_re` VALUES ('18713','Monkey_On_Fur_Hat','Monkey Fur Hat','5','20','10','300','0','0','6','0','1','4294967295','63','2','256','0','20','150','1','858','bonus bDex,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18714','Hippo_Hat','Hippo Hat','5','20','10','500','0','0','5','0','1','4294967295','63','2','256','0','10','150','1','859','','','');
-REPLACE INTO `item_db_re` VALUES ('18715','Helm_Of_Thoth','Helm Of Thoth','5','20','10','2500','0','0','2','0','1','4294967294','63','2','768','0','80','150','0','860','bonus bInt,2; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18716','Strawberry_In_Mouth','Strawberry In Mouth','5','20','10','50','0','0','2','0','0','4294967295','63','2','1','0','10','150','0','861','','','');
-REPLACE INTO `item_db_re` VALUES ('18718','Rose_Hairband','Rose Hairband','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','30','150','0','864','bonus bInt,1; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18727','Sedora_Hat','Sedora Hat','5','20','10','300','0','0','13','0','1','4294967295','63','2','256','0','10','150','1','869','','','');
-REPLACE INTO `item_db_re` VALUES ('18728','Egir_Helm','Aegir Helm','5','200000','100000','800','0','0','10','0','1','4294967295','63','2','256','0','110','150','1','870','bonus bMdef,5; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18729','MVP_Basketball','MVP Basketball Hat','5','20','10','150','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','871','','','');
-REPLACE INTO `item_db_re` VALUES ('18730','Cryptura_Academy_Hat','Criatura Hat','5','0','0','200','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','872','','','');
-REPLACE INTO `item_db_re` VALUES ('18737','Fortier_Mask','Fortier Masque','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','876','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18739','Carnation_Hairband','Carnation Hairband','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','878','bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18740','Hair_Of_The_Strong','RMSC2012 Special Costume','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','879','','','');
-REPLACE INTO `item_db_re` VALUES ('18742','C_MoonStar_Accessory','Moon and Stars','5','20','10','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','881','','sc_start SC_MOONSTAR,-1,0;','sc_end SC_MOONSTAR;');
-REPLACE INTO `item_db_re` VALUES ('18743','Spirit_Of_Chung_E','Spirit Of Chung E','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','882','','','');
-REPLACE INTO `item_db_re` VALUES ('18744','C_World_Star','Twilight','5','20','10','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','883','','sc_start SC_SUPER_STAR,-1,0;','sc_end SC_SUPER_STAR;');
-REPLACE INTO `item_db_re` VALUES ('18745','Choco_Stick_In_Mouth','Choco Stick In Mouth','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','884','','','');
-REPLACE INTO `item_db_re` VALUES ('18746','Chilly_Breath','Chilly Breath','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','885','bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18747','Eyes_Of_Ifrit','Eyes Of Ifrit','5','20','10','100','0','0','1','0','1','4294967295','63','2','512','0','0','150','0','886','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18748','Gold_Ingot_Poring_Hat','Gold Ingot Poring Hat','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','887','bonus bDex,2; bonus bLuk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18749','Majoruros_Horn','Majoruros Horn','5','20','10','500','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','888','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('18750','Poker_Card_In_Mouth','Poker Card In Mouth','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','889','','','');
-REPLACE INTO `item_db_re` VALUES ('18753','Tw_Rice_Ball','Rice Dumpling Hat','5','20','10','100','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','892','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18754','Blood_Sucker','Blood Sucker','5','20','10','300','0','0','0','0','0','4294967295','63','2','1','0','40','150','0','893','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18756','Black_Shiba_Inu_Hat','Black Shiba Inu Hat','5','20','10','400','0','0','6','0','1','4294967295','63','2','256','0','50','150','1','894','','','');
-REPLACE INTO `item_db_re` VALUES ('18758','Hat_Of_Scrat','Hat Of Scrat','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','896','','','');
-REPLACE INTO `item_db_re` VALUES ('18759','Stretched_Nose_M','Wood Goblin\'s Nose','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','50','150','0','737','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18782','Butterfly_Wing_Ear_J','Butterfly Wing Ear','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','695','bonus bDex,2; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18785','King_Poring_Hat','King Poring Hat','5','20','10','600','0','0','10','0','1','4294967295','63','2','256','0','10','150','1','905','bonus bDex,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18786','Anemos_Mask','Anemos Mask','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','906','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18790','Rainbow_Poring_Hat','Rainbow Poring Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','900','','','');
-REPLACE INTO `item_db_re` VALUES ('18805','Eclipse_Hat','Eclipse Hat','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','922','bonus bLuk,3; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18806','Black_Rabbit_Hat','Black Rabbit Hat','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','923','bonus bDex,2; bonus bAgi,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18807','Yellow_Yuzu_Hat','White Citron Hat','5','20','10','400','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','924','bonus bVit,2; bonus bLuk,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18808','Wing_Form_Spectacle','Wing Style Spectacle','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','925','bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18810','Hell_Pumpkin_Hat','Hell Pumpkin Hat','5','20','10','500','0','0','12','0','0','4294967295','63','2','256','0','0','150','1','717','bonus bMdef,12;','','');
-REPLACE INTO `item_db_re` VALUES ('18814','Angel_School_Cap','Angel School Cap','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','927','bonus bInt,2; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18815','Devil_School_Cap','Devil School Cap','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','928','bonus bStr,2; bonus bVit,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18816','Adv_Angel_School_Cap','Evoked Angel School Cap','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','929','bonus bInt,2; bonus bVit,2; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18817','Adv_Devil_School_Cap','Evoked Devil School Cap','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','930','bonus bStr,2; bonus bVit,2; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18818','Red_Pencil_In_Mouth','Red Pencil In Mouth','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','931','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18821','Rainbow_Feather_Deco','RWC Commemorative Pin','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','934','','','');
-REPLACE INTO `item_db_re` VALUES ('18828','2012RMSCNO1','RMSC2012 Champion Headgear','5','0','0','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','0','942','bonus bUnbreakableHelm,0; bonus bAllStats,5; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18829','2012RMSCNO2','RMSC2012 1st Runner Headgear','5','0','0','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','0','943','bonus bUnbreakableHelm,0; bonus bAllStats,4; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18830','2012RMSCNO3','RMSC2012 2nd Runner Headgear','5','0','0','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','0','944','bonus bUnbreakableHelm,0; bonus bAllStats,3; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18831','2012RMSCNO4','RMSC2012 Special Headgear','5','0','0','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','0','945','bonus bUnbreakableHelm,0; bonus bAllStats,2; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18832','Rolf_Von_Gigue_666','Rolf Von Gigue 666','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','946','','','');
-REPLACE INTO `item_db_re` VALUES ('18839','Poring_Sunglasses','Poring Sunglasses','5','0','0','100','0','0','10','0','1','4294967295','63','2','512','0','0','150','0','954','bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18841','Small_Poring_Band','Small Poring Band','5','20','10','350','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','955','','','');
-REPLACE INTO `item_db_re` VALUES ('18842','Hat_Of_Girl','Hat Of Girl','5','20','10','350','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','956','','','');
-REPLACE INTO `item_db_re` VALUES ('18843','Small_Deviling_Hat','Small Deviling Hat','5','20','10','350','0','0','7','0','1','4294967295','63','2','256','0','0','150','1','957','','','');
-REPLACE INTO `item_db_re` VALUES ('18844','Blue_Poring_Bubble','Blue Poring Bubble','5','20','10','50','0','0','5','0','0','4294967295','63','2','1','0','0','150','0','958','bonus bStr,2; bonus bInt,2; bonus bVit,2; bonus bDex,2; bonus bAgi,2; bonus bLuk,2; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18845','Banshee_Master_Kiss','Banshee Master Kiss','5','20','10','200','0','0','5','0','0','4294967295','63','2','1','0','0','150','0','959','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18850','Polar_Bear_Cap','Polar Bear Cap','5','20','10','300','0','0','7','0','0','4294967295','63','2','256','0','0','150','0','966','bonus bMdef,3; bonus bUnbreakableHelm,0; bonus bDex,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('18872','Snake_Hat','Snake Hat','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','986','bonus bStr,3; bonus bInt,3; bonus bMdef,5; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('18873','Sweet_Valentine_Out','Sweet Valentine','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','965','','','');
-REPLACE INTO `item_db_re` VALUES ('18879','Angry_Scorpion_Hat','Angry Scorpion Hat','5','10','5','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','995','bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('18885','Jejecap','Jejecap','5','0','0','100','0','0','8','0','0','4294967295','63','2','256','0','70','150','1','1011','bonus bStr,2; bonus bInt,3;','','');
-REPLACE INTO `item_db_re` VALUES ('18887','Aqua_Bunny_Band','Aqua Bunny Band','5','0','0','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','1012','bonus bVit,3; bonus bMdef,5;','','');
-REPLACE INTO `item_db_re` VALUES ('19500','T_Mr_Smile','Costume: Mr. Smile','5','0','0','0','0','0','0','0','0','4294967295','63','2','6144','0','0','150','0','65','bonus bStr,2;','','');
-REPLACE INTO `item_db_re` VALUES ('19501','T_Spinx_Helm','Costume: Sphinx Hat','5','0','0','0','0','0','0','0','1','4294967295','63','2','5120','0','0','150','0','137','','','');
-REPLACE INTO `item_db_re` VALUES ('19502','T_Goggle','Costume: Goggles','5','0','0','0','0','0','0','0','0','4294967295','63','2','3072','0','0','150','0','1','','','');
-REPLACE INTO `item_db_re` VALUES ('19503','T_Munak_Hat','Costume: Munak Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','7168','0','0','150','0','51','','','');
-REPLACE INTO `item_db_re` VALUES ('19504','T_Sunglasses','Costume: Sunglasses','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','12','','','');
-REPLACE INTO `item_db_re` VALUES ('19505','T_Cigarette','Costume: Cigarette','5','0','0','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','54','','','');
-REPLACE INTO `item_db_re` VALUES ('19506','T_Valkyrie_Feather_Band','Costume: Valkyrie Feather Band','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','1','300','','','');
-REPLACE INTO `item_db_re` VALUES ('19507','Clear_Sun','Costume: Shining Sun','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','654','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19508','T_Gemmed_Sallet','Costume: Gemmed Sallet','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','0','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19509','Butterfly_Wing_Ear','Costume: Yellow Butterfly Wings','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','695','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19510','Nut_On_Head','Costume: Bolt Ears','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','696','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19511','Heart_Eye_Patch1','Costume: Heart Blue Eyebandge','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','697','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19512','Heart_Eye_Patch2','Costume: Heart Pink Eyebandge','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','698','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19513','Chicken_Beak','Costume: Chicken Beak','5','0','0','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','699','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19514','Charlie_Beard','Costume: Old Timey Mustache','5','0','0','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','700','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19515','Yellow_Hat','Costume: Yellow Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','701','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19516','Singing_Bird','Costume: Singing Bird','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','702','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19517','Cocks_Comb','Costume: Rooster\'s Comb','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','703','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19518','Rainbow','Costume: Rainbow','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','704','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19519','Lightning_Cloud','Costume: Lightning Cloud','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','688','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19520','Rain_Cloud','Costume: Rain Cloud','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','705','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19521','Charlie_Hat','Costume: Old Timey Derby','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','706','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19522','Mini_Crown1','Costume: Mini Crown','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','707','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19523','Donation_Ribbon','Costume: Green Ribbon','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','244','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19524','C_Green_Feeler','Costume: Green Tentacles','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','85','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19525','C_Jack_A_Dandy','Costume: Jack be Dandy','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','47','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19526','C_Helm','Costume: Helm','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','40','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19527','C_Sharp_Gear','Costume: Spiky Band','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','43','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19528','C_Iron_Cane','Costume: Iron Kane','5','0','0','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','53','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19529','C_Angelic_Chain','Costume: Angel Wing','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','38','bonus bUnbreakableHelm,0; bonus bVit,1; bonus bAgi,1;','','');
-REPLACE INTO `item_db_re` VALUES ('19530','C_Wild_Rose','Costume: Wild Rose','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','541','bonus bUnbreakableHelm,0; bonus bAtk,2; bonus bMatk,2;','','');
-REPLACE INTO `item_db_re` VALUES ('19531','C_Cube_Mask','Costume: Cube Mask','5','0','0','0','0','0','0','0','0','4294967295','63','2','6144','0','0','150','0','472','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19532','C_Red_Bunny_Band','Costume: Red Bunny Band','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','640','bonus bUnbreakableHelm,0; bonus bDex,1;','','');
-REPLACE INTO `item_db_re` VALUES ('19533','C_Spore_Hat','Costume: Spore Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','114','bonus bUnbreakableHelm,0; bonus bVit,1; bonus2 bExpAddRace,RC_NonBoss,1; bonus2 bExpAddRace,RC_Boss,1;','','');
-REPLACE INTO `item_db_re` VALUES ('19534','C_Tha_Despero_Mask','Costume: Despero of Thanatos','5','0','0','0','0','0','0','0','0','4294967295','63','2','6144','0','0','150','0','693','bonus bAtkRate,1; bonus bMatkRate,1; bonus bHealPower,1;','','');
-REPLACE INTO `item_db_re` VALUES ('19535','C_Sinsuncho_Hat','Costume: Sinsuncho Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','730','bonus bUnbreakableHelm,0; bonus bStr,1; bonus2 bExpAddRace,RC_NonBoss,1; bonus2 bExpAddRace,RC_Boss,1;','','');
-REPLACE INTO `item_db_re` VALUES ('19536','C_Rose_Corsage','Costume: Rose RJC Cathusa','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','533','bonus bUnbreakableHelm,0; bonus bInt,1;','','');
-REPLACE INTO `item_db_re` VALUES ('19537','C_Gryphon_Hat','Costume: Gryphon Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','591','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19538','Full_Moon','Costume: Full Moon','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','780','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19539','C_Reginleif_Hairband','Costume: Hairband Wing','5','0','0','0','0','0','0','0','0','4294967295','63','2','3072','0','0','150','0','468','bonus bAllStats,1;','','');
-REPLACE INTO `item_db_re` VALUES ('19540','C_Rabbit_Earplug','Costume: Bunny Ear Costume','5','20','10','0','0','0','0','0','0','4294967295','63','2','3072','0','0','150','0','515','bonus bAgi,1; bonus bFlee,2;','','');
-REPLACE INTO `item_db_re` VALUES ('19541','C_Romantic_White_Flower','Costume: White Flower','5','20','10','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','259','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19542','C_Devil_Whisper','Costume: Devil\'s Whisper','5','20','10','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','712','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19543','Oliver_Wolf_Hood','Costume: Oliver Wolf Hood','5','20','10','300','0','0','0','0','1','4294967295','63','2','1024','0','70','150','0','849','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19544','C_Tare_Neko_Cru','Costume: Drooping Neko Crew Costume','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','692','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19545','C_Boy\'s_Cap','Costume: Boy\'s Cap','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','102','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19546','C_Valkyrie_Helm','Costume: Valkyrie Helm','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','225','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19547','C_Deviruchi_Cap','Costume: Deviruchi Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','123','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19548','C_Frog_Cap','Costume: Frog Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','448','','bonus bUnbreakableHelm,0;','');
-REPLACE INTO `item_db_re` VALUES ('19549','C_Magestic_Goat','Costume: Majestic Goat','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','41','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19550','C_Blush','Costume: Blush','5','20','10','100','0','0','0','0','0','4294967295','63','2','2048','0','100','150','0','125','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19551','C_Elven_Ears','Costume: Elven Ears','5','20','10','100','0','0','0','0','0','4294967295','63','2','2048','0','100','150','0','73','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19552','C_Centimental_Flower','Costume: Romantic Flower','5','20','10','100','0','0','0','0','0','4294967295','63','2','4096','0','100','150','0','56','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19553','C_Assassin_Mask_','Costume: Assassin Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','4096','0','100','150','0','180','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19573','C_Heart_Wing_Hairband','Costume: Heart Wing Hairband','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','1','733','','','');
-REPLACE INTO `item_db_re` VALUES ('19574','C_Lord_of_Death','Costume: Lord Of Death Helm','5','0','0','0','0','0','0','0','0','4294967295','63','2','3072','0','0','150','1','742','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19587','C_King_Poring_Hat','Costume: King Poring','5','0','0','100','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','905','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19589','C_Fallen_Angel_Lost_J','C Fallen Angel Lost J','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','907','','','');
-REPLACE INTO `item_db_re` VALUES ('19650','C_Rainbow_Feather_Deco','Costume: Five Colored Feathers','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','1','934','','','');
-REPLACE INTO `item_db_re` VALUES ('19655','C_Tiraya_Bonnet','C Tiraya Bonnet','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','398','','','');
-REPLACE INTO `item_db_re` VALUES ('19707','C_Polar_Bear_Cap','Costume: Polar Bear Cap','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','966','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('19730','C_Snake_Hat','C Snake Hat','5','20','10','10','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','986','','','');
-REPLACE INTO `item_db_re` VALUES ('19829','C_Straw_Hat','C Straw Hat','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','146','','','');
-REPLACE INTO `item_db_re` VALUES ('20500','T_Archangel_Wing','T Archangel\'s Wings','5','0','0','0','0','0','0','0','0','4294967295','63','2','8192','0','0','150','0','1','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('20600','Fantastic_Aura','Fantastic Aura','5','0','0','0','0','0','0','0','0','4294967295','63','2','16384','0','0','150','0','0','bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('20700','Egir_Manteau','Aegir Mantle','5','200000','100000','300','0','0','10','0','1','4294967295','63','2','4','0','110','150','1','0','bonus bUnbreakableGarment,0; bonus bUnbreakableHelm,0;','','');
-REPLACE INTO `item_db_re` VALUES ('20707','Kirin_Wing','Kirin Wing','5','20','10','0','0','0','18','0','0','4294967295','63','2','4','0','0','150','1','6','bonus bStr,1; bonus bInt,1; bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1;','','');
-REPLACE INTO `item_db_re` VALUES ('20711','Manteau_Of_Diego','Manteau Of Diego','5','20','10','600','0','0','15','0','1','4294967295','63','2','4','0','0','150','1','0','bonus bInt,1; bonus bDex,1; bonus bMdef,3;','','');
-REPLACE INTO `item_db_re` VALUES ('20724','Love_Dad_Wings_2012','Love Dad Wings 2012','5','0','0','100','0','0','15','0','1','4294967295','63','2','4','0','0','150','1','5','','','');
-REPLACE INTO `item_db_re` VALUES ('21000','Upg_Twohand_Sword','Upgrade Two-Hand Sword','4','20','10','1500','100','0','0','1','1','16514','63','2','34','3','0','150','1','3','bonus bBaseAtk,(getrefine()*12); bonus bMatk,(getrefine()*5); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
-REPLACE INTO `item_db_re` VALUES ('21001','Velum_Claymore','Vellum Claymore','4','20','10','3500','260','0','0','2','0','16514','63','2','34','4','95','150','1','3','bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,30; if(getrefine()>=6) { bonus2 bAddRace,RC_DemiHuman,40; } if(getrefine()>=9) { autobonus2 \"{ bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; }\",200,1000,BF_WEAPON,\"{ specialeffect2 EF_REFLECTSHIELD; }\"; }','','');
-REPLACE INTO `item_db_re` VALUES ('21002','Velum_Katzbalger','Vellum Katzbalger','4','20','10','2500','100','0','0','1','0','16514','63','2','34','4','95','150','1','3','bonus2 bSPVanishRate,10000,8;','','');
-REPLACE INTO `item_db_re` VALUES ('21003','Muramasa_','Muramasa','4','20','10','1000','155','0','0','1','2','16514','63','2','34','4','48','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('21004','Alca_Bringer_','Alca Bringer','4','20','10','3400','280','0','0','2','2','16512','56','2','34','3','100','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('21005','Metal_Two_Hand_Sword','Metal Two-Handed Sword','4','20','10','0','95','0','0','1','1','16514','63','2','34','3','0','150','1','3','','','');
-REPLACE INTO `item_db_re` VALUES ('22514','Candy_Holder','Candy Holder','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','','','');
-REPLACE INTO `item_db_re` VALUES ('22540','Runstone_Luxanima','Lux Anima Rune','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','itemskill RK_LUXANIMA,1;','','');
+REPLACE INTO `item_db_re` VALUES ('501','Red_Potion','Red Potion','0','50','25','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(45,65),0;','','');
+REPLACE INTO `item_db_re` VALUES ('502','Orange_Potion','Orange Potion','0','200','100','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(105,145),0;','','');
+REPLACE INTO `item_db_re` VALUES ('503','Yellow_Potion','Yellow Potion','0','550','275','130','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(175,235),0;','','');
+REPLACE INTO `item_db_re` VALUES ('504','White_Potion','White Potion','0','1200','600','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),0;','','');
+REPLACE INTO `item_db_re` VALUES ('505','Blue_Potion','Blue Potion','0','5000','2500','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(40,60);','','');
+REPLACE INTO `item_db_re` VALUES ('506','Green_Potion','Green Potion','0','40','20','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('507','Red_Herb','Red Herb','0','18','9','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(18,28),0;','','');
+REPLACE INTO `item_db_re` VALUES ('508','Yellow_Herb','Yellow Herb','0','40','20','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(38,58),0;','','');
+REPLACE INTO `item_db_re` VALUES ('509','White_Herb','White Herb','0','120','60','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(75,115),0;','','');
+REPLACE INTO `item_db_re` VALUES ('510','Blue_Herb','Blue Herb','0','60','30','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(15,30);','','');
+REPLACE INTO `item_db_re` VALUES ('511','Green_Herb','Green Herb','0','10','5','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_end SC_POISON;','','');
+REPLACE INTO `item_db_re` VALUES ('512','Apple','Apple','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(16,22),0;','','');
+REPLACE INTO `item_db_re` VALUES ('513','Banana','Banana','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(17,21),0;','','');
+REPLACE INTO `item_db_re` VALUES ('514','Grape','Grape','0','200','100','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(10,15);','','');
+REPLACE INTO `item_db_re` VALUES ('515','Carrot','Carrot','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(18,20),0;','','');
+REPLACE INTO `item_db_re` VALUES ('516','Sweet_Potato','Potato','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(15,23),0;','','');
+REPLACE INTO `item_db_re` VALUES ('517','Meat','Meat','0','50','25','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(70,100),0;','','');
+REPLACE INTO `item_db_re` VALUES ('518','Honey','Honey','0','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(70,100),rand(20,40);','','');
+REPLACE INTO `item_db_re` VALUES ('519','Milk','Milk','0','25','12','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(27,37),0;','','');
+REPLACE INTO `item_db_re` VALUES ('520','Leaflet_Of_Hinal','Hinalle Leaflet','0','150','75','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(175,235),0;','','');
+REPLACE INTO `item_db_re` VALUES ('521','Leaflet_Of_Aloe','Aloe Leaflet','0','360','180','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),0;','','');
+REPLACE INTO `item_db_re` VALUES ('522','Fruit_Of_Mastela','Mastela Fruit','0','8500','4250','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(400,600),0;','','');
+REPLACE INTO `item_db_re` VALUES ('523','Holy_Water','Holy Water','0','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_end SC_CURSE;','','');
+REPLACE INTO `item_db_re` VALUES ('525','Panacea','Panacea','0','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('526','Royal_Jelly','Royal Jelly','0','7000','3500','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('528','Monster\'s_Feed','Monster\'s Feed','0','60','30','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(72,108),0;','','');
+REPLACE INTO `item_db_re` VALUES ('529','Candy','Candy','0','10','5','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(45,65),0;','','');
+REPLACE INTO `item_db_re` VALUES ('530','Candy_Striper','Candy Cane','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(105,145),0;','','');
+REPLACE INTO `item_db_re` VALUES ('531','Apple_Juice','Apple Juice','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(25,35),0;','','');
+REPLACE INTO `item_db_re` VALUES ('532','Banana_Juice','Banana Juice','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(26,34),0;','','');
+REPLACE INTO `item_db_re` VALUES ('533','Grape_Juice','Grape Juice','0','250','125','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(15,25);','','');
+REPLACE INTO `item_db_re` VALUES ('534','Carrot_Juice','Carrot Juice','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(27,33),0;','','');
+REPLACE INTO `item_db_re` VALUES ('535','Pumpkin','Pumpkin','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 19,0;','','');
+REPLACE INTO `item_db_re` VALUES ('536','Ice_Cream','Ice Cream','0','150','75','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(105,145),0; if(rand(1000)<250) sc_start SC_FREEZE,10000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('537','Pet_Food','Pet Food','0','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,90),0;','','');
+REPLACE INTO `item_db_re` VALUES ('538','Well_Baked_Cookie','Well-baked Cookie','0','1000','500','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(160,200),0;','','');
+REPLACE INTO `item_db_re` VALUES ('539','Piece_Of_Cake','Piece of Cake','0','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(270,330),0;','','');
+REPLACE INTO `item_db_re` VALUES ('540','Falcon\'s_Feed','Falcon Food','0','2000','1000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(185,225),0;','','');
+REPLACE INTO `item_db_re` VALUES ('541','Pecopeco\'s_Feed','PecoPeco Food','0','3000','1500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),0;','','');
+REPLACE INTO `item_db_re` VALUES ('542','Festive_Cookie','Festive Cookie','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('543','Festive_Rainbow_Cake','Festive Rainbow Cake','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('544','Fish_Slice','Raw Fish','0','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(25,60),0;','','');
+REPLACE INTO `item_db_re` VALUES ('545','Red_Slim_Potion','Condensed Red Potion','0','150','75','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(45,65),0;','','');
+REPLACE INTO `item_db_re` VALUES ('546','Yellow_Slim_Potion','Condensed Yellow Potion','0','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(175,235),0;','','');
+REPLACE INTO `item_db_re` VALUES ('547','White_Slim_Potion','Condensed White Potion','0','1650','825','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),0;','','');
+REPLACE INTO `item_db_re` VALUES ('548','Cheese','Cheese','0','2800','1400','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(10,15);','','');
+REPLACE INTO `item_db_re` VALUES ('549','Nice_Sweet_Potato','Yam','0','180','90','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,100),0; if(rand(1000)<150) sc_start SC_STUN,3000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('550','Popped_Rice','Rice Cake','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(10,15),0;','','');
+REPLACE INTO `item_db_re` VALUES ('551','Shusi','Sushi','0','1','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,60),0;','','');
+REPLACE INTO `item_db_re` VALUES ('552','KETUPAT','Ketupat','0','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(70,90),rand(20,30);','','');
+REPLACE INTO `item_db_re` VALUES ('553','Bun','Bao','0','1','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(35,70),0;','','');
+REPLACE INTO `item_db_re` VALUES ('554','Mojji','Mochi','0','100','50','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(105,145),0; sc_start SC_STUN,3000,0; if(rand(1000)<150) sc_start SC_BLIND,2000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('555','Rice_Cake','Traditional Rice Cake','0','100','50','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(105,145),0;','','');
+REPLACE INTO `item_db_re` VALUES ('556','Long_Rice_Cake','Rice Cake Stick','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(20,25),0;','','');
+REPLACE INTO `item_db_re` VALUES ('557','Hash_Rice_Cake','Neatly Sliced Rice Cake','0','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(25,30),0;','','');
+REPLACE INTO `item_db_re` VALUES ('558','Chocolate','Chocolate','0','1','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 1,1;','','');
+REPLACE INTO `item_db_re` VALUES ('559','HandMade_Chocolate','Hand-made Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('560','HandMade_Chocolate_','Handmade White Chocolate','0','5000','2500','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('561','White_Chocolate','White Chocolate','0','5000','2500','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('562','Pizza','Doublecrust Swiss Fondue','0','100','50','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(70,100),0;','','');
+REPLACE INTO `item_db_re` VALUES ('563','Pizza_01','Doublecrust Swiss Fondue','0','1200','600','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(375,445),0;','','');
+REPLACE INTO `item_db_re` VALUES ('564','Rice_Ball','Rice Ball','0','1','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 200,0;','','');
+REPLACE INTO `item_db_re` VALUES ('565','Vita500_Bottle','Vita500','0','580','290','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(142,274),0;','','');
+REPLACE INTO `item_db_re` VALUES ('566','Tomyumkung','Tom Yum Goong','0','10000','5000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(244,350),rand(10,30); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('567','Prawn','Shrimp','0','500','250','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(117,192),0;','','');
+REPLACE INTO `item_db_re` VALUES ('568','Lemon','Lemon','0','60','30','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(10,20);','','');
+REPLACE INTO `item_db_re` VALUES ('569','Novice_Potion','Novice Potion','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(44,66),0;','','');
+REPLACE INTO `item_db_re` VALUES ('570','Lucky_Candy','Lucky Candy','0','10','5','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(45,65),0;','','');
+REPLACE INTO `item_db_re` VALUES ('571','Lucky_Candy_Cane','Lucky Candy Cane','0','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(105,145),0;','','');
+REPLACE INTO `item_db_re` VALUES ('572','Lucky_Cookie','Lucky Cookie','0','1000','500','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(160,200),0;','','');
+REPLACE INTO `item_db_re` VALUES ('573','Chocolate_Drink','Chocolate Drink','0','7000','3500','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(330,410),rand(45,65); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('574','Egg','Egg','0','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(33,42),0;','','');
+REPLACE INTO `item_db_re` VALUES ('575','Piece_Of_Cake_','2nd Anniversary Cake','0','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(270,330),0;','','');
+REPLACE INTO `item_db_re` VALUES ('576','Prickly_Fruit','Prickly Fruit','0','540','270','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(150,300),rand(20,30);','','');
+REPLACE INTO `item_db_re` VALUES ('577','Grain','Bag of Grain','0','200','100','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(60,70),0;','','');
+REPLACE INTO `item_db_re` VALUES ('578','Strawberry','Strawberry','0','200','100','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(16,28);','','');
+REPLACE INTO `item_db_re` VALUES ('579','Delicious_Fish','Fresh Fish','0','250','125','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(100,150),0;','','');
+REPLACE INTO `item_db_re` VALUES ('580','Bread','Bread','0','150','75','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,90),0;','','');
+REPLACE INTO `item_db_re` VALUES ('581','Mushroom','Edible Mushroom','0','40','20','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(20,30),0;','','');
+REPLACE INTO `item_db_re` VALUES ('582','Orange','Orange','0','300','150','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(10,20),rand(10,20);','','');
+REPLACE INTO `item_db_re` VALUES ('583','KETUPAT_','Ketupat Sayur','0','7000','3500','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('584','Fish_Ball_Soup','Fish Cake Soup','0','100','50','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(40,70),0;','','');
+REPLACE INTO `item_db_re` VALUES ('585','Wurst','Brusti','0','2','1','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(15,20),0;','','');
+REPLACE INTO `item_db_re` VALUES ('586','Mother\'s_Cake','Mother\'s Cake','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),0;','','');
+REPLACE INTO `item_db_re` VALUES ('587','Prickly_Fruit_','Red Prickly Fruit','0','880','440','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(270,330),rand(20,30);','','');
+REPLACE INTO `item_db_re` VALUES ('588','Spaghetti','Spaghetti','0','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(40,70),0;','','');
+REPLACE INTO `item_db_re` VALUES ('589','Pizza_02','Piece of Pizza','0','1200','600','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(375,445),0;','','');
+REPLACE INTO `item_db_re` VALUES ('590','Brezel_','Bretzel','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,90),0;','','');
+REPLACE INTO `item_db_re` VALUES ('591','Caviar_Pancake','Caviar Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('592','Jam_Pancake','Jam Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('593','Honey_Pancake','Honey Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('594','Sour_Cream_Pancake','Sour-Cream Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('595','Mushroom_Pancake','Mushroom Pancake','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),rand(40,60); sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION;','','');
+REPLACE INTO `item_db_re` VALUES ('596','Cute_Strawberry_Choco','Cute Strawberry-Choco','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(1,100);','','');
+REPLACE INTO `item_db_re` VALUES ('597','Lovely_Choco_Tart','Lovely Choco-Tart','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(10,400),0;','','');
+REPLACE INTO `item_db_re` VALUES ('598','Light_Red_Pot','Light Red Potion','0','50','25','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(45,65),0;','','');
+REPLACE INTO `item_db_re` VALUES ('599','Light_Orange_Pot','Light Orange Potion','0','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(105,145),0;','','');
+REPLACE INTO `item_db_re` VALUES ('601','Wing_Of_Fly','Fly Wing','11','60','30','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill AL_TELEPORT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('602','Wing_Of_Butterfly','Butterfly Wing','11','300','150','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill AL_TELEPORT,3;','','');
+REPLACE INTO `item_db_re` VALUES ('603','Old_Blue_Box','Old Blue Box','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 603,1;','','');
+REPLACE INTO `item_db_re` VALUES ('604','Branch_Of_Dead_Tree','Dead Branch','2','50','25','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','monster \"this\",-1,-1,\"--ja--\",-1,1,\"\";','','');
+REPLACE INTO `item_db_re` VALUES ('605','Anodyne','Anodyne','11','2000','1000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill SM_ENDURE,1;','','');
+REPLACE INTO `item_db_re` VALUES ('606','Aloebera','Aloevera','11','1500','750','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill SM_SELFPROVOKE,1;','','');
+REPLACE INTO `item_db_re` VALUES ('607','Yggdrasilberry','Yggdrasil Berry','0','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 100,100;','','');
+REPLACE INTO `item_db_re` VALUES ('608','Seed_Of_Yggdrasil','Yggdrasil Seed','0','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('609','Amulet','Amulet','2','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('610','Leaf_Of_Yggdrasil','Yggdrasil Leaf','11','4000','2000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ALL_RESURRECTION,1;','','');
+REPLACE INTO `item_db_re` VALUES ('611','Spectacles','Magnifier','11','40','20','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MC_IDENTIFY,1;','','');
+REPLACE INTO `item_db_re` VALUES ('612','Portable_Furnace','Mini Furnace','2','150','75','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','produce 21;','','');
+REPLACE INTO `item_db_re` VALUES ('613','Iron_Hammer','Iron Hammer','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','produce 1;','','');
+REPLACE INTO `item_db_re` VALUES ('614','Golden_Hammer','Golden Hammer','2','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','produce 2;','','');
+REPLACE INTO `item_db_re` VALUES ('615','Oridecon_Hammer','Oridecon Hammer','2','5000','2500','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','produce 3;','','');
+REPLACE INTO `item_db_re` VALUES ('616','Old_Card_Album','Old Card Album','2','10000','5000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 616,1;','','');
+REPLACE INTO `item_db_re` VALUES ('617','Old_Violet_Box','Old Purple Box','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 617,1;','','');
+REPLACE INTO `item_db_re` VALUES ('618','Worn_Out_Scroll','Worn Out Scroll','2','50','25','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('619','Unripe_Apple','Unripe Apple','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1002;','','');
+REPLACE INTO `item_db_re` VALUES ('620','Orange_Juice','Orange Juice','2','1500','750','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1113;','','');
+REPLACE INTO `item_db_re` VALUES ('621','Bitter_Herb','Bitter Herb','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1031;','','');
+REPLACE INTO `item_db_re` VALUES ('622','Rainbow_Carrot','Rainbow Carrot','2','2500','1250','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1063;','','');
+REPLACE INTO `item_db_re` VALUES ('623','Earthworm_The_Dude','Earthworm the Dude','2','4000','2000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1049;','','');
+REPLACE INTO `item_db_re` VALUES ('624','Rotten_Fish','Rotten Fish','2','2500','1250','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1011;','','');
+REPLACE INTO `item_db_re` VALUES ('625','Lusty_Iron','Rusty Iron','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1042;','','');
+REPLACE INTO `item_db_re` VALUES ('626','Monster_Juice','Monster Juice','2','1500','750','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1035;','','');
+REPLACE INTO `item_db_re` VALUES ('627','Sweet_Milk','Sweet Milk','2','7000','3500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1167;','','');
+REPLACE INTO `item_db_re` VALUES ('628','Well_Dried_Bone','Well-Dried Bone','2','10000','5000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1107;','','');
+REPLACE INTO `item_db_re` VALUES ('629','Singing_Flower','Singing Flower','2','300','150','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1052;','','');
+REPLACE INTO `item_db_re` VALUES ('630','Dew_Laden_Moss','Dew Laden Moss','2','10','5','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1014;','','');
+REPLACE INTO `item_db_re` VALUES ('631','Deadly_Noxious_Herb','Deadly Noxious Herb','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1077;','','');
+REPLACE INTO `item_db_re` VALUES ('632','Fatty_Chubby_Earthworm','Fatty Chubby Earthworm','2','5000','2500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1019;','','');
+REPLACE INTO `item_db_re` VALUES ('633','Baked_Yam','Sweet Potato','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1056;','','');
+REPLACE INTO `item_db_re` VALUES ('634','Tropical_Banana','Tropical Banana','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1057;','','');
+REPLACE INTO `item_db_re` VALUES ('635','Horror_Of_Tribe','Orc Trophy','2','300','150','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1023;','','');
+REPLACE INTO `item_db_re` VALUES ('636','No_Recipient','No Recipient','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1026;','','');
+REPLACE INTO `item_db_re` VALUES ('637','Old_Broom','Old Broom','2','350','175','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1110;','','');
+REPLACE INTO `item_db_re` VALUES ('638','Silver_Knife_Of_Chaste','Silver Knife of Chastity','2','12000','6000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1170;','','');
+REPLACE INTO `item_db_re` VALUES ('639','Armlet_Of_Obedience','Armlet of Obedience','2','18000','9000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1029;','','');
+REPLACE INTO `item_db_re` VALUES ('640','Shining_Stone','Shining Stone','2','3000','1500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1155;','','');
+REPLACE INTO `item_db_re` VALUES ('641','Contracts_In_Shadow','Contract in Shadow','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1109;','','');
+REPLACE INTO `item_db_re` VALUES ('642','Book_Of_Devil','Book of the Devil','2','1800','900','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1101;','','');
+REPLACE INTO `item_db_re` VALUES ('643','Pet_Incubator','Pet Incubator','2','3000','1500','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','bpet;','','');
+REPLACE INTO `item_db_re` VALUES ('644','Gift_Box','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 644,1;','','');
+REPLACE INTO `item_db_re` VALUES ('645','Center_Potion','Concentration Potion','2','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ATTHASTE_POTION1,1800000,4;','','');
+REPLACE INTO `item_db_re` VALUES ('656','Awakening_Potion','Awakening Potion','2','1500','750','150','0','0','0','0','0','4294442735','63','2','0','0','40','150','0','0','0','sc_start SC_ATTHASTE_POTION2,1800000,6;','','');
+REPLACE INTO `item_db_re` VALUES ('657','Berserk_Potion','Berserk Potion','2','3000','1500','200','0','0','0','0','0','31868582','63','2','0','0','85','150','0','0','0','sc_start SC_ATTHASTE_POTION3,1800000,9;','','');
+REPLACE INTO `item_db_re` VALUES ('658','Union_Of_Tribe','Tribal Solidarity','2','2','1','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','guildgetexp rand(600000,1200000);','','');
+REPLACE INTO `item_db_re` VALUES ('659','Heart_Of_Her','Her Heart','2','500','250','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1188;','','');
+REPLACE INTO `item_db_re` VALUES ('660','Prohibition_Red_Candle','Forbidden Red Candle','2','20000','10000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1200;','','');
+REPLACE INTO `item_db_re` VALUES ('661','Sway_Apron','Soft Apron','2','20000','10000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1275;','','');
+REPLACE INTO `item_db_re` VALUES ('662','Inspector_Certificate','Authoritative Badge','2','1450','725','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MOVHASTE_HORSE,180000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('663','Korea_Rice_Cake','Korean Rice Cake','0','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 10,0;','','');
+REPLACE INTO `item_db_re` VALUES ('664','Gift_Box_1','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 664,1;','','');
+REPLACE INTO `item_db_re` VALUES ('665','Gift_Box_2','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 665,1;','','');
+REPLACE INTO `item_db_re` VALUES ('666','Gift_Box_3','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 666,1;','','');
+REPLACE INTO `item_db_re` VALUES ('667','Gift_Box_4','Gift Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 667,1;','','');
+REPLACE INTO `item_db_re` VALUES ('668','Handsei','New Year\'s Red Envelope','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','set Zeny,Zeny+rand(1000,10000);','','');
+REPLACE INTO `item_db_re` VALUES ('669','Rice_Cake_Soup','Tempting Rice-Cake Soup','0','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal -100,-100;','','');
+REPLACE INTO `item_db_re` VALUES ('670','Gold_Coin_Moneybag','Bag of Gold Coins','3','100000','50000','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('671','Gold_Coin','Gold Coin','3','10000','5000','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('672','Copper_Coin_Moneybag','Bag of Bronze Coins','3','1000','500','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('673','Copper_Coin','UGC Token','3','100','50','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('674','Mithril_Coin','Mithril Coin','3','5000','2500','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('675','Silver_Coin','Silver Coin','3','5000','2500','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('676','Silver_Coin_Moneybag','Bag of Silver Coins','3','50000','25000','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('677','White_Gold_Coin','Platinum Coin','3','2000','1000','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('678','Poison_Bottle','Poison Bottle','2','5000','2500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) { sc_start SC_DPOISON,60000,0; sc_start SC_ATTHASTE_INFINITY,60000,9; } else percentheal -100,-100;','','');
+REPLACE INTO `item_db_re` VALUES ('679','Gold_Pill','Pilule','2','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(1000)<100) sc_start SC_DPOISON,10000,0; sc_start SC_POISON,50000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('680','Magical_Carnation','Magic Carnation','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 0,20;','','');
+REPLACE INTO `item_db_re` VALUES ('681','Memory_Of_Wedding','Sweet Memory of Marriage','2','50000','25000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if (getpartnerid()) sc_start SC_WEDDING,600000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('682','Realgar_Wine','Distilled Fighting Spirit','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSATTACKPOWER,60000,30;','','');
+REPLACE INTO `item_db_re` VALUES ('683','Exorcize_Herb','Herb of Incantation','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSMAGICPOWER,60000,30;','','');
+REPLACE INTO `item_db_re` VALUES ('684','Durian','Durian','2','15000','7500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSATTACKPOWER,60000,10; sc_start SC_PLUSMAGICPOWER,60000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('685','RAMADAN','Ramadan','0','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 100,50;','','');
+REPLACE INTO `item_db_re` VALUES ('686','Earth_Scroll_1_3','Level 3 Earth Spike','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill WZ_EARTHSPIKE,3;','','');
+REPLACE INTO `item_db_re` VALUES ('687','Earth_Scroll_1_5','Level 5 Earth Spike','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill WZ_EARTHSPIKE,5;','','');
+REPLACE INTO `item_db_re` VALUES ('688','Cold_Scroll_1_3','Level 3 Cold Bolt','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_COLDBOLT,3;','','');
+REPLACE INTO `item_db_re` VALUES ('689','Cold_Scroll_1_5','Level 5 Cold Bolt','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_COLDBOLT,5;','','');
+REPLACE INTO `item_db_re` VALUES ('690','Fire_Scroll_1_3','Level 3 Fire Bolt','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_FIREBOLT,3;','','');
+REPLACE INTO `item_db_re` VALUES ('691','Fire_Scroll_1_5','Level 5 Fire Bolt','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_FIREBOLT,5;','','');
+REPLACE INTO `item_db_re` VALUES ('692','Wind_Scroll_1_3','Level 3 Lightening Bolt','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_LIGHTNINGBOLT,3;','','');
+REPLACE INTO `item_db_re` VALUES ('693','Wind_Scroll_1_5','Level 5 Lightening Bolt','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_LIGHTNINGBOLT,5;','','');
+REPLACE INTO `item_db_re` VALUES ('694','Ghost_Scroll_1_3','Level 3 Soul Strike','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_SOULSTRIKE,3;','','');
+REPLACE INTO `item_db_re` VALUES ('695','Ghost_Scroll_1_5','Level 5 Soul Strike','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_SOULSTRIKE,5;','','');
+REPLACE INTO `item_db_re` VALUES ('696','Fire_Scroll_2_1','Level 1 Fire Ball','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_FIREBALL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('697','Fire_Scroll_2_5','Level 5 Fire Ball','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_FIREBALL,5;','','');
+REPLACE INTO `item_db_re` VALUES ('698','Fire_Scroll_3_1','Level 1 Fire Wall','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_FIREWALL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('699','Fire_Scroll_3_5','Level 5 Fire Wall','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_FIREWALL,5;','','');
+REPLACE INTO `item_db_re` VALUES ('700','Cold_Scroll_2_1','Level 1 Frost Diver','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_FROSTDIVER,1;','','');
+REPLACE INTO `item_db_re` VALUES ('701','Ora_Ora','Ora Ora','3','55000','27500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('702','Animal_Blood','Animal Gore','3','450','225','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('703','Hinalle','Hinalle','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('704','Aloe','Aloe','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('705','Clover','Clover','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('706','Four_Leaf_Clover','Four Leaf Clover','3','80000','40000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('707','Singing_Plant','Singing Plant','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('708','Ment','Ment','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('709','Izidor','Izidor','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('710','Illusion_Flower','Illusion Flower','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('711','Shoot','Shoot','3','16','8','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('712','Flower','Flower','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('713','Empty_Bottle','Empty Bottle','3','6','3','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('714','Emperium','Emperium','3','2','1','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('715','Yellow_Gemstone','Yellow Gemstone','3','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('716','Red_Gemstone','Red Gemstone','3','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('717','Blue_Gemstone','Blue Gemstone','3','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('718','Dark_Red_Jewel','Garnet','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('719','Violet_Jewel','Amethyst','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('720','Skyblue_Jewel','Aquamarine','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('721','Azure_Jewel','Emerald','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('722','Scarlet_Jewel','Pearl','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('723','Cardinal_Jewel','Ruby','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('724','Cardinal_Jewel_','Cursed Ruby','3','600','300','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('725','Red_Jewel','Sardonyx','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('726','Blue_Jewel','Sapphire','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('727','White_Jewel','Opal','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('728','Golden_Jewel','Topaz','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('729','Bluish_Green_Jewel','Zircon','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('730','Crystal_Jewel','1carat Diamond','3','10000','5000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('731','Crystal_Jewel_','2carat Diamond','3','25000','12500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('732','Crystal_Jewel__','3carat Diamond','3','55000','27500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('733','Crystal_Jewel___','Cracked Diamond','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('734','Red_Frame','Red Frame','3','3000','1500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('735','Blue_Porcelain','Chung Jah','3','5000','2500','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('736','White_Platter','China','3','1000','500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('737','Black_Ladle','Black Ladle','3','400','200','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('738','Pencil_Case','Pencil Case','3','400','200','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('739','Rouge','Rouge','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('740','Stuffed_Doll','Puppet','3','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('741','Poring_Doll','Poring Doll','3','1800','900','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('742','Chonchon_Doll','Chonchon Doll','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('743','Spore_Doll','Spore Doll','3','5500','2750','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('744','Bunch_Of_Flowers','Bouquet','3','2000','1000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('745','Wedding_Bouquet','Wedding Bouquet','3','12000','6000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('746','Glass_Bead','Glass Bead','3','1400','700','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('747','Crystal_Mirror','Crystal Mirror','3','15000','7500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('748','Witherless_Rose','Witherless Rose','3','55000','27500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('749','Frozen_Rose','Frozen Rose','3','35000','17500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('750','Baphomet_Doll','Baphomet Doll','3','18000','9000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('751','Osiris_Doll','Osiris Doll','3','14000','7000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('752','Grasshopper_Doll','Rocker Doll','3','4000','2000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('753','Monkey_Doll','Yoyo Doll','3','6000','3000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('754','Raccoondog_Doll','Racoon Doll','3','5000','2500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('756','Oridecon_Stone','Rough Oridecon','3','550','275','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('757','Elunium_Stone','Rough Elunium','3','650','325','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('901','Danggie','Daenggie','3','260','130','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('902','Tree_Root','Tree Root','3','12','6','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('903','Reptile_Tongue','Reptile Tongue','3','140','70','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('904','Scorpion\'s_Tail','Scorpion Tail','3','124','62','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('905','Stem','Stem','3','46','23','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('906','Pointed_Scale','Pointed Scale','3','68','34','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('907','Resin','Resin','3','120','60','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('908','Spawn','Spawn','3','140','70','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('909','Jellopy','Jellopy','3','6','3','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('910','Garlet','Garlet','3','40','20','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('911','Scell','Scell','3','160','80','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('912','Zargon','Zargon','3','480','240','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('913','Tooth_Of_Bat','Tooth of Bat','3','34','17','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('914','Fluff','Fluff','3','8','4','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('915','Chrysalis','Chrysalis','3','8','4','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('916','Feather_Of_Birds','Feather of Birds','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('917','Talon','Talon','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('918','Sticky_Webfoot','Sticky Webfoot','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('919','Animal\'s_Skin','Animal Skin','3','36','18','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('920','Claw_Of_Wolves','Wolf Claw','3','58','29','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('921','Mushroom_Spore','Mushroom Spore','3','36','18','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('922','Orcish_Cuspid','Orc\'s Fang','3','220','110','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('923','Evil_Horn','Evil Horn','3','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('924','Powder_Of_Butterfly','Powder of Butterfly','3','90','45','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('925','Bill_Of_Birds','Bill of Birds','3','64','32','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('926','Scale_Of_Snakes','Snake Scale','3','82','41','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('928','Insect_Feeler','Insect Feeler','3','114','57','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('929','Immortal_Heart','Immortal Heart','3','374','187','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('930','Rotten_Bandage','Rotten Bandage','3','350','175','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('931','Orcish_Voucher','Orcish Voucher','3','142','71','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('932','Skel_Bone','Skel-Bone','3','232','116','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('934','Mementos','Memento','3','600','300','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('935','Shell','Shell','3','14','7','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('936','Scales_Shell','Scale Shell','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('937','Posionous_Canine','Venom Canine','3','148','74','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('938','Sticky_Mucus','Sticky Mucus','3','70','35','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('939','Bee_Sting','Bee Sting','3','32','16','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('940','Grasshopper\'s_Leg','Grasshopper\'s Leg','3','36','18','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('941','Nose_Ring','Nose Ring','3','568','284','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('942','Yoyo_Tail','Yoyo Tail','3','114','57','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('943','Solid_Shell','Solid Shell','3','448','224','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('944','Horseshoe','Horseshoe','3','588','294','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('945','Raccoon_Leaf','Raccoon Leaf','3','106','53','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('946','Snail\'s_Shell','Snail\'s Shell','3','64','32','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('947','Horn','Horn','3','116','58','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('948','Bear\'s_Foot','Bear\'s Footskin','3','174','87','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('949','Feather','Feather','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('950','Heart_Of_Mermaid','Heart of Mermaid','3','264','132','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('951','Fin','Fin','3','412','206','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('952','Cactus_Needle','Cactus Needle','3','82','41','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('953','Stone_Heart','Stone Heart','3','184','92','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('954','Shining_Scales','Shining Scale','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('955','Worm_Peelings','Worm Peeling','3','52','26','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('956','Gill','Gill','3','342','171','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('957','Decayed_Nail','Decayed Nail','3','82','41','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('958','Horrendous_Mouth','Horrendous Mouth','3','390','195','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('959','Rotten_Scale','Stinky Scale','3','168','84','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('960','Nipper','Nipper','3','114','57','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('961','Conch','Conch','3','158','79','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('962','Tentacle','Tentacle','3','70','35','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('963','Sharp_Scale','Sharp Scale','3','250','125','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('964','Crap_Shell','Crab Shell','3','90','45','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('965','Clam_Shell','Clam Shell','3','56','28','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('966','Flesh_Of_Clam','Clam Flesh','3','158','79','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('967','Turtle_Shell','Turtle Shell','3','680','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('968','Voucher_Of_Orcish_Hero','Heroic Emblem','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('969','Gold','Gold','3','200000','100000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('970','Alchol','Alcohol','3','400','200','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('971','Detrimindexta','Detrimindexta','3','400','200','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('972','Karvodailnirol','Karvodailnirol','3','400','200','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('973','Counteragent','Counteragent','3','800','400','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('974','Mixture','Mixture','3','800','400','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('975','Scarlet_Dyestuffs','Scarlet Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('976','Lemon_Dyestuffs','Lemon Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('978','Cobaltblue_Dyestuffs','Cobaltblue Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('979','Darkgreen_Dyestuffs','Darkgreen Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('980','Orange_Dyestuffs','Orange Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('981','Violet_Dyestuffs','Violet Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('982','White_Dyestuffs','White Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('983','Black_Dyestuffs','Black Dyestuffs','3','8000','4000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('984','Oridecon','Oridecon','3','1100','550','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('985','Elunium','Elunium','3','1100','550','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('986','Anvil','Anvil','3','30000','15000','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('987','Oridecon_Anvil','Oridecon Anvil','3','120000','60000','700','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('988','Golden_Anvil','Golden Anvil','3','300000','150000','900','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('989','Emperium_Anvil','Emperium Anvil','3','600000','300000','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('990','Boody_Red','Red Blood','3','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('991','Crystal_Blue','Crystal Blue','3','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('992','Wind_Of_Verdure','Wind of Verdure','3','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('993','Yellow_Live','Green Live','3','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('994','Flame_Heart','Flame Heart','3','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('995','Mistic_Frozen','Mystic Frozen','3','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('996','Rough_Wind','Rough Wind','3','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('997','Great_Nature','Great Nature','3','3000','1500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('998','Iron','Iron','3','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('999','Steel','Steel','3','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1000','Star_Crumb','Star Crumb','3','4500','2250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1001','Sparkling_Dust','Star Dust','3','1500','750','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1002','Iron_Ore','Iron Ore','3','50','25','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1003','Coal','Coal','3','500','250','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1004','Patriotism_Marks','Chivalry Emblem','3','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1005','Hammer_Of_Blacksmith','Hammer of Blacksmith','3','2','1','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1006','Old_Magic_Book','Old Magicbook','3','2','1','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1007','Penetration','Necklace of Wisdom','3','2','1','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1008','Frozen_Heart','Necklace of Oblivion','3','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1009','Sacred_Marks','Hand of God','3','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1010','Phracon','Phracon','3','200','100','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1011','Emveretarcon','Emveretarcon','3','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1012','Lizard_Scruff','Frill','3','250','125','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1013','Colorful_Shell','Rainbow Shell','3','90','45','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1014','Jaws_Of_Ant','Ant Jaw','3','232','116','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1015','Thin_N\'_Long_Tongue','Tongue','3','528','264','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1016','Rat_Tail','Rat Tail','3','52','26','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1017','Moustache_Of_Mole','Mole Whiskers','3','106','53','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1018','Nail_Of_Mole','Mole Claw','3','210','105','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1019','Wooden_Block','Trunk','3','60','30','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1020','Long_Hair','Black Hair','3','292','146','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1021','Dokkaebi_Horn','Dokebi Horn','3','292','146','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1022','Fox_Tail','Nine Tails','3','650','325','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1023','Fish_Tail','Fish Tail','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1024','Chinese_Ink','Squid Ink','3','264','132','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1025','Spiderweb','Cobweb','3','184','92','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1026','Acorn','Acorn','3','98','49','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1027','Porcupine_Spike','Porcupine Quill','3','158','79','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1028','Wild_Boar\'s_Mane','Mane','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1029','Tiger\'s_Skin','Tiger Skin','3','548','274','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1030','Tiger_Footskin','Tiger\'s Footskin','3','1500','750','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1031','Limb_Of_Mantis','Mantis Scythe','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1032','Blossom_Of_Maneater','Maneater Blossom','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1033','Root_Of_Maneater','Maneater Root','3','208','104','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1034','Cobold_Hair','Blue Hair','3','342','171','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1035','Dragon_Canine','Dragon Canine','3','484','242','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1036','Dragon_Scale','Dragon Scale','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1037','Dragon_Train','Dragon Tail','3','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1038','Petite_DiablOfs_Horn','Little Evil Horn','3','528','264','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1039','Petite_DiablOfs_Wing','Little Evil Wing','3','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1040','Elder_Pixie\'s_Beard','Elder Pixie\'s Moustache','3','232','116','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1041','Lantern','Lantern','3','250','125','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1042','Short_Leg','Bug Leg','3','430','215','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1043','Nail_Of_Orc','Orc Claw','3','168','84','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1044','Tooth_Of_','Zenorc\'s Fang','3','264','132','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1045','Sacred_Masque','Cultish Masque','3','412','206','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1046','Tweezer','Scorpion Nipper','3','614','307','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1047','Head_Of_Medusa','Dead Medusa','3','548','274','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1048','Slender_Snake','Horrendous Hair','3','800','400','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1049','Skirt_Of_Virgin','Skirt of Virgin','3','1700','850','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1050','Tendon','Tendon','3','220','110','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1051','Detonator','Detonator','3','450','225','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1052','Single_Cell','Single Cell','3','46','23','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1053','Tooth_Of_Ancient_Fish','Ancient Tooth','3','548','274','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1054','Lip_Of_Ancient_Fish','Ancient Lips','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1055','Earthworm_Peeling','Earthworm Peeling','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1056','Grit','Grit','3','306','153','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1057','Moth_Dust','Moth Dust','3','138','69','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1058','Wing_Of_Moth','Moth Wings','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1059','Transparent_Cloth','Fabric','3','306','153','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1060','Golden_Hair','Golden Hair','3','430','215','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1061','Starsand_Of_Witch','Witch Starsand','3','484','242','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1062','Pumpkin_Head','Jack o\' Pumpkin','3','374','187','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1063','Sharpened_Cuspid','Fang','3','680','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1064','Reins','Reins','3','802','401','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1065','Booby_Trap','Trap','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1066','Tree_Of_Archer_1','Fine-grained Trunk','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1067','Tree_Of_Archer_2','Solid Trunk','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1068','Tree_Of_Archer_3','Barren Trunk','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1069','Mushroom_Of_Thief_1','Orange Net Mushroom','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1070','Mushroom_Of_Thief_2','Orange Gooey Mushroom','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1071','Mage_Test_1','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1072','Delivery_Message','Delivery Message','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1073','Merchant_Voucher_1','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1074','Merchant_Voucher_2','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1075','Merchant_Voucher_3','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1076','Merchant_Voucher_4','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1077','Merchant_Voucher_5','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1078','Merchant_Voucher_6','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1079','Merchant_Voucher_7','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1080','Merchant_Voucher_8','Voucher','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1081','Merchant_Box_1','Delivery Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1082','Merchant_Box_2','Delivery Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1083','Merchant_Box_3','Delivery Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1084','Kapra\'s_Pass','Kafra Pass','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1085','Mage_Test_2','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1086','Mage_Test_3','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1087','Mage_Test_4','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1088','Morocc_Potion','Morroc Solution','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1089','Payon_Potion','Payon Solution','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1090','Mage_Test_Etc','Unknown Test Tube','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1091','Merchant_Box_Etc','Delivery Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1092','Empty_Cylinder','Empty Test Tube','3','3','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1093','Empty_Potion','Empty Potion Bottle','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1094','Short_Daenggie','Short Daenggie','3','278','139','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1095','Needle_Of_Alarm','Needle of Alarm','3','546','273','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1096','Round_Shell','Round Shell','3','780','390','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1097','Worn_Out_Page','Worn Out Page','3','948','474','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1098','Manacles','Manacles','3','658','329','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1099','Worn_Out_Prison_Uniform','Worn-out Prison Uniform','3','680','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1101','Sword','Sword','4','100','50','500','25','0','0','1','3','414947','63','2','2','1','2','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1102','Sword_','Sword','4','100','50','500','25','0','0','1','4','414947','63','2','2','1','2','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1103','Sword__','Sword','4','100','50','500','25','0','0','1','0','414947','63','2','2','1','2','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1104','Falchion','Falchion','4','1500','750','600','39','0','0','1','3','414947','63','2','2','1','2','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1105','Falchion_','Falchion','4','1500','750','600','39','0','0','1','4','414947','63','2','2','1','2','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1106','Falchion__','Falchion','4','1500','750','600','39','0','0','1','0','414947','63','2','2','1','2','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1107','Blade','Blade','4','2900','1450','700','53','0','0','1','3','414947','63','2','2','1','2','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1108','Blade_','Blade','4','2900','1450','700','53','0','0','1','4','414947','63','2','2','1','2','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1109','Blade__','Blade','4','2900','1450','700','53','0','0','1','0','414947','63','2','2','1','2','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1110','Lapier','Rapier','4','10000','5000','500','70','0','0','1','2','414947','63','2','2','2','14','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1111','Lapier_','Rapier','4','10000','5000','500','70','0','0','1','3','414947','63','2','2','2','14','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1112','Lapier__','Rapier','4','10000','5000','500','70','0','0','1','0','414947','63','2','2','2','14','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1113','Scimiter','Scimiter','4','17000','8500','700','85','0','0','1','2','414947','63','2','2','2','14','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1114','Scimiter_','Scimiter','4','17000','8500','700','85','0','0','1','3','414947','63','2','2','2','14','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1115','Scimiter__','Scimiter','4','17000','8500','700','85','0','0','1','3','414947','63','2','2','2','14','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1116','Katana','Katana','4','2000','1000','1000','60','0','0','1','3','16514','63','2','34','1','4','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1117','Katana_','Katana','4','2000','1000','1000','60','0','0','1','4','16514','63','2','34','1','4','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1118','Katana__','Katana','4','2000','1000','1000','60','0','0','1','0','16514','63','2','34','1','4','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1119','Tsurugi','Tsurugi','4','51000','25500','1200','130','0','0','1','1','414946','63','2','2','3','27','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1120','Tsurugi_','Tsurugi','4','51000','25500','1200','130','0','0','1','2','414946','63','2','2','3','27','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1121','Tsurugi__','Tsurugi','4','51000','25500','1200','130','0','0','1','0','414946','63','2','2','3','27','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1122','Ring_Pommel_Saber','Ring Pommel Saber','4','24000','12000','900','100','0','0','1','2','414946','63','2','2','2','14','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1123','Haedonggum','Haedonggum','4','50000','25000','900','120','0','0','1','1','414946','63','2','2','3','27','150','1','2','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1124','Orcish_Sword','Orcish Sword','4','20','10','800','90','0','0','1','0','414947','63','2','2','3','5','150','1','2','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1125','Ring_Pommel_Saber_','Ring Pommel Saber','4','24000','12000','900','100','0','0','1','3','414946','63','2','2','2','14','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1126','Saber','Saber','4','49000','24500','1000','115','0','0','1','2','414946','63','2','2','3','27','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1127','Saber_','Saber','4','49000','24500','1000','115','0','0','1','3','414946','63','2','2','3','27','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1128','Hae_Dong_Gum_','Haedonggum','4','50000','25000','900','120','0','0','1','2','414946','63','2','2','3','27','150','1','2','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1129','Flamberge','Flamberge','4','60000','30000','1500','150','0','0','1','0','16512','63','2','2','3','27','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1130','Nagan','Nagan','4','20','10','500','120','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','skill TF_DOUBLE,5; bonus bDoubleRate,25; bonus2 bAddRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1131','Ice_Falchon','Ice Falchion','4','20','10','600','100','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500; bonus2 bAddEff2,Eff_Freeze,10; skill MG_COLDBOLT,3; bonus3 bAutoSpell,MG_COLDBOLT,3,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1132','Edge','Edge','4','20','10','700','115','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus2 bAddEff,Eff_Curse,30; bonus2 bWeaponComaRace,RC_NonBoss,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1133','Fire_Brand','Fireblend','4','20','10','500','100','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus bAtkEle,Ele_Fire; skill MG_FIREBOLT,3; bonus3 bAutoSpell,MG_FIREBOLT,3,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1134','Scissores_Sword','Caesar\'s Sword','4','20','10','700','140','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus2 bAddRace,RC_Plant,25; bonus bIgnoreDefRace,RC_Plant;','','');
+REPLACE INTO `item_db_re` VALUES ('1135','Cutlas','Cutlus','4','20','10','900','150','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','skill SM_BASH,5; bonus bStr,2; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1136','Solar_Sword','Solar Sword','4','20','10','1200','85','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus bAtkEle,Ele_Fire; bonus2 bHPDrainRate,1000,1; bonus2 bSPLossRate,15,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('1137','Excalibur','Excalibur','4','20','10','1200','150','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus bInt,5; bonus bLuk,10; bonus bDex,-1; bonus bAtkEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('1138','Mysteltainn_','Mysteltainn','4','20','10','1000','170','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus bAtkEle,Ele_Dark; bonus2 bAddEle,Ele_Ghost,15; bonus3 bAutoSpell,MG_STONECURSE,3,100; bonus2 bAddEff,Eff_Stone,10; bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1139','Tale_Fing_','Tirfing','4','20','10','1000','200','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus bAtkEle,Ele_Dark; bonus2 bHPLossRate,35,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('1140','Byeorrun_Gum','Byeollungum','4','20','10','900','150','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus2 bSubRace,RC_NonBoss,-10; bonus2 bAddRace,RC_Boss,50; bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1141','Immaterial_Sword','Immaterial Sword','4','20','10','900','140','0','0','1','0','414946','63','2','2','4','40','150','1','2','0','bonus bAtkEle,Ele_Ghost; bonus2 bSPVanishRate,30,30; bonus bSPDrainValue,-1; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1142','Jewel_Sword','Jeweled Sword','4','20','10','2200','104','0','0','1','0','414946','63','2','2','3','68','150','1','2','0','bonus bAddMonsterDropChainItem,ITMCHAIN_GEM;','','');
+REPLACE INTO `item_db_re` VALUES ('1143','Gaia_Sword','Gaia Sword','4','20','10','2500','140','0','0','1','0','414946','63','2','2','3','74','150','1','2','0','bonus bAddMonsterDropChainItem,ITMCHAIN_ORE;','','');
+REPLACE INTO `item_db_re` VALUES ('1144','Sasimi','Sashimi','4','20','10','1400','75','0','0','1','0','414946','63','2','2','3','48','150','1','2','0','bonus bAtkEle,Ele_Wind; bonus3 bAddMonsterDropItem,544,RC_Fish,4000;','','');
+REPLACE INTO `item_db_re` VALUES ('1145','Holy_Avenger','Holy Avenger','4','450000','225000','1350','125','0','0','1','0','16384','63','2','2','3','75','150','1','2','0','bonus bAtkEle,Ele_Holy; bonus bVit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1146','Town_Sword','Town Sword','4','42000','21000','800','100','0','0','1','1','1','47','2','2','3','30','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1147','Town_Sword_','Town Sword','4','42000','21000','800','100','0','0','1','2','1','47','2','2','3','30','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1148','Star_Dust_Blade','Star Dust Blade','4','20','10','1000','140','0','0','1','1','1','47','2','2','4','45','150','1','2','0','bonus2 bAddEff,Eff_Stun,500; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1149','Flamberge_','Flamberge','4','60000','30000','1500','150','0','0','1','2','16512','63','2','2','3','27','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1151','Slayer','Slayer','4','15000','7500','1300','90','0','0','1','2','16514','63','2','34','2','18','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1152','Slayer_','Slayer','4','15000','7500','1300','90','0','0','1','3','16514','63','2','34','2','18','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1153','Slayer__','Slayer','4','15000','7500','1300','90','0','0','1','0','16514','63','2','34','2','18','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1154','Bastard_Sword','Bastard Sword','4','22500','11250','1600','115','0','0','1','2','16514','63','2','34','2','18','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1155','Bastard_Sword_','Bastard Sword','4','22500','11250','1600','115','0','0','1','3','16514','63','2','34','2','18','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1156','Bastard_Sword__','Bastard Sword','4','22500','11250','1600','115','0','0','1','0','16514','63','2','34','2','18','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1157','Two_Hand_Sword','Two-handed Sword','4','60000','30000','2200','160','0','0','1','1','16514','63','2','34','3','33','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1158','Two_Hand_Sword_','Two-handed Sword','4','60000','30000','2200','160','0','0','1','2','16514','63','2','34','3','33','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1159','Two_Hand_Sword__','Two-handed Sword','4','60000','30000','2200','160','0','0','1','0','16514','63','2','34','3','33','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1160','Broad_Sword','Broad Sword','4','65000','32500','2000','140','0','0','1','1','16514','63','2','34','3','33','150','1','3','0','bonus bDef,5; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1161','Balmung','Balmung','4','20','10','1000','250','0','0','1','0','4294967295','63','2','34','4','48','150','1','3','0','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('1162','Broad_Sword_','Broad Sword','4','65000','32500','2000','140','0','0','1','2','16514','63','2','34','3','33','150','1','3','0','bonus bDef,5; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1163','Claymore','Claymore','4','74000','37000','2500','180','0','0','1','0','16512','63','2','34','3','33','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1164','Muramasa','Muramasa','4','20','10','1000','155','0','0','1','0','16514','63','2','34','4','48','150','1','3','0','bonus bCritical,30; bonus bAspdRate,8; bonus2 bAddEff2,Eff_Curse,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1165','Masamune','Masamune','4','20','10','1000','200','0','0','1','0','16514','63','2','34','4','48','150','1','3','0','bonus bFlee,30; bonus bStr,-5; bonus bAspd,2; bonus bDefRate,-67; bonus bDef2Rate,-67;','','');
+REPLACE INTO `item_db_re` VALUES ('1166','Dragon_Slayer','Dragon Slayer','4','20','10','1300','150','0','0','1','0','16514','63','2','34','4','48','150','1','3','0','bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Dragon,15;','','');
+REPLACE INTO `item_db_re` VALUES ('1167','Schweizersabel','Schweizersabel','4','20','10','1600','160','0','0','1','0','16514','63','2','34','4','48','150','1','3','0','bonus bAtkEle,Ele_Wind; bonus bDef,1; bonus3 bAutoSpell,MG_LIGHTNINGBOLT,3,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1168','Zweihander','Zweihander','4','20','10','2200','200','0','0','1','0','16514','63','2','34','4','48','150','1','3','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1169','Executioner_','Executioner','4','20','10','2200','155','0','0','1','0','16514','63','2','34','4','48','150','1','3','0','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bAddRace,RC_DemiHuman,20; bonus2 bSubRace,RC_DemiHuman,-10; bonus bAtkEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('1170','Katzbalger','Katzbalger','4','20','10','2000','175','0','0','1','0','16514','63','2','34','4','48','150','1','3','0','bonus bVit,5; bonus bDef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1171','Zweihander_','Zweihander','4','20','10','2200','200','0','0','1','2','16514','63','2','34','4','48','150','1','3','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1172','Claymore_','Claymore','4','74000','37000','2500','180','0','0','1','2','16512','63','2','34','3','33','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1173','Muramasa_C','Muramasa','4','1','0','0','204','0','0','1','0','16514','63','2','34','4','0','150','0','3','0','bonus bCritical,30; bonus bAspdRate,8;','','');
+REPLACE INTO `item_db_re` VALUES ('1174','Executioner_C','Executioner','4','2','1','0','190','0','0','1','0','16514','63','2','34','4','0','150','0','3','0','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bAddRace,RC_DemiHuman,20; bonus2 bSubRace,RC_DemiHuman,-10; bonus bAtkEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('1175','Altas_Weapon','Atlas Weapon','4','20','10','3500','200','0','0','1','1','16514','58','2','34','4','55','150','1','3','0','bonus bCritical,10; if(readparam(bStr)>=80) bonus bBreakArmorRate,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1176','Muscle_Cutter','Muscle Cutter','4','20','10','2200','160','0','0','1','2','16514','58','2','34','4','55','150','1','3','0','bonus2 bAddEff,Eff_Bleeding,800; bonus3 bAutoSpell,AL_DECAGI,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('1177','Muramash','Muramash','4','20','10','0','120','0','0','1','0','16514','63','2','34','1','0','150','0','3','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1178','Schweizersabel_','Schweizersabel','4','20','10','1600','160','0','0','1','2','16514','63','2','34','4','48','150','1','3','0','bonus bAtkEle,Ele_Wind; bonus bDef,1; bonus3 bAutoSpell,MG_LIGHTNINGBOLT,3,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1179','Executioner__','Executioner','4','20','10','2200','155','0','0','1','1','16514','63','2','34','4','48','150','1','3','0','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bAddRace,RC_DemiHuman,20; bonus2 bSubRace,RC_DemiHuman,-10; bonus bAtkEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('1180','Dragon_Slayer_','Dragon Slayer','4','20','10','1300','150','0','0','1','2','16514','63','2','34','4','48','150','1','3','0','bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Dragon,15;','','');
+REPLACE INTO `item_db_re` VALUES ('1181','Tae_Goo_Lyeon','Tae Goo Lyeon','4','20','10','2000','250','0','0','1','2','16514','58','2','34','4','90','150','1','3','0','bonus bFlee2,10; if(JobLevel>=70) autobonus \"{ bonus bBaseAtk,50; }\",10,10000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\"; if(getrefine()>8) { bonus bVariableCastrate,-20; bonus bDelayrate,-20; }','','');
+REPLACE INTO `item_db_re` VALUES ('1182','Bloody_Eater','Bloody Eater','4','20','10','1200','200','0','0','1','2','16514','58','2','34','4','50','150','1','3','0','bonus bAtkEle,Ele_Ghost; autobonus \"{ bonus bCritical,100; bonus bBaseAtk,50; }\",1,5000,0,\"{ specialeffect2 EF_FIRESPLASHHIT; }\"; bonus bHPGainValue,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1183','BF_Two_Handed_Sword1','Brave Assaulter\'s Katzbalger','4','20','10','0','200','0','0','1','0','16514','63','2','34','3','80','150','1','3','0','bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1184','BF_Two_Handed_Sword2','Valorous Assaulter\'s Katzbalger','4','20','10','0','200','0','0','1','0','16514','63','2','34','3','80','150','1','3','0','bonus bCritical,20; bonus2 bAddRace,RC_DemiHuman,55; bonus bCritAtkRate,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1185','Violet_Fear','Violet Fear','4','20','10','2200','275','0','0','1','2','16514','58','2','34','4','80','150','1','3','0','bonus3 bAutoSpell,WZ_METEOR,3,30; bonus3 bAutoSpell,WZ_FROSTNOVA,5,50; autobonus \"{ bonus bIgnoreDefRace,RC_NonBoss; }\",50,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('1186','Death_Guidance','Death Guidance','4','20','10','2000','200','0','0','1','2','16514','58','2','34','4','70','150','1','3','0','bonus bStr,5; bonus bAgi,2; bonus bFlee2,20; bonus3 bAutoSpell,NPC_HELLPOWER,1,10; bonus4 bAutoSpell,NPC_HELLPOWER,1,10,0; if( getrefine()>8 ) bonus3 bAutoSpell,NPC_VAMPIRE_GIFT,2,20; else bonus3 bAutoSpell,NPC_VAMPIRE_GIFT,1,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1187','Krieger_Twohand_Sword1','Glorious Claymore','4','20','10','0','220','0','0','1','0','16514','63','2','34','4','80','150','1','3','0','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-3,1); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus3 bAutoSpell,LK_CONCENTRATION,getskilllv(LK_CONCENTRATION)>1?getskilllv(LK_CONCENTRATION):1,30; bonus3 bAutoSpell,LK_AURABLADE,getskilllv(LK_AURABLADE)>1?getskilllv(LK_AURABLADE):1,30; }','','');
+REPLACE INTO `item_db_re` VALUES ('1188','Veteran_Sword','Veteran Sword','4','10000','5000','2000','180','0','0','1','1','16514','63','2','34','4','80','150','1','3','0','if(getskilllv(SM_BASH)==10) { bonus2 bSkillAtk,SM_BASH,50; } if(getskilllv(KN_BOWLINGBASH)==10) { bonus2 bSkillAtk,KN_BOWLINGBASH,50; } bonus bStr,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1189','Krasnaya','Krasnaya','4','20','10','3800','200','0','0','2','3','16514','58','2','34','2','50','150','1','3','0','if(readparam(bStr)>=95) { bonus bBaseAtk,20; }','','');
+REPLACE INTO `item_db_re` VALUES ('1190','Claymore_C','Claymore','4','0','0','0','220','0','0','1','0','16512','63','2','34','3','0','150','0','3','0','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1191','Alca_Bringer','Alca Bringer','4','20','10','3400','280','0','0','2','0','16512','56','2','34','3','100','150','1','3','0','bonus bAspd,(getrefine()/2);','','');
+REPLACE INTO `item_db_re` VALUES ('1192','P_Slayer1','Eden Slayer I','4','0','0','0','162','0','0','1','0','16514','63','2','34','2','26','150','0','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1193','P_Slayer2','Eden Slayer II','4','0','0','0','185','0','0','1','0','16514','63','2','34','2','40','150','0','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1194','F_Executioner_C','Rental Executioner','4','2','1','0','190','0','0','1','0','16514','63','2','34','4','0','150','0','3','0','bonus bAtkEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('1195','E_Executioner_C','E Executioner C','4','2','1','0','190','0','0','1','0','16514','63','2','34','4','0','150','0','3','0','bonus bAtkEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('1196','Chrome_Twohand_Sword','Two-Handed Chrome Metal Sword','4','20','10','400','280','0','0','1','0','16514','58','2','34','3','110','150','1','3','0','bonus bUnbreakableWeapon,0; bonus bAgi,3; bonus bMaxHPrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('1197','P_Slayer3','Eden Group Slayer III','4','0','0','0','200','0','0','1','0','16514','63','2','34','3','60','150','0','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1198','Hairtail','Hairtail','4','0','0','0','220','0','0','3','0','16514','63','2','34','1','50','150','0','3','0','bonus bUnbreakableWeapon,0; bonus bCritical,20; bonus bCritAtkRate,50; if(BaseLevel>99) { bonus bBaseAtk,50; }','','');
+REPLACE INTO `item_db_re` VALUES ('1199','Ebony_Toe_Nail','Ebony Toe Nail','4','56000','28000','1000','250','150','0','1','0','16512','56','2','34','4','120','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1201','Knife','Knife','4','50','25','400','17','0','0','1','3','579821295','63','2','2','1','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1202','Knife_','Knife','4','50','25','400','17','0','0','1','4','579821295','63','2','2','1','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1203','Knife__','Knife','4','50','25','400','17','0','0','1','0','579821295','63','2','2','1','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1204','Cutter','Cutter','4','1250','625','500','30','0','0','1','3','579821295','63','2','2','1','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1205','Cutter_','Cutter','4','1250','625','500','30','0','0','1','4','579821295','63','2','2','1','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1206','Cutter__','Cutter','4','1250','625','500','30','0','0','1','0','579821295','63','2','2','1','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1207','Main_Gauche','Main Gauche','4','2400','1200','600','43','0','0','1','3','579821295','63','2','2','1','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1208','Main_Gauche_','Main Gauche','4','2400','1200','600','43','0','0','1','4','579821295','63','2','2','1','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1209','Main_Gauche__','Main Gauche','4','2400','1200','600','43','0','0','1','0','579821295','63','2','2','1','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1210','Dirk','Dirk','4','8500','4250','500','59','0','0','1','2','579821295','63','2','2','2','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1211','Dirk_','Dirk','4','8500','4250','500','59','0','0','1','3','579821295','63','2','2','2','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1212','Dirk__','Dirk','4','8500','4250','500','59','0','0','1','0','579821295','63','2','2','2','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1213','Dagger','Dagger','4','14000','7000','600','73','0','0','1','2','579821295','63','2','2','2','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1214','Dagger_','Dagger','4','14000','7000','600','73','0','0','1','3','579821295','63','2','2','2','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1215','Dagger__','Dagger','4','14000','7000','600','73','0','0','1','0','579821295','63','2','2','2','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1216','Stiletto','Stiletto','4','19500','9750','700','87','0','0','1','2','579821295','63','2','2','2','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1217','Stiletto_','Stiletto','4','19500','9750','700','87','0','0','1','3','579821295','63','2','2','2','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1218','Stiletto__','Stiletto','4','19500','9750','700','87','0','0','1','0','579821295','63','2','2','2','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1219','Gladius','Gladius','4','43000','21500','700','105','0','0','1','2','579821294','63','2','2','3','24','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1220','Gladius_','Gladius','4','43000','21500','700','105','0','0','1','3','579821294','63','2','2','3','24','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1221','Gladius__','Gladius','4','43000','21500','700','105','0','0','1','0','579821294','63','2','2','3','24','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1222','Damascus','Damascus','4','49000','24500','800','118','0','0','1','1','579821294','63','2','2','3','24','150','1','1','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1223','Forturn_Sword','Fortune Sword','4','20','10','500','90','0','0','1','0','579821294','63','2','2','4','24','150','1','1','0','bonus bLuk,5; bonus bFlee2,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1224','Sword_Breaker','Swordbreaker','4','20','10','1000','70','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bBreakWeaponRate,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1225','Mail_Breaker','Mailbreaker','4','20','10','1000','70','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bBreakArmorRate,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1226','Damascus_','Damascus','4','49000','24500','800','118','0','0','1','2','579821294','63','2','2','3','24','150','1','1','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1227','Weeder_Knife','Weeder Knife','4','20','10','400','80','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bIgnoreDefRace,RC_Plant; bonus2 bAddRace,RC_Plant,15; bonus2 bSubRace,RC_Plant,15;','','');
+REPLACE INTO `item_db_re` VALUES ('1228','Combat_Knife','Combat Knife','4','20','10','400','80','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Demon,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('1229','Mama\'s_Knife','Kitchen Knife','4','20','10','500','75','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bCritical,30; bonus3 bAddMonsterDropItem,517,RC_Brute,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('1230','House_Auger','Ice pick','4','20','10','600','80','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss;','','');
+REPLACE INTO `item_db_re` VALUES ('1231','Bazerald','Bazerald','4','20','10','500','70','105','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bAtkEle,Ele_Fire; bonus bInt,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1232','Assasin_Dagger','Assassin Dagger','4','20','10','600','140','0','0','1','0','4096','63','2','2','4','36','150','1','1','0','bonus bMaxHPrate,20; bonus bMaxSPrate,15; bonus bAspdRate,2; bonus bAtkEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('1233','Exercise','Exorciser','4','20','10','700','90','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bIgnoreDefRace,RC_Demon; bonus2 bSubRace,RC_Demon,5; bonus2 bSubRace,RC_DemiHuman,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('1234','Moonlight_Sword','Moonlight Dagger','4','20','10','700','50','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bMaxSPrate,10; bonus bSPDrainValue,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1235','Azoth','Azoth','4','20','10','700','110','0','0','1','0','262144','63','2','2','4','36','150','1','1','0','bonus bClassChange,300;','','');
+REPLACE INTO `item_db_re` VALUES ('1236','Sucsamad','Sucsamad','4','20','10','800','140','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1237','Grimtooth_','Grimtooth','4','20','10','800','180','0','0','1','0','579821294','63','2','2','4','36','150','1','1','0','bonus bFlee,10; bonus bFlee2,5; bonus bDefRate,-50; bonus bDef2Rate,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('1238','Zeny_Knife','Zeny Knife','4','20','10','1200','64','0','0','1','0','579821294','63','2','2','3','70','150','1','1','0','bonus2 bGetZenyNum,100,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1239','Poison_Knife','Poison Knife','4','20','10','800','64','0','0','1','0','579821294','63','2','2','3','65','150','1','1','0','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000;','','');
+REPLACE INTO `item_db_re` VALUES ('1240','Princess_Knife','Princess Knife','4','20','10','400','84','0','0','1','0','579821294','63','2','2','4','0','150','1','1','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1241','Cursed_Dagger','Cursed Dagger','4','80000','40000','400','55','0','0','1','0','8454660','63','2','2','4','85','150','1','1','0','bonus2 bAddEff,Eff_Curse,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('1242','Counter_Dagger','Dagger of Counter','4','120000','60000','550','140','0','0','1','0','8454660','63','2','2','4','55','150','1','1','0','bonus bCritical,90;','','');
+REPLACE INTO `item_db_re` VALUES ('1243','Novice_Knife','Novice Main-Gauche','4','1','0','1','45','0','0','1','0','1','47','2','2','1','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1244','Holy_Dagger','Holy Dagger','4','20','10','800','100','0','0','1','0','570560576','63','2','2','4','55','150','1','1','0','bonus bAtkEle,Ele_Holy; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1245','Cinquedea','Cinquedea','4','40000','20000','700','110','0','0','1','1','1','47','2','2','3','30','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1246','Cinquedea_','Cinquedea','4','40000','20000','700','110','0','0','1','2','1','47','2','2','3','30','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1247','Kindling_Dagger','Kindle Dagger','4','10000','5000','600','39','0','0','1','0','579821295','63','2','2','1','0','150','1','1','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('1248','Obsidian_Dagger','Obsidian Dagger','4','10000','5000','600','39','0','0','1','0','579821295','63','2','2','1','0','150','1','1','0','bonus bAtkEle,Ele_Earth;','','');
+REPLACE INTO `item_db_re` VALUES ('1249','Fisherman\'s_Dagger','Fisherman\'s Dagger','4','10000','5000','600','39','0','0','1','0','579821295','63','2','2','1','0','150','1','1','0','bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('1250','Jur','Jur','4','19500','9750','800','125','0','0','1','2','4096','63','2','34','2','18','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1251','Jur_','Jur','4','19500','9750','800','125','0','0','1','3','4096','63','2','34','2','18','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1252','Katar','Katar','4','41000','20500','1200','148','0','0','1','1','4096','63','2','34','3','33','150','1','16','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1253','Katar_','Katar','4','41000','20500','1200','148','0','0','1','2','4096','63','2','34','3','33','150','1','16','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1254','Jamadhar','Jamadhar','4','37200','18600','1500','165','0','0','1','0','4096','63','2','34','3','33','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1255','Jamadhar_','Jamadhar','4','37200','18600','1500','165','0','0','1','1','4096','63','2','34','3','33','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1256','Katar_Of_Cold_Icicle','Katar of Frozen Icicle','4','45000','22500','1200','105','0','0','1','0','4096','63','2','34','3','55','150','1','16','0','bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1257','Katar_Of_Thornbush','Katar of Quaking','4','45000','22500','1200','105','0','0','1','0','4096','63','2','34','3','55','150','1','16','0','bonus bAtkEle,Ele_Earth; bonus2 bAddEff,Eff_Blind,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1258','Katar_Of_Raging_Blaze','Katar of Raging Blaze','4','45000','22500','1200','105','0','0','1','0','4096','63','2','34','3','55','150','1','16','0','bonus bAtkEle,Ele_Fire; bonus2 bAddEff,Eff_Silence,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1259','Katar_Of_Piercing_Wind','Katar of Piercing Wind','4','45000','22500','1200','105','0','0','1','0','4096','63','2','34','3','55','150','1','16','0','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Sleep,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1260','Ghoul_Leg','Sharpened Legbone of Ghoul','4','52500','26250','1700','150','0','0','1','0','4096','63','2','34','3','65','150','1','16','0','bonus bAtkEle,Ele_Undead;','','');
+REPLACE INTO `item_db_re` VALUES ('1261','Infiltrator','Infiltrator','4','57000','28500','1500','140','0','0','1','0','4096','63','2','34','4','75','150','1','16','0','bonus2 bAddRace,RC_DemiHuman,50; bonus bDef,3; bonus bFlee,5; bonus bFlee2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1262','Nail_Of_Loki','Loki\'s Nail','4','20','10','1200','115','0','0','1','0','4096','63','2','34','3','55','150','1','16','0','bonus2 bAddEff,Eff_Bleeding,300;','','');
+REPLACE INTO `item_db_re` VALUES ('1263','Unholy_Touch','Unholy Touch','4','20','10','1250','151','0','0','1','0','4096','63','2','34','4','70','150','1','16','0','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,200; bonus bCritical,-1; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1264','Various_Jur','Specialty Jur','4','20','10','800','90','0','0','1','4','4096','63','2','34','1','0','150','1','16','0','bonus2 bAddEff2,Eff_Bleeding,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1265','Bloody_Roar','Bloody Roar','4','20','10','1000','120','0','0','1','0','4096','63','2','34','4','75','150','1','16','0','bonus bIgnoreDefRace,RC_DemiHuman; bonus bFlee,-160; bonus bFlee2,-160; bonus bHPrecovRate,-100; bonus bSPrecovRate,-100;','','');
+REPLACE INTO `item_db_re` VALUES ('1266','Infiltrator_','Infiltrator','4','57000','28500','1500','140','0','0','1','1','4096','63','2','34','4','75','150','1','16','0','bonus2 bAddRace,RC_DemiHuman,50; bonus bDef,3; bonus bFlee,5; bonus bFlee2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1267','Infiltrator_C','Infiltrator','4','1','0','0','189','0','0','1','0','4096','63','2','34','4','0','150','0','16','0','bonus2 bAddRace,RC_DemiHuman,70; bonus bDef,3; bonus bFlee,5; bonus bFlee2,2; bonus bAspdRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1268','Wild_Beast_Claw','Wild Beast Claw','4','20','10','1450','160','0','0','1','1','4096','58','2','34','4','55','150','1','16','0','if(getrefine()>=9) { bonus3 bAutoSpell,NPC_CRITICALWOUND,2,100; } else bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1269','Inverse_Scale','Inverse Scale','4','20','10','1500','140','0','0','1','0','4096','58','2','34','4','55','150','1','16','0','bonus bAtkEle,Ele_Holy; bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('1270','Drill_Katar','Drill Katar','4','20','10','1400','110','0','0','1','1','4096','58','2','34','4','55','150','1','16','0','bonus bHit,30; bonus3 bAutoSpell,ST_FULLSTRIP,1,150;','','');
+REPLACE INTO `item_db_re` VALUES ('1271','Blood_Tears','Blood Tears','4','20','10','1700','120','0','0','1','2','4096','58','2','34','4','55','150','1','16','0','if(getrefine()>=9) { bonus3 bAutoSpell,NPC_WIDEBLEEDING,2,30; } else bonus3 bAutoSpell,NPC_WIDEBLEEDING,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('1272','Scratcher','Scratcher','4','20','10','0','120','0','0','1','0','4096','63','2','34','1','0','150','0','16','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1273','Bloody_Roar_C','Bloody Roar','4','1','0','0','148','0','0','1','0','4096','63','2','34','4','0','150','0','16','0','bonus bIgnoreDefRace,RC_DemiHuman; bonus bFlee,-160; bonus bFlee2,-160;','','');
+REPLACE INTO `item_db_re` VALUES ('1274','Unholy_Touch_C','Unholy Touch','4','1','0','0','179','0','0','1','0','4096','63','2','34','4','0','150','0','16','0','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,5000; bonus bCritical,-1; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1275','Katar_Of_Cold_Icicle_','Katar of Frozen Icicle','4','45000','22500','1200','105','0','0','1','3','4096','63','2','34','3','55','150','1','16','0','bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1276','Katar_Of_Thornbush_','Katar of Quaking','4','45000','22500','1200','105','0','0','1','3','4096','63','2','34','3','55','150','1','16','0','bonus bAtkEle,Ele_Earth; bonus2 bAddEff,Eff_Blind,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1277','Katar_Of_Raging_Blaze_','Katar of Raging Blaze','4','45000','22500','1200','105','0','0','1','3','4096','63','2','34','3','55','150','1','16','0','bonus bAtkEle,Ele_Fire; bonus2 bAddEff,Eff_Silence,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1278','Katar_Of_Piercing_Wind_','Katar of Piercing Wind','4','45000','22500','1200','105','0','0','1','3','4096','63','2','34','3','55','150','1','16','0','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Sleep,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1279','BF_Katar1','Brave Carnage Katar','4','20','10','0','130','0','0','1','0','4096','63','2','34','3','80','150','1','16','0','bonus bStr,1; bonus bDex,1; bonus bLuk,1; bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1280','BF_Katar2','Valorous Carnage Katar','4','20','10','0','130','0','0','1','0','4096','63','2','34','3','80','150','1','16','0','bonus bStr,1; bonus bDex,1; bonus bLuk,1; bonus2 bAddRace,RC_DemiHuman,70; bonus bCritAtkRate,20; bonus bAspdRate,5; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1281','Krieger_Katar1','Glorious Bloody Roar','4','20','10','0','140','0','0','1','0','4096','63','2','34','4','80','150','1','16','0','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) autobonus \"{ bonus bAspdRate,100; }\",70,3000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('1282','Krieger_Katar2','Glorious Jamadhar','4','20','10','0','140','0','0','1','0','4096','63','2','34','4','80','150','1','16','0','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bCriticalAddRace,RC_DemiHuman,5; } if(getrefine()>8) autobonus \"{ bonus bAspdRate,100; }\",70,3000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('1283','Katar_Of_Speed','Katar Of Speed','4','20','10','0','175','0','0','1','0','4096','63','2','34','4','0','150','0','16','0','bonus2 bSkillAtk,AS_SONICBLOW,25; bonus bAspdRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1284','Krishna','Krishna','4','20','10','1200','120','0','0','1','2','4096','58','2','34','3','50','150','1','16','0','bonus2 bSkillAtk,AS_GRIMTOOTH,10; if(getskilllv(AS_SONICBLOW)) { bonus3 bAutoSpell,AS_SONICBLOW,getskilllv(AS_SONICBLOW),5; } else { bonus3 bAutoSpell,AS_SONICBLOW,1,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('1285','Cakram','Chakram','4','20','10','1000','130','0','0','1','2','4096','58','2','34','3','50','150','1','16','0','if(getskilllv(AS_KATAR)==10) { bonus bHit,10; } bonus2 bSkillAtk,ASC_METEORASSAULT,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1286','Jamadhar_C','Jamadhar','4','0','0','0','200','0','0','1','0','4096','63','2','34','3','0','150','0','16','0','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1287','Durga','Durga','4','20','10','1200','190','0','0','1','1','4096','56','2','34','3','100','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1288','Bloody_Fear_C','Bloody Spear','4','1','0','0','145','0','0','1','0','4096','63','2','34','4','0','150','0','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1289','P_Katar1','Eden Group Katar I','4','0','0','0','155','0','0','1','0','4096','63','2','34','3','60','150','0','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1290','Agent_Katar','Agent Katar','4','41000','20500','1200','170','0','0','1','1','4096','56','2','34','3','100','150','1','16','0','bonus bHit,readparam(bLuk)/2;','','');
+REPLACE INTO `item_db_re` VALUES ('1291','Guillotine_Katar','Guillotine Katar','4','56000','28000','1500','200','0','0','1','1','4096','56','2','34','4','140','150','1','16','0','bonus bDex,2; bonus bFlee,-30; bonus2 bAddRace,RC_DemiHuman,50; bonus2 bSkillAtk,GC_CROSSIMPACT,30;','','');
+REPLACE INTO `item_db_re` VALUES ('1292','Upg_Katar','Upgrade Katar','4','20','10','1000','80','0','0','1','1','4096','63','2','34','3','0','150','1','16','0','bonus bBaseAtk,(getrefine()*10); bonus bCritAtkRate,(getrefine()*2); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
+REPLACE INTO `item_db_re` VALUES ('1293','Velum_Jamadhar','Vellum Jamadhar','4','20','10','1200','170','0','0','1','0','4096','63','2','34','4','95','150','1','16','0','bonus bAspdRate,getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('1294','Velum_Scare','Vellum Scale','4','20','10','1200','50','0','0','1','0','4096','63','2','34','4','95','150','1','16','0','bonus2 bSPVanishRate,10000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1295','Blood_Tears_','Blood Tears ','4','20','10','1700','120','0','0','1','1','4096','58','2','34','4','55','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1296','Metal_Katar','Metal Katar','4','20','10','0','75','0','0','1','1','4096','63','2','34','3','0','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1298','Shiver_Katar','Katar Of Horror','4','60000','30000','2700','110','0','0','1','2','4096','56','2','34','4','105','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1301','Axe','Axe','4','500','250','800','38','0','0','1','3','283811','63','2','2','1','3','150','1','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1302','Axe_','Axe','4','500','250','800','38','0','0','1','4','283811','63','2','2','1','3','150','1','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1303','Axe__','Axe','4','500','250','800','38','0','0','1','0','283811','63','2','2','1','3','150','1','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1304','Orcish_Axe','Orcish Axe','4','20','10','1500','75','0','0','1','0','283811','63','2','2','3','3','150','1','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1305','Cleaver','Cleaver','4','20','10','1200','140','0','0','1','0','279714','63','2','2','4','44','150','1','6','0','bonus2 bSubRace,RC_DemiHuman,5; bonus3 bAddMonsterDropItem,517,RC_Brute,3000;','','');
+REPLACE INTO `item_db_re` VALUES ('1306','War_Axe','War Axe','4','20','10','4200','140','0','0','1','1','263168','63','2','2','3','76','150','1','6','0','bonus bDex,2; bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1307','Windhawk','Windhawk','4','18000','9000','1500','115','0','0','1','0','414946','63','2','2','2','14','150','1','6','0','bonus bAtkEle,Ele_Wind; bonus bAspdRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1308','Golden_Axe','Golden Axe','4','20','10','3000','170','0','0','1','0','1','47','2','2','4','45','150','1','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1309','Orcish_Axe_','Orcish Axe','4','20','10','1500','75','0','0','1','4','283811','63','2','2','3','3','150','1','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1310','Krieger_Onehand_Axe1','Glorious Cleaver','4','20','10','0','130','0','0','1','0','279714','63','2','2','4','80','150','1','6','0','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus bAspdRate,5; } if(getrefine()>8) { bonus bAspdRate,5; bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50; bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200; }','','');
+REPLACE INTO `item_db_re` VALUES ('1311','Vecer_Axe','Vecer Axe','4','20','10','1500','140','0','0','1','2','279714','58','2','2','3','50','150','1','6','0','if(readparam(bLuk)>=90) { bonus bBaseAtk,20; } if(readparam(bDex)>=90) { bonus bCritical,5; } if(readparam(bDex)>=90||readparam(bLuk)>=90) { bonus2 bSkillAtk,MC_MAMMONITE,15; }','','');
+REPLACE INTO `item_db_re` VALUES ('1312','Orcish_Axe_C','Orcish Axe','4','0','0','0','110','0','0','1','0','283811','63','2','2','3','0','150','0','6','0','bonus2 bAddSize,Size_Small,70; bonus2 bAddSize,Size_Medium,70; bonus2 bAddSize,Size_Large,70;','','');
+REPLACE INTO `item_db_re` VALUES ('1313','Tourist_Axe','Traveler\'s Axe','4','0','0','500','77','0','0','1','0','283811','63','2','2','1','0','150','0','6','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1314','F_Tomahawk_C','Rental Tomahawk','4','2','1','0','200','0','0','1','0','279714','63','2','34','4','0','150','0','7','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('1315','F_Right_Epsilon_C','Right Epsilon','4','1','0','0','229','0','0','1','0','279714','63','2','34','4','0','150','0','7','0','bonus bAtkEle,Ele_Holy; bonus bStr,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1316','Adventure_Axe','Adventure Axe','4','0','0','0','100','0','0','1','0','263200','63','2','2','1','0','150','0','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1317','Academy_Axe','Academy Axe','4','0','0','1600','130','0','0','1','1','263200','63','2','2','1','0','150','1','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1318','Dofle_Axe','Deflation Axe','4','50000','25000','1800','180','0','0','1','2','414946','63','2','2','4','105','150','1','6','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1351','Battle_Axe','Battle Axe','4','5400','2700','1500','80','0','0','1','3','279714','63','2','34','1','3','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1352','Battle_Axe_','Battle Axe','4','5400','2700','1500','80','0','0','1','4','279714','63','2','34','1','3','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1353','Battle_Axe__','Battle Axe','4','5400','2700','1500','80','0','0','1','0','279714','63','2','34','1','3','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1354','Hammer','Hammer','4','15500','7750','2000','120','0','0','1','2','279714','63','2','34','2','16','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1355','Hammer_','Hammer','4','15500','7750','2000','120','0','0','1','3','279714','63','2','34','2','16','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1356','Hammer__','Hammer','4','15500','7750','2000','120','0','0','1','0','279714','63','2','34','2','16','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1357','Buster','Buster','4','34000','17000','2200','155','0','0','1','1','279714','63','2','34','3','30','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1358','Buster_','Buster','4','34000','17000','2200','155','0','0','1','2','279714','63','2','34','3','30','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1359','Buster__','Buster','4','34000','17000','2200','155','0','0','1','0','279714','63','2','34','3','30','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1360','Two_Handed_Axe','Two-handed Axe','4','55000','27500','2500','185','0','0','1','1','279714','63','2','34','3','30','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1361','Two_Handed_Axe_','Two-handed Axe','4','55000','27500','2500','185','0','0','1','2','279714','63','2','34','3','30','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1362','Two_Handed_Axe__','Two-handed Axe','4','55000','27500','2500','185','0','0','1','0','279714','63','2','34','3','30','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1363','Brood_Axe','Bloody Axe','4','20','10','4000','170','0','0','1','0','279714','63','2','34','4','44','150','1','7','0','bonus bStr,10; bonus bSpeedRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('1364','Great_Axe','Great Axe','4','20','10','1800','187','0','0','1','0','279714','63','2','34','4','44','150','1','7','0','bonus2 bAddSkillBlow,MC_MAMMONITE,5; bonus2 bAddEff,Eff_Stun,1500;','','');
+REPLACE INTO `item_db_re` VALUES ('1365','Sabbath','Sabbath','4','20','10','2300','120','0','0','1','0','279714','63','2','34','4','44','150','1','7','0','bonus bAtkEle,Ele_Dark; bonus2 bWeaponComaRace,RC_Demon,50; bonus2 bCriticalAddRace,RC_Undead,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1366','Right_Epsilon','Light Epsilon','4','20','10','2300','180','0','0','1','0','279714','63','2','34','4','44','150','1','7','0','bonus bAtkEle,Ele_Holy; skill AL_HEAL,3; bonus2 bAddRace,RC_Demon,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1367','Slaughter','Slaughter','4','20','10','2500','120','0','0','1','0','279714','63','2','34','4','44','150','1','7','0','bonus bAtkEle,Ele_Earth; bonus bIgnoreDefRace,RC_Brute; bonus2 bWeaponComaRace,RC_Brute,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1368','Tomahawk','Tomahawk','4','20','10','2500','165','0','0','1','0','279714','63','2','34','4','44','150','1','7','0','bonus bAtkEle,Ele_Wind; skill ITM_TOMAHAWK,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1369','Guillotine','Guillotine','4','20','10','3000','215','0','0','1','0','279714','63','2','34','4','44','150','1','7','0','bonus2 bWeaponComaRace,RC_DemiHuman,30; bonus2 bSPGainRaceAttack,RC_DemiHuman,2; bonus2 bSPGainRace,RC_DemiHuman,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1370','Doom_Slayer','Doom Slayer','4','20','10','6000','10','0','0','1','0','279714','63','2','34','4','80','150','1','7','0','bonus bAspdRate,-40; bonus bUseSPrate,100; if(readparam(bStr)>=95) { bonus bBaseAtk,340; bonus2 bAddEff,Eff_Stun,3000; bonus bBreakArmorRate,500; }','','');
+REPLACE INTO `item_db_re` VALUES ('1371','Doom_Slayer_','Doom Slayer','4','20','10','6000','10','0','0','1','1','279714','63','2','34','4','80','150','1','7','0','bonus bAspdRate,-40; bonus bUseSPrate,100; if(readparam(bStr)>=95) { bonus bBaseAtk,340; bonus2 bAddEff,Eff_Stun,3000; bonus bBreakArmorRate,500; }','','');
+REPLACE INTO `item_db_re` VALUES ('1372','Right_Epsilon_C','Rental Light Epsilon','4','1','0','0','229','0','0','1','0','279714','63','2','34','4','0','150','0','7','0','bonus bAtkEle,Ele_Holy; skill AL_HEAL,3; bonus2 bAddRace,RC_Demon,3; bonus bStr,10; bonus bSpeedRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('1373','Brood_Axe_C','Refined Bloody Axe','4','2','1','0','205','0','0','1','0','279714','63','2','34','4','0','150','0','7','0','bonus bStr,20; bonus bSpeedRate,25; bonus bAspdRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1374','Tomahawk_C','Tomahawk','4','2','1','0','200','0','0','1','0','279714','63','2','34','4','0','150','0','7','0','bonus bAtkEle,Ele_Wind; skill ITM_TOMAHAWK,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1375','Berdysz','Berdysz','4','20','10','2500','200','0','0','1','2','279714','58','2','34','3','70','150','1','7','0','bonus2 bSubSize,Size_Medium,13; bonus2 bSubSize,Size_Large,15;','','');
+REPLACE INTO `item_db_re` VALUES ('1376','Heart_Breaker','Heart Breaker','4','20','10','2000','175','0','0','1','1','279714','58','2','34','4','70','150','1','7','0','bonus bCritical,20+getrefine(); bonus bAspdRate,5; if((Class==Job_Whitesmith)||(Class==Job_Creator)||(Class==Job_Mechanic)||(Class==Job_Mechanic_T)||(Class==Job_Genetic)||(Class==Job_Genetic_T)) bonus3 bAutoSpell,BS_HAMMERFALL,3,30;','','');
+REPLACE INTO `item_db_re` VALUES ('1377','Hurricane_Fury','Hurricane Fury','4','20','10','3500','332','0','0','1','1','279714','58','2','34','4','80','150','1','7','0','bonus2 bSubSize,Size_Medium,10+getrefine(); bonus bAspdRate,getrefine(); bonus3 bAutoSpell,NPC_PULSESTRIKE,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1378','Great_Axe_C','Refined Great Axe','4','1','0','0','215','0','0','1','0','279714','63','2','34','4','0','150','0','7','0','bonus bStr,5; bonus bHit,20; bonus2 bAddSkillBlow,MC_MAMMONITE,5; bonus2 bAddEff,Eff_Stun,2000;','','');
+REPLACE INTO `item_db_re` VALUES ('1379','BF_Two_Handed_Axe1','Valorous Insane Battle Axe','4','20','10','0','200','0','0','1','0','279714','63','2','34','3','80','150','1','7','0','bonus bStr,3; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1380','BF_Two_Handed_Axe2','Brave Insane Battle Axe','4','20','10','0','200','0','0','1','0','279714','63','2','34','3','80','150','1','7','0','bonus bStr,3; bonus2 bAddRace,RC_DemiHuman,55; autobonus \"{ bonus bBreakArmorRate,10000; }\",20,3000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\"; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1381','N_Battle_Axe','Novice Battle Axe','4','0','0','0','100','0','0','1','3','279714','63','2','34','1','3','150','0','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1382','Krieger_Twohand_Axe1','Glorious Twohanded Axe','4','20','10','0','220','0','0','1','0','279714','63','2','34','4','80','150','1','7','0','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-3,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50; } if(getrefine()>8) { bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100; bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200; bonus4 bAutoSpellOnSkill,WS_CARTTERMINATION,NPC_CRITICALWOUND,2,200; }','','');
+REPLACE INTO `item_db_re` VALUES ('1383','Holy_Celestial_Axe','Holy Celestial Axe','4','20','10','1500','200','0','0','1','0','263200','63','2','34','4','60','150','1','7','0','bonus bAtkEle,Ele_Holy; bonus bVit,10; bonus2 bAddRace,RC_Undead,10; bonus3 bAutoSpell,AL_BLESSING,5,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1384','Veteran_Axe','Veteran Axe','4','10000','5000','3000','250','0','0','1','2','263200','63','2','34','3','80','150','1','7','0','if(getskilllv(BS_DAGGER)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_SWORD)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_TWOHANDSWORD)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_KNUCKLE)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_SPEAR)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_AXE)==3) { bonus bBaseAtk,10; } if(getskilllv(BS_MACE)==3) { bonus bBaseAtk,10; } bonus bVit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1385','Bradium_Stonehammer','Bradium Stonehammer','4','20','10','2700','210','0','0','1','0','1024','58','2','34','4','75','150','1','7','0','bonus3 bAddEffOnSkill,BS_HAMMERFALL,Eff_Stun,500+(200*getrefine());','','');
+REPLACE INTO `item_db_re` VALUES ('1386','Doom_Slayer_I','Doom Slayer','4','0','0','0','20','0','0','1','0','279714','63','2','34','4','0','150','0','7','0','if(readparam(bStr)>=95) { bonus bBaseAtk,400; bonus2 bAddEff,Eff_Stun,3000; bonus bAspdRate,-25; bonus bUseSPrate,100; bonus bBreakArmorRate,500; }','','');
+REPLACE INTO `item_db_re` VALUES ('1387','Giant_Axe','Giant Axe','4','20','10','4000','330','0','0','1','1','279714','58','2','34','3','50','150','1','7','0','bonus2 bSkillAtk,WS_CARTTERMINATION,15; if(readparam(bStr)>=95) { bonus bHit,10; bonus bAspdRate,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('1388','Two_Handed_Axe_C','Two-Handed Axe','4','0','0','0','220','0','0','1','0','279714','63','2','34','3','0','150','0','7','0','bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1389','E_Tomahawk_C','E Tomahawk C','4','2','1','0','200','0','0','1','0','279714','63','2','34','4','0','150','0','7','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('1390','E_Right_Epsilon_C','E Right Epsilon C','4','1','0','0','229','0','0','1','0','279714','63','2','34','4','0','150','0','7','0','bonus bAtkEle,Ele_Holy; bonus bStr,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1391','P_Two_Handed_Axe1','Eden Group Two Handed Axe I','4','0','0','0','195','0','0','1','0','279714','63','2','34','3','60','150','0','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1392','Ygnus_Stale','Ygnus Stale','4','56000','28000','1900','250','0','0','1','1','279714','58','2','34','4','95','150','1','7','0','bonus bAtkEle,Ele_Fire; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1393','End_Sektura','End Sektura','4','56000','28000','1900','250','0','0','1','1','279714','58','2','34','4','95','150','1','7','0','bonus bAtkEle,Ele_Water; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1394','Upg_Two_Handed_Axe','Upgrade Two-Handed Axe','4','20','10','2000','110','0','0','1','1','279714','63','2','34','3','0','150','1','7','0','bonus bBaseAtk,(getrefine()*14); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
+REPLACE INTO `item_db_re` VALUES ('1395','Velum_Buster','Vellum Buster','4','20','10','2500','50','0','0','1','0','279714','63','2','34','4','95','150','1','7','0','bonus bUnbreakableWeapon,0; bonus2 bSPVanishRate,10000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1396','Velum_Guillotine','Vellum Guillotine','4','20','10','5500','300','0','0','1','0','279714','63','2','34','4','95','150','1','7','0','bonus bUnbreakableWeapon,0; bonus2 bAddRace,RC_DemiHuman,40; bonus2 bIgnoreDefRate,RC_DemiHuman,30; if(getrefine()>=6) { bonus2 bSkillAtk,NC_AXEBOOMERANG,80; bonus2 bSkillAtk,NC_POWERSWING,80; } if(getrefine()>=9) { bonus2 bAddRace,RC_DemiHuman,60; }','','');
+REPLACE INTO `item_db_re` VALUES ('1397','Bradium_Stonehammer_','Bradium Stone Hammer','4','20','10','2700','210','0','0','1','2','1024','58','2','34','4','75','150','1','7','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1398','Metal_Two_Handed_Axe','Metal Two-Handed Axe','4','20','10','0','105','0','0','1','1','279714','63','2','34','3','0','150','1','7','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1401','Javelin','Javelin','4','150','75','700','28','0','0','3','3','16514','63','2','2','1','4','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1402','Javelin_','Javelin','4','150','75','700','28','0','0','3','4','16514','63','2','2','1','4','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1403','Javelin__','Javelin','4','150','75','700','28','0','0','3','0','16514','63','2','2','1','4','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1404','Spear','Spear','4','1700','850','850','44','0','0','3','3','16514','63','2','2','1','4','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1405','Spear_','Spear','4','1700','850','850','44','0','0','3','4','16514','63','2','2','1','4','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1406','Spear__','Spear','4','1700','850','850','44','0','0','3','0','16514','63','2','2','1','4','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1407','Pike','Pike','4','3450','1725','1000','60','0','0','3','3','16514','63','2','2','1','4','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1408','Pike_','Pike','4','3450','1725','1000','60','0','0','3','4','16514','63','2','2','1','4','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1409','Pike__','Pike','4','3450','1725','1000','60','0','0','3','0','16514','63','2','2','1','4','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1410','Lance','Lance','4','60000','30000','2500','185','0','0','3','0','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1411','Lance_','Lance','4','60000','30000','2500','185','0','0','3','0','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1412','Lance__','Lance','4','60000','30000','2500','185','0','0','3','0','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1413','Gungnir','Gungnir','4','20','10','500','120','0','0','3','0','16514','63','2','2','4','4','150','1','4','0','bonus bAtkEle,Ele_Wind; bonus bPerfectHitRate,25; bonus bHit,30;','','');
+REPLACE INTO `item_db_re` VALUES ('1414','Gelerdria','Gelerdria','4','20','10','700','145','0','0','3','0','16514','63','2','2','4','48','150','1','4','0','bonus bAtkEle,Ele_Earth; bonus bMaxHP,800; bonus bMaxSP,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('1415','Skewer','Brocca','4','20','10','850','100','0','0','3','0','16514','63','2','2','4','48','150','1','4','0','bonus bIgnoreDefRace,RC_NonBoss; bonus2 bAddEle,Ele_Neutral,25;','','');
+REPLACE INTO `item_db_re` VALUES ('1416','Tjungkuletti','Tjungkuletti','4','20','10','1000','100','0','0','3','0','16514','63','2','2','4','48','150','1','4','0','bonus bSPDrainValue,1; bonus bSPGainValue,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1417','Pole_Axe','Poll Axe','4','20','10','3800','160','0','0','3','1','16514','63','2','2','3','71','150','1','4','0','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1418','Gungnir_','Gungnir','4','20','10','500','120','0','0','3','2','16514','63','2','2','4','4','150','1','4','0','bonus bAtkEle,Ele_Wind; bonus bPerfectHitRate,25; bonus bHit,30;','','');
+REPLACE INTO `item_db_re` VALUES ('1419','Pole_Axe_C','Poll Axe','4','1','0','4800','195','0','0','3','0','16514','63','2','2','3','0','150','0','4','0','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1420','Long_Horn','Long Horn','4','20','10','1000','150','0','0','3','1','16514','58','2','2','4','65','150','1','4','0','bonus bAtkEle,Ele_Holy; bonus2 bAddEff,Eff_Bleeding,500; skill TF_DETOXIFY,1; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1421','Battle_Hook','Battle Hook','4','20','10','900','140','0','0','3','1','16514','58','2','2','4','65','150','1','4','0','bonus2 bAddEff,Eff_Stun,500; bonus2 bAddRace,RC_DemiHuman,20; skill KN_PIERCE,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1422','Hunting_Spear','Hunting Spear','4','20','10','4200','180','0','0','3','1','16514','58','2','2','4','60','150','1','4','0','bonus bIgnoreDefRace,RC_Brute; bonus3 bAddMonsterDropItem,517,RC_Brute,1000; bonus3 bAutoSpell,LK_JOINTBEAT,3,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1423','Pole_XO','Pole XO','4','20','10','0','120','0','0','3','0','16514','63','2','2','1','0','150','0','4','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1424','Skewer_C','Refined Brocca','4','1','0','0','149','0','0','3','0','16514','63','2','2','4','0','150','0','4','0','bonus bIgnoreDefRace,RC_NonBoss; bonus2 bAddSize,Size_Medium,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1425','BF_Spear1','Assaulter Spear','4','20','10','0','60','0','0','3','0','16514','63','2','2','3','80','150','1','4','0','bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(BaseJob==Job_Crusader) bonus bAspdRate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1426','Krieger_Onehand_Spear1','Glorious Spear','4','20','10','0','130','0','0','3','0','16514','63','2','2','4','80','150','1','4','0','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus bAspdRate,10; } if(getrefine()>8) { if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200; else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,100; }','','');
+REPLACE INTO `item_db_re` VALUES ('1427','Spear_Of_Excellent','Spear Of Excellent','4','20','10','0','160','0','0','3','0','16514','63','2','2','3','0','150','0','4','0','bonus2 bSkillAtk,SM_MAGNUM,25; bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1428','Long_Horn_M','Long Horn','4','20','10','1000','150','0','0','3','1','16514','58','2','2','4','65','150','1','4','0','bonus bAtkEle,Ele_Holy; bonus2 bAddEff,Eff_Bleeding,500; skill TF_DETOXIFY,1; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1429','Hunting_Spear_M','Hunting Spear','4','20','10','4200','180','0','0','3','1','16514','58','2','2','4','60','150','1','4','0','bonus bIgnoreDefRace,RC_Brute; bonus3 bAddMonsterDropItem,517,RC_Brute,1000; bonus3 bAutoSpell,LK_JOINTBEAT,3,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1430','Pike_C','Pike','4','0','0','0','74','0','0','3','0','16514','63','2','2','1','0','150','0','4','0','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,70; bonus2 bAddSize,Size_Medium,70; bonus2 bAddSize,Size_Large,70;','','');
+REPLACE INTO `item_db_re` VALUES ('1431','F_Pole_Axe_C','Rental Pole Axe','4','1','0','4800','195','0','0','3','0','16514','63','2','2','3','0','150','0','4','0','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1432','E_Pole_Axe_C','E Pole Axe C','4','1','0','4800','195','0','0','3','0','16514','63','2','2','3','0','150','0','4','0','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1433','Imperial_Spear','Imperial Spear','4','20','10','1800','180','40','0','3','1','16384','56','2','2','3','102','150','1','4','0','bonus2 bSkillAtk,LG_CANNONSPEAR,20+getrefine()/2; bonus2 bSkillAtk,LG_BANISHINGPOINT,20+getrefine()/2;','','');
+REPLACE INTO `item_db_re` VALUES ('1434','P_Sphere1','Eden Group Spear I','4','0','0','0','165','0','0','3','0','16514','63','2','2','3','60','150','0','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1435','Cannon_Spear','Cannon Spear','4','56000','28000','1600','180','0','0','3','1','16384','56','2','2','4','100','150','1','4','0','bonus bMaxSP,-100; bonus2 bSkillAtk,LG_CANNONSPEAR,10; bonus bBaseAtk,(getrefine()/3);','','');
+REPLACE INTO `item_db_re` VALUES ('1436','Velum_Spear','Vellum Spear','4','20','10','850','150','0','0','3','0','16514','63','2','2','4','95','150','1','4','0','bonus2 bAddRace,RC_DemiHuman,60; if(getrefine()>=6) { bonus2 bSkillAtk,RK_HUNDREDSPEAR,80; bonus2 bSkillAtk,LG_PINPOINTATTACK,80; } if(getrefine()>=9) { bonus2 bAddRace,RC_DemiHuman,30; }','','');
+REPLACE INTO `item_db_re` VALUES ('1451','Guisarme','Guisarme','4','13000','6500','1000','84','0','0','3','2','16514','63','2','34','2','18','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1452','Guisarme_','Guisarme','4','13000','6500','1000','84','0','0','3','3','16514','63','2','34','2','18','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1453','Guisarme__','Guisarme','4','13000','6500','1000','84','0','0','3','0','16514','63','2','34','2','18','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1454','Glaive','Glaive','4','20000','10000','1200','104','0','0','3','2','16514','63','2','34','2','18','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1455','Glaive_','Glaive','4','20000','10000','1200','104','0','0','3','3','16514','63','2','34','2','18','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1456','Glaive__','Glaive','4','20000','10000','1200','104','0','0','3','0','16514','63','2','34','2','18','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1457','Partizan','Partizan','4','27000','13500','2000','124','0','0','3','1','16514','63','2','34','2','18','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1458','Partizan_','Partizan','4','27000','13500','2000','124','0','0','3','2','16514','63','2','34','2','18','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1459','Partizan__','Partizan','4','27000','13500','2000','124','0','0','3','0','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1460','Trident','Trident','4','51000','25500','1200','150','0','0','3','2','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1461','Trident_','Trident','4','51000','25500','1200','150','0','0','3','3','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1462','Trident__','Trident','4','51000','25500','1200','150','0','0','3','0','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1463','Halberd','Hallberd','4','54000','27000','2500','165','0','0','3','1','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1464','Halberd_','Hallberd','4','54000','27000','2500','165','0','0','3','2','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1465','Halberd__','Hallberd','4','54000','27000','2500','165','0','0','3','0','16514','63','2','34','3','33','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1466','Crescent_Scythe','Crescent Scythe','4','20','10','2500','180','0','0','3','0','16514','63','2','34','4','48','150','1','5','0','bonus bCritical,30; bonus bHit,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1467','Bill_Guisarme','Bill Guisarme','4','20','10','1000','183','0','0','3','0','16514','63','2','34','4','48','150','1','5','0','bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1468','Zephyrus','Zephyrus','4','20','10','2000','170','0','0','3','0','16514','63','2','34','4','48','150','1','5','0','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Silence,200; bonus3 bAutoSpell,MG_THUNDERSTORM,3,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1469','Longinus\'s_Spear','Longinus\'s Spear','4','20','10','2500','180','0','0','3','0','16514','63','2','34','4','48','150','1','5','0','bonus bAtkEle,Ele_Dark; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddRace,RC_Angel,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1470','Brionac','Brionac','4','20','10','3000','190','0','0','3','0','16514','63','2','34','4','48','150','1','5','0','bonus bAtkEle,Ele_Holy; skill AL_HEAL,5; bonus3 bAutoSpell,MG_SOULSTRIKE,3,100; bonus2 bAddRace,RC_Boss,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1471','Hell_Fire','Hellfire','4','20','10','3500','200','0','0','3','0','16514','63','2','34','4','48','150','1','5','0','bonus bAtkEle,Ele_Fire; bonus3 bAutoSpell,MG_FIREBALL,3,100; bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1472','Staff_Of_Soul','Soul Staff','4','20','10','1400','25','200','0','1','0','8454660','63','2','34','3','73','150','1','10','0','bonus bInt,5; bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1473','Wizardy_Staff','Wizardry Staff','4','20','10','2400','120','200','0','1','0','8454660','63','2','34','4','90','150','1','10','0','bonus bInt,6; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1474','Gae_Bolg','Gae Bolg','4','20','10','2000','160','0','0','3','0','16514','63','2','34','4','60','150','1','5','0','bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Boss,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1475','Horseback_Lance','Equestrian\'s Spear','4','20','10','3700','200','0','0','4','0','16514','63','2','34','4','75','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1476','Crescent_Scythe_','Crescent Scythe','4','20','10','2500','180','0','0','3','1','16514','63','2','34','4','48','150','1','5','0','bonus bCritical,30; bonus bHit,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1477','Spectral_Spear','Spectral Spear','4','20','10','2000','170','0','0','3','0','16514','63','2','34','4','75','150','1','5','0','bonus2 bAddEle,Ele_Dark,20; bonus2 bAddRace,RC_Demon,20; bonus2 bAddRace,RC_Undead,20; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; bonus3 bAddEff,Eff_Confusion,10000,ATF_SELF|ATF_SHORT; bonus bHPGainValue,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1478','Ahlspiess','Ahlspiess','4','20','10','1000','120','0','0','3','0','16512','63','2','34','4','65','150','1','5','0','bonus bIgnoreDefRace,RC_NonBoss; bonus bIgnoreDefRace,RC_Boss; bonus2 bAddRace,RC_DemiHuman,10; bonus3 bAutoSpell,KN_PIERCE,5,30;','','');
+REPLACE INTO `item_db_re` VALUES ('1479','Spectral_Spear_','Spectral Spear','4','20','10','2000','170','0','0','3','1','16514','63','2','34','4','75','150','1','5','0','bonus2 bAddEle,Ele_Dark,20; bonus2 bAddRace,RC_Demon,20; bonus2 bAddRace,RC_Undead,20; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; bonus3 bAddEff,Eff_Confusion,10000,ATF_SELF|ATF_SHORT; bonus bHPGainValue,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1480','Gae_Bolg_','Gae Bolg','4','20','10','2000','160','0','0','3','2','16514','63','2','34','4','60','150','1','5','0','bonus bIgnoreDefRace,RC_Dragon; bonus2 bAddRace,RC_Boss,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1481','Zephyrus_','Zephyrus','4','20','10','2000','170','0','0','3','3','16514','63','2','34','4','48','150','1','5','0','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Silence,200; bonus3 bAutoSpell,MG_THUNDERSTORM,3,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1482','BF_Lance1','Assaulter Lance','4','20','10','0','160','0','0','3','0','16514','63','2','34','3','80','150','1','5','0','bonus bStr,2; bonus2 bAddRace,RC_DemiHuman,25; bonus bIgnoreDefRace,RC_DemiHuman; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1483','Ivory_Lance','Ivory Lance','4','20','10','1000','160','0','0','3','1','16514','58','2','34','3','50','150','1','5','0','bonus bAgi,2; bonus bAspdRate,3; bonus2 bAddEff,Eff_Bleeding,300; bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30; skill KN_SPEARSTAB,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1484','Cardo','Cardo','4','20','10','5600','150','0','0','3','1','16512','58','2','34','4','70','150','1','5','0','bonus bAspdRate,-10; bonus bDef,getrefine()/2;','','');
+REPLACE INTO `item_db_re` VALUES ('1485','Battle_Fork','Battle Fork','4','20','10','700','112','0','0','3','4','16514','58','2','34','2','50','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1486','Krieger_Twohand_Spear1','Glorious Lance','4','20','10','0','220','0','0','3','0','16514','63','2','34','4','80','150','1','5','0','bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200; else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,200; }','','');
+REPLACE INTO `item_db_re` VALUES ('1487','Lance_C','Lance','4','0','0','0','220','0','0','3','0','16514','63','2','34','3','0','150','0','5','0','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,50; bonus2 bAddSize,Size_Medium,50; bonus2 bAddSize,Size_Large,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1488','Ahlspiess_C','Ahlspiess','4','20','10','0','135','0','0','3','0','16512','63','2','34','4','0','150','1','5','0','bonus bIgnoreDefRace,RC_NonBoss; bonus bIgnoreDefRace,RC_Boss; bonus2 bAddRace,RC_DemiHuman,10; bonus3 bAutoSpell,KN_PIERCE,5,30;','','');
+REPLACE INTO `item_db_re` VALUES ('1489','Spearfish_','Marlin','4','0','0','0','220','0','0','3','0','16514','63','2','34','1','50','150','0','5','0','bonus bUnbreakableWeapon,0; bonus3 bAddEffOnSkill,KN_PIERCE,Eff_Bleeding,1000; bonus3 bAddEffOnSkill,LK_SPIRALPIERCE,Eff_Bleeding,1000; bonus2 bSkillAtk,LK_SPIRALPIERCE,100; bonus2 bSkillAtk,LG_INSPIRATION,50; if(BaseLevel>99) { bonus bBaseAtk,30; }','','');
+REPLACE INTO `item_db_re` VALUES ('1490','Giant_Lance','Giant Lance','4','20','10','20000','20','0','0','3','0','16512','56','2','34','4','140','150','1','5','0','bonus bAspd,-10; bonus2 bSkillFixedCast,LK_SPIRALPIERCE,4000; bonus2 bSkillCooldown,LK_SPIRALPIERCE,20000; if(readparam(bStr)>=120) { bonus bBaseAtk,300; }','','heal 0,-600;');
+REPLACE INTO `item_db_re` VALUES ('1491','Upg_Lance','Upgrade Spear','4','20','10','1500','105','0','0','3','1','16514','63','2','34','3','0','150','1','5','0','bonus bBaseAtk,(getrefine()*12); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
+REPLACE INTO `item_db_re` VALUES ('1492','Velum_Glaive','Vellum Glaive','4','20','10','4500','250','0','0','3','0','16514','63','2','34','4','95','150','1','5','0','bonus2 bAddRace,RC_DemiHuman,80; if(getrefine()>=6) { bonus2 bSkillAtk,LK_SPIRALPIERCE,100; bonus2 bSkillAtk,KN_SPEARBOOMERANG,50; } if(getrefine()>=9) { autobonus2 \"{ bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; }\",100,2000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_REFLECTSHIELD; }\"; }','','');
+REPLACE INTO `item_db_re` VALUES ('1493','Metal_Lance','Metal Lance','4','20','10','0','100','0','0','3','1','16514','63','2','34','3','0','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1494','Undine_Spear','Spear Of Odin','4','50000','25000','3800','190','0','0','3','3','16514','63','2','34','4','105','150','1','5','0','bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('1501','Club','Club','4','120','60','700','23','0','0','1','3','312755','63','2','2','1','2','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1502','Club_','Club','4','120','60','700','23','0','0','1','4','312755','63','2','2','1','2','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1503','Club__','Club','4','120','60','700','23','0','0','1','0','312755','63','2','2','1','2','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1504','Mace','Mace','4','1600','800','800','37','0','0','1','3','312755','63','2','2','1','2','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1505','Mace_','Mace','4','1600','800','800','37','0','0','1','4','312755','63','2','2','1','2','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1506','Mace__','Mace','4','1600','800','800','37','0','0','1','0','312755','63','2','2','1','2','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1507','Smasher','Smasher','4','9000','4500','1000','54','0','0','1','2','312755','63','2','2','2','14','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1508','Smasher_','Smasher','4','9000','4500','1000','54','0','0','1','3','312755','63','2','2','2','14','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1509','Smasher__','Smasher','4','9000','4500','1000','54','0','0','1','3','312755','63','2','2','2','14','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1510','Flail','Flail','4','16000','8000','900','69','0','0','1','2','312754','63','2','2','2','14','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1511','Flail_','Flail','4','16000','8000','900','69','0','0','1','3','312754','63','2','2','2','14','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1512','Flail__','Flail','4','16000','8000','900','69','0','0','1','3','312754','63','2','2','2','14','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1513','Morning_Star','Morning Star','4','41000','20500','1500','110','0','0','1','1','312754','63','2','2','3','27','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1514','Morning_Star_','Morning Star','4','41000','20500','1500','110','0','0','1','2','312754','63','2','2','3','27','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1515','Morning_Star__','Morning Star','4','41000','20500','1500','110','0','0','1','2','312754','63','2','2','3','27','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1516','Sword_Mace','Sword Mace','4','50000','25000','1200','130','0','0','1','0','312754','63','2','2','3','27','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1517','Sword_Mace_','Sword Mace','4','50000','25000','1200','130','0','0','1','1','312754','63','2','2','3','27','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1518','Sword_Mace__','Sword Mace','4','50000','25000','1200','130','0','0','1','1','312754','63','2','2','3','27','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1519','Chain','Chain','4','23000','11500','800','84','0','0','1','2','312754','63','2','2','2','14','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1520','Chain_','Chain','4','23000','11500','800','84','0','0','1','3','312754','63','2','2','2','14','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1521','Chain__','Chain','4','23000','11500','800','84','0','0','1','3','312754','63','2','2','2','14','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1522','Stunner','Stunner','4','60000','30000','2000','140','0','0','1','0','33040','63','2','2','3','27','150','1','8','0','bonus2 bAddEff,Eff_Stun,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('1523','Spike','Spike','4','20','10','700','85','0','0','1','0','33040','63','2','2','4','40','150','1','8','0','bonus bCritical,40; bonus bDefRate,-67; bonus bDef2Rate,-67;','','');
+REPLACE INTO `item_db_re` VALUES ('1524','Golden_Mace','Golden Mace','4','20','10','800','110','0','0','1','1','33040','63','2','2','4','40','150','1','8','0','bonus2 bAddRace,RC_Undead,10; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1525','Long_Mace','Long Mace','4','20','10','800','135','0','0','3','0','33040','63','2','2','4','40','150','1','8','0','bonus bLongAtkDef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1526','Slash','Slash','4','20','10','1000','145','0','0','1','0','33040','63','2','2','4','40','150','1','8','0','bonus2 bAddRace,RC_Undead,15; bonus2 bWeaponComaRace,RC_Undead,10; bonus2 bExpAddRace,RC_Undead,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1527','Quadrille','Quadrille','4','20','10','900','165','0','0','1','0','33040','63','2','2','4','40','150','1','8','0','bonus2 bAddRace,RC_Undead,10; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddEle,Ele_Earth,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1528','Grand_Cross','Grand Cross','4','20','10','1500','140','0','0','1','0','33040','63','2','2','4','40','150','1','8','0','bonus bAtkEle,Ele_Holy; skill PR_TURNUNDEAD,3; bonus3 bAutoSpell,PR_TURNUNDEAD,3,100; bonus2 bSPDrainValueRace,RC_Undead,1; bonus2 bSPGainRace,RC_Undead,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1529','Iron_Driver','Iron Driver','4','20','10','3000','155','0','0','2','0','33024','63','2','2','3','78','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1530','Mjolnir','Mjolnir','4','20','10','6000','350','0','0','1','0','279714','63','2','2','4','95','150','0','8','0','bonus bAtkEle,Ele_Wind; bonus bDex,50; bonus bStr,20; bonus bAspdRate,10; bonus3 bAutoSpell,MG_THUNDERSTORM,10,100; autobonus \"{ bonus bSplashRange,1; }\",50,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('1531','Spanner','Wrench','4','20','10','2500','115','0','0','1','0','33040','63','2','2','3','55','150','1','8','0','bonus2 bAddEff,Eff_Blind,100; bonus2 bAddEff,Eff_Stun,100; bonus2 bAddEff,Eff_Poison,100; bonus2 bAddEff,Eff_Freeze,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1532','Stunner_','Stunner','4','60000','30000','2000','140','0','0','1','2','33040','63','2','2','3','27','150','1','8','0','bonus2 bAddEff,Eff_Stun,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('1533','Warrior_Balmung','Warrior\'s Balmung','4','20','10','1000','170','0','0','1','0','4294967295','63','2','2','4','48','150','1','8','0','bonus bAllStats,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1534','Spanner_C','Wrench','4','2','1','0','150','0','0','1','0','33040','63','2','2','3','0','150','0','8','0','bonus2 bAddEff,Eff_Blind,100; bonus2 bAddEff,Eff_Stun,100; bonus2 bAddEff,Eff_Poison,100; bonus2 bAddEff,Eff_Freeze,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1535','Hollgrehenn_Hammer','Hollgrehenn\'s Hammer','4','4444','2222','44','4','0','0','1','1','312754','63','2','2','4','44','150','1','8','0','bonus bBreakArmorRate,100; bonus bBreakWeaponRate,100; if(readparam(bStr)>=44) { bonus bBaseAtk,44; }','','');
+REPLACE INTO `item_db_re` VALUES ('1536','Good_Morning_Star','Good Morning Star','4','20','10','0','120','0','0','1','0','312754','63','2','2','1','0','150','0','8','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1537','Quadrille_C','Refined Quadrille','4','1','0','0','193','0','0','1','0','33040','63','2','2','4','0','150','0','8','0','bonus2 bAddRace,RC_DemiHuman,30; bonus2 bAddRace,RC_Demon,40; bonus2 bAddRace,RC_Undead,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1538','Spike_','Spike','4','20','10','700','85','0','0','1','2','33040','63','2','2','4','40','150','1','8','0','bonus bCritical,40; bonus bDefRate,-67; bonus bDef2Rate,-67;','','');
+REPLACE INTO `item_db_re` VALUES ('1539','Golden_Mace_','Golden Mace','4','20','10','800','110','0','0','1','2','33040','63','2','2','4','40','150','1','8','0','bonus2 bAddRace,RC_Undead,10; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1540','Grand_Cross_','Grand Cross','4','20','10','1500','140','0','0','1','1','33040','63','2','2','4','40','150','1','8','0','bonus bAtkEle,Ele_Holy; skill PR_TURNUNDEAD,3; bonus3 bAutoSpell,PR_TURNUNDEAD,3,100; bonus2 bSPDrainValueRace,RC_Undead,1; bonus2 bSPGainRace,RC_Undead,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1541','Nemesis','Nemesis','4','20','10','900','120','0','0','1','0','33040','63','2','2','4','60','150','1','8','0','bonus bAtkEle,Ele_Holy; bonus2 bAddRace,RC_Undead,10; bonus2 bAddRace,RC_Demon,10; bonus3 bAutoSpell,AL_CRUCIS,1+getrefine(),100; autobonus \"{ bonus bBaseAtk,50; }\",10,20000,BF_WEAPON,\"{ specialeffect2 EF_BLOODDRAIN; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('1542','BF_Morning_Star1','Valorous Battlefield Morning Star','4','20','10','0','105','0','0','1','0','312755','63','2','2','3','80','150','1','8','0','bonus bStr,1; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1543','BF_Morning_Star2','Brave Battlefield Morning Star','4','20','10','0','105','0','0','1','0','312755','63','2','2','3','80','150','1','8','0','bonus bStr,1; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,75; bonus bUnbreakableWeapon,0; autobonus \"{ bonus2 bAddEff,Eff_Stun,5000; }\",10,6000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('1544','Lunakaligo','Lunakaligo','4','20','10','700','110','0','0','1','3','33040','58','2','2','3','50','150','1','8','0','if(readparam(bStr)>=77) { bonus bAspdRate,4; bonus2 bAddEff,Eff_Stun,1500; bonus3 bAddMonsterDropItem,12065,RC_Plant,500; bonus3 bAddMonsterDropItem,12043,RC_Brute,500; bonus3 bAddMonsterDropItem,12069,RC_Fish,500; }','','');
+REPLACE INTO `item_db_re` VALUES ('1545','N_Mace','Novice Mace','4','0','0','0','57','0','0','1','3','312755','63','2','2','1','2','150','0','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1546','Krieger_Onehand_Mace1','Glorious Morning Star','4','20','10','0','130','0','0','1','0','312755','63','2','2','4','80','150','1','8','0','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus bAspdRate,5; } if(getrefine()>8) { bonus2 bAddEff,Eff_Stun,2000; bonus bAspdRate,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('1547','Mace_Of_Madness','Mace Of Madness','4','20','10','0','150','0','0','1','0','6571170','63','2','2','3','0','150','0','8','0','bonus2 bSkillAtk,MC_CARTREVOLUTION,25; bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1548','Veteran_Hammer','Veteran Hammer','4','10000','5000','1800','160','0','0','1','2','33040','63','2','2','3','80','150','1','8','0','bonus bHealPower,getskilllv(AL_DP); bonus bCritical,getskilllv(PR_MACEMASTERY)*2; bonus bInt,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1549','Pilebuncker','Pile Bunker','4','10000','5000','3500','450','0','0','1','0','1024','56','2','2','3','99','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1550','Book','Book','4','30000','15000','600','85','0','0','1','3','4260096','63','2','2','2','14','150','1','15','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1551','Bible','Bible','4','60000','30000','1000','115','0','0','1','2','4260096','63','2','2','3','27','150','1','15','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1552','Tablet','Tablet','4','51000','25500','800','125','0','0','1','1','4260096','63','2','2','3','27','150','1','15','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1553','Book_Of_Billows','Book of Billows','4','35000','17500','750','90','0','0','1','0','4260096','63','2','2','3','27','150','1','15','0','bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('1554','Book_Of_Mother_Earth','Book of Mother Earth','4','35000','17500','750','90','0','0','1','0','4260096','63','2','2','3','27','150','1','15','0','bonus bAtkEle,Ele_Earth;','','');
+REPLACE INTO `item_db_re` VALUES ('1555','Book_Of_Blazing_Sun','Book of the Blazing Sun','4','35000','17500','750','90','0','0','1','0','4260096','63','2','2','3','27','150','1','15','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('1556','Book_Of_Gust_Of_Wind','Book of Gust of Wind','4','35000','17500','750','90','0','0','1','0','4260096','63','2','2','3','27','150','1','15','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('1557','Book_Of_The_Apocalypse','Book of the Apocalypse','4','60000','30000','800','120','0','0','1','0','4260096','63','2','2','4','40','150','1','15','0','bonus bAtkEle,Ele_Dark; bonus2 bAddEle,Ele_Holy,5; bonus2 bAddEle,Ele_Water,7; bonus2 bAddEle,Ele_Earth,7; bonus2 bAddEle,Ele_Fire,7; bonus2 bAddEle,Ele_Wind,7;','','');
+REPLACE INTO `item_db_re` VALUES ('1558','Girl\'s_Diary','Girl\'s Diary','4','1500','750','300','60','0','0','1','1','4260096','63','2','2','4','40','150','1','15','0','bonus2 bAddDamageClass,1188,150;','','');
+REPLACE INTO `item_db_re` VALUES ('1559','Legacy_Of_Dragon','Legacy of Dragon','4','20','10','700','130','0','0','1','0','4260096','63','2','2','4','70','150','1','15','0','bonus bInt,3; bonus bIgnoreDefRace,RC_Dragon; bonus2 bSPGainRace,RC_Dragon,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1560','Diary_Of_Great_Sage','Sage\'s Diary','4','20','10','1100','100','120','0','1','2','4260096','63','2','2','3','60','150','1','15','0','if(readparam(bStr)>=50) bonus bAspdRate,5; if(readparam(bInt)>=70) bonus bMatkRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1561','Hardback','Hardcover Book','4','20','10','1500','140','0','0','1','1','4260096','63','2','2','4','55','150','1','15','0','bonus bStr,3; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1562','Bible_Of_Battlefield','Battlefield Textbook','4','20','10','700','110','0','0','1','1','4260096','63','2','2','4','80','150','0','15','0','bonus bInt,3; bonus3 bAutoSpell,AL_BLESSING,3+(getskilllv(AL_BLESSING)>3)*(getskilllv(AL_BLESSING)-3),20;','','');
+REPLACE INTO `item_db_re` VALUES ('1563','Diary_Of_Great_Sage_C','Rental Sage\'s Diary','4','1','0','0','135','140','0','1','2','4260096','63','2','2','3','0','150','0','15','0','bonus bMatkRate,20; bonus bAspdRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1564','Encyclopedia','Encyclopedia','4','20','10','2000','110','100','0','1','2','4260096','63','2','2','3','70','150','1','15','0','bonus bInt,3; bonus bDex,2; bonus bCritical,20+((readparam(bLuk)*2)/10);','','');
+REPLACE INTO `item_db_re` VALUES ('1565','Death_Note','Ledger of Death','4','20','10','1000','137','100','0','1','2','4260096','63','2','2','4','85','150','1','15','0','bonus bStr,3; bonus bInt,3; bonus bLuk,-20; bonus2 bWeaponComaRace,RC_DemiHuman,10; bonus bAspdRate,getrefine(); if(BaseJob==Job_Sage) bonus3 bAutoSpell,NPC_HELLJUDGEMENT,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1566','Diary_Of_Great_Basil','Diary Of Great Basil','4','20','10','0','120','125','0','1','0','4260096','63','2','2','1','0','150','0','15','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1567','Hardback_C','Refined Hardcover Book','4','1','0','0','168','100','0','1','0','4260096','63','2','2','4','0','150','0','15','0','bonus bStr,5; bonus bDex,2; bonus bMatkRate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1568','Book_Of_Billows_','Book of Billows','4','35000','17500','750','90','0','0','1','3','4260096','63','2','2','3','27','150','1','15','0','bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('1569','Book_Of_Mother_Earth_','Book of Mother Earth','4','35000','17500','750','90','0','0','1','3','4260096','63','2','2','3','27','150','1','15','0','bonus bAtkEle,Ele_Earth;','','');
+REPLACE INTO `item_db_re` VALUES ('1570','Book_Of_Blazing_Sun_','Book of Blazing Sun','4','35000','17500','750','90','0','0','1','3','4260096','63','2','2','3','27','150','1','15','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('1571','Book_Of_Gust_Of_Wind_','Book of Gust of Wind','4','35000','17500','750','90','0','0','1','3','4260096','63','2','2','3','27','150','1','15','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('1572','Principles_Of_Magic','Principles of Magic','4','20','10','300','60','160','0','1','2','4260096','63','2','2','3','60','150','1','15','0','bonus bInt,3; bonus bSPrecovRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1573','Ancient_Magic','Ancient Magic','4','20','10','700','30','140','0','1','2','4260096','63','2','2','3','70','150','1','15','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1574','BF_Book1','Brave Battle Strategy Book','4','20','10','0','90','125','0','1','0','4260096','63','2','2','3','80','150','1','15','0','bonus bStr,2; bonus bInt,1; bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1575','BF_Book2','Valorous Battle Strategy Book','4','20','10','0','90','125','0','1','0','4260096','63','2','2','3','80','150','1','15','0','bonus bStr,1; bonus bInt,2; bonus bMatkRate,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1576','Krieger_Book1','Glorious Tablet','4','20','10','0','90','115','0','1','0','4260096','63','2','2','4','80','150','1','15','0','bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) autobonus \"{ bonus bBaseAtk,200; }\",30,3000,BF_WEAPON,\"{ specialeffect2 EF_BASH3D; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('1577','Krieger_Book2','Glorious Apocalypse','4','20','10','0','90','115','0','1','0','4260096','63','2','2','4','80','150','1','15','0','bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) bonus2 bIgnoreDefRate,RC_DemiHuman,5; if(getrefine()>8) { bonus bMatkRate,5; bonus bVariableCastrate,-5; bonus bDelayrate,-5; }','','');
+REPLACE INTO `item_db_re` VALUES ('1578','Book_Of_Prayer','Book Of Prayer','4','20','10','0','140','0','0','1','0','4260096','63','2','2','3','0','150','0','15','0','bonus bVit,2; bonus bMdef,2; bonus bMaxSPrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1579','Death_Note_M','Book of the Dead','4','20','10','1000','137','0','0','1','2','4260096','63','2','2','4','85','150','1','15','0','bonus bMatkRate,15; bonus bStr,3; bonus bInt,3; bonus bLuk,-20; bonus2 bWeaponComaRace,RC_DemiHuman,10; bonus bAspdRate,getrefine(); if(BaseJob==Job_Sage) bonus3 bAutoSpell,NPC_HELLJUDGEMENT,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1580','Encyclopedia_C','Giant Encyclopedia','4','0','0','0','145','100','0','1','0','4260096','63','2','2','3','0','150','0','15','0','bonus bMatkRate,15; bonus bInt,3; bonus bDex,2; bonus bCritical,20+((readparam(bLuk)*2)/10); bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1581','F_Diary_Of_Great_Sage_C','Diary Of Great Sage','4','1','0','0','135','0','0','1','2','4260096','63','2','2','3','0','150','0','15','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1582','E_Diary_Of_Great_Sage_C','E Diary Of Great Sage C','4','1','0','0','135','0','0','1','2','4260096','63','2','2','3','0','150','0','15','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1583','P_Dic1','Eden Group Dictionary I','4','0','0','0','135','110','0','1','0','4260096','63','2','2','3','60','150','0','15','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1584','Chilly_Spell_Book','Chilly Spell Book','4','56000','28000','1000','100','160','0','1','2','65536','56','2','2','4','100','150','1','15','0','bonus bAtkEle,Ele_Water; bonus bUnbreakableWeapon,0; bonus bDex,1; bonus2 bSkillAtk,MG_COLDBOLT,(getrefine()/3); bonus2 bSkillAtk,SO_DIAMONDDUST,(getrefine()/3); bonus bUseSPrate,getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('1585','Upg_Book','Upgrade Book','4','20','10','600','45','20','0','1','1','4260096','63','2','2','3','0','150','1','15','0','bonus bBaseAtk,(getrefine()*10); bonus bMatk,(getrefine()*5); if(BaseLevel>70) bonus bMatk,(((BaseLevel-70)/10)*5);','','');
+REPLACE INTO `item_db_re` VALUES ('1586','Velum_Bible','Vellum Bible','4','20','10','600','110','125','0','1','0','4260096','63','2','2','4','95','150','1','15','0','if(BaseLevel>104) { bonus bHealPower,(BaseLevel/5)-20; }','','');
+REPLACE INTO `item_db_re` VALUES ('1587','Velum_Encyclopedia','Vellum Encyclopedia','4','20','10','1000','130','0','0','1','0','4260096','63','2','2','4','95','150','1','15','0','bonus2 bAddRace,RC_DemiHuman,80+getrefine(); bonus2 bIgnoreDefRate,RC_DemiHuman,30; autobonus \"{ bonus bBaseAtk,200; }\",10,3000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('1588','Metal_Book','Metal Book','4','20','10','0','45','10','0','1','1','4260096','63','2','2','3','0','150','1','15','0','//bonus bMAtk,10; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1590','Snake_Encyclopedia','Daizenshu Dakatsu','4','60000','30000','1500','10','110','0','1','2','4260096','63','2','2','4','105','150','1','15','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1599','Angra_Manyu','Angra manyu','4','1','0','10','10000','10000','0','2','0','4294967295','63','2','2','1','0','150','1','8','0','bonus bAllStats,50; bonus bBaseAtk,3300; bonus bMatkRate,200; bonus2 bHPDrainRate,1000,100; bonus2 bSPDrainRate,1000,20; bonus bHealPower,200; bonus2 bAddRace,RC_NonBoss,100; bonus2 bAddRace,RC_Boss,100; skill WZ_STORMGUST,10; skill WZ_METEOR,10; skill WZ_VERMILION,10; skill GM_SANDMAN,1; bonus bVariableCastrate,-100; bonus bFixedCastrate,-100;','','');
+REPLACE INTO `item_db_re` VALUES ('1601','Rod','Rod','4','50','25','400','15','30','0','1','3','8487701','63','2','2','1','0','150','1','10','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1602','Rod_','Rod','4','50','25','400','15','30','0','1','4','8487701','63','2','2','1','0','150','1','10','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1603','Rod__','Rod','4','50','25','400','15','30','0','1','0','8487701','63','2','2','1','0','150','1','10','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1604','Wand','Wand','4','2500','1250','400','25','45','0','1','2','8487701','63','2','2','2','12','150','1','10','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1605','Wand_','Wand','4','2500','1250','400','25','45','0','1','3','8487701','63','2','2','2','12','150','1','10','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1606','Wand__','Wand','4','2500','1250','400','25','45','0','1','0','8487701','63','2','2','2','12','150','1','10','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1607','Staff','Staff','4','9500','4750','400','40','70','0','1','2','8487700','63','2','2','2','12','150','1','10','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1608','Staff_','Staff','4','9500','4750','400','40','70','0','1','3','8487700','63','2','2','2','12','150','1','10','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1609','Staff__','Staff','4','9500','4750','400','40','70','0','1','0','8487700','63','2','2','2','12','150','1','10','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1610','Arc_Wand','Arc Wand','4','45000','22500','400','60','95','0','1','1','8487700','63','2','2','3','24','150','1','10','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1611','Arc_Wand_','Arc Wand','4','45000','22500','400','60','95','0','1','2','8487700','63','2','2','3','24','150','1','10','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1612','Arc_Wand__','Arc Wand','4','45000','22500','400','60','95','0','1','0','8487700','63','2','2','3','24','150','1','10','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1613','Mighty_Staff','Mighty Staff','4','20','10','700','130','100','0','1','0','8487700','63','2','2','3','24','150','1','10','0','bonus bStr,10; bonus bSPDrainValue,-2;','','');
+REPLACE INTO `item_db_re` VALUES ('1614','Blessed_Wand','Wand of Occult','4','20','10','700','75','105','0','1','0','8487700','63','2','2','3','24','150','1','10','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1615','Bone_Wand','Evil Bone Wand','4','20','10','700','40','110','0','1','0','8487700','63','2','2','3','24','150','1','10','0','bonus bInt,4; bonus bAtkEle,Ele_Undead;','','');
+REPLACE INTO `item_db_re` VALUES ('1616','Staff_Of_Wing','Wing Staff','4','20','10','500','60','115','0','1','0','8454660','63','2','2','4','40','150','1','10','0','bonus bAtkEle,Ele_Wind; bonus bVariableCastrate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('1617','Survival_Rod','Survivor\'s Rod','4','85000','42500','1000','50','120','0','1','0','8487700','63','2','2','3','24','150','1','10','0','bonus bDex,2; bonus bMaxHP,300;','','');
+REPLACE INTO `item_db_re` VALUES ('1618','Survival_Rod_','Survivor\'s Rod','4','85000','42500','1000','50','120','0','1','1','8487700','63','2','2','3','24','150','1','10','0','bonus bDex,3; bonus bMaxHP,400;','','');
+REPLACE INTO `item_db_re` VALUES ('1619','Survival_Rod2','Survivor\'s Rod','4','85000','42500','1000','50','120','0','1','0','8487700','63','2','2','3','24','150','1','10','0','bonus bInt,2; bonus bMaxHP,300;','','');
+REPLACE INTO `item_db_re` VALUES ('1620','Survival_Rod2_','Survivor\'s Rod','4','85000','42500','1000','50','120','0','1','1','8487700','63','2','2','3','24','150','1','10','0','bonus bInt,3; bonus bMaxHP,400;','','');
+REPLACE INTO `item_db_re` VALUES ('1621','Hypnotist\'s_Staff','Hypnotist\'s Staff','4','43000','21500','500','70','120','0','1','1','1','47','2','2','3','30','150','1','10','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1622','Hypnotist\'s_Staff_','Hypnotist\'s Staff','4','20','10','500','70','120','0','1','2','1','47','2','2','3','30','150','1','10','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1623','Mighty_Staff_C','Mighty Staff','4','1','0','0','165','120','0','1','0','8487700','63','2','2','3','0','150','0','10','0','bonus bStr,10; bonus bInt,4; bonus bMatkRate,20; bonus bSPDrainValue,-1;','','');
+REPLACE INTO `item_db_re` VALUES ('1624','Lich_Bone_Wand','Lich\'s Bone Wand','4','20','10','800','60','170','0','1','2','99092','58','2','2','3','70','150','1','10','0','bonus bInt,1; bonus bDex,1; bonus bAtkEle,Ele_Undead; bonus3 bAutoSpellWhenHit,NPC_WIDECURSE,5,10+getrefine(); if(getrefine()>=9) { bonus bMatkRate,3; bonus bMaxSP,300; }','','');
+REPLACE INTO `item_db_re` VALUES ('1625','Healing_Staff','Healing Staff','4','20','10','400','10','105','0','1','0','33040','63','2','2','3','55','150','1','10','0','bonus bAtkEle,Ele_Holy; bonus bHealPower,(getrefine()*3/2);','','');
+REPLACE INTO `item_db_re` VALUES ('1626','Piercing_Staff','Piercing Staff','4','20','10','500','80','145','0','1','0','99092','58','2','2','3','70','150','1','10','0','bonus bInt,4; bonus bIgnoreMdefRate,10+getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('1627','Staffy','Staffy','4','20','10','0','40','120','0','1','0','8487700','63','2','2','1','0','150','0','10','0','bonus bInt,4; bonus bMatkRate,15; bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1628','Survival_Rod_C','Refined Survivor\'s Rod','4','1','0','0','71','145','0','1','0','8487700','63','2','2','3','0','150','0','10','0','bonus bDex,4; bonus bMatkRate,20; bonus bMaxHP,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1629','Walking_Stick','Gentleman Staff','4','20','10','500','40','125','0','1','1','8487700','63','2','2','4','50','150','1','10','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1630','Release_Of_Wish','Release of Wish','4','20','10','500','30','125','0','1','0','8454660','63','2','2','3','50','150','1','10','0','bonus bInt,3; bonus bHealPower,5; autobonus \"{ bonus2 bSPRegenRate,100,2000; bonus2 bHPRegenRate,50,2000; }\",10,10000,BF_MAGIC,\"{ specialeffect2 EF_HEAL; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('1631','Holy_Stick','Holy Stick','4','20','10','500','50','140','0','1','1','33024','63','2','2','4','70','150','1','10','0','bonus bAtkEle,Ele_Holy; bonus bMatkRate,15; bonus2 bVariableCastrate,AL_HOLYLIGHT,-25; bonus2 bVariableCastrate,PR_TURNUNDEAD,-25; bonus2 bVariableCastrate,PR_MAGNUS,-25;','','');
+REPLACE INTO `item_db_re` VALUES ('1632','BF_Staff1','Warlock\'s Magic Wand','4','20','10','0','70','125','0','1','0','8487700','63','2','2','3','80','150','1','10','0','bonus bInt,4; bonus bDex,3; bonus bMatkRate,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus3 bAddEff,Eff_Stun,500,ATF_SKILL; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1633','BF_Staff2','Warlock\'s Battle Wand','4','20','10','0','70','125','0','1','0','8487700','63','2','2','3','80','150','1','10','0','bonus bInt,3; bonus bDex,3; bonus bMatkRate,15; bonus2 bMagicAddRace,RC_DemiHuman,15; bonus3 bAddEff,Eff_Stun,500,ATF_SKILL; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1634','BF_Staff3','Strong Recovery Wand','4','20','10','0','70','125','0','1','0','8487700','63','2','2','3','80','150','1','10','0','bonus bMatkRate,15; bonus bHealPower,14; bonus2 bSPRegenRate,5,10000; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1635','BF_Staff4','Speedy Recovery Wand','4','20','10','0','70','125','0','1','0','8487700','63','2','2','3','80','150','1','10','0','bonus bInt,3; bonus bDex,2; bonus bMatkRate,15; bonus bDelayrate,-15; bonus2 bSPRegenRate,5,10000; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1636','Thorn_Staff','Thorn Staff of Darkness','4','20','10','700','60','160','0','1','0','99092','58','2','2','4','75','150','1','10','0','bonus bAtkEle,Ele_Dark; bonus bInt,3; bonus bDex,3; bonus bIgnoreMdefRate,getrefine(); bonus bDelayrate,-(getrefine()*3/2);','','');
+REPLACE INTO `item_db_re` VALUES ('1637','Eraser','Eraser','4','20','10','500','80','170','0','1','0','99092','58','2','2','4','70','150','1','10','0','bonus bInt,3; bonus bDex,2; bonus bSPrecovRate,8; if( getrefine() > 9 ) bonus5 bAutoSpell,NPC_WIDESOULDRAIN,3,5,BF_MAGIC,0; else bonus5 bAutoSpell,NPC_WIDESOULDRAIN,1,5,BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1638','Healing_Staff_C','Staff Of Healing','4','20','10','0','10','125','0','1','0','33040','63','2','2','3','0','150','0','10','0','bonus bAtkEle,Ele_Holy; bonus bMatkRate,15; bonus bHealPower,(getrefine()*3/2);','','');
+REPLACE INTO `item_db_re` VALUES ('1639','N_Rod','Novice Rod','4','0','0','0','15','32','0','1','3','8487701','63','2','2','1','0','150','0','10','0','bonus bMatkRate,16;','','');
+REPLACE INTO `item_db_re` VALUES ('1640','Krieger_Onehand_Staff1','Glorious Arc Wand','4','20','10','0','70','135','0','1','0','8487700','63','2','2','4','80','150','1','10','0','bonus2 bMagicAddRace,RC_DemiHuman,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25 + ((getrefine() > 5) ? 5 : 0); bonus bUnbreakableWeapon,0; if(getrefine() > 8) { bonus bMatkRate,5; bonus bVariableCastrate,-5; bonus bDelayrate,-5; }','','');
+REPLACE INTO `item_db_re` VALUES ('1641','Krieger_Onehand_Staff2','Glorious Cure Wand','4','20','10','0','70','135','0','1','0','8487700','63','2','2','4','80','150','1','10','0','bonus bHealPower,14; bonus bDelayrate,-10; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bIgnoreMdefRate,RC_DemiHuman,5; bonus bHealPower,5+(((getrefine()>14)?14:getrefine())-5)*2; } if(getrefine() > 8) bonus5 bAutoSpellOnSkill,AL_HEAL,AL_HEAL,10,100,1; if(getrefine() > 9) { bonus bHealPower,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('1642','Staff_Of_Darkness','Staff Of Darkness','4','20','10','0','100','120','0','1','0','8487700','63','2','2','2','0','150','0','10','0','bonus bVariableCastrate,-5; bonus bMatkRate,15; bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1643','Dead_Tree_Cane','Dead Tree CaneStaff','4','20','10','100','100','155','0','1','0','8487700','63','2','2','4','70','150','1','10','0','bonus bInt,4; if (getrefine()>5) { bonus bInt,getrefine()-5; bonus bMaxHP,-200; bonus bMaxSP,-100; }','','');
+REPLACE INTO `item_db_re` VALUES ('1644','Piercing_Staff_M','Staff of Piercing','4','20','10','500','80','145','0','1','0','99092','58','2','2','3','70','150','1','10','0','bonus bInt,4; bonus bMatkRate,15; bonus bIgnoreMdefRate,10+getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('1645','Lich_Bone_Wand_M','Lich\'s Bone Wand','4','20','10','800','60','170','0','1','2','99092','58','2','2','3','70','150','1','10','0','bonus bInt,1; bonus bDex,1; bonus bAtkEle,Ele_Undead; bonus bMatkRate,20; bonus3 bAutoSpellWhenHit,NPC_WIDECURSE,5,10+getrefine(); if(getrefine()>=9) { bonus bMatkRate,3; bonus bMaxSP,300; }','','');
+REPLACE INTO `item_db_re` VALUES ('1646','La\'cryma_Stick','La\'cryma Stick','4','20','10','500','30','180','0','1','2','66052','58','2','2','3','50','150','1','10','0','bonus bInt,4; bonus bMdef,1; bonus2 bSkillAtk,WZ_STORMGUST,getrefine(); if (getrefine() > 9) bonus2 bVariableCastrate,WZ_STORMGUST,-8;','','');
+REPLACE INTO `item_db_re` VALUES ('1647','Croce_Staff','Croce Staff','4','20','10','500','30','175','0','1','1','33040','58','2','2','3','50','150','1','10','0','bonus bAtkEle,Ele_Holy; bonus bInt,4; bonus4 bAutoSpellOnSkill,AL_HEAL,AL_BLESSING,getskilllv(AL_BLESSING)>1?getskilllv(AL_BLESSING):1,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1648','Staff_Of_Bordeaux','Staff Of Bordeaux','4','20','10','500','30','170','0','1','0','66052','58','2','2','4','50','150','1','10','0','bonus bInt,2; bonus bDex,1; if(getskilllv(SA_DRAGONOLOGY) == 5) { bonus bUseSPrate,-15; bonus bInt,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('1649','Rafini_Staff','Laphine Staff','4','20','10','500','30','180','0','1','0','99072','56','2','2','3','100','150','1','10','0','bonus bFixedCastrate,-getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('1650','P_Staff1','Eden Staff I','4','0','0','0','60','125','0','1','0','8487700','63','2','2','2','26','150','0','10','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1651','P_Staff2','Eden Staff II','4','0','0','0','60','150','0','1','0','8487700','63','2','2','2','40','150','0','10','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1652','Tourist_Staff','Traveler\'s Staff','4','0','0','500','35','0','0','1','0','8487701','63','2','2','1','0','150','0','10','0','bonus bInt,2; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1653','Staff_Of_Healing_C','Healing Of Staff','4','20','10','0','10','100','0','1','0','33040','63','2','2','3','0','150','0','10','0','bonus bAtkEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('1654','Mental_Stick','Mental Stick','4','20','10','500','40','170','0','1','1','65536','56','2','2','3','102','150','1','10','0','if(getrefine()>5) { bonus2 bSkillAtk,SO_PSYCHIC_WAVE,(getrefine()-5)*2; bonus bMaxHPrate,-(getrefine()-5)*2; } bonus2 bSkillVariableCast,SO_PSYCHIC_WAVE,-3000; bonus2 bSkillUseSP,SO_PSYCHIC_WAVE,-60;','','itemheal 0,-100;');
+REPLACE INTO `item_db_re` VALUES ('1655','Adventure_Staff','Adventure Staff','4','0','0','0','60','0','0','1','0','8454660','63','2','2','1','0','150','0','10','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1656','Academy_Wand','Academy Wand','4','0','0','600','60','0','0','1','1','8454660','63','2','2','1','0','150','1','10','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1657','Wand_Of_Affection','Wand Of Affection','4','20','10','500','30','160','0','1','2','256','56','2','2','3','100','150','1','10','0','bonus bInt,2; bonus bAtkEle,Ele_Holy; bonus bHealPower,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1658','P_Staff3','Eden Group Staff III','4','0','0','0','60','170','0','1','0','8487700','63','2','2','3','60','150','0','10','0','bonus bInt,4;','','');
+REPLACE INTO `item_db_re` VALUES ('1659','Recovery_Light','Light of Recovery','4','56000','28000','400','30','160','0','1','1','256','56','2','2','4','110','150','1','10','0','bonus bAtkEle,Ele_Holy; bonus bUnbreakableWeapon,0; bonus bHealPower,(getrefine()*3/2); bonus bUseSPrate,(getrefine()*3);','','');
+REPLACE INTO `item_db_re` VALUES ('1660','Wand_Of_Affection2','Protection Staff II','4','20','10','500','30','180','0','1','1','256','56','2','2','4','130','150','1','10','0','bonus bAtkEle,Ele_Holy; bonus bInt,4; bonus bHealPower,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1661','Mental_Destroyer','Mental Destroyer','4','20','10','1400','100','50','0','1','0','512','58','2','2','4','95','150','1','10','0','bonus bInt,10; bonus bMdef,20; bonus bUnbreakableWeapon,0; bonus2 bSPVanishRate,10000,5; if(getrefine()>5) { bonus2 bSPVanishRate,10000,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('1670','RWC_Memory_Staff','RWC Memory Staff','4','20','10','500','25','30','0','1','1','8487700','63','2','2','3','0','150','1','10','0','//bonus bMAtk,30; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1701','Bow','Bow','4','1000','500','500','15','0','0','5','3','657480','63','2','34','1','4','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1702','Bow_','Bow','4','1000','500','500','15','0','0','5','4','657480','63','2','34','1','4','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1703','Bow__','Bow','4','0','0','0','15','0','0','5','0','657480','63','2','34','1','4','150','0','11','0','bonus2 bAddDamageClass,1002,500; bonus2 bAddDamageClass,1113,500; bonus2 bAddDamageClass,1031,500; bonus2 bAddDamageClass,1242,500;','','');
+REPLACE INTO `item_db_re` VALUES ('1704','Composite_Bow','Composite Bow','4','2500','1250','600','29','0','0','5','3','657480','63','2','34','1','4','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1705','Composite_Bow_','Composite Bow','4','2500','1250','600','29','0','0','5','4','657480','63','2','34','1','4','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1706','Composite_Bow__','Composite Bow','4','2500','1250','600','29','0','0','5','0','657480','63','2','34','1','4','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1707','Great_Bow','Great Bow','4','10000','5000','1000','50','0','0','5','2','657480','63','2','34','2','18','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1708','Great_Bow_','Great Bow','4','10000','5000','1000','50','0','0','5','3','657480','63','2','34','2','18','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1709','Great_Bow__','Great Bow','4','10000','5000','1000','50','0','0','5','0','657480','63','2','34','2','18','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1710','CrossBow','Cross Bow','4','17000','8500','900','65','0','0','5','2','657480','63','2','34','2','18','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1711','CrossBow_','Cross Bow','4','17000','8500','900','65','0','0','5','3','657480','63','2','34','2','18','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1712','CrossBow__','Cross Bow','4','17000','8500','900','65','0','0','5','0','657480','63','2','34','2','18','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1713','Arbalest','Arbalest Bow','4','48000','24000','1000','90','0','0','5','1','657480','63','2','34','3','33','150','1','11','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1714','Kakkung','Gakkung Bow','4','42000','21000','1100','100','0','0','5','1','657480','63','2','34','3','33','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1715','Arbalest_','Arbalest Bow','4','48000','24000','1000','90','0','0','5','2','657480','63','2','34','3','33','150','1','11','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1716','Kakkung_','Gakkung Bow','4','42000','21000','1100','100','0','0','5','2','657480','63','2','34','3','33','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1718','Hunter_Bow','Hunter Bow','4','64000','32000','1500','125','0','0','5','0','2048','63','2','34','3','33','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1719','Bow_Of_Roguemaster','Roguemaster\'s Bow','4','20','10','500','75','0','0','11','0','64','63','2','34','4','48','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1720','Bow_Of_Rudra','Rudra Bow','4','20','10','1200','150','0','0','5','0','657416','63','2','34','4','48','150','1','11','0','bonus bAtkEle,Ele_Holy; bonus bInt,5; skill AL_CURE,1; skill AL_HEAL,1; bonus2 bResEff,Eff_Poison,5000; bonus2 bResEff,Eff_Curse,5000; bonus2 bResEff,Eff_Silence,5000; bonus2 bResEff,Eff_Confusion,5000; bonus2 bResEff,Eff_Blind,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('1721','Repeting_CrossBow','Repeating Crossbow','4','89000','44500','2000','95','0','0','9','1','133184','63','2','34','3','65','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1722','Balistar','Ballista','4','124000','62000','3500','145','0','0','5','0','526336','63','2','34','4','77','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1723','Luna_Bow','Luna Bow','4','20','10','2000','100','0','0','5','2','2048','63','2','34','3','30','150','1','11','0','bonus bDef,2+3*(getrefine()>5)+2*(getrefine()>8);','','');
+REPLACE INTO `item_db_re` VALUES ('1724','Dragon_Wing','Dragon Wing','4','20','10','1200','100','0','0','5','0','657480','63','2','34','4','60','150','1','11','0','bonus3 bAddMonsterDropItem,1765,RC_Dragon,300; bonus bIgnoreDefRace,RC_Dragon;','','');
+REPLACE INTO `item_db_re` VALUES ('1725','Bow_Of_Minstrel','Minstrel Bow','4','20','10','1700','120','0','0','5','1','526336','63','2','34','4','70','150','1','11','0','bonus bInt,2; bonus bSPrecovRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1726','Hunter_Bow_','Hunter Bow','4','64000','32000','1500','125','0','0','5','1','2048','63','2','34','3','33','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1727','Balistar_','Ballista','4','124000','62000','3500','145','0','0','5','1','526336','63','2','34','4','77','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1728','Balistar_C','Ballista','4','1','0','0','194','0','0','5','0','526336','63','2','34','4','0','150','0','11','0','bonus bLongAtkRate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1729','Bow_Of_Rudra_C','Rudra Bow','4','2','1','0','185','0','0','5','0','657416','63','2','34','4','0','150','0','11','0','bonus bAtkEle,Ele_Holy; bonus bInt,5; skill AL_CURE,1; skill AL_HEAL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1730','Burning_Bow','Burning Bow','4','20','10','1400','95','0','0','5','1','657416','63','2','34','3','55','150','1','11','0','bonus2 bSubEle,Ele_Fire,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1731','Frozen_Bow','Frozen Bow','4','20','10','1400','100','0','0','5','1','657416','63','2','34','3','55','150','1','11','0','bonus2 bAddEff,Eff_Freeze,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('1732','Earth_Bow','Earth Bow','4','20','10','1400','105','0','0','5','1','657416','63','2','34','3','55','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1733','Gust_Bow','Gust Bow','4','20','10','1400','95','0','0','5','1','657416','63','2','34','3','55','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1734','Orc_Archer_Bow','Orc Archer Bow','4','20','10','1600','120','0','0','5','0','657416','63','2','34','3','65','150','1','11','0','bonus2 bAddMonsterDropItem,1753,200;','','');
+REPLACE INTO `item_db_re` VALUES ('1735','Kkakkung','Kkakkung','4','20','10','0','120','0','0','5','0','657480','63','2','34','1','0','150','0','11','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1736','Double_Bound','Double Bound','4','20','10','900','70','0','0','5','3','2048','58','2','34','3','70','150','1','11','0','bonus3 bAutoSpell,AC_DOUBLE,getskilllv(AC_DOUBLE),10;','','');
+REPLACE INTO `item_db_re` VALUES ('1737','Ixion_Wing','Ixion Wings','4','20','10','300','135','0','0','5','1','2048','58','2','34','4','70','150','1','11','0','autobonus \"{ bonus bAspdRate,7; }\",10+(getrefine()*2),7000,BF_WEAPON,\"{ specialeffect2 EF_HASTEUP; }\"; bonus2 bAddSkillBlow,AC_CHARGEARROW,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1738','BF_Bow1','Valorous Battle CrossBow','4','20','10','0','100','0','0','5','0','657480','63','2','34','3','80','150','1','11','0','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1739','BF_Bow2','Brave Battle CrossBow','4','20','10','0','100','0','0','5','0','657480','63','2','34','3','80','150','1','11','0','bonus bDex,2; bonus bInt,10; bonus2 bAddRace,RC_DemiHuman,55; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1740','Nepenthes_Bow','Nepenthes Bow','4','20','10','1000','105','0','0','5','2','2048','58','2','34','4','60','150','1','11','0','bonus4 bAutoSpellOnSkill,AC_DOUBLE,AC_CHARGEARROW,1,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1741','Cursed_Lyre','Cursed Lyre','4','20','10','1250','125','0','0','5','1','526344','58','2','34','4','80','150','1','11','0','bonus bLuk,-2; bonus2 bAddEff,Eff_Curse,400;','','');
+REPLACE INTO `item_db_re` VALUES ('1742','N_Composite_Bow','Novice Composite Bow','4','0','0','0','49','0','0','5','3','657480','63','2','34','1','4','150','0','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1743','Krieger_Bow1','Glorious Hunter Bow','4','20','10','0','100','0','0','5','0','657480','63','2','34','4','80','150','1','11','0','bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bCritAtkRate,getrefine() * 2; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) bonus2 bSkillAtk,AC_DOUBLE,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1744','Bow_Of_Evil','Bow Of Evil','4','20','10','0','170','0','0','5','0','657480','63','2','34','4','0','150','0','11','0','bonus2 bSkillAtk,AC_DOUBLE,25; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1745','Falken_Blitz','Falken Blitz','4','20','10','1000','100','0','0','5','2','2048','58','2','34','3','50','150','1','11','0','bonus2 bSkillAtk,SN_SHARPSHOOTING,10; bonus2 bSkillAtk,AC_DOUBLE,10; bonus2 bSkillAtk,AC_CHARGEARROW,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1746','Elven_Bow','Elven Bow','4','20','10','1500','160','0','0','5','1','526336','56','2','34','3','100','150','1','11','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1747','P_Bow1','Eden Bow I','4','0','0','0','82','0','0','5','0','657480','63','2','34','2','26','150','0','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1748','P_Bow2','Eden Bow II','4','0','0','0','120','0','0','5','0','657480','63','2','34','2','40','150','0','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1749','Tourist_Bow','Traveler\'s Bow','4','0','0','500','40','0','0','5','0','657480','63','2','34','1','0','150','0','11','0','bonus bUnbreakableWeapon,0; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1750','Arrow','Arrow','10','1','0','1','25','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1751','Silver_Arrow','Silver Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('1752','Fire_Arrow','Fire Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('1753','Steel_Arrow','Steel Arrow','10','4','2','2','40','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1754','Crystal_Arrow','Crystal Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('1755','Arrow_Of_Wind','Arrow of Wind','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('1756','Stone_Arrow','Stone Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Earth;','','');
+REPLACE INTO `item_db_re` VALUES ('1757','Immatrial_Arrow','Immaterial Arrow','10','3','1','1','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Ghost;','','');
+REPLACE INTO `item_db_re` VALUES ('1758','Stun_Arrow','Stun Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus2 bAddEff,Eff_Stun,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('1759','Freezing_Arrow','Frozen Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Water; bonus2 bAddEff,Eff_Freeze,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('1760','Flash_Arrow','Flash Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus2 bAddEff,Eff_Blind,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('1761','Curse_Arrow','Cursed Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus2 bAddEff,Eff_Curse,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('1762','Rusty_Arrow','Rusty Arrow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Poison;','','');
+REPLACE INTO `item_db_re` VALUES ('1763','Poison_Arrow','Poison Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,2000;','','');
+REPLACE INTO `item_db_re` VALUES ('1764','Incisive_Arrow','Sharp Arrow','10','20','10','3','10','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bCritical,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1765','Oridecon_Arrow','Oridecon Arrow','10','30','15','3','50','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1766','Arrow_Of_Counter_Evil','Arrow of Counter Evil','10','40','20','3','50','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('1767','Arrow_Of_Shadow','Arrow of Shadow','10','3','1','2','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('1768','Sleep_Arrow','Sleep Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus2 bAddEff,Eff_Sleep,2000;','','');
+REPLACE INTO `item_db_re` VALUES ('1769','Silence_Arrow','Mute Arrow','10','10','5','3','1','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus2 bAddEff,Eff_Silence,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('1770','Iron_Arrow','Iron Arrow','10','2','1','1','30','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1771','Venom_Knife','Venom Knife','10','50','25','5','30','0','0','0','0','4096','63','2','32768','0','0','150','0','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1772','Holy_Arrow','Holy Arrow','10','3','1','2','50','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','bonus bAtkEle,Ele_Holy; bonus2 bAddRace,RC_Demon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1773','Arrow_Of_Elf','Elven Arrow','10','5','2','1','45','0','0','0','0','661576','63','2','32768','0','100','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1774','Hunting_Arrow','Hunting Arrow','10','5','2','1','35','0','0','0','0','661576','63','2','32768','0','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1775','Siege_Arrow_A','WoE Arrow S','10','10','5','1','45','0','0','0','0','661576','63','2','32768','0','130','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1776','Siege_Arrow_S','WoE Arrow A','10','10','5','1','30','0','0','0','0','661576','63','2','32768','0','95','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1801','Waghnakh','Waghnak','4','8000','4000','400','30','0','0','1','3','33024','63','2','2','1','0','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1802','Waghnakh_','Waghnak','4','8000','4000','400','30','0','0','1','4','33024','63','2','2','1','0','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1803','Knuckle_Duster','Knuckle Dusters','4','25000','12500','450','50','0','0','1','2','33024','63','2','2','2','12','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1804','Knuckle_Duster_','Knuckle Dusters','4','25000','12500','450','50','0','0','1','3','33024','63','2','2','2','12','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1805','Hora','Studded Knuckles','4','32000','16000','450','65','0','0','1','2','33024','63','2','2','2','12','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1806','Hora_','Studded Knuckles','4','32000','16000','450','65','0','0','1','3','33024','63','2','2','2','12','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1807','Fist','Fist','4','53000','26500','650','115','0','0','1','0','33024','63','2','2','3','24','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1808','Fist_','Fist','4','53000','26500','650','115','0','0','1','1','33024','63','2','2','3','24','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1809','Claw','Claw','4','67000','33500','500','86','0','0','1','1','33024','63','2','2','3','24','150','1','12','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1810','Claw_','Claw','4','67000','33500','500','86','0','0','1','2','33024','63','2','2','3','24','150','1','12','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1811','Finger','Finger','4','58000','29000','500','97','0','0','1','1','33024','63','2','2','3','24','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1812','Finger_','Finger','4','58000','29000','500','97','0','0','1','2','33024','63','2','2','3','24','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1813','Kaiser_Knuckle','Kaiser Knuckle','4','20','10','450','110','0','0','1','0','33024','63','2','2','4','36','150','1','12','0','bonus bAtkEle,Ele_Wind; bonus2 bAddRace,RC_Undead,5; bonus2 bAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Wind,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1814','Berserk','Berserk','4','20','10','500','120','0','0','1','0','33024','63','2','2','4','36','150','1','12','0','bonus bAspdRate,12;','','');
+REPLACE INTO `item_db_re` VALUES ('1815','Claw_Of_Garm','Hatii Claw','4','20','10','550','152','0','0','1','1','33024','63','2','2','4','70','150','1','12','0','bonus bAtkEle,Ele_Dark; bonus bMaxHPrate,-2; bonus2 bAddEff,Eff_Bleeding,200;','','');
+REPLACE INTO `item_db_re` VALUES ('1816','Berserk_','Berserk','4','20','10','500','120','0','0','1','1','33024','63','2','2','4','36','150','1','12','0','bonus bAspdRate,12;','','');
+REPLACE INTO `item_db_re` VALUES ('1817','Kaiser_Knuckle_C','Kaiser Knuckle','4','1','0','0','159','0','0','1','0','33024','63','2','2','4','0','150','0','12','0','bonus bAtkEle,Ele_Wind; bonus2 bAddRace,RC_Undead,5; bonus2 bAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Fire,10; bonus2 bAddEle,Ele_Wind,10; bonus bAspdRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('1818','Magma_Fist','Magma Fist','4','20','10','650','80','0','0','1','3','33024','63','2','2','3','75','150','1','12','0','bonus3 bAutoSpell,SA_FLAMELAUNCHER,5,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1819','Icicle_Fist','Icicle Fist','4','20','10','650','80','0','0','1','3','33024','63','2','2','3','75','150','1','12','0','bonus3 bAutoSpell,SA_FROSTWEAPON,5,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1820','Electric_Fist','Electric Fist','4','20','10','650','80','0','0','1','3','33024','63','2','2','3','75','150','1','12','0','bonus3 bAutoSpell,SA_LIGHTNINGLOADER,5,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1821','Seismic_Fist','Seismic Fist','4','20','10','650','80','0','0','1','3','33024','63','2','2','3','75','150','1','12','0','bonus3 bAutoSpell,SA_SEISMICWEAPON,5,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1822','Combo_Battle_Glove','Combo Battle Glove','4','20','10','500','30','0','0','1','4','33024','63','2','2','3','60','150','1','12','0','bonus2 bSkillAtk,MO_TRIPLEATTACK,15; bonus2 bSkillAtk,MO_CHAINCOMBO,15; bonus2 bSkillAtk,MO_COMBOFINISH,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1823','BF_Knuckle1','Valorous Battle Fist','4','20','10','0','30','0','0','1','0','33024','63','2','2','3','80','150','1','12','0','bonus bStr,2; bonus bAgi,1; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus4 bAutoSpell,CH_SOULCOLLECT,1,5,0; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1824','BF_Knuckle2','Brave Battle Fist','4','20','10','0','30','0','0','1','0','33024','63','2','2','3','80','150','1','12','0','bonus bStr,2; bonus bInt,1; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bVariableCastrate,MO_EXTREMITYFIST,-25; autobonus \"{ bonus2 bVariableCastrate,\\\"MO_EXTREMITYFIST\\\",-100; }\",50,6000,BF_WEAPON,\"{ specialeffect2 EF_SUFFRAGIUM; }\"; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1825','Horn_Of_Hilthrion','Horn of Hillslion','4','20','10','600','95','0','0','1','3','32768','58','2','2','3','60','150','1','12','0','bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100; bonus4 bAutoSpellOnSkill,CH_PALMSTRIKE,MO_INVESTIGATE,1,100; bonus3 bAutoSpell,MO_CALLSPIRITS,5,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1826','Krieger_Knuckle1','Glorious Claw','4','20','10','0','30','0','0','1','0','33024','63','2','2','4','80','150','1','12','0','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus3 bAutoSpell,MO_INVESTIGATE,5,(getrefine()*10-50); bonus3 bAutoSpell,AL_DECAGI,1,(getrefine()*10-50); }','','');
+REPLACE INTO `item_db_re` VALUES ('1827','Krieger_Knuckle2','Glorious Fist','4','20','10','0','30','0','0','1','0','33024','63','2','2','4','80','150','1','12','0','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100; bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,1000; bonus bFixedCastrate,-100; }','','');
+REPLACE INTO `item_db_re` VALUES ('1828','Monk_Knuckle','Monk Knuckle','4','20','10','0','150','0','0','1','0','33024','63','2','2','4','0','150','0','12','0','bonus bInt,2; bonus2 bSkillAtk,MO_FINGEROFFENSIVE,25;','','');
+REPLACE INTO `item_db_re` VALUES ('1829','Fist_C','Fist','4','0','0','0','150','0','0','1','0','33024','63','2','2','3','0','150','0','12','0','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1830','Sura_Rampage','Sura\'s Rampage','4','20','10','500','142','0','0','1','1','32768','56','2','2','3','102','150','1','12','0','bonus2 bSkillAtk,SR_EARTHSHAKER,20; bonus2 bSkillAtk,SR_SKYNETBLOW,20; bonus bUseSPrate,5; if(getrefine()>6) { bonus bUseSPrate,-1*(getrefine()-6); }','','');
+REPLACE INTO `item_db_re` VALUES ('1831','P_Knuckle1','Eden Group Knuckle I','4','0','0','0','120','0','0','1','0','33024','63','2','2','3','60','150','0','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1832','Velum_Claw','Vellum Claw','4','20','10','650','160','0','0','1','0','33024','63','2','2','4','95','150','1','12','0','bonus2 bAddRace,RC_DemiHuman,100; if(getrefine()>7) { bonus2 bAddRace,RC_DemiHuman,20; } if(getrefine()>9) { bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100; bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,10000; bonus2 bHPLossRate,500,3000; }','','');
+REPLACE INTO `item_db_re` VALUES ('1833','Claw_Of_Flash','Claw of Flash','4','60000','30000','400','140','0','0','1','2','33024','63','2','2','4','105','150','1','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1901','Violin','Violin','4','4000','2000','700','50','0','0','1','3','524288','63','1','2','1','2','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1902','Violin_','Violin','4','4000','2000','700','50','0','0','1','4','524288','63','1','2','1','2','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1903','Mandolin','Mandolin','4','18000','9000','400','90','0','0','1','2','524288','63','1','2','2','14','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1904','Mandolin_','Mandolin','4','18000','9000','400','90','0','0','1','3','524288','63','1','2','2','14','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1905','Lute','Lute','4','24500','12250','500','105','0','0','1','2','524288','63','1','2','2','14','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1906','Lute_','Lute','4','24500','12250','500','105','0','0','1','3','524288','63','1','2','2','14','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1907','Guitar','Guitar','4','47000','23500','900','142','0','0','1','0','524288','63','1','2','3','27','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1908','Guitar_','Guitar','4','47000','23500','900','142','0','0','1','1','524288','63','1','2','3','27','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1909','Harp','Harp','4','62000','31000','900','114','0','0','1','1','524288','63','1','2','3','27','150','1','13','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1910','Harp_','Harp','4','62000','31000','900','114','0','0','1','2','524288','63','1','2','3','27','150','1','13','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1911','Guh_Moon_Goh','Gumoongoh','4','54000','27000','1300','126','0','0','1','1','524288','63','1','2','3','27','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1912','Guh_Moon_Goh_','Gumoongoh','4','54000','27000','1300','126','0','0','1','2','524288','63','1','2','3','27','150','1','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1913','Electronic_Guitar','Electric Guitar','4','20','10','1800','110','0','0','1','0','524288','63','1','2','4','70','150','1','13','0','skill WZ_JUPITEL,1; bonus3 bAutoSpell,WZ_JUPITEL,1,100; bonus bAtkEle,Ele_Wind; bonus bInt,2; bonus bAgi,1; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1914','Guitar_Of_Passion','Burning Passion Guitar','4','20','10','900','110','0','0','1','0','524288','63','1','2','3','27','150','1','13','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('1915','Guitar_Of_Blue_Solo','Loner\'s Guitar','4','20','10','900','110','0','0','1','0','524288','63','1','2','3','27','150','1','13','0','bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('1916','Guitar_Of_Vast_Land','Green Acre Guitar','4','20','10','900','110','0','0','1','0','524288','63','1','2','3','27','150','1','13','0','bonus bAtkEle,Ele_Earth;','','');
+REPLACE INTO `item_db_re` VALUES ('1917','Guitar_Of_Gentle_Breeze','Gentle Breeze Guitar','4','20','10','900','110','0','0','1','0','524288','63','1','2','3','27','150','1','13','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('1918','Oriental_Lute','Oriental Lute','4','20','10','1200','150','0','0','1','0','524288','63','1','2','4','65','150','1','13','0','bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1919','Base_Guitar','Base Guitar','4','20','10','1500','130','0','0','1','1','524288','58','1','2','3','70','150','1','13','0','bonus bSPGainValue,3; bonus4 bAutoSpellWhenHit,WZ_HEAVENDRIVE,3,30,1; bonus3 bAutoSpell,NPC_WIDECONFUSE,2,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1920','Berserk_Guitar','Berserk Guitar','4','20','10','1800','10','0','0','1','0','524288','58','1','2','4','70','150','1','13','0','bonus bAspdRate,100; bonus bHPrecovRate,-100; bonus2 bHPLossRate,50,5000; bonus bDex,-readparam(bDex);','','');
+REPLACE INTO `item_db_re` VALUES ('1921','Guh_Moon_Gom','Gun Moon Gom','4','20','10','0','120','0','0','1','0','524288','63','1','2','1','0','150','0','13','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1922','Oriental_Lute_','Oriental Lute','4','20','10','1200','150','0','0','1','2','524288','63','1','2','4','65','150','1','13','0','bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1923','BF_Instrument1','Valorous Battlefield Guitar','4','20','10','0','50','0','0','1','0','524288','63','1','2','3','80','150','1','13','0','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1924','BF_Instrument2','Brave Battlefield Guitar','4','20','10','0','50','0','0','1','0','524288','63','1','2','3','80','150','1','13','0','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bSkillAtk,CG_ARROWVULCAN,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1925','Cello','Cello','4','20','10','700','110','0','0','1','3','524288','58','1','2','3','70','150','1','13','0','bonus bAgi,2; bonus bDex,3; bonus2 bAddSkillBlow,BA_MUSICALSTRIKE,2; bonus2 bAddSkillBlow,CG_ARROWVULCAN,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1926','Harp_Of_Nepenthes','Harp of Nepenthes','4','20','10','1000','120','0','0','1','2','524288','58','1','2','4','60','150','1','13','0','bonus bInt,2; if( getrefine()>9 ) { bonus3 bAddEffOnSkill,BA_MUSICALSTRIKE,Eff_Stun,2000; } else { bonus3 bAddEffOnSkill,BA_MUSICALSTRIKE,Eff_Stun,1000; }','','');
+REPLACE INTO `item_db_re` VALUES ('1927','Krieger_Instrument1','Glorious Guitar','4','20','10','0','50','0','0','1','0','524288','63','1','2','4','80','150','1','13','0','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) bonus4 bAutoSpellOnSkill,CG_ARROWVULCAN,CG_TAROTCARD,5,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1928','Berserk_Guitar_I','Spirited Guitar','4','0','0','0','40','0','0','1','0','524288','58','1','2','4','0','150','0','13','0','bonus bAspdRate,100; bonus bHPrecovRate,-100; bonus2 bHPLossRate,50,5000; bonus bDex,-readparam(bDex);','','');
+REPLACE INTO `item_db_re` VALUES ('1929','Guitar_C','Guitar','4','0','0','0','177','0','0','1','0','524288','63','1','2','3','0','150','0','13','0','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1930','Green_Whistle','Green Whistle','4','20','10','800','170','50','0','1','1','524288','56','1','2','3','102','150','1','13','0','if(getrefine()>5) { bonus2 bSkillUseSP,MI_RUSH_WINDMILL,(getrefine()-5)*4; bonus2 bSkillUseSP,WM_LULLABY_DEEPSLEEP,(getrefine()-5)*4; } bonus2 bSkillVariableCast,MI_RUSH_WINDMILL,-2000; bonus2 bSkillVariableCast,WM_LULLABY_DEEPSLEEP,-2000;','','');
+REPLACE INTO `item_db_re` VALUES ('1931','P_String_Inst1','Eden Group Guitar I','4','0','0','0','125','0','0','1','0','524288','63','1','2','3','60','150','0','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1950','Rope','Rope','4','2500','1250','400','45','0','0','2','3','524288','63','0','2','1','3','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1951','Rope_','Rope','4','2500','1250','400','45','0','0','2','4','524288','63','0','2','1','3','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1952','Line','Whip','4','12000','6000','300','80','0','0','2','2','524288','63','0','2','2','16','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1953','Line_','Whip','4','12000','6000','300','80','0','0','2','3','524288','63','0','2','2','16','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1954','Wire','Wire Whip','4','17500','8750','1000','95','0','0','2','2','524288','63','0','2','2','16','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1955','Wire_','Wire Whip','4','17500','8750','1000','95','0','0','2','3','524288','63','0','2','2','16','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1956','Rante','Rante Whip','4','32000','16000','900','135','0','0','2','0','524288','63','0','2','3','30','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1957','Rante_','Rante Whip','4','32000','16000','900','135','0','0','2','1','524288','63','0','2','3','30','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1958','Tail','Tail Whip','4','41000','20500','700','105','0','0','2','1','524288','63','0','2','3','30','150','1','14','0','bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1959','Tail_','Tail Whip','4','41000','20500','700','105','0','0','2','2','524288','63','0','2','3','30','150','1','14','0','bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1960','Whip','Whip','4','38000','19000','700','120','0','0','2','1','524288','63','0','2','3','30','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1961','Whip_','Whip','4','38000','19000','700','120','0','0','2','2','524288','63','0','2','3','30','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('1962','Lariat','Lariat Whip','4','20','10','400','100','0','0','2','0','524288','63','0','2','4','44','150','1','14','0','bonus bDex,5; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('1963','Rapture_Rose','Rapture Rose','4','20','10','300','115','0','0','2','0','524288','63','0','2','4','44','150','1','14','0','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('1964','Chemeti','Chemeti Whip','4','20','10','700','135','0','0','2','0','524288','63','0','2','4','44','150','1','14','0','bonus bCritical,5; bonus bFlee,10; bonus bFlee2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('1965','Whip_Of_Red_Flame','Red Flame Whip','4','20','10','700','110','0','0','2','0','524288','63','0','2','3','30','150','1','14','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('1966','Whip_Of_Ice_Piece','Icicle Whip','4','20','10','700','110','0','0','2','0','524288','63','0','2','3','30','150','1','14','0','bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('1967','Whip_Of_Earth','Gaia Whip','4','20','10','700','110','0','0','2','0','524288','63','0','2','3','30','150','1','14','0','bonus bAtkEle,Ele_Earth;','','');
+REPLACE INTO `item_db_re` VALUES ('1968','Jump_Rope','Skipping Rope','4','20','10','400','120','0','0','2','0','524288','63','0','2','3','30','150','1','14','0','bonus bCritical,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1969','Bladed_Whip','Blade Whip','4','20','10','1200','140','0','0','2','0','524288','63','0','2','4','30','150','1','14','0','bonus2 bAddEff,Eff_Bleeding,300;','','');
+REPLACE INTO `item_db_re` VALUES ('1970','Queen\'s_Whip','Queen\'s Whip','4','20','10','1100','150','0','0','2','0','524288','63','0','2','4','65','150','1','14','0','bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,DC_THROWARROW,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1971','Electric_Wire','Electric Wire','4','20','10','700','110','0','0','2','0','524288','63','0','2','3','30','150','1','14','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('1972','Electric_Eel','Electric Eel','4','20','10','2000','100','0','0','2','2','524288','58','0','2','4','70','150','1','14','0','bonus bAtkEle,Ele_Wind; bonus bInt,2; bonus bAgi,2; bonus3 bAutoSpell,WZ_JUPITEL,3,20; if(getrefine()>0) bonus3 bAutoSpell,CG_ARROWVULCAN,getrefine(),50;','','');
+REPLACE INTO `item_db_re` VALUES ('1973','Sea_Witch_Foot','Sea Witch\'s Foot','4','20','10','1500','110','0','0','2','1','524288','58','0','2','4','70','150','1','14','0','bonus bSPGainValue,5; bonus4 bAutoSpellWhenHit,WZ_FROSTNOVA,3,50,1; bonus3 bAutoSpell,NPC_WIDESILENCE,2,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1974','Carrot_Whip','Carrot Whip','4','20','10','1300','185','0','0','2','0','524288','58','0','2','4','70','150','1','14','0','if(getrefine()>0) bonus3 bAutoSpell,AL_INCAGI,getrefine(),10;','','');
+REPLACE INTO `item_db_re` VALUES ('1975','Queen_Is_Whip','Queen Is Whip','4','20','10','0','120','0','0','2','0','524288','63','0','2','1','0','150','0','14','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('1976','Queen\'s_Whip_','Queen\'s Whip','4','20','10','1100','150','0','0','2','2','524288','63','0','2','4','65','150','1','14','0','bonus2 bSkillAtk,CG_ARROWVULCAN,10; bonus2 bSkillAtk,DC_THROWARROW,10;','','');
+REPLACE INTO `item_db_re` VALUES ('1977','BF_Whip1','Valorous Battle Lariat','4','20','10','0','50','0','0','2','0','524288','63','0','2','3','80','150','1','14','0','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1978','BF_Whip2','Brave Battle Lariat','4','20','10','0','50','0','0','2','0','524288','63','0','2','3','80','150','1','14','0','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bSkillAtk,CG_ARROWVULCAN,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('1979','Stem_Of_Nepenthes','Stem of Nepenthes','4','20','10','1000','120','0','0','2','2','524288','58','0','2','4','60','150','1','14','0','bonus bInt,2; if( getrefine()>=9 ) { bonus3 bAddEffOnSkill,DC_THROWARROW,Eff_Freeze,2000; } else { bonus3 bAddEffOnSkill,DC_THROWARROW,Eff_Freeze,1000; }','','');
+REPLACE INTO `item_db_re` VALUES ('1980','Whip_Of_Balance','Whip of Balance','4','20','10','700','110','0','0','2','3','524288','58','0','2','3','70','150','1','14','0','bonus bAgi,2; bonus bDex,3; bonus2 bAddSkillBlow,DC_THROWARROW,2; bonus2 bAddSkillBlow,CG_ARROWVULCAN,3;','','');
+REPLACE INTO `item_db_re` VALUES ('1981','Krieger_Whip1','Glorious Lariat','4','20','10','0','50','0','0','2','0','524288','63','0','2','4','80','150','1','14','0','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) bonus4 bAutoSpellOnSkill,CG_ARROWVULCAN,CG_TAROTCARD,5,100;','','');
+REPLACE INTO `item_db_re` VALUES ('1982','Phenomena_Whip','Phenomena Whip','4','20','10','0','160','0','0','2','0','524288','63','0','2','4','0','150','0','14','0','bonus bDex,2; bonus2 bSkillAtk,DC_THROWARROW,25;','','');
+REPLACE INTO `item_db_re` VALUES ('1983','Rante_C','Rante Whip','4','0','0','0','170','0','0','2','0','524288','63','0','2','3','0','150','0','14','0','bonus bUnbreakableWeapon,0; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
+REPLACE INTO `item_db_re` VALUES ('1984','Stem_Whip','Stem Whip','4','20','10','800','170','50','0','1','1','524288','56','0','2','3','102','150','1','14','0','if(getrefine()>5) { bonus2 bSkillUseSP,WA_SWING_DANCE,(getrefine()-5)*4; bonus2 bSkillUseSP,WM_LULLABY_DEEPSLEEP,(getrefine()-5)*4; } bonus2 bSkillVariableCast,WA_SWING_DANCE,-2000; bonus2 bSkillVariableCast,WM_LULLABY_DEEPSLEEP,-2000;','','');
+REPLACE INTO `item_db_re` VALUES ('1985','Rosebine','Rosevine','4','20','10','1000','100','130','0','1','0','524288','56','0','2','4','110','150','1','14','0','bonus bInt,2; bonus bAgi,-2; bonus3 bAutoSpell,WM_VOICEOFSIREN,1,20;','','');
+REPLACE INTO `item_db_re` VALUES ('1986','P_Tail1','Eden Group Whip I','4','0','0','0','125','0','0','2','0','524288','63','0','2','3','60','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2000','Destruction_Rod','Staff of Destruction','4','20','10','2500','130','280','0','1','1','512','58','2','34','4','80','150','1','23','0','bonus bMatkRate,getrefine()/2; bonus bInt,3; bonus bAgi,10; bonus bUseSPrate,(getrefine()*2); bonus3 bAutoSpellWhenHit,WZ_JUPITEL,5,(getrefine()*20); bonus2 bVariableCastrate,HW_MAGICPOWER,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('2001','Divine_Cross','Divine Cross','4','20','10','1500','120','210','0','1','0','33024','63','2','34','4','70','150','1','23','0','bonus bAtkEle,Ele_Holy; bonus bDex,4; bonus2 bSubRace,RC_Demon,15; bonus2 bSubRace,RC_Undead,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2002','Krieger_Twohand_Staff1','Glorious Destruction Staff','4','20','10','0','70','210','0','1','0','8487700','63','2','34','4','80','150','1','23','0','bonus bMatkRate,getrefine(); bonus2 bMagicAddRace,RC_DemiHuman,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bMagicAddRace,RC_DemiHuman,(((getrefine()>14)?14:getrefine())-5)*2; bonus2 bIgnoreMdefRate,RC_DemiHuman,5+(((getrefine()>14)?14:getrefine())-5)*2; } if(getrefine()>8) { bonus5 bAutoSpellOnSkill,WZ_STORMGUST,MG_SAFETYWALL,10,200,1; bonus5 bAutoSpellOnSkill,WZ_METEOR,MG_SAFETYWALL,10,200,1; bonus5 bAutoSpellOnSkill,WZ_VERMILION,MG_SAFETYWALL,10,200,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('2003','Destruction_Rod_M','Staff of Destruction','4','20','10','2500','130','280','0','1','1','512','58','2','34','4','80','150','1','23','0','bonus bMatkRate,getrefine()/2; bonus bInt,3; bonus bAgi,10; bonus bUseSPrate,(getrefine()*2); bonus3 bAutoSpellWhenHit,WZ_JUPITEL,5,(getrefine()*20); bonus2 bVariableCastrate,HW_MAGICPOWER,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('2004','Kronos','Kronos','4','20','10','1000','30','240','0','1','0','66052','58','2','34','4','50','150','1','23','0','bonus bInt,3+(getrefine()/2); bonus bMaxHP,300+(50*getrefine()/2); autobonus \"{ bonus bMatkRate,12; bonus buseSPRate,20; }\",1,5000,BF_MAGIC,\"{ specialeffect2 EF_ENHANCE; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('2005','Dea_Staff','Dea Staff','4','20','10','1000','30','220','0','1','1','33040','58','2','34','3','50','150','1','23','0','bonus bAtkEle,Ele_Holy; bonus bMatkRate,getrefine()/2; bonus bInt,6; bonus bVit,2; autobonus3 \"{ }\",20,1000,AL_HEAL,\"{ specialeffect2 EF_MAGICALATTHIT; heal 0,200; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('2006','G_Staff_Of_Light','Guardian Of Light Wand','4','20','10','1900','80','150','0','1','0','8454660','63','2','34','4','60','150','1','23','0','bonus bAtkEle,Ele_Holy; bonus bInt,6;','','');
+REPLACE INTO `item_db_re` VALUES ('2007','Golden_Rod_Staff','Golden Rod Staff','4','20','10','900','30','230','0','1','2','512','56','2','34','4','100','150','1','23','0','bonus bAtkEle,Ele_Wind; bonus bInt,3; bonus2 bSkillAtk,WZ_JUPITEL,12;','','');
+REPLACE INTO `item_db_re` VALUES ('2008','Aqua_Staff','Aqua Staff','4','20','10','900','30','230','0','1','2','512','56','2','34','4','100','150','1','23','0','bonus bAtkEle,Ele_Water; bonus bInt,3; bonus2 bSkillAtk,MG_COLDBOLT,12; bonus2 bSkillAtk,MG_FROSTDIVER,12;','','');
+REPLACE INTO `item_db_re` VALUES ('2009','Crimson_Staff','Crimson Staff','4','20','10','900','30','230','0','1','2','512','56','2','34','4','100','150','1','23','0','bonus bAtkEle,Ele_Fire; bonus bInt,3; bonus2 bSkillAtk,MG_FIREBOLT,10; bonus2 bSkillAtk,MG_FIREBALL,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2010','Forest_Staff','Forest Staff','4','20','10','900','30','230','0','1','2','512','56','2','34','4','100','150','1','23','0','bonus bAtkEle,Ele_Earth; bonus bInt,3; bonus2 bSkillAtk,WZ_EARTHSPIKE,10; bonus2 bSkillAtk,WZ_HEAVENDRIVE,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2011','Golden_Rod_Staff2','Empowered Golden Rod Staff','4','20','10','900','30','270','0','1','1','512','56','2','34','4','130','150','1','10','0','bonus bAtkEle,Ele_Wind; bonus bInt,5; bonus2 bSkillAtk,WZ_JUPITEL,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2012','Aqua_Staff2','Empowered Aqua Staff','4','20','10','900','30','270','0','1','1','512','56','2','34','4','130','150','1','10','0','bonus bAtkEle,Ele_Water; bonus bInt,5; bonus2 bSkillAtk,MG_COLDBOLT,30; bonus2 bSkillAtk,MG_FROSTDIVER,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2013','Crimson_Staff2','Empowered Crimson Staff','4','20','10','900','30','270','0','1','1','512','56','2','34','4','130','150','1','10','0','bonus bAtkEle,Ele_Fire; bonus bInt,5; bonus2 bSkillAtk,MG_FIREBOLT,30; bonus2 bSkillAtk,MG_FIREBALL,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2014','Forest_Staff2','Empowered Forest Staff','4','20','10','900','30','270','0','1','1','512','56','2','34','4','130','150','1','10','0','bonus bAtkEle,Ele_Earth; bonus bInt,5; bonus2 bSkillAtk,WZ_EARTHSPIKE,30; bonus2 bSkillAtk,WZ_HEAVENDRIVE,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2015','Upg_Staff','Upgrade Staff','4','20','10','1000','50','70','0','1','1','8487700','63','2','34','3','0','150','1','10','0','bonus bMatk,(getrefine()*10); bonus bHealPower,getrefine(); if(BaseJob==Job_Wizard) bonus bMatk,30; else if(BaseJob==Job_Sage) bonus bMatk,20; if(BaseLevel>70) bonus bMatk,(((BaseLevel-70)/10)*10);','','');
+REPLACE INTO `item_db_re` VALUES ('2016','Velum_Arc_Wand','Vellum Arc Wand','4','20','10','800','110','220','0','1','0','8487700','63','2','34','4','95','150','1','10','0','bonus bUnbreakableWeapon,0; bonus2 bMagicAddRace,RC_DemiHuman,25; bonus bIgnoreMdefRate,25; if(getrefine()>5) { bonus2 bMagicAddRace,RC_DemiHuman,15; } if(getrefine()>8) { bonus bVariableCastrate,-20; }','','');
+REPLACE INTO `item_db_re` VALUES ('2017','Divine_Cross_','Divine Cross','4','20','10','1500','120','210','0','1','0','33024','63','2','34','4','70','150','1','23','0','//bonus bMAtk,210; bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Holy; bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2018','Metal_Staff','Metal Staff','4','20','10','0','50','70','0','1','1','8487700','63','2','34','3','0','150','1','23','0','//bonus bMAtk,70; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2101','Guard','Guard','5','500','250','300','0','0','20','0','0','4294967295','63','2','32','0','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2102','Guard_','Guard','5','500','250','300','0','0','20','0','1','4294967295','63','2','32','0','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2103','Buckler','Buckler','5','14000','7000','600','0','0','40','0','0','972274','63','2','32','0','0','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2104','Buckler_','Buckler','5','14000','7000','600','0','0','40','0','1','972274','63','2','32','0','0','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2105','Shield','Shield','5','56000','28000','1300','0','0','60','0','0','16514','63','2','32','0','0','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2106','Shield_','Shield','5','56000','28000','1300','0','0','60','0','1','16514','63','2','32','0','0','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2107','Mirror_Shield','Mirror Shield','5','60000','30000','1000','0','0','45','0','0','4210818','63','2','32','0','0','150','1','4','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2108','Mirror_Shield_','Mirror Shield','5','60000','30000','1000','0','0','45','0','1','4210818','63','2','32','0','0','150','1','4','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2109','Memorize_Book','Memory Book','5','20','10','1000','0','0','25','0','0','8454660','63','2','32','0','0','150','1','5','0','bonus bInt,1; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2110','Holy_Guard','Holy Guard','5','85000','42500','1400','0','0','110','0','0','16384','63','2','32','0','68','150','0','4','0','bonus bVit,2; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2111','Herald_Of_GOD','Sacred Mission','5','128000','64000','1600','0','0','120','0','0','16384','63','2','32','0','83','150','1','4','0','bonus bVit,3; bonus bInt,2; bonus bMdef,3; bonus bUnbreakableShield,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2112','Novice_Guard','Novice Guard','5','1','0','1','0','0','20','0','0','1','47','2','32','0','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2113','Novice_Shield','Novice Shield','5','5000','2500','1000','0','0','20','0','1','1','47','2','32','0','40','150','1','3','0','bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Ghost,20; bonus2 bSubEle,Ele_Undead,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2114','Stone_Buckler','Stone Buckler','5','30000','15000','1500','0','0','45','0','1','4294967294','63','2','32','0','65','150','1','2','0','bonus2 bSubSize,Size_Large,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2115','Valkyrja\'s_Shield','Valkyrja\'s Shield','5','30000','15000','500','0','0','80','0','1','4294967294','63','2','32','0','65','150','1','4','0','bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Undead,20; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2116','Angel\'s_Safeguard','Angelic Guard','5','10000','5000','400','0','0','30','0','1','1','47','2','32','0','20','150','1','1','0','bonus2 bSubRace,RC_Demon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2117','Arm_Guard','Arm Guard','5','10000','5000','150','0','0','50','0','0','570425344','1','2','32','0','20','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2118','Arm_Guard_','Arm Guard','5','10000','5000','150','0','0','50','0','1','570425344','1','2','32','0','20','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2119','Improved_Arm_Guard','Advanced Arm Guard','5','40000','20000','150','0','0','45','0','0','570425344','1','2','32','0','50','150','1','1','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2120','Improved_Arm_Guard_','Advanced Arm Guard','5','40000','20000','150','0','0','45','0','1','570425344','1','2','32','0','50','150','1','1','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2121','Memorize_Book_','Memory Book','5','20','10','1000','0','0','25','0','1','8454660','63','2','32','0','0','150','1','5','0','bonus bInt,1; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2122','Platinum_Shield','Platinum Shield','5','20','10','1200','0','0','95','0','0','1040382','58','2','32','0','68','150','1','4','0','bonus bMdef,5; bonus2 bSubSize,Size_Medium,15; bonus2 bSubSize,Size_Large,15; bonus2 bSubRace,RC_Undead,10; bonus5 bAutoSpellWhenHit,NPC_MAGICMIRROR,2,150,BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2123','Orleans_Server','Orleans\'s Server','5','20','10','1000','0','0','75','0','1','1040382','58','2','32','0','55','150','1','4','0','bonus bMdef,2; bonus bMagicDamageReturn,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2124','Thorny_Buckler','Thorny Buckler','5','20','10','1000','0','0','85','0','1','1040382','58','2','32','0','55','150','1','2','0','bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2125','Strong_Shield','Strong Shield','5','20','10','2500','0','0','90','0','1','414946','58','2','32','0','75','150','1','4','0','bonus bNoKnockback,0; bonus2 bSubEle,Ele_Neutral,-20; bonus2 bSubEle,Ele_Fire,-20; bonus2 bSubEle,Ele_Water,-20; bonus2 bSubEle,Ele_Wind,-20; bonus2 bSubEle,Ele_Earth,-20; bonus2 bSubEle,Ele_Dark,-20; bonus2 bSubEle,Ele_Holy,-20; bonus2 bSubEle,Ele_Ghost,-20;','','');
+REPLACE INTO `item_db_re` VALUES ('2126','Guyak_Shield','Guyak Shield','5','20','10','700','0','0','3','0','0','4294967294','63','2','32','0','0','150','1','2','0','bonus bMdef,2; bonus bMagicDamageReturn,2; autobonus2 \"{ bonus bShortWeaponDamageReturn,5; }\",20,1000,BF_WEAPON,\"{ specialeffect2 EF_REFLECTSHIELD; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('2127','Secular_Mission','Secular Mission','5','20','10','0','0','0','10','0','0','4294967295','63','2','32','0','0','150','0','4','0','bonus2 bSubRace,RC_NonBoss,25; bonus2 bSubRace,RC_Boss,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2128','Herald_Of_GOD_','Sacred Mission','5','128000','64000','1600','0','0','120','0','1','16384','63','2','32','0','83','150','1','4','0','bonus bVit,3; bonus bInt,2; bonus bMdef,3; bonus bUnbreakableShield,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2129','Exorcism_Bible','Exorcism Bible','5','20','10','600','0','0','80','0','0','33024','63','2','32','0','50','150','1','5','0','bonus bHPrecovRate,3; bonus bSPrecovRate,3; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2130','Cross_Shield','Cross Shield','5','20','10','2000','0','0','130','0','1','16384','63','2','32','0','80','150','1','4','0','bonus bStr,1; bonus2 bSkillAtk,PA_SHIELDCHAIN,30; bonus2 bSkillAtk,CR_SHIELDBOOMERANG,30; bonus bUseSPrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2131','Magic_Study_Vol1','Magic Bible Vol1','5','20','10','1000','0','0','18','0','1','8454660','63','2','32','0','70','150','1','5','0','bonus bMdef,3; bonus bInt,2; bonus2 bAddEffWhenHit,Eff_Stun,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('2132','Shelter_Resistance','Shelter Resistance','5','20','10','0','0','0','140','0','0','4294967295','63','2','32','0','0','150','0','2','0','bonus2 bSubEle,Ele_Neutral,20; bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Holy,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Ghost,20; bonus2 bSubEle,Ele_Undead,20; bonus bShortWeaponDamageReturn,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2133','Tournament_Shield','Tournament Shield','5','20','10','1000','0','0','105','0','1','16514','58','2','32','0','50','150','1','4','0','bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1; if( Class == Job_Lord_Knight ) bonus bAspdRate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('2134','Shield_Of_Naga','Shield of Naga','5','20','10','500','0','0','35','0','1','1040256','58','2','32','0','0','150','1','2','0','bonus bMdef,3; autobonus2 \"{ bonus bShortWeaponDamageReturn,(getrefine()*3); }\",10,5000,BF_WEAPON,\"{ specialeffect2 EF_GUARD; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('2135','Shadow_Guard','Shadow Guard','5','20','10','800','0','0','52','0','1','131072','58','2','32','0','70','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2136','Cracked_Buckler','Cracked Buckler','5','0','0','0','0','0','55','0','0','4294967295','63','2','32','0','0','150','0','2','0','bonus bAgi,2; bonus2 bAddEle,Ele_Neutral,-10; bonus3 bAutoSpellWhenHit,PR_KYRIE,10,10; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2137','Valkyrja\'s_Shield_C','Neo Valkyrja\'s Shield','5','0','0','0','0','0','110','0','0','1040382','58','2','32','0','95','150','0','4','0','bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Undead,20; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2138','Bradium_Shield','Bradium Shield','5','20','10','1800','0','0','98','0','1','1040256','58','2','32','0','65','150','1','3','0','bonus2 bSkillAtk,CR_SHIELDBOOMERANG,60; bonus bAgi,-1; bonus bMaxHP,500;','','');
+REPLACE INTO `item_db_re` VALUES ('2139','Flame_Thrower','Flame Thrower','5','20000','10000','2000','0','0','60','0','0','1024','56','2','32','0','99','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2140','Energy_Rune_Guard','Energy Rune Guard','5','20','10','0','0','0','70','0','1','16512','56','2','32','0','99','150','1','4','0','bonus bMaxSPrate,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2141','Freyja_SShield7','Freya Soul Shield','5','0','0','300','0','0','5','0','0','4294967295','63','2','32','0','20','150','0','1','0','bonus2 bSubSize,Size_Medium,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2142','Freyja_SShield30','Freya Soul Shield','5','0','0','300','0','0','5','0','0','4294967295','63','2','32','0','20','150','0','1','0','bonus2 bSubSize,Size_Medium,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2143','Freyja_SShield60','Freya Soul Shield','5','0','0','300','0','0','5','0','0','4294967295','63','2','32','0','20','150','0','1','0','bonus2 bSubSize,Size_Medium,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2144','Freyja_SShield90','Freya Soul Shield','5','0','0','300','0','0','5','0','0','4294967295','63','2','32','0','20','150','0','1','0','bonus2 bSubSize,Size_Medium,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2145','Time_Keepr_Shield','Guardian Shield','5','30000','15000','0','0','0','20','0','0','4294967295','63','2','32','0','0','150','1','3','0','bonus bMdef,1; bonus2 bSubEle,Ele_Neutral,10; bonus2 bSubSize,Size_Medium,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2146','Siver_Guard','Siver Guard','5','12500','6250','300','0','0','60','0','1','4294967295','63','2','32','0','22','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2147','Round_Buckler','Round Buckler','5','24000','12000','600','0','0','90','0','1','1040382','58','2','32','0','22','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2148','Rotha_Shield','Rosa Shield','5','56000','28000','1300','0','0','130','0','1','16512','56','2','32','0','100','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2149','Upg_Guard','Reinforcement Guard','5','20','10','150','0','0','25','0','1','4294967295','63','2','32','0','0','150','1','1','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2150','Upg_Buckler','Reinforcement Buckler','5','20','10','300','0','0','45','0','1','972274','63','2','32','0','0','150','1','2','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2151','Upg_Shield','Reinforcement Shield','5','20','10','650','0','0','65','0','1','16514','63','2','32','0','0','150','1','3','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2152','Anti_Demon_Shield_C','Anti Demon Shield','5','0','0','0','0','0','120','0','0','4294967295','63','2','32','0','0','150','0','3','0','bonus2 bSubRace,RC_DemiHuman,25; bonus2 bSubRace,RC_Demon,25; bonus bMaxHP,400;','','');
+REPLACE INTO `item_db_re` VALUES ('2153','Imperial_Guard','Imperial Guard','5','20','10','2500','0','0','120','0','1','16384','56','2','32','0','102','150','1','4','0','bonus bMdef,5; if(getrefine()>=6) { bonus2 bSkillAtk,LG_SHIELDPRESS,20+((getrefine()-5)*2); } else { bonus2 bSkillAtk,LG_SHIELDPRESS,20; }','','');
+REPLACE INTO `item_db_re` VALUES ('2154','Toy_Shield','Toy Shield','5','0','0','500','0','0','1','0','1','4294967295','63','2','32','0','10','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2155','Academy_Shield','Academy Shield','5','0','0','1500','0','0','3','0','1','4294967294','63','2','32','0','0','150','1','4','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2156','Bible_Of_Promise1','Bible of Promise(1st Vol.)','5','20','10','500','0','0','10','0','1','256','56','2','32','0','110','150','1','5','0','bonus bMdef,2; skill ALL_ODINS_POWER,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2157','Insecticide','Pesticide','5','20','10','100','0','0','0','0','0','4294967295','63','2','32','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2158','Ramor_Shield_Undead','Ramorushirudo','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2159','Sharel_Shield','Sharerushirudo','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2160','Giant_Shield','Giant Shield','5','56000','28000','2800','0','0','130','0','1','16512','56','2','32','0','100','150','1','4','0','bonus2 bSubSize,Size_Large,5; if(getrefine()>=9) { bonus2 bSubSize,Size_Large,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('2161','Geffenia_Book_Water','Geffenia Water Book','5','56000','28000','1000','0','0','30','0','1','512','56','2','32','0','100','150','1','5','0','bonus bMdef,2; bonus bInt,1; if(readparam(bInt)>=120) { bonus bMatk,10; bonus bMaxHP,800; }','','');
+REPLACE INTO `item_db_re` VALUES ('2162','Bible_Of_Promise2','Bible of Promise(2nd Vol.)','5','56000','28000','500','0','0','20','0','1','256','56','2','32','0','140','150','1','5','0','bonus bMdef,5; bonus bHealPower,5; skill ALL_ODINS_POWER,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2163','Flow_Shield','Floor Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2164','Sombre_Shield','Bull Son Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2165','Sol_Shield','Sol Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2166','Exorcism_Bible_','Devil\'s Bible Drive','5','20','10','600','0','0','80','0','1','33024','63','2','32','0','50','150','1','5','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2167','Poison_Shield','Poison Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2168','Immuned_Shield','Immune Shield','5','20','10','700','0','0','55','0','1','4294967295','63','2','32','0','0','150','1','1','0','if(getrefine()>=5) { bonus2 bSubEle,Ele_Neutral,getrefine()-4; } if(getrefine()>=7) { bonus2 bSubEle,Ele_Neutral,5; } if(getrefine()>=9) { bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; } if(getrefine()>=13) { bonus2 bSubEle,Ele_Neutral,12-getrefine(); }','','');
+REPLACE INTO `item_db_re` VALUES ('2169','Kalasak','Kalasag','5','20','10','400','0','0','40','0','0','4294967295','63','2','32','0','0','150','1','1','0','bonus2 bSubRace,RC_Boss,getrefine()/3;','','');
+REPLACE INTO `item_db_re` VALUES ('2170','Bayani_Kalasak','Kalasag(Bayani)','5','20','10','400','0','0','40','0','1','4294967295','63','2','32','0','0','150','1','1','0','bonus2 bSubRace,RC_Boss,getrefine()/3;','','');
+REPLACE INTO `item_db_re` VALUES ('2171','Fox_Armguard','Fox Armguard','5','40000','20000','200','0','0','45','0','1','570425344','1','2','32','0','100','150','1','1','0','bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2172','Wolf_Armguard','Wolf Armguard','5','45000','22500','250','0','0','70','0','1','570425344','1','2','32','0','100','150','1','1','0','autobonus \"{ bonus bBaseAtk,100; bonus bFlee,-50; }\",10,5000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('2173','Crescent_Armguard','Crescent Armguard','5','45000','22500','250','0','0','45','0','1','570425344','1','2','32','0','100','150','1','1','0','bonus bDelayrate,-2;','','');
+REPLACE INTO `item_db_re` VALUES ('2174','Lumiere_Shield','Lumiere Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2175','Esprit_Shield','Spirit Shield','5','20','10','1300','0','0','50','0','1','4294967295','63','2','32','0','65','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2176','Dark_Book','Black Book','5','20','10','500','0','0','80','0','1','4294967295','63','2','32','0','65','150','1','5','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2190','Ancient_Shield_Of_Aeon','Ancient Shield Of Aeon','5','0','0','200','0','0','5','0','1','1040256','56','2','32','0','130','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2199','Ahura_Mazda','Ahura Mazdah','5','1','0','10','0','0','10000','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bUnbreakableShield,0; bonus bAllStats,50; bonus bMdef,99; bonus bShortWeaponDamageReturn,100; bonus2 bSubRace,RC_DemiHuman,95; skill CR_FULLPROTECTION,5; skill WZ_ESTIMATION,1; skill ST_FULLSTRIP,5; skill HW_MAGICPOWER,10; bonus bMaxHPrate,200; bonus bNoKnockback,0; bonus bDelayrate,-20; bonus bSpeedRate,25; bonus bIntravision,0;','sc_start4 SC_ENDURE,60000,10,0,0,1;','sc_end SC_ENDURE;');
+REPLACE INTO `item_db_re` VALUES ('2201','Sunglasses','Sunglasses','5','5000','2500','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','12','0','bonus2 bResEff,Eff_Blind,500;','','');
+REPLACE INTO `item_db_re` VALUES ('2202','Sunglasses_','Sunglasses','5','5000','2500','100','0','0','0','0','1','4294967295','63','2','512','0','0','150','0','12','0','bonus2 bResEff,Eff_Blind,500;','','');
+REPLACE INTO `item_db_re` VALUES ('2203','Glasses','Glasses','5','4000','2000','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2204','Glasses_','Glasses','5','4000','2000','100','0','0','0','0','1','4294967295','63','2','512','0','0','150','0','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2205','Diver\'s_Goggles','Diver Goggles','5','3500','1750','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','10','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2206','Wedding_Veil','Wedding Veil','5','23000','11500','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','44','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2207','Fancy_Flower','Fancy Flower','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','4','0','bonus2 bSubRace,RC_Plant,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2208','Ribbon','Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','17','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2209','Ribbon_','Ribbon','5','800','400','100','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','17','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2210','Hair_Band','Hairband','5','500','250','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','9','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2211','Bandana','Bandana','5','400','200','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2212','Eye_Bandage','Eye Patch','5','1000','500','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2213','Cat_Hairband','Kitty Band','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2214','Bunny_Band','Bunny Band','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','15','0','bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2215','Flower_Hairband','Flower Band','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2216','Biretta','Biretta','5','9000','4500','100','0','0','8','0','0','33040','63','2','256','0','0','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2217','Biretta_','Biretta','5','9000','4500','100','0','0','8','0','1','33040','63','2','256','0','0','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2218','Flu_Mask','Flu Mask','5','300','150','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','8','0','bonus2 bResEff,Eff_Silence,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('2219','Flu_Mask_','Flu Mask','5','300','150','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','8','0','bonus2 bResEff,Eff_Silence,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('2220','Hat','Hat','5','1000','500','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2221','Hat_','Hat','5','1000','500','200','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','16','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2222','Turban','Turban','5','4500','2250','300','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2223','Turban_','Turban','5','4500','2250','300','0','0','5','0','1','4294967294','63','2','256','0','0','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2224','Goggle','Goggles','5','20','10','300','0','0','5','0','0','941290','63','2','768','0','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2225','Goggle_','Goggles','5','20','10','300','0','0','5','0','1','941290','63','2','768','0','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2226','Cap','Cap','5','12000','6000','400','0','0','7','0','0','941290','63','2','256','0','0','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2227','Cap_','Cap','5','12000','6000','400','0','0','7','0','1','941290','63','2','256','0','0','150','1','14','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2228','Helm','Helm','5','44000','22000','600','0','0','13','0','0','16514','63','2','256','0','0','150','1','40','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2229','Helm_','Helm','5','44000','22000','600','0','0','13','0','1','16514','63','2','256','0','0','150','1','40','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2230','Gemmed_Sallet','Gemmed Sallet','5','50000','25000','500','0','0','8','0','0','414946','63','2','256','0','0','150','1','0','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2231','Gemmed_Sallet_','Gemmed Sallet','5','50000','25000','500','0','0','8','0','1','414946','63','2','256','0','0','150','1','0','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2232','Circlet','Circlet','5','7500','3750','300','0','0','6','0','0','8487700','63','2','256','0','0','150','1','18','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2233','Circlet_','Circlet','5','7500','3750','300','0','0','6','0','1','8487700','63','2','256','0','0','150','1','18','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2234','Tiara','Tiara','5','20','10','400','0','0','7','0','0','4294967294','63','2','256','0','45','150','1','19','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2235','Crown','Crown','5','20','10','400','0','0','7','0','0','4294967294','63','1','256','0','45','150','1','45','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2236','Santa\'s_Hat','Santa Hat','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','20','0','bonus bMdef,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2237','Weird_Goatee','Bandit Beard','5','2','1','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','21','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2238','Weird_Moustache','Moustache','5','2','1','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','22','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2239','One_Eyed_Glass','Monocle','5','10000','5000','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','23','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2240','Beard','Beard','5','2','1','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','24','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2241','Granpa_Beard','Grampa Beard','5','5000','2500','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','25','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2242','Luxury_Sunglasses','Purple Glasses','5','24000','12000','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','26','0','bonus2 bResEff,Eff_Blind,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('2243','Spinning_Eyes','Geek Glasses','5','20000','10000','100','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','27','0','bonus2 bResEff,Eff_Blind,1500;','','');
+REPLACE INTO `item_db_re` VALUES ('2244','Big_Sis\'_Ribbon','Big Ribbon','5','15000','7500','200','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','28','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2245','Sweet_Gents','Sweet Gent','5','15000','7500','400','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','29','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2246','Golden_Gear','Golden Gear','5','20','10','900','0','0','9','0','0','4294967294','63','2','256','0','40','150','1','30','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2247','Oldman\'s_Romance','Romantic Gent','5','15000','7500','400','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','31','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2248','Western_Grace','Western Grace','5','15000','7500','400','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','32','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2249','Coronet','Coronet','5','20','10','300','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','33','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2250','Fillet','Cute Ribbon','5','500','250','100','0','0','2','0','0','4294967294','63','2','256','0','0','150','0','34','0','bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2251','Holy_Bonnet','Monk Hat','5','30000','15000','100','0','0','10','0','0','33040','63','2','256','0','0','150','1','35','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2252','Star_Sparkling','Wizard Hat','5','20','10','300','0','0','7','0','0','8454660','63','2','256','0','0','150','1','36','0','bonus bMaxSP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('2253','Sunflower','Sunflower','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','37','0','bonus2 bSubRace,RC_Insect,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2254','Angelic_Chain','Angel Wing','5','20','10','100','0','0','4','0','0','4294967294','63','2','256','0','0','150','1','38','0','bonus bMdef,3; bonus bAgi,1; bonus bLuk,1; bonus2 bSubRace,RC_Demon,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2255','Satanic_Chain','Evil Wing','5','20','10','100','0','0','6','0','0','4294967294','63','2','256','0','0','150','1','39','0','bonus bMdef,2; bonus bStr,1; bonus2 bSubRace,RC_Angel,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2256','Magestic_Goat','Magestic Goat','5','20','10','800','0','0','9','0','0','6571170','63','2','256','0','0','150','1','41','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2257','Snowy_Horn','Unicorn Horn','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','42','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2258','Sharp_Gear','Spiky Band','5','20','10','1000','0','0','12','0','0','6739442','63','2','256','0','50','150','1','43','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2259','Mini_Propeller','Mini Propeller','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','46','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2260','Mini_Glasses','Mini Glasses','5','28000','14000','100','0','0','2','0','0','4294967294','63','2','512','0','0','150','0','47','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2261','Prontera_Army_Cap','Army Cap','5','20','10','400','0','0','8','0','0','414946','63','2','256','0','0','150','1','48','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2262','Pierrot_Nose','Clown Nose','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','49','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2263','Gangster_Patch','Zorro Masque','5','20','10','100','0','0','0','0','0','4294967294','63','2','512','0','0','150','0','50','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2264','Munak_Turban','Munak Hat','5','20','10','300','0','0','5','0','0','4294967295','63','2','769','0','0','150','0','51','0','bonus2 bSubRace,RC_Undead,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2265','Ganster_Mask','Gangster Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','52','0','bonus2 bResEff,Eff_Silence,1500;','','');
+REPLACE INTO `item_db_re` VALUES ('2266','Iron_Cane','Iron Cain','5','20','10','300','0','0','4','0','0','16514','63','2','1','0','50','150','0','53','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2267','Cigar','Cigarette','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','54','0','bonus2 bSubRace,RC_Insect,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2268','Smoking_Pipe','Pipe','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','55','0','bonus2 bSubRace,RC_Insect,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2269','Centimental_Flower','Romantic Flower','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','56','0','bonus2 bSubRace,RC_Plant,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2270','Centimental_Leaf','Romantic Leaf','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','57','0','bonus2 bSubRace,RC_Plant,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2271','Jack_A_Dandy','Jack be Dandy','5','45000','22500','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','58','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2272','Stop_Post','Stop Post','5','20','10','400','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','59','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2273','Doctor_Cap','Doctor Band','5','20','10','100','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','60','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2274','Ghost_Bandana','Ghost Bandana','5','20','10','100','0','0','0','0','0','4294967294','63','2','256','0','0','150','1','61','0','bonus bAgi,2; bonus2 bSubEle,Ele_Ghost,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2275','Red_Bandana','Red Bandana','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','62','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2276','Eagle_Eyes','Angled Glasses','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','63','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2277','Nurse_Cap','Nurse Cap','5','20','10','100','0','0','4','0','0','33040','63','2','256','0','0','150','1','64','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2278','Mr_Smile','Mr. Smile','5','60','30','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','65','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2279','Bomb_Wick','Bomb Wick','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','66','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2280','Sahkkat','Sakkat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','67','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2281','Phantom_Of_Opera','Opera Masque','5','20','10','200','0','0','2','0','0','4294967294','63','2','513','0','0','150','0','68','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2282','Spirit_Chain','Halo','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','69','0','bonus2 bSubEle,Ele_Holy,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2283','Ear_Mufs','Ear Muffs','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','70','0','bonus2 bResEff,Eff_Curse,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('2284','Antler','Antlers','5','20','10','500','0','0','8','0','0','4294967294','63','2','256','0','0','150','1','71','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2285','Apple_Of_Archer','Apple of Archer','5','20','10','200','0','0','1','0','0','4294967294','63','2','256','0','30','150','1','72','0','bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2286','Elven_Ears','Elven Ears','5','20','10','100','0','0','0','0','0','4294967294','63','2','512','0','70','150','0','73','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2287','Pirate_Bandana','Pirate Bandana','5','20','10','100','0','0','4','0','0','4294967294','63','2','256','0','0','150','1','74','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2288','Mr_Scream','Mr. Scream','5','20','10','100','0','0','1','0','0','4294967294','63','2','513','0','0','150','0','75','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2289','Poo_Poo_Hat','Poo Poo Hat','5','20','10','700','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','76','0','bonus2 bSubRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2290','Funeral_Costume','Funeral Hat','5','3000','1500','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','77','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2291','Masquerade','Masquerade','5','20','10','100','0','0','0','0','0','4294967294','63','2','512','0','0','150','0','78','0','bonus2 bAddRace,RC_DemiHuman,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2292','Welding_Mask','Welding Mask','5','20','10','300','0','0','2','0','0','263200','63','2','513','0','50','150','0','79','0','bonus2 bSubEle,Ele_Fire,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2293','Pretend_Murdered','Pretend Murdered','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','80','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2294','Star_Dust','Stellar','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','81','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2295','Blinker','Blinker','5','1500','750','100','0','0','0','0','0','4294967294','63','2','512','0','0','150','0','82','0','bonus2 bResEff,Eff_Blind,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('2296','Binoculars','Binoculars','5','20','10','100','0','0','2','0','0','526344','63','2','512','0','50','150','0','83','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2297','Goblini_Mask','Goblin Mask','5','20','10','100','0','0','1','0','0','4294967294','63','2','513','0','0','150','0','84','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2298','Green_Feeler','Green Feeler','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','85','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2299','Viking_Helm','Orc Helm','5','20','10','500','0','0','9','0','0','414946','63','2','256','0','0','150','1','86','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2301','Cotton_Shirt','Cotton Shirt','5','10','5','100','0','0','10','0','0','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2302','Cotton_Shirt_','Cotton Shirt','5','10','5','100','0','0','10','0','1','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2303','Leather_Jacket','Jacket','5','200','100','200','0','0','15','0','0','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2304','Leather_Jacket_','Jacket','5','200','100','200','0','0','15','0','1','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2305','Adventure_Suit','Adventurer\'s Suit','5','1000','500','300','0','0','20','0','0','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2306','Adventurere\'s_Suit_','Adventurer\'s Suit','5','1000','500','300','0','0','20','0','1','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2307','Mantle','Mantle','5','10000','5000','600','0','0','37','0','0','4294967294','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2308','Mantle_','Mantle','5','10000','5000','600','0','0','37','0','1','4294967294','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2309','Coat','Coat','5','22000','11000','1200','0','0','42','0','0','4294967294','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2310','Coat_','Coat','5','22000','11000','1200','0','0','42','0','1','4294967294','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2311','Mink_Coat','Mink Coat','5','20','10','2300','0','0','30','0','1','4294967294','63','2','16','0','30','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2312','Padded_Armor','Padded Armor','5','48000','24000','2800','0','0','35','0','0','414946','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2313','Padded_Armor_','Padded Armor','5','48000','24000','2800','0','0','35','0','1','414946','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2314','Chain_Mail','Chain Mail','5','65000','32500','3300','0','0','55','0','0','414946','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2315','Chain_Mail_','Chain Mail','5','65000','32500','3300','0','0','55','0','1','414946','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2316','Plate_Armor','Full Plate','5','80000','40000','4500','0','0','70','0','0','16514','63','2','16','0','40','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2317','Plate_Armor_','Full Plate','5','80000','40000','4500','0','0','70','0','1','16514','63','2','16','0','40','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2318','Clothes_Of_The_Lord','Lord\'s Clothes','5','20','10','2500','0','0','59','0','1','263200','63','2','16','0','70','150','1','0','0','bonus bMdef,5; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2319','Glittering_Clothes','Glittering Jacket','5','20','10','2500','0','0','58','0','1','4294967294','63','2','16','0','60','150','1','0','0','bonus bMdef,5; bonus2 bAddEff,Eff_Blind,300;','','');
+REPLACE INTO `item_db_re` VALUES ('2320','Formal_Suit','Formal Suit','5','20','10','300','0','0','40','0','1','4294967294','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2321','Silk_Robe','Silk Robe','5','8000','4000','400','0','0','20','0','0','8767414','63','2','16','0','0','150','1','0','0','bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2322','Silk_Robe_','Silk Robe','5','8000','4000','400','0','0','20','0','1','8767414','63','2','16','0','0','150','1','0','0','bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2323','Scapulare','Scapulare','5','6500','3250','400','0','0','24','0','0','33040','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2324','Scapulare_','Scapulare','5','6500','3250','400','0','0','24','0','1','33040','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2325','Saint_Robe','Saint\'s Robe','5','54000','27000','600','0','0','50','0','0','296240','63','2','16','0','0','150','1','0','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2326','Saint_Robe_','Saint\'s Robe','5','54000','27000','600','0','0','50','0','1','296240','63','2','16','0','0','150','1','0','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2327','Holy_Robe','Holy Robe','5','20','10','1700','0','0','57','0','0','33040','63','2','16','0','60','150','1','0','0','bonus bMdef,5; bonus2 bSubRace,RC_Demon,15; bonus2 bSubEle,Ele_Dark,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2328','Wooden_Mail','Wooden Mail','5','5500','2750','1000','0','0','25','0','0','279714','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2329','Wooden_Mail_','Wooden Mail','5','5500','2750','1000','0','0','25','0','1','279714','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2330','Tights','Tights','5','71000','35500','500','0','0','27','0','0','526344','63','2','16','0','45','150','1','0','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2331','Tights_','Tights','5','71000','35500','500','0','0','27','0','1','526344','63','2','16','0','45','150','1','0','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2332','Silver_Robe','Silver Robe','5','7000','3500','700','0','0','23','0','0','8454660','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2333','Silver_Robe_','Silver Robe','5','7000','3500','700','0','0','23','0','1','8454660','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2334','Mage_Coat','Mage Coat','5','20','10','600','0','0','40','0','0','8454660','63','2','16','0','50','150','1','0','0','bonus bMdef,5; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2335','Thief_Clothes','Thief Clothes','5','74000','37000','100','0','0','40','0','0','570560576','63','2','16','0','0','150','1','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2336','Thief_Clothes_','Thief Clothes','5','74000','37000','100','0','0','40','0','1','570560576','63','2','16','0','0','150','1','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2337','Ninja_Suit','Ninja Suit','5','20','10','1500','0','0','58','0','0','570560576','63','2','16','0','50','150','1','0','0','bonus bAgi,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2338','Wedding_Dress','Wedding Dress','5','43000','21500','500','0','0','10','0','0','4294967294','63','2','16','0','0','150','1','0','0','bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2339','G_Strings','Pantie','5','1000','500','100','0','0','22','0','0','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2340','Novice_Breast','Novice Breastplate','5','89000','44500','500','0','0','32','0','1','1','47','2','16','0','10','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2341','Full_Plate_Armor','Legion Plate Armor','5','94000','47000','5500','0','0','79','0','0','16384','63','2','16','0','70','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2342','Full_Plate_Armor_','Legion Plate Armor','5','102500','51250','5500','0','0','79','0','1','16384','63','2','16','0','70','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2343','Robe_Of_Casting','Robe of Cast','5','124800','62400','1100','0','0','40','0','0','8454656','63','2','16','0','75','150','1','0','0','bonus bVariableCastrate,-3; bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2344','Flame_Sprits_Armor','Lucius\'s Fierce Armor of Volcano','5','136000','68000','2200','0','0','25','0','0','279714','63','2','16','0','45','150','1','0','0','bonus bDefEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('2345','Flame_Sprits_Armor_','Lucius\'s Fierce Armor of Volcano','5','136000','68000','2200','0','0','25','0','1','4294967294','63','2','16','0','45','150','1','0','0','bonus bDefEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('2346','Water_Sprits_Armor','Saphien\'s Armor of Ocean','5','136000','68000','2200','0','0','25','0','0','279714','63','2','16','0','45','150','1','0','0','bonus bDefEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('2347','Water_Sprits_Armor_','Saphien\'s Armor of Ocean','5','136000','68000','2200','0','0','25','0','1','4294967294','63','2','16','0','45','150','1','0','0','bonus bDefEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('2348','Wind_Sprits_Armor','Aebecee\'s Raging Typhoon Armor','5','136000','68000','2200','0','0','25','0','0','279714','63','2','16','0','45','150','1','0','0','bonus bDefEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('2349','Wind_Sprits_Armor_','Aebecee\'s Raging Typhoon Armor','5','136000','68000','2200','0','0','25','0','1','4294967294','63','2','16','0','45','150','1','0','0','bonus bDefEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('2350','Earth_Sprits_Armor','Claytos Cracking Earth Armor','5','136000','68000','2200','0','0','25','0','0','279714','63','2','16','0','45','150','1','0','0','bonus bDefEle,Ele_Earth;','','');
+REPLACE INTO `item_db_re` VALUES ('2351','Earth_Sprits_Armor_','Claytos Cracking Earth Armor','5','136000','68000','2200','0','0','25','0','1','4294967294','63','2','16','0','45','150','1','0','0','bonus bDefEle,Ele_Earth;','','');
+REPLACE INTO `item_db_re` VALUES ('2352','Novice_Plate','Tattered Novice Ninja Suit','5','1','0','1','0','0','25','0','0','1','47','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2353','Odin\'s_Blessing','Odin\'s Blessing','5','30000','15000','2500','0','0','53','0','1','4294967294','63','2','16','0','65','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2354','Goibne\'s_Armor','Goibne\'s Armor','5','50000','25000','3500','0','0','58','0','0','4294967294','63','2','16','0','54','150','1','0','0','bonus bVit,2; bonus bMaxHPrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2355','Angel\'s_Protection','Angelic Protection','5','10000','5000','600','0','0','25','0','1','1','47','2','16','0','40','150','1','0','0','bonus bMdef,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2356','Vestment_Of_Grace','Blessed Holy Robe','5','20','10','2500','0','0','45','0','1','33024','63','2','16','0','70','150','1','0','0','bonus bMdef,5; bonus2 bResEff,Eff_Blind,8000;','','');
+REPLACE INTO `item_db_re` VALUES ('2357','Valkyrie_Armor','Valkyrian Armor','5','0','0','2800','0','0','55','0','1','1040382','58','2','16','0','0','150','1','0','0','bonus bAllStats,1; bonus bUnbreakableArmor,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000; else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus2 bResEff,Eff_Stun,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('2358','Dress_Of_Angel','Angel\'s Dress','5','20','10','1000','0','0','5','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2359','Ninja_Suit_','Ninja Suit','5','20','10','1500','0','0','58','0','1','570560576','63','2','16','0','50','150','1','0','0','bonus bAgi,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2360','Robe_Of_Casting_','Robe of Cast','5','124800','62400','1100','0','0','40','0','1','8454656','63','2','16','0','75','150','1','0','0','bonus bVariableCastrate,-3; bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2361','Blue_Aodai','Blue Robe','5','20','10','500','0','0','0','0','0','4294967294','63','2','16','0','0','150','1','0','0','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2362','Red_Aodai','Red Robe','5','20','10','500','0','0','0','0','0','4294967294','63','2','16','0','0','150','1','0','0','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2363','White_Aodai','White Robe','5','20','10','500','0','0','0','0','0','1','47','2','16','0','0','150','1','0','0','bonus bStr,3; bonus bInt,3; bonus bVit,3; bonus bDex,3; bonus bAgi,3; bonus bLuk,3; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2364','Meteo_Plate_Armor','Meteo Plate Armor','5','20','10','3000','0','0','85','0','1','279714','58','2','16','0','55','150','1','0','0','bonus2 bResEff,Eff_Stun,3000; bonus2 bResEff,Eff_Freeze,3000;','','');
+REPLACE INTO `item_db_re` VALUES ('2365','Orleans_Gown','Orleans\'s Gown','5','20','10','300','0','0','15','0','1','1040382','58','2','16','0','55','150','1','0','0','bonus bVariableCastrate,15; bonus bNoCastCancel,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2366','Divine_Cloth','Divine Cloth','5','20','10','1500','0','0','50','0','1','1040382','58','2','16','0','55','150','1','0','0','bonus2 bResEff,Eff_Curse,500; bonus2 bResEff,Eff_Silence,500; bonus2 bResEff,Eff_Stun,500; bonus2 bResEff,Eff_Stone,500; bonus2 bResEff,Eff_Sleep,500;','','');
+REPLACE INTO `item_db_re` VALUES ('2367','Sniping_Suit','Sniping Suit','5','20','10','750','0','0','42','0','1','2048','58','2','16','0','50','150','1','0','0','bonus bMdef,5; bonus bCritical,6+(readparam(bLuk)/10); bonus bDelayrate,-23;','','');
+REPLACE INTO `item_db_re` VALUES ('2368','Golden_Armor','Golden Armor','5','20','10','2000','0','0','4','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2369','Freyja_Overcoat','Freyja Overcoat','5','0','0','500','0','0','12','0','0','4294967294','63','2','16','0','0','150','0','0','0','bonus bUnbreakableArmor,0; bonus2 bSubRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2370','Used_Mage_Coat','Used Mage Coat','5','0','0','0','0','0','15','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,1; bonus bMaxHP,300; bonus bMaxSP,30; bonus bBaseAtk,10; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2371','G_Strings_','Pantie','5','1000','500','100','0','0','22','0','1','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2372','Mage_Coat_','Mage Coat','5','20','10','600','0','0','40','0','1','8454660','63','2','16','0','50','150','1','0','0','bonus bMdef,5; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2373','Holy_Robe_','Holy Robe','5','20','10','1700','0','0','57','0','1','33040','63','2','16','0','60','150','1','0','0','bonus bMdef,5; bonus2 bSubRace,RC_Demon,15; bonus2 bSubEle,Ele_Dark,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2374','Diabolus_Robe','Diabolus Robe','5','20','10','300','0','0','57','0','1','625436','58','2','16','0','60','150','1','0','0','bonus bMaxSP,150; bonus bMdef,5; bonus bHealPower,6; bonus bDelayrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('2375','Diabolus_Armor','Diabolus Armor','5','20','10','600','0','0','79','0','1','414946','58','2','16','0','60','150','1','0','0','bonus bMdef,5; bonus bStr,2; bonus bDex,1; bonus bMaxHP,150; bonus2 bResEff,Eff_Stun,500; bonus2 bResEff,Eff_Stone,500;','','');
+REPLACE INTO `item_db_re` VALUES ('2376','Assaulter_Plate','Assaulter Plate','5','10','5','0','0','0','57','0','1','6571170','63','2','16','0','80','150','1','0','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2377','Elite_Engineer_Armor','Elite Engineer Armor','5','10','5','0','0','0','50','0','1','263200','63','2','16','0','80','150','1','0','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2378','Assassin_Robe','Assassin Robe','5','10','5','0','0','0','41','0','1','570560576','63','2','16','0','80','150','1','0','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2379','Warlock_Battle_Robe','Warlock\'s Battle Robe','5','10','5','0','0','0','36','0','1','8454660','63','2','16','0','80','150','1','0','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2380','Medic_Robe','Medic\'s Robe','5','10','5','0','0','0','25','0','1','33040','63','2','16','0','80','150','1','0','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2381','Elite_Archer_Suit','Elite Archer Suit','5','10','5','0','0','0','35','0','1','526344','63','2','16','0','80','150','1','0','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2382','Elite_Shooter_Suit','Elite Shooter Suit','5','10','5','0','0','0','25','0','1','16777216','1','2','16','0','80','150','1','0','0','bonus bMaxHP,150; bonus bMdef,2; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2383','Brynhild','Brynhild','5','20','10','400','0','0','120','0','0','4294967295','63','2','16','0','94','150','0','0','0','bonus bMdef,10; bonus bMaxHP,20*BaseLevel; bonus bMaxSP,5*BaseLevel; bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; bonus bMatkRate,10; bonus bUnbreakableArmor,0; bonus bNoKnockback,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2384','Spritual_Tunic','Spritual Tunic','5','20','10','0','0','0','38','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMdef,5; bonus bMaxHP,800; bonus2 bResEff,Eff_Freeze,10000; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Holy,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Ghost,20; bonus2 bSubEle,Ele_Undead,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2385','Recuperative_Armor','Recuperative Armor','5','20','10','0','0','0','67','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bNoRegen,1; bonus bNoRegen,2; bonus bHPGainValue,60; bonus bSPGainValue,6; bonus bMagicHPGainValue,60; bonus bMagicSPGainValue,6;','','heal 0,-100;');
+REPLACE INTO `item_db_re` VALUES ('2386','Chameleon_Armor','Chameleon Armor','5','20','10','1700','0','0','55','0','0','1040256','58','2','16','0','70','150','1','0','0','bonus bMaxHP,(BaseLevel*7); bonus bMaxSP,(BaseLevel/2); autobonus2 \"{ bonus bNoMagicDamage,100; }\",10,2000,BF_MAGIC,\"{ specialeffect2 EF_ENERGYCOAT; }\"; if( BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte ) bonus bMdef,5; else if( BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief ) bonus bDef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2387','Sprint_Mail','Sprint Mail','5','20','10','1000','0','0','20','0','1','1040256','58','2','16','0','0','150','1','0','0','bonus bVit,1; bonus bHPrecovRate,5; bonus bAddItemHealRate,3; bonus2 bSkillHeal,AL_HEAL,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2388','Kandura','Kandura','5','20','10','300','0','0','36','0','1','4096','58','2','16','0','70','150','1','0','0','bonus bAgi,1; bonus bFlee,5; bonus bAspdRate,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2389','Armor_Of_Naga','Armor of Naga','5','20','10','1000','0','0','45','0','1','1040256','58','2','16','0','0','150','1','0','0','bonus bMdef,2; autobonus \"{ bonus bBaseAtk,20; }\",10,10000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('2390','Improved_Tights','Improved Tights','5','20','10','400','0','0','38','0','1','526344','58','2','16','0','75','150','1','0','0','bonus bMdef,2; bonus bFlee2,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2391','Life_Link','Life Link','5','20','10','3500','0','0','75','0','1','16514','58','2','16','0','82','150','1','0','0','bonus bVit,2; bonus bMdef,5; bonus bHPrecovRate,50;','','');
+REPLACE INTO `item_db_re` VALUES ('2392','Old_Pant','Old Green Pantie','5','0','0','0','0','0','60','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,2; bonus bVit,2; bonus bMaxHP,200; bonus3 bAutoSpellWhenHit,MO_CALLSPIRITS,5,20; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2393','N_Adventurer\'s_Suit','Novice Adventurer\'s Suit','5','0','0','0','0','0','45','0','1','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2394','Krieger_Suit1','Glorious Suit','5','20','10','0','0','0','10','0','0','4294967294','63','2','16','0','81','150','1','0','0','bonus bMaxHPrate,20; bonus2 bSubRace,RC_DemiHuman,7;','','');
+REPLACE INTO `item_db_re` VALUES ('2395','Krieger_Suit2','Glorious Popularized Suit','5','20','10','0','0','0','10','0','0','4294967294','63','2','16','0','61','150','1','0','0','bonus bMaxHP,600; bonus bSPrecovRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2396','Krieger_Suit3','Glorious Mass-Production Suit','5','20','10','0','0','0','10','0','0','4294967294','63','2','16','0','0','150','1','0','0','bonus bMaxHP,500;','','');
+REPLACE INTO `item_db_re` VALUES ('2397','Incredible_Coat','Incredible Event Resignation Coat','5','10','5','900','0','0','10','0','0','4294967294','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2398','Sniping_Suit_M','Sniping Suit','5','20','10','750','0','0','5','0','1','2048','58','2','16','0','50','150','1','0','0','bonus bMdef,5; bonus bCritical,6+(readparam(bLuk)/10); bonus bDelayrate,-23;','','');
+REPLACE INTO `item_db_re` VALUES ('2399','Dragon_Vest','Dragon Vest','5','20','10','500','0','0','20','0','1','1040382','58','2','16','0','0','150','1','0','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2401','Sandals','Sandals','5','400','200','200','0','0','5','0','0','4294967295','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2402','Sandals_','Sandals','5','400','200','200','0','0','5','0','1','4294967295','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2403','Shoes','Shoes','5','3500','1750','400','0','0','10','0','0','4294967294','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2404','Shoes_','Shoes','5','3500','1750','400','0','0','10','0','1','4294967294','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2405','Boots','Boots','5','18000','9000','600','0','0','16','0','0','24009962','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2406','Boots_','Boots','5','18000','9000','600','0','0','16','0','1','24009962','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2407','Chrystal_Pumps','Crystal Pumps','5','20','10','100','0','0','5','0','0','4294967294','63','2','64','0','0','150','1','0','0','bonus bMdef,10; bonus bLuk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2408','Cuffs','Shackles','5','5000','2500','3000','0','0','18','0','0','4294967295','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2409','Spiky_Heel','High Heels','5','8500','4250','600','0','0','10','0','0','4294967294','63','2','64','0','0','150','1','0','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2410','Sleipnir','Sleipnir','5','20','10','3500','0','0','40','0','0','4294967295','63','2','64','0','94','150','0','0','0','bonus bUnbreakableShoes,0; bonus bMdef,10; bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus bSPrecovRate,25; bonus bSpeedRate,25; bonus bInt,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2411','Grave','Greaves','5','48000','24000','750','0','0','27','0','0','16512','63','2','64','0','65','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2412','Grave_','Greaves','5','54000','27000','750','0','0','27','0','1','16512','63','2','64','0','65','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2413','Safty_Boots','Safety Boots','5','34000','17000','350','0','0','22','0','0','16514','63','2','64','0','30','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2414','Novice_Boots','Novice Slippers','5','1','0','1','0','0','5','0','0','1','47','2','64','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2415','Slipper','Bunny Slipper','5','34000','17000','300','0','0','9','0','1','4294967294','63','2','64','0','30','150','1','0','0','bonus bLuk,3; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2416','Novice_Shoes','Novice Shoes','5','35000','17500','500','0','0','8','0','1','1','47','2','64','0','40','150','1','0','0','bonus bMaxHPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2417','Fricco_Shoes','Fricco\'s Shoes','5','30000','15000','500','0','0','12','0','0','4294967294','63','2','64','0','65','150','1','0','0','bonus bAgi,2; bonus2 bAddItemHealRate,Red_Potion,20; bonus2 bAddItemHealRate,Yellow_Potion,20; bonus2 bAddItemHealRate,Orange_Potion,20; bonus2 bAddItemHealRate,White_Potion,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2418','Vidar\'s_Boots','Vidar\'s Boots','5','30000','15000','650','0','0','13','0','0','4294967294','63','2','64','0','65','150','1','0','0','bonus bMaxHPrate,9; bonus bMaxSPrate,9;','','');
+REPLACE INTO `item_db_re` VALUES ('2419','Goibne\'s_Combat_Boots','Goibne\'s Greaves','5','30000','15000','700','0','0','13','0','0','4294967294','63','2','64','0','54','150','1','0','0','bonus bMdef,3; bonus bMaxHPrate,5; bonus bMaxSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2420','Angel\'s_Arrival','Angel\'s Reincarnation','5','10000','5000','300','0','0','8','0','1','1','47','2','64','0','25','150','1','0','0','bonus bMaxHP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('2421','Valkyrie_Shoes','Valkyrian Shoes','5','0','0','500','0','0','13','0','1','1040382','58','2','64','0','0','150','1','0','0','bonus bUnbreakableShoes,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bMaxHP,(BaseLevel*5); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bMaxSP,(JobLevel*2);','','');
+REPLACE INTO `item_db_re` VALUES ('2422','High_Fashion_Sandals','High Fashion Sandals','5','24000','12000','200','0','0','7','0','1','8487700','63','2','64','0','40','150','1','0','0','bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2423','Variant_Shoes','Variant Shoes','5','20','10','500','0','0','13','0','0','1040382','58','2','64','0','85','150','1','0','0','bonus bMaxHPrate,20-getrefine(); bonus bMaxSPrate,20-getrefine(); bonus bDef,getrefine()/2;','','');
+REPLACE INTO `item_db_re` VALUES ('2424','Tidal_Shoes','Tidal Shoes','5','20','10','300','0','0','13','0','1','1040382','58','2','64','0','55','150','1','0','0','bonus2 bSubEle,Ele_Water,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2425','Black_Leather_Boots','Black Leather Boots','5','20','10','500','0','0','16','0','0','1040382','58','2','64','0','55','150','1','0','0','bonus bAgi,1; if(getrefine()>=9) bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2426','Shadow_Walk','Shadow Walk','5','20','10','2000','0','0','0','0','0','1040382','58','2','64','0','75','150','1','0','0','bonus bMdef,10; if(getskilllv(AS_CLOAKING)<2) { bonus5 bAutoSpellWhenHit,AS_CLOAKING,2,100,BF_MAGIC,0; } else bonus5 bAutoSpellWhenHit,AS_CLOAKING,getskilllv(AS_CLOAKING),100,BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2427','Golden_Shoes','Golden Shoes','5','20','10','300','0','0','4','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2428','Freyja_Boots','Freyja Boots','5','0','0','300','0','0','22','0','0','4294967294','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2429','Iron_Boots01','Iron Boots','5','0','0','1500','0','0','5','0','0','941290','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2430','Iron_Boots02','Iron Boots','5','0','0','800','0','0','5','0','0','4294967295','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2431','Valley_Shoes','Valley Shoes','5','20','10','0','0','0','10','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHPrate,7; bonus bMaxSPrate,7;','','');
+REPLACE INTO `item_db_re` VALUES ('2432','Spiky_Heel_','Highheels','5','8500','4250','600','0','0','10','0','1','4294967294','63','2','64','0','0','150','1','0','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2433','Diabolus_Boots','Diabolus Boots','5','20','10','250','0','0','15','0','1','1040256','58','2','64','0','0','150','1','0','0','bonus bMaxHP,(BaseLevel*10);','','');
+REPLACE INTO `item_db_re` VALUES ('2434','Black_Leather_Boots_','Black Leather Boots','5','20','10','500','0','0','16','0','1','1040382','58','2','64','0','55','150','1','0','0','bonus bAgi,1; if(getrefine()>=9) bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2435','Battle_Greave','Battle Greave','5','10','5','0','0','0','15','0','1','577131746','63','2','64','0','80','150','1','0','0','bonus bMaxHP,100; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2436','Combat_Boots','Combat Boots','5','10','5','0','0','0','9','0','1','9014044','63','2','64','0','80','150','1','0','0','bonus bMaxHP,100; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2437','Battle_Boots','Battle Boots','5','10','5','0','0','0','9','0','1','16777216','1','2','64','0','80','150','1','0','0','bonus bMaxHP,100; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2438','Paw_Of_Cat','Paw Of Cat','5','10','5','300','0','0','0','0','0','4294967295','63','2','64','0','0','150','1','0','0','bonus bFlee,5; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2439','Refresh_Shoes','Refresh Shoes','5','20','10','0','0','0','20','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHPrate,17; bonus bMaxSPrate,8; bonus2 bHPRegenRate,20,10000; bonus2 bSPRegenRate,3,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('2440','Sprint_Shoes','Sprint Shoes','5','20','10','300','0','0','10','0','1','1040256','58','2','64','0','0','150','1','0','0','bonus bAgi,1; bonus bSPrecovRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2441','Beach_Sandal','Beach Sandals','5','20','10','200','0','0','0','0','0','4294967295','63','2','64','0','0','150','1','0','0','bonus bStr,1; bonus bInt,1; bonus bAgi,1; bonus2 bSubEle,Ele_Fire,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2442','Boots_Perforated','Red Stocking Boots','5','0','0','0','0','0','18','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bLuk,2; bonus bHPrecovRate,10; bonus bSPrecovRate,10; bonus3 bAutoSpellWhenHit,WZ_QUAGMIRE,3,30; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2443','Fish_Shoes','Fisher\'s Boots','5','10','5','250','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2444','Krieger_Shoes1','Glorious Shoes','5','20','10','0','0','0','0','0','0','4294967294','63','2','64','0','81','150','1','0','0','bonus bMaxHPrate,10; bonus2 bSubRace,RC_DemiHuman,4; bonus3 bAutoSpellWhenHit,AL_INCAGI,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2445','Krieger_Shoes2','Glorious Popularized Shoes','5','20','10','0','0','0','5','0','0','4294967294','63','2','64','0','61','150','1','0','0','bonus bMaxHPrate,5; bonus bMaxSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2446','Krieger_Shoes3','Glorious Mass-Production Shoes','5','20','10','0','0','0','10','0','0','4294967294','63','2','64','0','0','150','1','0','0','bonus bMaxHPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2447','Military_Boots','Army Boots','5','1000','500','1000','0','0','5','0','0','4294967294','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2448','Air_Boss','Air Boss','5','0','0','500','0','0','2','0','0','4294967295','63','2','64','0','0','150','1','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2449','Variant_Shoes_M','Variant Shoes','5','20','10','500','0','0','3','0','0','1040382','58','2','64','0','85','150','1','0','0','bonus bMaxHPrate,20-getrefine(); bonus bMaxSPrate,20-getrefine(); bonus bDef,getrefine()/2;','','');
+REPLACE INTO `item_db_re` VALUES ('2450','Vital_Tree_Shoes','Vital Tree Shoes','5','20','10','500','0','0','16','0','0','1040382','58','2','64','0','60','150','1','0','0','bonus bMaxHPrate,10; bonus2 bHPRegenRate,30,10000; bonus bHealPower2,5; bonus bAddItemHealRate,5; bonus bMdef,3; bonus bVit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2451','Freyja_SSandal7','Freya Spirit Sandals','5','20','10','400','0','0','5','0','0','4294967295','63','2','64','0','20','150','0','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
+REPLACE INTO `item_db_re` VALUES ('2452','Freyja_SSandal30','Freya Spirit Sandals','5','20','10','400','0','0','5','0','0','4294967295','63','2','64','0','20','150','0','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
+REPLACE INTO `item_db_re` VALUES ('2453','Freyja_SSandal60','Freya Spirit Sandals','5','20','10','400','0','0','5','0','0','4294967295','63','2','64','0','20','150','0','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
+REPLACE INTO `item_db_re` VALUES ('2454','Freyja_SSandal90','Freya Spirit Sandals','5','20','10','400','0','0','5','0','0','4294967295','63','2','64','0','20','150','0','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
+REPLACE INTO `item_db_re` VALUES ('2455','Time_Keepr_Boots','Guardian Boots','5','30000','15000','0','0','0','17','0','0','4294967295','63','2','64','0','0','150','1','0','0','bonus bMdef,1; bonus bMaxHP,100; bonus bHPrecovRate,10; bonus bSPrecovRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2456','Para_Team_Boots1','Eden Group Boots I','5','0','0','0','0','0','14','0','0','4294967295','63','2','64','0','12','150','0','0','0','bonus bHPrecovRate,10; bonus bSPrecovRate,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2457','Para_Team_Boots2','Eden Group Boots II','5','0','0','0','0','0','16','0','0','4294967295','63','2','64','0','26','150','0','0','0','bonus bHPrecovRate,12; bonus bSPrecovRate,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2458','Para_Team_Boots3','Eden Group Boots III','5','0','0','0','0','0','18','0','0','4294967295','63','2','64','0','40','150','0','0','0','bonus bHPrecovRate,14; bonus bSPrecovRate,6;','','');
+REPLACE INTO `item_db_re` VALUES ('2459','Upg_Shoes','Reinforcement Shoes','5','20','10','200','0','0','15','0','1','4294967294','63','2','64','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2460','Upg_Boots','Reinforcement Boots','5','20','10','300','0','0','21','0','1','24009962','63','2','64','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2461','Upg_Greave','Reinforcement Greaves','5','20','10','400','0','0','32','0','1','16512','63','2','64','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2462','Sleipnir_C','Ephemeral Sleipnir','5','20','10','0','0','0','40','0','0','4294967295','63','2','64','0','94','150','0','0','0','bonus bUnbreakableShoes,0; bonus bMdef,10; bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus bSPrecovRate,15; bonus bSpeedRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2463','Feral_Boots','Feral Boots','5','20','10','0','0','0','12','0','0','4294967295','63','2','64','0','75','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2464','No_Fear_Shoes','NoFear Shoes','5','0','0','0','0','0','6','0','0','4294967295','63','2','64','0','20','150','0','0','0','bonus bUnbreakableShoes,0; bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2465','Dance_Shoes','Dance Shoes','5','20','10','300','0','0','15','0','1','524288','56','2','64','0','105','150','1','0','0','bonus bAgi,1; bonus bAspdRate,2; bonus2 bSkillUseSP,WA_SWING_DANCE,32;','','');
+REPLACE INTO `item_db_re` VALUES ('2466','Training_Shoes','Training Shoes','5','20','10','300','0','0','0','0','0','4294967295','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2467','Golden_Rod_Shoes','Golden Rod Shoes','5','20','10','500','0','0','12','0','0','512','56','2','64','0','100','150','1','0','0','bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Wind,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2468','Aqua_Shoes','Aqua Shoes','5','20','10','500','0','0','12','0','0','512','56','2','64','0','100','150','1','0','0','bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Water,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2469','Crimson_Shoes','Crimson Shoes','5','20','10','500','0','0','12','0','0','512','56','2','64','0','100','150','1','0','0','bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Fire,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2470','Forest_Shoes','Forest Shoes','5','20','10','500','0','0','12','0','0','512','56','2','64','0','100','150','1','0','0','bonus bMdef,2; bonus bMaxHP,500; bonus2 bSubEle,Ele_Earth,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2471','Shoes_Of_Affection','Shoes Of Affection','5','20','10','300','0','0','12','0','0','256','56','2','64','0','100','150','1','0','0','bonus bMaxHP,500; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Formless,-10; bonus2 bSubRace,RC_Undead,-10; bonus2 bSubRace,RC_Brute,-10; bonus2 bSubRace,RC_Plant,-10; bonus2 bSubRace,RC_Insect,-10; bonus2 bSubRace,RC_Fish,-10; bonus2 bSubRace,RC_Demon,-10; bonus2 bSubRace,RC_Angel,-10; bonus2 bSubRace,RC_Dragon,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('2472','Shoes_Of_Judgement','Shoes Of Judgement','5','20','10','300','0','0','12','0','0','256','56','2','64','0','100','150','1','0','0','bonus bMaxSP,150; bonus2 bSkillAtk,AB_JUDEX,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2473','Para_Team_Boots4','Eden Group Boots IV','5','0','0','0','0','0','20','0','0','4294967295','63','2','64','0','60','150','0','0','0','bonus bAgi,1; bonus bVit,1; bonus bHPrecovRate,28; bonus bSPrecovRate,12;','','');
+REPLACE INTO `item_db_re` VALUES ('2474','Lehmannza_Shoes','Lehmannza Shoes','5','20','10','500','0','0','3','0','1','4294967295','63','2','64','0','60','150','1','0','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2475','Ur_Greave','Ur\'s Greaves','5','20','10','900','0','0','32','0','1','16512','56','2','64','0','100','150','1','0','0','bonus bMaxSP,40; if(getequiprefinerycnt(EQI_SHOES)>7) bonus bMaxHPrate,getequiprefinerycnt(EQI_SHOES)-7;','','');
+REPLACE INTO `item_db_re` VALUES ('2476','Peuz_Greave','Peuz\'s Greaves','5','20','10','900','0','0','32','0','1','16512','56','2','64','0','100','150','1','0','0','bonus bMaxSP,40; bonus bAgi,-7+(getequiprefinerycnt(EQI_SHOES)>8)?8:getequiprefinerycnt(EQI_SHOES);','','');
+REPLACE INTO `item_db_re` VALUES ('2477','Sabah_Shoes','Sapha Shoes','5','20','10','400','0','0','18','0','1','4096','56','2','64','0','100','150','1','0','0','bonus bMaxSP,30; bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2478','Nab_Shoes','Nab Shoes','5','20','10','400','0','0','18','0','1','4096','56','2','64','0','100','150','1','0','0','bonus bFlee,3; bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2479','White_Wing_Boots','White Wing Boots','5','20','10','400','0','0','18','0','1','2048','56','2','64','0','100','150','1','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2480','Black_Wing_Boots','Black Wing Boots','5','20','10','400','0','0','18','0','1','2048','56','2','64','0','100','150','1','0','0','bonus bInt,2; bonus bMaxSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2481','Rune_Boots','Rune Boots','5','20','10','100','0','0','5','0','1','4294967295','63','2','64','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2482','Shoes_Of_Valor','Shoes Of Valor','5','0','0','0','0','0','4','0','0','4294967295','63','2','64','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2483','Siege_Greave','WoE Greave','5','10','5','750','0','0','30','0','1','279714','63','2','64','0','95','150','1','0','0','bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2484','Siege_Boots','WoE Boots','5','10','5','500','0','0','20','0','1','594435306','63','2','64','0','95','150','1','0','0','bonus bMdef,5; bonus2 bSubRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2485','Siege_Shoes','WoE Shoes','5','10','5','350','0','0','15','0','1','8487701','63','2','64','0','95','150','1','0','0','bonus bMdef,10; bonus2 bSubRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2486','Shadow_Walk_','Shadow Walker','5','20','10','2000','0','0','0','0','1','1040382','58','2','64','0','75','150','1','0','0','bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2487','Vital_Tree_Shoes_','Sephiroth\'s Shoes','5','20','10','500','0','0','16','0','1','1040382','58','2','64','0','60','150','1','0','0','bonus bVit,2; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2488','Fricco_Shoes_','Freyja Boots','5','30000','15000','500','0','0','12','0','1','4294967294','63','2','64','0','65','150','1','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2489','Vidar\'s_Boots_','Vidar\'s Boots','5','30000','15000','650','0','0','13','0','1','4294967294','63','2','64','0','65','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2491','Bangungot_Boots','Bangungot Boots of Nightmare','5','20','10','600','0','0','10','0','0','4294967295','63','2','64','0','0','150','1','0','0','bonus bMdef,getrefine(); if(getrefine()>=14) { bonus bSpeedRate,25; }','','');
+REPLACE INTO `item_db_re` VALUES ('2492','Bayani_Bangungot_Boots','Bangungot Boots(Bayani)','5','20','10','600','0','0','10','0','1','4294967295','63','2','64','0','0','150','1','0','0','bonus bMdef,getrefine(); if(getrefine()>=12) { bonus bSpeedRate,25; }','','');
+REPLACE INTO `item_db_re` VALUES ('2495','Egir_Shoes','Aegir Shoes','5','200000','100000','300','0','0','13','0','1','4294967295','63','2','64','0','110','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2501','Hood','Hood','5','1000','500','200','0','0','4','0','0','4294967295','63','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2502','Hood_','Hood','5','1000','500','200','0','0','4','0','1','4294967295','63','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2503','Muffler','Muffler','5','5000','2500','400','0','0','8','0','0','4294967294','63','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2504','Muffler_','Muffler','5','5000','2500','400','0','0','8','0','1','4294967294','63','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2505','Manteau','Manteau','5','32000','16000','600','0','0','13','0','0','6706402','63','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2506','Manteau_','Manteau','5','32000','16000','600','0','0','13','0','1','6706402','63','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2507','Cape_Of_Ancient_Lord','Ancient Cape','5','82000','41000','600','0','0','9','0','0','4294967294','63','2','4','0','40','150','1','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2508','Ragamuffin_Cape','Ragamuffin Manteau','5','56000','28000','500','0','0','4','0','0','4294967294','63','2','4','0','0','150','1','0','0','bonus bUnbreakableGarment,0; bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2509','Clack_Of_Servival','Survivor\'s Manteau','5','20000','10000','550','0','0','10','0','0','8454660','63','2','4','0','75','150','1','0','0','bonus bMdef,5; bonus bVit,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2510','Novice_Hood','Somber Novice Hood','5','1','0','1','0','0','4','0','0','1','47','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Neutral,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2511','Skeleton\'s_Cape','Skeleton Manteau','5','5000','2500','700','0','0','13','0','0','4294967294','63','2','4','0','75','150','1','0','0','bonus bStr,2; bonus bInt,-3; bonus bDex,2; bonus bVit,-3; bonus bLuk,2; bonus bAgi,-4;','','');
+REPLACE INTO `item_db_re` VALUES ('2512','Novice_Manteau','Novice Manteau','5','50000','25000','500','0','0','7','0','1','1','47','2','4','0','40','150','1','0','0','bonus2 bSubEle,Ele_Neutral,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2513','Celestial_Robe','Heavenly Maiden Robe','5','20','10','500','0','0','18','0','1','4294967294','63','2','4','0','80','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2514','Pauldron','Pauldron','5','20','10','800','0','0','25','0','1','414946','63','2','4','0','80','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2515','Wing_Of_Eagle','Eagle Wing','5','20000','10000','300','0','0','12','0','1','8454660','63','2','4','0','85','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2516','Falcon_Robe','Falcon Muffler','5','30000','15000','400','0','0','8','0','0','4294967294','63','2','4','0','65','150','1','0','0','bonus bFlee,15; bonus bFlee2,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2517','Vali\'s_Manteau','Vali\'s Manteau','5','30000','15000','600','0','0','13','0','0','4294967294','63','2','4','0','65','150','1','0','0','bonus2 bSubEle,Ele_Neutral,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2518','Morpheus\'s_Shawl','Morpheus\'s Shawl','5','30000','15000','600','0','0','8','0','0','4294967294','63','2','4','0','33','150','1','0','0','bonus bMaxSPrate,10; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2519','Morrigane\'s_Manteau','Morrigane\'s Manteau','5','30000','15000','600','0','0','9','0','0','4294967294','63','2','4','0','61','150','1','0','0','bonus bLuk,2; bonus bFlee2,8;','','');
+REPLACE INTO `item_db_re` VALUES ('2520','Goibne\'s_Shoulder_Arms','Goibne\'s Spaulders','5','30000','15000','700','0','0','11','0','0','4294967294','63','2','4','0','54','150','1','0','0','bonus bLongAtkDef,10; bonus bMdef,2; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2521','Angel\'s_Warmth','Angelic Cardigan','5','10000','5000','400','0','0','6','0','1','1','47','2','4','0','20','150','1','0','0','bonus bHPrecovRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2522','Undershirt','Undershirt','5','20000','10000','150','0','0','5','0','0','4294967295','63','2','4','0','0','150','1','0','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2523','Undershirt_','Undershirt','5','20000','10000','150','0','0','5','0','1','4294967295','63','2','4','0','0','150','1','0','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2524','Valkyrie_Manteau','Valkyrian Manteau','5','0','0','500','0','0','10','0','1','1040382','58','2','4','0','0','150','1','0','0','bonus bUnbreakableGarment,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bShortWeaponDamageReturn,5+(getequiprefinerycnt(EQI_GARMENT)*2);','','');
+REPLACE INTO `item_db_re` VALUES ('2525','Cape_Of_Ancient_Lord_','Ancient Cape','5','82000','41000','600','0','0','9','0','1','4294967294','63','2','4','0','40','150','1','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2526','Dragon_Scale_Coat','Coat of Dragon Scale','5','20','10','10','0','0','14','0','0','4294967295','63','2','4','0','50','150','1','0','0','bonus bMaxHP,300;','','');
+REPLACE INTO `item_db_re` VALUES ('2527','Dragon_Breath','Dragon Breath','5','20','10','600','0','0','16','0','1','1040382','58','2','4','0','48','150','1','0','0','bonus2 bSubRace,RC_Dragon,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2528','Wool_Scarf','Wool Scarf','5','20','10','500','0','0','11','0','1','1040382','58','2','4','0','55','150','1','0','0','bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2529','Rider_Insignia','Rider Insignia','5','20','10','500','0','0','13','0','0','1040382','58','2','4','0','55','150','1','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2530','Rider_Insignia_','Rider Insignia','5','20','10','500','0','0','13','0','1','1040382','58','2','4','0','55','150','1','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2531','Ulfhedinn','Ulfhedinn','5','20','10','700','0','0','13','0','1','414946','58','2','4','0','70','150','1','0','0','bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2532','Mithril_Magic_Cape','Mithril Magic Cape','5','20','10','400','0','0','8','0','1','625436','58','2','4','0','70','150','1','0','0','bonus bMdef,3; bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,1,200,BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2533','Freyja_Cape','Freyja Cape','5','0','0','200','0','0','10','0','0','4294967294','63','2','4','0','0','150','0','0','0','bonus2 bSubRace,RC_DemiHuman,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2534','Ruffler','Ruffler','5','20','10','0','0','0','10','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Neutral,17; bonus bFlee,17;','','');
+REPLACE INTO `item_db_re` VALUES ('2535','Cloak_Of_Survival_C','Cloak Of Survival','5','1','0','0','0','0','17','0','0','8454660','63','2','4','0','0','150','0','0','0','bonus bVit,10; bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2536','Skin_Of_Ventus','Skin of Ventus','5','20','10','250','0','0','7','0','1','4294967294','63','2','4','0','60','150','1','0','0','bonus bMdef,2; bonus bMaxHP,200; bonus bFlee,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2537','Diabolus_Manteau','Diabolus Manteau','5','20','10','250','0','0','15','0','1','1040256','58','2','4','0','0','150','1','0','0','bonus2 bSubEle,Ele_Neutral,5; bonus bMaxHP,100; bonus2 bAddDamageClass,1916,10; bonus2 bAddDamageClass,1917,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2538','Commander_Manteau','Captain\'s Manteau','5','10','5','0','0','0','28','0','1','577131746','63','2','4','0','80','150','1','0','0','bonus bMaxHP,50; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2539','Commander_Manteau_','Commander\'s Manteau','5','10','5','0','0','0','20','0','1','9014044','63','2','4','0','80','150','1','0','0','bonus bMaxHP,50; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2540','Sheriff_Manteau','Sheriff\'s Manteau','5','10','5','0','0','0','20','0','1','16777216','1','2','4','0','80','150','1','0','0','bonus bMaxHP,50; bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2541','Asprika','Asprika','5','20','10','400','0','0','40','0','0','4294967295','63','2','4','0','94','150','0','0','0','bonus bMdef,5; bonus3 bSubEle,Ele_Neutral,30,BF_SHORT; bonus3 bSubEle,Ele_Water,30,BF_SHORT; bonus3 bSubEle,Ele_Earth,30,BF_SHORT; bonus3 bSubEle,Ele_Fire,30,BF_SHORT; bonus3 bSubEle,Ele_Wind,30,BF_SHORT; bonus3 bSubEle,Ele_Poison,30,BF_SHORT; bonus3 bSubEle,Ele_Holy,30,BF_SHORT; bonus3 bSubEle,Ele_Dark,30,BF_SHORT; bonus3 bSubEle,Ele_Ghost,30,BF_SHORT; bonus3 bSubEle,Ele_Undead,30,BF_SHORT; bonus bFlee,30; skill AL_TELEPORT,1; bonus bUnbreakableGarment,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2542','Flame_Manteau','Flame Manteau of Naght Sieger','5','20','10','500','0','0','16','0','1','1040382','58','2','4','0','70','150','1','0','0','bonus bMaxHPrate,5; bonus bMdef,2; bonus bMatkRate,1; bonus2 bAddEle,Ele_Fire,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2543','Sylphid_Manteau','Sylphid Manteau','5','20','10','0','0','0','33','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bFlee,13; bonus2 bSubEle,Ele_Neutral,13; bonus bFlee2,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2544','Leather_Of_Tendrilion','Leather of Tendrilion','5','20','10','500','0','0','14','0','1','1040256','58','2','4','0','0','150','1','0','0','bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Earth,5; bonus2 bSubRace,RC_Plant,5; bonus2 bSubRace,RC_Brute,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2545','Musika','Musika','5','20','10','500','0','0','10','0','1','256','58','2','4','0','70','150','1','0','0','bonus bMdef,3; bonus3 bAutoSpellWhenHit,AL_HEAL,getskilllv(AL_HEAL)?getskilllv(AL_HEAL):1,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2546','Beach_Manteau','Beach Manteau','5','20','10','600','0','0','0','0','1','4294967295','63','2','4','0','0','150','1','0','0','bonus bStr,1; bonus bInt,1; bonus2 bSubEle,Ele_Fire,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2547','Cheap_Running_Shirts','Cheap Undershirt','5','0','0','0','0','0','11','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bDex,2; bonus bFlee,10; bonus2 bSubEle,Ele_Neutral,10; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2548','Muffler_C','Neo Muffler','5','0','0','0','0','0','22','0','0','1040382','58','2','4','0','95','150','0','0','0','bonus2 bSubRace,RC_DemiHuman,10; bonus bMaxHPrate,10; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Holy,5; bonus2 bSubEle,Ele_Dark,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2549','Krieger_Muffler1','Glorious Muffler','5','20','10','0','0','0','3','0','0','4294967294','63','2','4','0','80','150','1','0','0','bonus bMaxHPrate,5; bonus2 bSubRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2550','Fisher\'s_Muffler','Fisher\'s Muffler','5','20','10','200','0','0','0','0','0','4294967295','63','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2551','Rider_Insignia_M','Crest of the Rider','5','20','10','500','0','0','4','0','1','1040382','58','2','4','0','55','150','1','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2552','Mithril_Magic_Cape_M','Mithril Magic Manteau','5','20','10','400','0','0','3','0','1','625436','58','2','4','0','70','150','1','0','0','bonus bMdef,3; bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,1,200,BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2553','Dragon_Manteau','Dragon Manteau','5','20','10','1000','0','0','14','0','1','1040382','58','2','4','0','0','150','1','0','0','bonus bAgi,1; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2554','Piece_Of_Angent_Skin','Nidhoggur\'s Shadow Garb','5','20','10','400','0','0','25','0','1','1040382','58','2','4','0','90','150','1','0','0','bonus2 bSubEle,Ele_Neutral,7; bonus2 bSubEle,Ele_Water,7; bonus2 bSubEle,Ele_Earth,7; bonus2 bSubEle,Ele_Fire,7; bonus2 bSubEle,Ele_Wind,7; bonus2 bSubEle,Ele_Poison,7; bonus2 bSubEle,Ele_Holy,7; bonus2 bSubEle,Ele_Dark,7; bonus2 bSubEle,Ele_Ghost,7; bonus2 bSubEle,Ele_Undead,7; bonus bMaxSP,(BaseLevel/3)+(getrefine()*10); bonus3 bSPDrainRate,10,1,0; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2555','Freyja_SScarf7','Freya Soul Scarf','5','20','10','400','0','0','4','0','0','4294967295','63','2','4','0','20','150','0','0','0','bonus bFlee,15; bonus2 bSubEle,Ele_Neutral,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2556','Freyja_SScarf30','Freya Soul Scarf','5','20','10','400','0','0','4','0','0','4294967295','63','2','4','0','20','150','0','0','0','bonus bFlee,15; bonus2 bSubEle,Ele_Neutral,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2557','Freyja_SScarf60','Freya Soul Scarf','5','20','10','400','0','0','4','0','0','4294967295','63','2','4','0','20','150','0','0','0','bonus bFlee,15; bonus2 bSubEle,Ele_Neutral,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2558','Freyja_SScarf90','Freya Soul Scarf','5','20','10','400','0','0','4','0','0','4294967295','63','2','4','0','20','150','0','0','0','bonus bFlee,15; bonus2 bSubEle,Ele_Neutral,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2559','Time_Keepr_Manteau','Guardian Manteau','5','30000','15000','0','0','0','9','0','0','4294967295','63','2','4','0','0','150','1','0','0','bonus bMdef,1; bonus bFlee,10; bonus2 bSubEle,Ele_Neutral,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2560','Para_Team_Manteau','Eden Group Manteau','5','0','0','0','0','0','14','0','0','4294967295','63','2','4','0','12','150','0','0','0','bonus2 bSubEle,Ele_Neutral,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2561','Upg_Hood','Reinforcement Hood','5','0','0','100','0','0','9','0','1','4294967295','63','2','4','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2562','Upg_Muffler','Reinforcement Muffler','5','20','10','200','0','0','13','0','1','4294967294','63','2','4','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2563','Upg_Manteau','Reinforcement Manteau','5','20','10','300','0','0','18','0','1','6706402','63','2','4','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2564','Feral_Tail','Feral Tail','5','20','10','0','0','0','16','0','0','4294967295','63','2','4','0','75','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2565','Beach_Towel','Beach Towel','5','20','10','100','0','0','2','0','1','4294967295','63','2','4','0','0','150','1','0','0','bonus bMdef,3; bonus bFlee,7;','','');
+REPLACE INTO `item_db_re` VALUES ('2566','Half_Asprika','Asprika (Trial Version)','5','20','10','0','0','0','20','0','0','4294967295','63','2','4','0','47','150','0','0','0','bonus bMdef,2; bonus3 bSubEle,Ele_Neutral,15,BF_SHORT; bonus3 bSubEle,Ele_Water,15,BF_SHORT; bonus3 bSubEle,Ele_Earth,15,BF_SHORT; bonus3 bSubEle,Ele_Fire,15,BF_SHORT; bonus3 bSubEle,Ele_Wind,15,BF_SHORT; bonus3 bSubEle,Ele_Poison,15,BF_SHORT; bonus3 bSubEle,Ele_Holy,15,BF_SHORT; bonus3 bSubEle,Ele_Dark,15,BF_SHORT; bonus3 bSubEle,Ele_Ghost,15,BF_SHORT; bonus3 bSubEle,Ele_Undead,15,BF_SHORT; bonus bFlee,15; skill AL_TELEPORT,1; bonus bUnbreakableGarment,0;','','');
+REPLACE INTO `item_db_re` VALUES ('2567','Academy_Manteau','Academy Manteau','5','0','0','600','0','0','3','0','1','16777216','1','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2568','Muffler_Of_Roki','Loki\'s Muffler','5','20','10','400','0','0','10','0','0','4294967295','63','2','4','0','100','150','0','0','0','bonus bUnbreakableGarment,0; bonus bAgi,1; bonus2 bSkillAtk,GC_CROSSIMPACT,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2569','Shawl_Of_Affection','Shawl Of Affection','5','20','10','400','0','0','12','0','0','256','56','2','4','0','100','150','1','0','0','bonus bFlee2,5; bonus3 bAutoSpellWhenHit,AB_RENOVATIO,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2570','Shawl_Of_Judgement','Shawl Of Judgement','5','20','10','400','0','0','12','0','0','256','56','2','4','0','100','150','1','0','0','bonus bFlee,5; bonus3 bAutoSpellWhenHit,AB_ORATIO,getskilllv(AB_ORATIO)?getskilllv(AB_ORATIO):2,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2571','Para_Team_Manteau2','Eden Group Manteau II','5','0','0','0','0','0','18','0','0','4294967295','63','2','4','0','60','150','0','0','0','bonus bFlee,12; bonus2 bSubEle,Ele_Neutral,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2572','Katabart_Sholder','Katabart Sholder','5','20','10','3000','0','0','4','0','0','4294967295','63','2','4','0','70','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2573','Archangel_Wing','Eternal Wings','5','0','0','200','0','0','18','0','1','4294967295','63','2','4','0','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2574','Ur_Manteau','Ur\'s Manteau','5','20','10','600','0','0','20','0','0','16512','56','2','4','0','100','150','1','0','0','bonus bMaxHPrate,2; bonus2 bSubEle,Ele_Neutral,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2575','Peuz_Manteau','Peuz\'s Manteau','5','20','10','600','0','0','16','0','0','16512','56','2','4','0','100','150','1','0','0','bonus bFlee,10; bonus bCritical,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2576','Bravery_Bag','Heroic Backpack','5','0','0','200','0','0','20','0','1','4294967295','63','2','4','0','0','150','1','2','0','skill BS_GREED,1; if(getrefine()>6) { if(readparam(bStr)>=90) { bonus bBaseAtk,20; } if(readparam(bInt)>=90) { bonus bMatk,30; } if(readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,10; } if(readparam(bAgi)>=90) { bonus bAspdRate,8; } if(readparam(bDex)>=90) { bonus bLongAtkRate,5; } if(readparam(bLuk)>=90) { bonus bCritAtkRate,10; } } if(getrefine()>8) { if(readparam(bStr)>=90) { bonus bBaseAtk,10; } if(readparam(bInt)>=90) { bonus bMatk,20; } if(readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,5; } if(readparam(bAgi)>=90) { bonus bAspd,1; } if(readparam(bDex)>=90) { bonus bLongAtkRate,5; } if(readparam(bLuk)>=90) { bonus bCritAtkRate,5; } }','','');
+REPLACE INTO `item_db_re` VALUES ('2577','Sabah_Hood','Sapha Hood','5','20','10','100','0','0','13','0','0','4096','56','2','4','0','100','150','1','0','0','bonus bFlee,12; bonus bCritical,getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('2578','Nab_Hood','Nab Hood','5','20','10','100','0','0','13','0','0','4096','56','2','4','0','100','150','1','0','0','bonus bFlee,getrefine()*2; bonus bBaseAtk,getrefine()*2;','','');
+REPLACE INTO `item_db_re` VALUES ('2579','Magic_Stole','Magic Stall','5','20','10','700','0','0','8','0','1','4294967295','63','2','4','0','0','150','1','0','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2580','White_Wing_Manteau','White Wing Manteau','5','20','10','200','0','0','15','0','0','2048','56','2','4','0','100','150','1','0','0','bonus bAgi,2; bonus bFlee,10; autobonus2 \"{ bonus bFlee,20; }\",10,7000,BF_LONG,\"{ specialeffect2 EF_WIND; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('2581','Black_Wing_Manteau','Black Wing Manteau','5','20','10','200','0','0','15','0','0','2048','56','2','4','0','100','150','1','0','0','bonus bInt,2; if(getequiprefinerycnt(EQI_GARMENT)>6) bonus bFlee2,getequiprefinerycnt(EQI_GARMENT)-6;','','');
+REPLACE INTO `item_db_re` VALUES ('2582','Salvage_Cape','Salvage Cape','5','56000','28000','400','0','0','1','0','0','768','56','2','4','0','130','150','1','0','0','skill NJ_UTSUSEMI,1; bonus bUseSPrate,100;','','heal 0,-1200;');
+REPLACE INTO `item_db_re` VALUES ('2583','Holy_Cape','Holy Cape','5','20','10','100','0','0','5','0','1','4294967295','63','2','4','0','50','150','1','0','0','bonus bDex,-5; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2584','Wanderer_Outer','Coat Of Wandering','5','20','10','500','0','0','8','0','1','4294967295','63','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2585','Muffler_Of_Valor','Muffler Of Valor','5','0','0','0','0','0','4','0','0','4294967295','63','2','4','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2586','Siege_Manteau','WoE Manteau','5','10','5','600','0','0','32','0','1','4294967294','63','2','4','0','95','150','1','0','0','bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2587','Siege_Muffler','WoE Muffler','5','10','5','400','0','0','15','0','1','4294967295','63','2','4','0','95','150','1','0','0','bonus bMdef,10; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2588','Ragamuffin_Cape_','Rag mantle','5','56000','28000','500','0','0','4','0','1','4294967294','63','2','4','0','40','150','1','0','0','bonus bUnbreakableGarment,0; bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2589','Fallen_Angel_Wing','Fallen Angel Wing','5','0','0','200','0','0','18','0','1','4294967295','63','2','4','0','0','150','1','3','0','bonus bLuk,2; bonus bMdef,18;','','');
+REPLACE INTO `item_db_re` VALUES ('2590','Buwaya_Cloth','Buwaya Sack Cloth','5','20','10','200','0','0','8','0','0','4294967295','63','2','4','0','0','150','1','0','0','bonus bHealPower2,getrefine()/3; bonus bAddItemHealRate,getrefine()/3; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2591','Bayani_Buwaya_Cloth','Buwaya Sack Cloth(Bayani)','5','20','10','200','0','0','8','0','1','4294967295','63','2','4','0','0','150','1','0','0','bonus bHealPower2,getrefine(); bonus bAddItemHealRate,getrefine(); bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2592','Boss_Brownie_Manteau','Cloak of Domovoi','5','20','10','100','0','0','3','0','0','4294967295','63','2','4','0','50','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2593','Flow_Manteau','Furowamanto','5','20','10','700','0','0','20','0','1','4294967295','63','2','4','0','65','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2594','Wrapping_Manteau','Furoshiki Cloak','5','20','10','100','0','0','0','0','1','4294967295','63','2','4','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2601','Ring','Ring','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2602','Earring','Earring','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2603','Necklace','Necklace','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus bVit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2604','Glove','Glove','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2605','Brooch','Brooch','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2607','Clip','Clip','5','30000','15000','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bMaxSP,10; bonus bMaxHP,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2608','Rosary','Rosary','5','15000','7500','100','0','0','0','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus bMdef,5; bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2609','Skul_Ring','Skull Ring','5','10000','5000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2610','Gold_Ring','Gold Ring','5','30000','15000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2611','Silver_Ring','Silver Ring','5','20000','10000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2612','Flower_Ring','Flower Ring','5','1500','750','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2613','Diamond_Ring','Diamond Ring','5','45000','22500','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2614','An_Eye_Of_Dullahan','Eye of Dullahan','5','90000','45000','100','0','0','0','0','0','4294967294','63','2','136','0','50','150','0','0','0','bonus2 bResEff,Eff_Poison,10000; bonus2 bSubRace,RC_Undead,4; bonus2 bSubRace,RC_Demon,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2615','Safety_Ring','Safety Ring','5','75000','37500','100','0','0','5','0','0','4294967294','63','2','136','0','40','150','0','0','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2616','Critical_Ring','Critical Ring','5','75000','37500','100','0','0','0','0','0','4294967294','63','2','136','0','40','150','0','0','0','bonus bCritical,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2617','Mitten_Of_Presbyter','Celebrant\'s Mitten','5','2','1','100','0','0','1','0','0','4294967294','63','2','136','0','35','150','0','0','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2618','Matyr\'s_Flea_Guard','Matyr\'s Leash','5','2','1','100','0','0','1','0','0','4294967294','63','2','136','0','35','150','0','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2619','Thimble_Of_Archer','Bow Thimble','5','10000','5000','100','0','0','0','0','0','526344','63','2','136','0','65','150','0','0','0','bonus bLongAtkRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2620','Ring_Of_Rogue','Rogue\'s Treasure','5','10000','5000','100','0','0','0','0','0','570560576','63','2','136','0','70','150','0','0','0','if(readparam(bStr)>=90) { bonus bHit,10; bonus bFlee,10; } if(readparam(bAgi)>=90) { bonus bBaseAtk,10; bonus bCritical,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('2621','Ring_','Ring','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2622','Earring_','Earring','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2623','Necklace_','Necklace','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2624','Glove_','Glove','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2625','Brooch_','Brooch','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2626','Rosary_','Rosary','5','15000','7500','200','0','0','0','0','1','4294967294','63','2','136','0','90','150','0','0','0','bonus bMdef,3; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2627','Belt','Belt','5','20000','10000','1200','0','0','0','0','1','4294967295','63','2','136','0','25','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2628','Novice_Armlet','Novice Armlet','5','400','200','200','0','0','0','0','1','1','47','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2629','Magingiorde','Magingiorde','5','20','10','8000','0','0','2','0','0','4294967295','63','2','136','0','94','150','0','0','0','bonus bStr,40+BaseLevel/5; bonus bMdef,7; if(readparam(bStr)==120) bonus2 bAddRace,RC_Boss,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2630','Brysinggamen','Brysinggamen','5','20','10','1500','0','0','1','0','0','4294967295','63','2','136','0','94','150','0','0','0','bonus bDex,6; bonus bStr,6; bonus bAgi,6; bonus bVit,6; bonus bInt,10; bonus bLuk,10; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2631','First_Age_Ring','Celebration Ring','5','1','0','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2632','Korean_Trinket','Korean Trinket','5','125000','62500','100','0','0','1','0','0','4294967294','63','2','136','0','65','150','0','0','0','bonus bVit,1; bonus bDex,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2633','Jade_Ring','Jade Ring','5','204000','102000','100','0','0','0','0','0','4294967294','63','2','136','0','80','150','0','0','0','bonus bStr,2; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2634','Bridegroom_Ring','Wedding Ring','5','0','0','0','0','0','0','0','0','4294967295','63','1','136','0','0','150','0','0','0','skill WE_MALE,1; skill WE_FEMALE,1; skill WE_CALLPARTNER,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2635','Bride_Ring','Wedding Ring','5','0','0','0','0','0','0','0','0','4294967295','63','0','136','0','0','150','0','0','0','skill WE_MALE,1; skill WE_FEMALE,1; skill WE_CALLPARTNER,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2636','Gold_Ring_','Gold Christmas Ring','5','30000','15000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2637','Silver_Ring_','Silver Christmas Ring','5','20000','10000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2638','Exorcize_Sachet','Sacred Incense','5','20000','10000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bStr,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2639','Purification_Sachet','Occult Incense','5','20000','10000','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bInt,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2640','Kafra_Ring','Kafra Ring','5','40000','20000','200','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bStr,1; bonus bInt,1; bonus bAgi,1; bonus bLuk,1; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2641','Fashionable_Sack','Fashion Hip Sack','5','20','10','700','0','0','0','0','0','263200','63','2','136','0','50','150','0','0','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2642','Serin\'s_Gold_Ring','Serin\'s Gold Ring','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2643','Serin\'s_Gold_Ring_','Serin\'s Gold Ring','5','45000','22500','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2644','The_Sign_','The Sign','5','2','1','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bMagicAddRace,RC_NonBoss,5; bonus2 bMagicAddRace,RC_Boss,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2645','Moonlight_Ring','Moonlight Ring','5','40000','20000','200','0','0','0','0','0','570560576','63','2','136','0','60','150','0','0','0','bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2646','Bunch_Of_Carnation','Bunch of Carnation','5','2','1','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2647','Nile_Rose','Nile Rose','5','2','1','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bMaxHP,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2648','Morpheus\'s_Ring','Morpheus\'s Ring','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','33','150','0','0','0','bonus bInt,1; bonus bMaxSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2649','Morpheus\'s_Armlet','Morpheus\'s Bracelet','5','30000','15000','100','0','0','0','0','0','4294967294','63','2','136','0','33','150','0','0','0','bonus bInt,1; bonus bMaxSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2650','Morrigane\'s_Belt','Morrigane\'s Belt','5','30000','15000','200','0','0','0','0','0','4294967294','63','2','136','0','61','150','0','0','0','bonus bBaseAtk,5; bonus bCritical,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2651','Morrigane\'s_Pendant','Morrigane\'s Pendant','5','30000','15000','200','0','0','0','0','0','4294967294','63','2','136','0','61','150','0','0','0','bonus bStr,2; bonus bCritical,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2652','Cursed_Lucky_Brooch','Goddess of Fortune\'s Cursed Brooch','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','40','150','0','0','0','bonus bCritical,6; bonus2 bAddEff2,Eff_Curse,50;','','');
+REPLACE INTO `item_db_re` VALUES ('2653','Sacrifice_Ring','Sacrifice Ring','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','90','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2654','Shinobi\'s_Sash','Shinobi Sash','5','20000','10000','300','0','0','1','0','0','570560576','63','2','136','0','30','150','0','0','0','bonus bStr,1; bonus bAgi,1; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2655','Bloody_Iron_Ball','Bloodied Shackle Ball','5','50000','25000','4000','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2656','Hyper_Changer','Armor Charm','5','20000','10000','1000','0','0','0','0','0','414946','63','2','136','0','0','150','0','0','0','bonus bMaxHP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('2657','Lab_Passport','Laboratory Permit','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2658','Nile_Rose_','Nile Rose','5','2','1','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bMaxHP,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2659','Vesper_Core01','Vesper Core 01','5','20','10','100','0','0','1','0','0','1040256','58','2','136','0','0','150','0','0','0','bonus bMdef,3; bonus bInt,2; bonus bMaxSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2660','Vesper_Core02','Vesper Core 02','5','20','10','100','0','0','1','0','0','1040256','58','2','136','0','0','150','0','0','0','bonus bMdef,3; bonus bStr,3; bonus bBaseAtk,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2661','Vesper_Core03','Vesper Core 03','5','20','10','100','0','0','1','0','0','1040256','58','2','136','0','0','150','0','0','0','bonus bMdef,3; bonus bAgi,3; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2662','Vesper_Core04','Vesper Core 04','5','20','10','100','0','0','1','0','0','1040256','58','2','136','0','0','150','0','0','0','bonus bMdef,3; bonus bDex,3; bonus bHit,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2663','Gauntlet_Of_Accuracy','Gauntlet of Hit','5','20','10','900','0','0','0','0','0','4294967295','63','2','136','0','75','150','0','0','0','bonus bHit,15; bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2664','Scarf_Belt','Belcarf','5','20','10','200','0','0','0','0','0','4294967294','63','2','136','0','75','150','0','0','0','bonus bDex,2; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2665','Ring_Of_Exorcism','Exorcising Ring','5','20','10','500','0','0','0','0','0','33040','63','2','136','0','60','150','0','0','0','bonus bMdef,1; bonus2 bExpAddRace,RC_Undead,5; bonus2 bExpAddRace,RC_Demon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2666','Lamp_Of_Hope','Lantern of Hope','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bStr,2; bonus2 bResEff,Eff_Blind,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('2667','Glove_Of_Archer','Renown Archer\'s Gloves','5','20','10','300','0','0','0','0','0','4294967294','63','2','136','0','60','150','0','0','0','bonus bHit,5; bonus bCritical,5; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2668','Women\'s_Glory','Woman Glory','5','0','0','500','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2669','Golden_Necklace_','RJC Necklace','5','30000','15000','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bMaxSP,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2670','Ring_Of_Longing','Ring of Longing','5','20','10','100','0','0','1','0','0','4294967295','63','2','136','0','30','150','0','0','0','bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2671','Thimble_Of_Archer_','Bow Thimble','5','10000','5000','100','0','0','0','0','1','526344','63','2','136','0','65','150','0','0','0','bonus bLongAtkRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2672','Anniversary_Ring','3rd Anniversary Celebration Ring','5','20','10','100','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2673','Shining_Ring','Warrior\'s Shining Ring','5','0','0','100','0','0','0','0','0','4294967294','63','2','136','0','48','150','0','0','0','bonus bBaseAtk,10; bonus bSPrecovRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2674','Honor_Ring','Ring of Honor','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2675','Lord_Ring','Lord Ring','5','0','0','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2676','Hunter_Earring','Hunter\'s Earring','5','20','10','300','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddMonsterDropItem,7618,100;','','');
+REPLACE INTO `item_db_re` VALUES ('2677','Spiritual_Ring','Spiritual Ring','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bInt,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2678','Ring_Of_Flame_Lord','Ring Of Flame Lord','5','20','10','100','0','0','0','0','0','1040256','58','2','136','0','0','150','0','0','0','bonus bStr,2; bonus bVit,1; bonus bBaseAtk,15; bonus2 bSubEle,Ele_Fire,10; bonus3 bAutoSpell,CH_SOULCOLLECT,1,30; bonus3 bAutoSpell,MO_EXPLOSIONSPIRITS,1,10; bonus3 bAutoSpell,PA_PRESSURE,2,30; bonus3 bAutoSpell,MG_FIREBALL,1,150; bonus3 bAutoSpell,KN_BOWLINGBASH,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2679','Ring_Of_Resonance','Ring Of Resonance','5','20','10','100','0','0','2','0','0','1040256','58','2','136','0','0','150','0','0','0','bonus bAgi,2; bonus bVit,1; bonus bMdef,2; bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1,50,0; bonus3 bAutoSpellWhenHit,AS_SPLASHER,10,20; bonus3 bAutoSpellWhenHit,AL_HEAL,10,30; bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20; bonus3 bAutoSpellWhenHit,CG_TAROTCARD,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2680','Lesser_Elemental_Ring','Lesser Elemental Ring','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,1; bonus3 bAutoSpell,WZ_ESTIMATION,1,80; bonus3 bAutoSpell,MC_IDENTIFY,1,50; bonus3 bAutoSpell,TF_PICKSTONE,1,100; bonus3 bAutoSpell,BS_GREED,1,10; bonus3 bAutoSpellWhenHit,TK_RUN,5,20; bonus3 bAutoSpellWhenHit,TK_HIGHJUMP,3,30; bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,100; bonus3 bAutoSpellWhenHit,TF_BACKSLIDING,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('2681','Republic_Ring','Republic Anniversary Ring','5','20','10','1000','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2682','Ring_Of_Water','Ring of Water','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus2 bSubEle,Ele_Water,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2683','Ring_Of_Fire','Ring of Fire','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus2 bSubEle,Ele_Fire,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2684','Ring_Of_Wind','Ring of Wind','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus2 bSubEle,Ele_Wind,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2685','Ring_Of_Earth','Ring of Earth','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','20','150','0','0','0','bonus2 bSubEle,Ele_Earth,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2686','Elven_Ears_C','Rental Elven Ears','5','1','0','0','0','0','2','0','0','4294967294','63','2','512','0','0','150','0','73','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2687','Steel_Flower_C','Rental Steel Flower','5','1','0','0','0','0','1','0','0','4294967294','63','2','1','0','0','150','0','56','0','bonus2 bSubRace,RC_Plant,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2688','Critical_Ring_C','Rental Critical Ring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bCritical,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2689','Earring_C','Rental Earring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2690','Ring_C','Rental Ring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bStr,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2691','Necklace_C','Rental Necklace','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bVit,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2692','Glove_C','Glove','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2693','Brooch_C','Rental Brooch','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bAgi,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2694','Rosary_C','Rental Rosary','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bMdef,5; bonus bLuk,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2695','Safety_Ring_C','Rental Safety Ring','5','1','0','0','0','0','8','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bMdef,8;','','');
+REPLACE INTO `item_db_re` VALUES ('2696','Vesper_Core01_C','Vesper Core 01','5','1','0','0','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bMdef,3; bonus bInt,2; bonus bMaxSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2697','Vesper_Core02_C','Vesper Core 02','5','1','0','0','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bMdef,3; bonus bStr,3; bonus bBaseAtk,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2698','Vesper_Core03_C','Vesper Core 03','5','1','0','0','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bMdef,3; bonus bAgi,3; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2699','Vesper_Core04_C','Vesper Core 04','5','1','0','0','0','0','1','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bMdef,3; bonus bDex,3; bonus bHit,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2700','Red_Silk_Seal','Red Silk Seal','5','20','10','100','0','0','0','0','0','16514','58','2','136','0','60','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2701','Orleans_Glove','Orleans\'s Glove','5','20','10','100','0','0','0','0','1','1040382','58','2','136','0','90','150','0','0','0','bonus bDex,2; bonus bMatkRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2702','Bison_Horn','Bison Horn','5','20','10','100','0','0','0','0','1','1040382','58','2','136','0','90','150','0','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2703','Expert_Ring','Expert Ring','5','20','10','150','0','0','0','0','1','1040382','58','2','136','0','50','150','0','0','0','bonus bDelayrate,-5; bonus bUseSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2704','Golden_Accessory','Golden Accessories','5','20','10','100','0','0','4','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2705','Golden_Accessory2','Golden Accessories','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddMonsterDropItem,12018,500;','','');
+REPLACE INTO `item_db_re` VALUES ('2706','Handcuff','Arrest Handcuffs','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2707','GUSLI','Gusli','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2708','Chinese_Handicraft','Chinese Handicraft','5','0','0','50','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,MG_FIREBOLT,5,300;','','');
+REPLACE INTO `item_db_re` VALUES ('2709','5_Anniversary_Coin','5th Anniversary Coin','5','2','1','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAtkRate,5; bonus bMatkRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2710','Bloody_Iron_Ball_C','Bloody Iron Ball','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bBaseAtk,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2711','Spiritual_Ring_C','Spiritual Ring','5','1','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bInt,2; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2712','Ragnarok_Limited_Ed','Ragnarok Limited Edition','5','0','0','300','0','0','0','0','0','4294967295','63','2','136','0','30','150','0','0','0','bonus bVit,3; bonus bAgi,3; bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2713','Certificate_TW','Certificate','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2714','Marvelous_Pandent','Marvelous Pendant','5','0','0','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2715','Skul_Ring_','Skull Ring','5','10000','5000','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bSubRace,RC_Undead,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2716','Librarian_Glove','Librarian Glove','5','20','10','100','0','0','0','0','1','8454656','63','2','136','0','80','150','0','0','0','bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2717','Pocket_Watch_','Pocket Watch','5','20','10','200','0','0','1','0','0','8454660','63','2','136','0','80','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2718','Lunatic_Brooch','Lunatic Brooch','5','20','10','200','0','0','0','0','1','526344','63','2','136','0','65','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2719','Iron_Wrist','Iron Wrist','5','20','10','700','0','0','1','0','0','279714','63','2','136','0','50','150','0','0','0','bonus2 bSkillAtk,SM_BASH,6; bonus2 bSkillAtk,MC_MAMMONITE,6;','','');
+REPLACE INTO `item_db_re` VALUES ('2720','Medal_Swordman','Medal of Honor','5','20','10','0','0','0','1','0','0','4210818','63','2','136','0','70','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bHit,10; bonus bMaxHP,500; bonus bMaxSP,50; bonus3 bAddEff,Eff_Stun,100,ATF_SHORT;','','');
+REPLACE INTO `item_db_re` VALUES ('2721','Medal_Thief','Medal of Honor','5','20','10','0','0','0','1','0','0','570560576','63','2','136','0','70','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bFlee,10; bonus bMaxHP,300; bonus bMaxSP,80; bonus3 bAddEff,Eff_Poison,100,ATF_SHORT;','','');
+REPLACE INTO `item_db_re` VALUES ('2722','Medal_Acolyte','Medal of Honor','5','20','10','0','0','0','1','0','0','33040','63','2','136','0','70','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bMdef,6; bonus bMaxHP,600; bonus3 bAddEff,Eff_Silence,100,ATF_SHORT;','','');
+REPLACE INTO `item_db_re` VALUES ('2723','Medal_Mage','Medal of Honor','5','20','10','0','0','0','1','0','0','8454660','63','2','136','0','70','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bMdef,6; bonus bMaxHP,600; bonus2 bAddEffWhenHit,Eff_Stone,100;','','');
+REPLACE INTO `item_db_re` VALUES ('2724','Medal_Archer','Medal of Honor','5','20','10','0','0','0','1','0','0','526344','63','2','136','0','70','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bCritical,10; bonus bMaxHP,300; bonus bMaxSP,80; bonus3 bAddEff,Eff_Blind,100,ATF_LONG;','','');
+REPLACE INTO `item_db_re` VALUES ('2725','Medal_Merchant','Medal of Honor','5','20','10','0','0','0','1','0','0','263200','63','2','136','0','70','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bAspdRate,10; bonus bMaxHP,500; bonus bMaxSP,50; bonus3 bAddEff,Eff_Curse,100,ATF_SHORT;','','');
+REPLACE INTO `item_db_re` VALUES ('2726','Icarus_Wing','Icarus Wings','5','20','10','100','0','0','0','0','0','2048','58','2','136','0','70','150','0','0','0','bonus bMaxSP,50; bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2727','Bowman_Scarf','Bowman Scarf','5','20','10','200','0','0','0','0','0','2048','58','2','136','0','70','150','0','0','0','bonus bMaxSP,50; bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2728','Cursed_Hand','Cursed Hand','5','20','10','50','0','0','0','0','1','4294967294','63','2','136','0','80','150','0','0','0','bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30; bonus bHit,10; bonus bHPrecovRate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2729','Diabolus_Ring','Diabolus Ring','5','20','10','50','0','0','0','0','1','1040256','58','2','136','0','0','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,100; bonus bHealPower,5; bonus2 bAddDamageClass,1916,10; bonus2 bAddDamageClass,1917,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2730','Morroc_Seal','Seal of Continental Guard','5','20','10','50','0','0','0','0','1','4294967294','63','2','136','0','80','150','0','0','0','bonus bMaxHP,50; bonus bAspdRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2731','Morroc_Charm_Stone','Rune Spellstone','5','20','10','50','0','0','0','0','1','4294967294','63','2','136','0','80','150','0','0','0','bonus bMaxSP,50; bonus bVariableCastrate,-1;','','');
+REPLACE INTO `item_db_re` VALUES ('2732','Morroc_Ring','Death Loop','5','20','10','50','0','0','0','0','1','4294967294','63','2','136','0','80','150','0','0','0','bonus bCritical,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2733','Medal_Gunner','Sheriff Badge','5','20','10','0','0','0','1','0','0','16777216','1','2','136','0','70','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bCritical,10; bonus bMaxHP,300; bonus bMaxSP,80; bonus3 bAddEff,Eff_Blind,100,ATF_LONG;','','');
+REPLACE INTO `item_db_re` VALUES ('2734','Directive_A','Directive','5','0','0','0','0','0','0','0','0','1','47','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2735','Directive_B','Directive','5','0','0','0','0','0','0','0','0','1','47','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2736','Navel_Ring','Navel Ring','5','20','10','100','0','0','0','0','0','4294967294','63','2','136','0','75','150','0','0','0','bonus bDex,3; bonus bLuk,3; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2737','Foot_Ring','Foot Ring','5','20','10','150','0','0','0','0','0','4294967294','63','2','136','0','75','150','0','0','0','bonus bVit,3; bonus bMaxHPrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2738','Shiny_Coin','Shiny Coin','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,6; bonus2 bAddRace,RC_Boss,6; bonus bMatkRate,6;','','');
+REPLACE INTO `item_db_re` VALUES ('2739','Ordinary_Coin','Ordinary Coin','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2740','Rusty_Coin','Rusty Coin','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3; bonus bMatkRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2741','All_In_One_Ring','All In One Ring','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,1; bonus bNoCastCancel,0; bonus bVariableCastrate,10; skill AL_HEAL,1; skill AL_TELEPORT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2742','Lucky_Clip','Lucky Clip','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2743','Angelic_Ring','Angelic Ring','5','20','10','100','0','0','0','0','0','1040256','58','2','136','0','70','150','0','0','0','bonus bInt,2; bonus bDex,1; bonus bMdef,2; autobonus3 \"{ bonus bHealPower,20; }\",50,3000,AL_HEAL; autobonus3 \"{ bonus bHealPower,20; }\",50,3000,AM_POTIONPITCHER; autobonus3 \"{ bonus bHealPower,20; }\",50,3000,PR_SANCTUARY;','','');
+REPLACE INTO `item_db_re` VALUES ('2744','Sprint_Ring','Sprint Ring','5','20','10','100','0','0','0','0','0','1040256','58','2','136','0','0','150','0','0','0','bonus bVariableCastrate,-10; bonus bDelayrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2745','Pinguicula_Corsage','Pinguicula Corsage','5','20','10','200','0','0','0','0','1','1040256','58','2','136','0','0','150','0','0','0','bonus bMdef,2; bonus bMaxSP,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2746','Cold_Heart','Cold Heart','5','20','10','100','0','0','1','0','0','4096','58','2','136','0','80','150','0','0','0','bonus bAgi,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2747','Black_Cat','Black Cat','5','20','10','100','0','0','1','0','0','131072','58','2','136','0','80','150','0','0','0','bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2748','Cursed_Star','Cursed Star','5','20','10','200','0','0','0','0','0','526344','58','2','136','0','84','150','0','0','0','bonus bMdef,3; bonus bDex,2; bonus bLuk,-1; bonus2 bHPLossRate,50,10000; bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET;','','heal -300,0;');
+REPLACE INTO `item_db_re` VALUES ('2749','Linen_Glove','Linen Glove','5','20','10','120','0','0','1','0','1','1040256','58','2','136','0','90','150','0','0','0','bonus bMdef,1; bonus bAgi,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2750','Summer_Night_Dream','Midsummer Night\'s Dream','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2751','Academy_Badge','Academy Of Badge','5','0','0','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bInt,2; if(BaseLevel<80) { bonus bMaxHP,400; bonus bMaxSP,200; }','','');
+REPLACE INTO `item_db_re` VALUES ('2752','Praxinus_C','Praccsinos','5','2','1','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2753','Beholder_Ring','Beholder Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Formless,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2754','Hallow_Ring','Hallow Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Undead,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2755','Clamorous_Ring','Clamorous Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Brute,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2756','Chemical_Ring','Chemical Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Plant,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2757','Insecticide_Ring','Insecticide Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Insect,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2758','Fisher_Ring','Fischer Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Fish,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2759','Decussate_Ring','Decussate Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Demon,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2760','Bloody_Ring','Bloody Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_DemiHuman,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2761','Satanic_Ring','Satanic Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Angel,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2762','Dragoon_Ring','Dragon Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Dragon,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2763','Skul_Ring_C','Neo Skull Ring','5','0','0','0','0','0','0','0','0','1040382','58','2','136','0','95','150','0','0','0','bonus bAtkRate,5; bonus bMatkRate,5; bonus bMaxHPrate,5; bonus2 bSkillHeal,AL_HEAL,5; skill MG_SIGHT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2764','Small_Fishing_Rod','Small Fishing Rod','5','10','5','250','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2765','Novice_Figure','Novice Figure','5','0','0','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bMaxHP,70; if(Class==Job_Novice) bonus bMaxHP,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2766','Swordman_Figure','Swordman Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bVit,1; if(Class==Job_Swordman) bonus bDef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2767','Acolyte_Figure','Acolyte Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bInt,1; if(Class==Job_Acolyte) bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('2768','Mage_Figure','Mage Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bInt,1; if(Class==Job_Mage) bonus bSPrecovRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2769','Archer_Figure','Archer Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bDex,1; if(Class==Job_Archer) bonus bBaseAtk,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2770','Thief_Figure','Thief Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAgi,1; if(Class==Job_Thief) bonus bAspdRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2771','Merchant_Figure','Merchant Figure','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bStr,1; if(Class==Job_Merchant) bonus bCritical,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2772','Krieger_Ring1','Glorious Ring','5','20','10','0','0','0','0','0','0','4294967294','63','2','136','0','81','150','0','0','0','bonus bMaxHP,300; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; bonus bAspdRate,5; bonus bVariableCastrate,-3; bonus bHealPower,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2773','Krieger_Ring2','Glorious Popularized Ring','5','20','10','0','0','0','0','0','0','4294967294','63','2','136','0','61','150','0','0','0','bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2774','Krieger_Ring3','Glorious Mass-Production Ring','5','20','10','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2775','Lure','Lure','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2776','Cool_Towel','Adventurer\'s Trusty Towel','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','','sc_start SC_SUMMER,-1,0;','sc_end SC_SUMMER;');
+REPLACE INTO `item_db_re` VALUES ('2777','Shaman_Ring','Shaman Ring','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bUseSPrate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('2778','Shaman_Earing','Shaman Earrings','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2779','Dark_Knight_Belt','Dark Knight Belt','5','20','10','500','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bStr,2; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2780','Dark_Knight_Glove','Dark Knight Glove','5','20','10','500','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','0','autobonus \"{ bonus bAspdRate,2; }\",10,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('2781','Aumdura\'s_Grace','Aumdura\'s Benefit','5','20','10','100','0','0','1','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,1; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2782','Ring_Of_Wise_King','Ring of the Ancient Wise King','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bMaxHP,50; bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2783','Eyes_Stone_Ring','Eye Stone Ring','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','70','150','0','0','0','bonus bCritical,2; bonus bMaxSP,25;','','');
+REPLACE INTO `item_db_re` VALUES ('2784','Oh_Holy_Night','Christmas Musicbox','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill ALL_WEWISH,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2785','Orleans_Glove_M','Orlean\'s Gloves','5','20','10','100','0','0','0','0','1','1040382','58','2','136','0','90','150','0','0','0','bonus bDex,2; bonus bMatkRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2786','Spiritual_Ring_M','Spiritual Ring','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bInt,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2787','Waterdrop_Brooch','Waterdrop Brooch','5','20','10','200','0','0','0','0','1','1040382','58','2','136','0','0','150','0','0','0','bonus bMdef,2; bonus bMaxHPrate,1; bonus2 bSubEle,Ele_Water,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2788','Bradium_Earing','Bradium Earring','5','20','10','200','0','0','0','0','1','1040382','58','2','136','0','0','150','0','0','0','bonus bInt,1; bonus bDex,1; bonus bMatk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2789','Bradium_Ring','Bradium Ring','5','20','10','200','0','0','0','0','1','1040382','58','2','136','0','0','150','0','0','0','bonus bStr,1; bonus bVit,1; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2790','Bradium_Brooch','Bradium Brooch','5','20','10','200','0','0','0','0','1','1040382','58','2','136','0','0','150','0','0','0','bonus bAgi,1; bonus bFlee,4; if(readparam(bAgi)==120) bonus bCritical,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2791','Just_Got_Fish','Fresh Fish','5','20','10','500','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bHit,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2792','Ring_Of_Flame_Lord_I','Ring of Flame Lord','5','0','0','0','0','0','0','0','0','1040256','58','2','136','0','0','150','0','0','0','bonus bStr,2; bonus bVit,1; bonus bBaseAtk,15; bonus2 bSubEle,Ele_Fire,10; bonus3 bAutoSpell,CH_SOULCOLLECT,1,30; bonus3 bAutoSpell,MO_EXPLOSIONSPIRITS,1,10; bonus3 bAutoSpell,PA_PRESSURE,2,30; bonus3 bAutoSpell,MG_FIREBALL,1,150; bonus3 bAutoSpell,KN_BOWLINGBASH,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2793','Ring_Of_Resonance_I','Ring of Resonance','5','0','0','0','0','0','2','0','0','1040256','58','2','136','0','0','150','0','0','0','bonus bAgi,2; bonus bVit,1; bonus bMdef,2; bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1,50,0; bonus3 bAutoSpellWhenHit,AS_SPLASHER,10,20; bonus3 bAutoSpellWhenHit,AL_HEAL,10,30; bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20; bonus3 bAutoSpellWhenHit,CG_TAROTCARD,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2794','Magic_Stone_Ring','Magic Stone Ring','5','0','0','0','0','0','0','0','1','16512','56','2','136','0','99','150','0','0','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2795','Green_Apple_Ring','Green Apple Ring','5','0','0','0','0','0','0','0','0','1040256','56','2','136','0','99','150','0','0','0','bonus bLuk,6; bonus bAgi,6; bonus bDex,6; bonus bVit,6; bonus bInt,6; bonus bStr,6; if(JobLevel<30) { bonus bAllStats,6-(JobLevel/5); }','','');
+REPLACE INTO `item_db_re` VALUES ('2796','Magical_Stone','Magical Stone','5','0','0','200','0','0','0','0','0','8454660','63','2','136','0','99','150','0','0','0','bonus2 bAddDamageClass,2047,10; bonus2 bAddDefClass,2048,-10; bonus3 bAddClassDropItem,6152,2047,70;','','');
+REPLACE INTO `item_db_re` VALUES ('2797','Magical_Stone_','Magical Stone','5','0','0','200','0','0','0','0','0','8454660','63','2','136','0','99','150','0','0','0','bonus2 bAddDamageClass,2049,10; bonus2 bAddDefClass,2050,-10; bonus3 bAddClassDropItem,6151,2049,70;','','');
+REPLACE INTO `item_db_re` VALUES ('2798','Will_Of_Exhausted_Angel','Will Of Exhausted Warrior','5','0','0','200','0','0','0','0','0','33024','63','2','136','0','99','150','0','0','0','if(strcharinfo(3)==\"job3_arch02\") { bonus2 bAddDefClass,1761,50; bonus2 bAddDefClass,1762,50; }','','');
+REPLACE INTO `item_db_re` VALUES ('2799','Kuirpenring','Ring of Protection','5','0','0','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2800','Accelerator','Accelerator','5','100000','50000','100','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2801','Hovering_Booster','Hovering Booster','5','100000','50000','2000','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2802','Suicidal_Device','Suicidal Device','5','500000','250000','1000','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2803','Shape_Shifter','Shape Shifter','5','100000','50000','500','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2804','Cooling_Device','Cooling Device','5','100000','50000','2500','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2805','Mag_Field_Generator','Magnetic Field Generator','5','100000','50000','6000','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2806','Barrier_Builder','Barrier Builder','5','150000','75000','8000','0','0','3','0','1','1024','56','2','136','0','99','150','0','0','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2807','Repair_Kit','Repair Kit','5','200000','100000','400','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2808','Camouflage_Generator','Camouflage Generator','5','250000','125000','1000','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','bonus bAgi,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2809','High_Quality_Cooler','High Quality Cooler','5','100000','50000','2500','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2810','Special_Cooler','Special Cooler','5','100000','50000','2500','0','0','0','0','1','1024','56','2','136','0','99','150','0','0','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2811','Freyja_SBracelet7','Freya Spirit Bracelet','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','20','150','0','0','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2812','Freyja_SBracelet30','Freya Spirit Bracelet','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','20','150','0','0','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2813','Freyja_SBracelet60','Freya Spirit Bracelet','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','20','150','0','0','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2814','Freyja_SBracelet90','Freya Spirit Bracelet','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','20','150','0','0','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2815','Th_Ring_Of_Water','Ring of Water','5','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,1; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2816','Radar_Ring1','Radar Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2817','Radar_Ring2','Radar Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2818','Radar_Ring3','Radar Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2819','Swordman_Manual','Swordman Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','0','bonus bMaxSP,100; skill SM_BASH,1; skill SM_PROVOKE,1; skill SM_MAGNUM,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2820','Thief_Manual','Thief Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','0','bonus bMaxSP,100; skill TF_DOUBLE,3; bonus bDoubleRate,15; skill TF_STEAL,1; skill TF_HIDING,1; skill TF_POISON,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2821','Acolyte_Manual','Acolyte Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','0','bonus bMaxSP,100; skill AL_HEAL,1; skill AL_INCAGI,1; skill AL_BLESSING,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2822','Archer_Manual','Archer Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','0','bonus bMaxSP,100; skill AC_OWL,1; skill AC_CONCENTRATION,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2823','Merchant_Manual','Merchant Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','0','bonus bMaxSP,100; skill MC_DISCOUNT,1; skill MC_OVERCHARGE,10; skill MC_IDENTIFY,1; skill MC_MAMMONITE,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2824','Mage_Manual','Mage Manual','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','0','bonus bMaxSP,100; skill MG_SRECOVERY,1; skill MG_COLDBOLT,1; skill MG_FIREWALL,1; skill MG_FIREBOLT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2825','Shaman_EaringB','Shaman Earrings','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2826','Dark_Knight_BeltB','Dark Knight Belt','5','20','10','500','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bDex,2; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2827','Dark_Knight_GloveB','Dark Knight Glove','5','20','10','500','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','0','autobonus \"{ bonus bMaxHPrate,10; }\",10,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('2828','Upg_Clip','Upg Clip','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bMaxHPrate,3; bonus bMaxSP,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2829','Greed_Clip','Greed Clip','5','0','0','0','0','0','0','0','0','4294967294','63','2','136','0','10','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2830','Magingiorde_C','Ephemeral Magingiorde','5','20','10','0','0','0','2','0','0','4294967295','63','2','136','0','94','150','0','0','0','bonus bStr,40; bonus bMdef,7;','','');
+REPLACE INTO `item_db_re` VALUES ('2831','Brysinggamen_C','Ephemeral Brysinggamen','5','20','10','0','0','0','1','0','0','4294967295','63','2','136','0','94','150','0','0','0','bonus bStr,6; bonus bInt,6; bonus bVit,6; bonus bAgi,6; bonus bLuk,10; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2832','Freyja_Ring','Freya Ring R','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2833','Odin\'s_Recall','Odin Recall R','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2834','F_All_In_One_Ring','All In One Ring','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,1; bonus bNoCastCancel,0; bonus bVariableCastrate,10; skill AL_HEAL,1; skill AL_TELEPORT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2835','F_Critical_Ring_C','Critical Ring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bCritical,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2836','F_Glove_C','Rental Glove','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2837','F_Safety_Ring_C','Safety Ring','5','1','0','0','0','0','5','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2838','F_Necklace_C','Necklace','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bVit,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2839','F_Ring_C','Ring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bStr,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2840','F_Rosary_C','Rosary','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bLuk,4; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2841','Caracas_Ring','Caracas Ring','5','0','0','0','0','0','2','0','0','327680','56','2','136','0','99','150','0','0','0','bonus bInt,2; bonus bDex,2; bonus bMdef,2; bonus2 bExpAddRace,RC_Boss,10; bonus2 bExpAddRace,RC_NonBoss,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2842','F_Earing_C','Earring','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2843','Gold_Trickle','Golden Bell','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','75','150','0','0','0','bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('2844','El_Dicastes_Light','Light of El Dicastes','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','80','150','0','0','0','skill RETURN_TO_ELDICASTES,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2845','No_Fear_Belt','NoFear Belts','5','0','0','0','0','0','2','0','0','4294967295','63','2','136','0','20','150','0','0','0','bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2846','E_All_In_One_Ring','E All In One Ring','5','20','10','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2847','E_Critical_Ring_C','E Critical Ring C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bCritical,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2848','E_Glove_C','E Glove C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2849','E_Safety_Ring_C','E Safety Ring C','5','1','0','0','0','0','5','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2850','E_Ring_C','E Ring C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bVit,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2851','E_Necklace_C','E Necklace C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bStr,4;','','');
+REPLACE INTO `item_db_re` VALUES ('2852','E_Rosary_C','E Rosary C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bLuk,4; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2853','Telekinetic_Orb','Telekinetic Orb','5','20','10','200','0','0','2','0','0','1040256','56','2','136','0','110','150','0','0','0','bonus bMdef,1; bonus bInt,3; bonus bMaxSP,30; bonus2 bSkillAtk,WL_SOULEXPANSION,10; bonus2 bSkillAtk,SO_PSYCHIC_WAVE,10; bonus2 bSkillUseSP,WL_SOULEXPANSION,-50; bonus2 bSkillUseSP,SO_PSYCHIC_WAVE,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('2854','Alchemy_Glove','Alchemy Glove','5','20','10','100','0','0','1','0','1','1040256','56','2','136','0','125','150','0','0','0','bonus bMdef,2; bonus bInt,1; bonus3 bAutoSpell,MG_FIREBALL,5,10; bonus5 bAutoSpell,MG_FIREBOLT,5,10,BF_MAGIC,1; bonus2 bSubEle,Ele_Water,-30;','','');
+REPLACE INTO `item_db_re` VALUES ('2855','Whike_Black_Tail','Whikebain\'s Black Tail','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','45','150','0','0','0','bonus bCritical,70; bonus bAspdRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2856','Half_Megin','Meginjard (Trial Version)','5','20','10','0','0','0','1','0','0','4294967295','63','2','136','0','47','150','0','0','0','bonus bMdef,3; bonus bStr,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2857','Half_Brysing','Brisingamen (Trial Version)','5','20','10','0','0','0','1','0','0','4294967295','63','2','136','0','47','150','0','0','0','bonus bStr,3; bonus bInt,5; bonus bVit,3; bonus bDex,3; bonus bAgi,3; bonus bLuk,5; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2858','Pendant_Of_Guardian','Pendant Of Guardian','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','70','150','0','0','0','skill ALL_GUARDIAN_RECALL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2859','Golden_Rod_Orb','Golden Rod Orb','5','20','10','200','0','0','2','0','0','512','56','2','136','0','100','150','0','0','0','bonus bMdef,2; bonus bInt,1; bonus2 bSubEle,Ele_Wind,15; bonus3 bAutoSpellWhenHit,WZ_JUPITEL,3,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2860','Aqua_Orb','Aqua Orb','5','20','10','200','0','0','2','0','0','512','56','2','136','0','100','150','0','0','0','bonus bMdef,2; bonus bInt,1; bonus2 bSubEle,Ele_Water,15; bonus3 bAutoSpellWhenHit,WZ_FROSTNOVA,3,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2861','Crimson_Orb','Crimson Orb','5','20','10','200','0','0','2','0','0','512','56','2','136','0','100','150','0','0','0','bonus bMdef,2; bonus bInt,1; bonus2 bSubEle,Ele_Fire,15; bonus3 bAutoSpellWhenHit,WZ_SIGHTRASHER,3,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2862','Forest_Orb','Forest Orb','5','20','10','200','0','0','2','0','0','512','56','2','136','0','100','150','0','0','0','bonus bMdef,2; bonus bInt,1; bonus2 bSubEle,Ele_Earth,15; bonus3 bAutoSpellWhenHit,WZ_QUAGMIRE,3,30;','','');
+REPLACE INTO `item_db_re` VALUES ('2863','Ring_Of_Valkyrie','Ring of The Valkyrie','5','0','0','0','0','0','2','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bExpAddRace,RC_Boss,5; bonus2 bExpAddRace,RC_NonBoss,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2864','Light_Of_Cure','Light Of Cure','5','20','10','0','0','0','0','0','0','256','56','2','136','0','110','150','0','0','0','bonus bVit,2; bonus bHealPower,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2865','Seal_Of_Cathedral','Seal Of Cathedral','5','20','10','0','0','0','0','0','0','256','56','2','136','0','110','150','0','0','0','bonus bInt,2; bonus bHealPower,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2866','Ring_Of_Archbishop','Ring Of Archbishop','5','20','10','0','0','0','0','0','0','256','56','2','136','0','110','150','0','0','0','bonus bDex,2; bonus bHealPower,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2867','Broken_Bamboo_Piece','Broken Bamboo Piece','5','20','10','100','0','0','2','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2868','Green_Batik','Green Batik','5','20','10','100','0','0','1','0','0','4294967294','63','2','136','0','45','150','0','0','0','bonus bStr,1; bonus bInt,1; bonus bDex,1; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2869','Colorful_Ketupat','Colorful Ketupat','5','20','10','100','0','0','0','0','0','4294967294','63','2','136','0','45','150','0','0','0','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2870','Tw_8th_Anni_Ring','Tw 8th Anni Ring','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2871','Brazilian_Emblem','Symbol Of Brazil','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','60','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2872','G_Honor_Certificate','G Honor Certificate','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2873','Cat_Hand_Glove','Cat Hand Glove','5','20','10','100','0','0','5','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2874','Buffalo_Horn','Buffalo Horns','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','10','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2875','RO_Appreciation_Ring','Grate Ring','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2876','Necklace_Spica','Spica Necklace','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2877','Glove_Sabik','Sabiku Gloves','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2878','Bracelet_Arunairi','Bracelet Alna And Iris','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2879','Badge_Giorredart','Algol Badge','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2880','Ring_Lupak','Rufaku Ring','5','20','10','200','0','0','1','0','0','4294967295','63','2','136','0','10','150','0','0','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2881','Orleans_Necklace','Orlean\'s Necklace','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2882','Ecoro_Cardslip','Card Sleeves ECO ?RO','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bVit,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2883','Ur_Seal','Ur\'s Seal','5','20','10','200','0','0','4','0','1','16512','56','2','136','0','100','150','0','0','0','bonus bMaxHPrate,2; bonus2 bSkillUseSP,LK_SPIRALPIERCE,5; bonus2 bSkillUseSP,RK_HUNDREDSPEAR,5;','','');
+REPLACE INTO `item_db_re` VALUES ('2884','Peuz_Seal','Peuz\'s Seal','5','20','10','200','0','0','3','0','1','16512','56','2','136','0','100','150','0','0','0','bonus bBaseAtk,20; bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2885','Mother_Heart','Mother\'s Heart','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','1','1','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2886','Sabah_Ring','Sapha Ring','5','20','10','100','0','0','0','0','0','4096','56','2','136','0','100','150','0','0','0','bonus bCritical,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2887','Nab_Ring','Nab Ring','5','20','10','100','0','0','0','0','0','4096','56','2','136','0','100','150','0','0','0','bonus bBaseAtk,10; bonus bMatk,20;','','');
+REPLACE INTO `item_db_re` VALUES ('2888','School_Bag','Attending School Back','5','20','10','1000','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2889','Endure_Ring','Ring of Patience','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','60','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2890','White_Wing_Brooch','White Wing Brooch','5','20','10','100','0','0','0','0','0','2048','56','2','136','0','100','150','0','0','0','bonus bDex,2; bonus bLongAtkRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2891','Black_wing_Brooch','Black Wing Brooch','5','20','10','100','0','0','0','0','0','2048','56','2','136','0','100','150','0','0','0','bonus bInt,2; bonus bFlee2,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2892','Assassin_Handcuffs','Assassin Handcuffs','5','56000','28000','400','0','0','3','0','1','4096','56','2','136','0','100','150','0','0','0','bonus bMaxSP,20; bonus bCritical,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2893','Cursed_Heart','Haunted Heart','5','20','10','50','0','0','0','0','1','4294967295','63','2','136','0','80','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2894','Glove_Of_Shura','Glove Of Shura','5','56000','28000','400','0','0','1','0','0','32768','56','2','136','0','130','150','0','0','0','bonus bStr,5; bonus bMaxSPrate,6; bonus bMaxHPrate,-6; if(readparam(bStr)>=120) { bonus bBaseAtk,30; }','','');
+REPLACE INTO `item_db_re` VALUES ('2895','Medal_Of_Valor1','Medal Of Valor1','5','0','0','0','0','0','4','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2896','Medal_Of_Valor2','Medal Of Valor2','5','0','0','0','0','0','4','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2897','2011RWC_Necklace_J','RWC Necklace','5','0','0','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2898','Black_Rosary','Black Rosary','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','90','150','0','0','0','bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('2899','Sound_Amplifier','Sound Amplifier','5','20','10','100','0','0','0','0','1','526336','63','2','136','0','90','150','0','0','0','bonus2 bSkillAtk,WM_METALICSOUND,25; bonus bVariableCastrate,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('2900','Morrigane\'s_Belt_','Morrigane\'s Belt','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','61','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2901','Morrigane\'s_Pendant_','Morrigane\'s Pendant','5','30000','15000','200','0','0','0','0','1','4294967294','63','2','136','0','61','150','0','0','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2902','Morpheus\'s_Ring_','Morpheus\'s Ring','5','30000','15000','100','0','0','0','0','1','4294967294','63','2','136','0','33','150','0','0','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2903','Morpheus\'s_Armlet_','Morpheus\'s Bracelet','5','30000','15000','100','0','0','0','0','1','4294967294','63','2','136','0','33','150','0','0','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2904','Naqsh','At Lorient','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2905','Super_Ora_Ora','Ora Ora Very Strong','5','0','0','1000','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2906','Happy_Gauntlet','Gloves of Fortune','5','20','10','1000','0','0','3','0','1','4294967295','63','2','136','0','70','150','0','0','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2907','Buwaya_Tattoo','Buwaya Agimat Tattoo','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','0','bonus bMatkRate,7; bonus bFixedCastrate,-7;','','');
+REPLACE INTO `item_db_re` VALUES ('2908','Light_Ring','Ring of Light','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2909','Darkness_Ring','Ring of Darkness','5','20','10','100','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2910','Bakonawa_Tattoo','Bakonawa Agimat Tattoo','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','0','bonus2 bAddRace,RC_NonBoss,7; bonus2 bAddRace,RC_Boss,7; bonus bAspdRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2911','Bangungot_Tattoo','Bangungot Agimat Tattoo','5','20','10','100','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','0','bonus bHealPower,4; bonus bHealPower2,7;','','');
+REPLACE INTO `item_db_re` VALUES ('2912','Xylitol_2011','Xylitol 2011','5','20','10','300','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2913','Thief_Handcuff','Thieves Large Handcuffs','5','20','10','1400','0','0','0','0','1','4294967295','63','2','136','0','10','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2914','Wizard_Left_Eye','Wizard Left Eye','5','20','10','100','0','0','1','0','1','1040256','63','2','136','0','0','150','0','0','0','bonus bInt,4; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('2915','Ettlang_Keepsake','Ettlang Keepsake','5','20','10','50','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('2916','Fairy_Wing','Fairy Wing','5','0','0','10','0','0','0','0','0','4294967295','63','2','136','0','90','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2917','Str_Glove','Str Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bBaseAtk,(readparam(bStr)/10); if(readparam(bStr)>=110) bonus bAtkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2918','Int_Glove','Int Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bMatk,(readparam(bInt)/10); if(readparam(bInt)>=110) bonus bMatkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2919','Agi_Glove','Agi Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bFlee,(readparam(bAgi)/10); if(readparam(bAgi)>=110) bonus bFlee2,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2920','Vit_Glove','Vit Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bMaxHP,(readparam(bVit)/10)*50; if(readparam(bVit)>=110) bonus bMaxHPrate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2921','Dex_Glove','Dex Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bHit,(readparam(bDex)/10); if(readparam(bDex)>=110) bonus bLongAtkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2922','Luk_Glove','Luk Glove','5','75000','37500','100','0','0','0','0','0','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bCritical,(readparam(bLuk)/10); if(readparam(bLuk)>=110) bonus bCritAtkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2923','Str_Glove_','Str Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bBaseAtk,(readparam(bStr)/10); if(readparam(bStr)>=110) bonus bAtkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2924','Int_Glove_','Int Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bMatk,(readparam(bInt)/10); if(readparam(bInt)>=110) bonus bMatkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2925','Agi_Glove_','Agi Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bFlee,(readparam(bAgi)/10); if(readparam(bAgi)>=110) bonus bFlee2,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2926','Vit_Glove_','Vit Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bMaxHP,(readparam(bVit)/10)*50; if(readparam(bVit)>=110) bonus bMaxHPrate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2927','Dex_Glove_','Dex Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bHit,(readparam(bDex)/10); if(readparam(bDex)>=110) bonus bLongAtkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2928','Luk_Glove_','Luk Glove','5','75000','37500','100','0','0','0','0','1','4294967295','63','2','136','0','100','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,20; bonus bCritical,(readparam(bLuk)/10); if(readparam(bLuk)>=110) bonus bCritAtkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2936','Recovery_Ring','Rings of Recovery','5','20','10','100','0','0','5','0','1','4294967295','63','2','136','0','10','150','0','0','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2940','Ninja_Manual','Ninja Tutorial','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2941','Gunslinger_Manual','Gunslinger Tutorial','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2942','Taekwon_Manual','Taekwon Tutorial','5','0','0','100','0','0','0','0','0','1','47','2','136','0','1','1','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2959','Fidelity_Necklace','Fidelity Necklace','5','20','10','300','0','0','0','0','1','4294967295','63','2','136','0','50','150','0','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2960','Badge_Of_Manny','Badge Of Manny','5','20','10','200','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('2966','RWC_2012_Ring','RWC 2012 Ring','5','20','10','200','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2967','RWC_2012_Ring_','Chambered RWC 2012 Ring','5','20','10','200','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2968','RWC_2012_Pendant','RWC 2012 Pendant','5','20','10','200','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2969','RWC_2012_Pendant_','Chambered RWC 2012 Pendant','5','20','10','200','0','0','0','0','1','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('2986','Snake_Ring','Snake Ring','5','20','10','100','0','0','2','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bDex,3; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('2987','Snake_Pendant','Snake Pendant','5','20','10','100','0','0','3','0','1','4294967295','63','2','136','0','0','150','0','0','0','bonus bAgi,3; bonus bLuk,2; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4001','Poring_Card','Poring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,2; bonus bFlee2,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4002','Fabre_Card','Fabre Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bVit,1; bonus bMaxHP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4003','Pupa_Card','Pupa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHP,700;','','');
+REPLACE INTO `item_db_re` VALUES ('4004','Drops_Card','Drops Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bDex,1; bonus bHit,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4005','Poring__Card','Santa Poring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEle,Ele_Dark,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4006','Lunatic_Card','Lunatic Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bLuk,1; bonus bCritical,1; bonus bFlee2,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4007','Pecopeco_Egg_Card','Pecopeco Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Formless,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4008','Picky_Card','Picky Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,1; bonus bBaseAtk,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4009','Chonchon_Card','Chonchon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bAgi,1; bonus bFlee,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4010','Wilow_Card','Willow Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bMaxSP,80;','','');
+REPLACE INTO `item_db_re` VALUES ('4011','Picky__Card','Picky Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,1; bonus bMaxHP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4012','Thief_Bug_Egg_Card','Thiefbug Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bMaxHP,400;','','');
+REPLACE INTO `item_db_re` VALUES ('4013','Andre_Egg_Card','Andre Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bMaxHPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4014','Roda_Frog_Card','Roda Frog Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHP,400; bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4015','Condor_Card','Condor Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bFlee,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4016','Thief_Bug_Card','Thief Bug Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4017','Savage_Babe_Card','Savage Bebe Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEff,Eff_Stun,500;','','');
+REPLACE INTO `item_db_re` VALUES ('4018','Andre_Larva_Card','Andre Larva Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bInt,1; bonus bMaxSP,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4019','Hornet_Card','Hornet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bStr,1; bonus bBaseAtk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4020','Farmiliar_Card','Familiar Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEff,Eff_Blind,500; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4021','Rocker_Card','Rocker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,1; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4022','Spore_Card','Spore Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bVit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4023','Desert_Wolf_Babe_Card','Baby Desertwolf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4024','Plankton_Card','Plankton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEff,Eff_Sleep,500; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4025','Skeleton_Card','Skeleton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,10; bonus2 bAddEff,Eff_Stun,200;','','');
+REPLACE INTO `item_db_re` VALUES ('4026','Thief_Bug_Female_Card','Female Thiefbug Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bAgi,1; bonus bFlee,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4027','Kukre_Card','Kukre Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4028','Tarou_Card','Tarou Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4029','Wolf_Card','Wolf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,15; bonus bCritical,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4030','Mandragora_Card','Mandragora Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEle,Ele_Wind,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4031','Pecopeco_Card','Pecopeco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHPrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4032','Ambernite_Card','Ambernite Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bDef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4033','Poporing_Card','PoPoring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill TF_DETOXIFY,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4034','Worm_Tail_Card','Wormtail Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4035','Hydra_Card','Hydra Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_DemiHuman,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4036','Muka_Card','Muka Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bHPrecovRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4037','Snake_Card','Snake Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEff,Eff_Poison,500; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4038','Zombie_Card','Zombie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bHPrecovRate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4039','Stainer_Card','Stainer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bResEff,Eff_Silence,2000; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4040','Creamy_Card','Creamy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill AL_TELEPORT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4041','Coco_Card','Coco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bResEff,Eff_Sleep,2000; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4042','Steel_Chonchon_Card','Steel Chonchon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bSubEle,Ele_Wind,10; bonus bDef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4043','Andre_Card','Andre Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4044','Smokie_Card','Smokie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill TF_HIDING,1;','','sc_end SC_HIDING;');
+REPLACE INTO `item_db_re` VALUES ('4045','Horn_Card','Horn Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bLongAtkDef,35;','','');
+REPLACE INTO `item_db_re` VALUES ('4046','Martin_Card','Martin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bResEff,Eff_Blind,2000; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4047','Ghostring_Card','Ghostring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Ghost; bonus bHPrecovRate,-25;','','');
+REPLACE INTO `item_db_re` VALUES ('4048','Poison_Spore_Card','Poison Spore Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill TF_POISON,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4049','Vadon_Card','Vadon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEle,Ele_Fire,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4050','Thief_Bug_Male_Card','Male Thiefbug Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4051','Yoyo_Card','Yoyo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bFlee2,5; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4052','Elder_Wilow_Card','Elder Willow Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4053','Vitata_Card','Vitata Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill AL_HEAL,1; bonus bUseSPrate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('4054','Angeling_Card','Angeling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('4055','Marina_Card','Marina Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEff,Eff_Freeze,500; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4056','Dustiness_Card','Dustiness Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Wind,30; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4057','Metaller_Card','Metaller Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEff,Eff_Silence,500; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4058','Thara_Frog_Card','Thara Frog Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_DemiHuman,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4059','Soldier_Andre_Card','Soldier Andre Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Plant,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4060','Goblin_Card','Goblin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Brute,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4061','Cornutus_Card','Cornutus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bUnbreakableArmor,0; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4062','Anacondaq_Card','Anacondaq Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEle,Ele_Poison,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4063','Caramel_Card','Caramel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Insect,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4064','Zerom_Card','Zerom Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4065','Kaho_Card','Kaho Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEle,Ele_Earth,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4066','Orc_Warrior_Card','Orc Warrior Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Brute,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4067','Megalodon_Card','Megalodon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bResEff,Eff_Freeze,2000; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4068','Scorpion_Card','Scorpion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Plant,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4069','Drainliar_Card','Drainliar Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEle,Ele_Water,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4070','Eggyra_Card','Eggyra Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bSPrecovRate,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4071','Orc_Zombie_Card','Orc Zombie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Undead,30; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4072','Golem_Card','Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bUnbreakableWeapon,0; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4073','Pirate_Skel_Card','Pirate Skel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill MC_DISCOUNT,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4074','BigFoot_Card','Bigfoot Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Insect,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4075','Argos_Card','Argos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bResEff,Eff_Stone,2000; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4076','Magnolia_Card','Magnolia Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEff,Eff_Curse,500; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4077','Phen_Card','Phen Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bNoCastCancel,0; bonus bVariableCastrate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('4078','Savage_Card','Savage Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4079','Mantis_Card','Mantis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4080','Flora_Card','Flora Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Fish,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4081','Hode_Card','Hode Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Earth,30; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4082','Desert_Wolf_Card','Desert Wolf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddSize,Size_Small,15; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4083','Rafflesia_Card','Rafflesia Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Fish,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4084','Marine_Sphere_Card','Marine Sphere Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill SM_MAGNUM,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4085','Orc_Skeleton_Card','Orc Skeleton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEle,Ele_Holy,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4086','Soldier_Skeleton_Card','Soldier Skeleton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritical,9;','','');
+REPLACE INTO `item_db_re` VALUES ('4087','Giearth_Card','Giearth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bResEff,Eff_Confusion,10000; bonus2 bSubEle,Ele_Earth,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4088','Frilldora_Card','Frilldora Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','skill AS_CLOAKING,1;','','sc_end SC_CLOAKING;');
+REPLACE INTO `item_db_re` VALUES ('4089','Sword_Fish_Card','Swordfish Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Water; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4090','Munak_Card','Munak Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bResEff,Eff_Stone,1500; bonus2 bSubEle,Ele_Earth,5; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4091','Kobold_Card','Kobold Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bStr,1; bonus bCritical,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4092','Skel_Worker_Card','Skel Worker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddSize,Size_Medium,15; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4093','Obeaune_Card','Obeaune Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill AL_CURE,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4094','Archer_Skeleton_Card','Archer Skeleton Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bLongAtkRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4095','Marse_Card','Marse Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Water,30; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4096','Zenorc_Card','Zenorc Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEff,Eff_Poison,400; bonus bBaseAtk,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4097','Matyr_Card','Matyr Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHPrate,10; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4098','Dokebi_Card','Dokebi Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Wind; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4099','Pasana_Card','Pasana Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Fire; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4100','Sohee_Card','Sohee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxSPrate,15; bonus bSPrecovRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4101','Sand_Man_Card','Sandman Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Earth; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4102','Whisper_Card','Whisper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bFlee,20; bonus2 bSubEle,Ele_Ghost,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('4103','Horong_Card','Horong Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill MG_SIGHT,1;','','sc_end SC_SIGHT;');
+REPLACE INTO `item_db_re` VALUES ('4104','Requiem_Card','Requiem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEff,Eff_Confusion,500;','','');
+REPLACE INTO `item_db_re` VALUES ('4105','Marc_Card','Marc Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bSubEle,Ele_Water,5; bonus2 bResEff,Eff_Freeze,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('4106','Mummy_Card','Mummy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bHit,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4107','Verit_Card','Verit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHPrate,8; bonus bMaxSPrate,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4108','Myst_Card','Myst Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Poison,30; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4109','Jakk_Card','Jakk Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Fire,30; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4110','Ghoul_Card','Ghoul Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bResEff,Eff_Poison,2000; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4111','Strouf_Card','Strouf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Demon,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4112','Marduk_Card','Marduk Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bResEff,Eff_Silence,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('4113','Marionette_Card','Marionette Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Ghost,30; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4114','Argiope_Card','Argiope Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Poison; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4115','Hunter_Fly_Card','Hunter Fly Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bHPDrainRate,30,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4116','Isis_Card','Isis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Dark,30; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4117','Side_Winder_Card','Sidewinder Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','skill TF_DOUBLE,1; bonus bDoubleRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4118','Petit_Card','Earth Petite Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Dragon,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4119','Bathory_Card','Bathory Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('4120','Petit__Card','Sky Petite Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Dragon,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4121','Phreeoni_Card','Phreeoni Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bHit,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4122','Deviruchi_Card','Deviruchi Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bStr,1; bonus2 bResEff,Eff_Blind,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('4123','Eddga_Card','Eddga Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHPrate,-25;','sc_start4 SC_ENDURE,60000,10,0,0,1;','sc_end SC_ENDURE;');
+REPLACE INTO `item_db_re` VALUES ('4124','Medusa_Card','Medusa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Demon,15; bonus2 bResEff,Eff_Stone,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('4125','Deviace_Card','Deviace Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_DemiHuman,7; bonus2 bAddRace,RC_Brute,7; bonus2 bAddRace,RC_Plant,7; bonus2 bAddRace,RC_Insect,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4126','Minorous_Card','Minorous Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddSize,Size_Large,15; bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4127','Nightmare_Card','Nightmare Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bResEff,Eff_Sleep,10000; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4128','Golden_Bug_Card','Golden Thiefbug Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bNoMagicDamage,100; bonus bUseSPrate,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4129','Baphomet__Card','Bapho Jr. Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bAgi,3; bonus bCritical,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4130','Scorpion_King_Card','Scorpion King Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEle,Ele_Undead,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4131','Moonlight_Flower_Card','Moonlight Flower Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bSpeedRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('4132','Mistress_Card','Mistress Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bNoGemStone,0; bonus bUseSPrate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('4133','Daydric_Card','Raydric Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Neutral,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4134','Dracula_Card','Dracula Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPDrainRate,100,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4135','Orc_Load_Card','Orc Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bShortWeaponDamageReturn,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4136','Khalitzburg_Card','Khalitzburg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Demon,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4137','Drake_Card','Drake Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bNoSizeFix,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4138','Anubis_Card','Anubis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Angel,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4139','Joker_Card','Joker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill TF_STEAL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4140','Knight_Of_Abyss_Card','Abysmal Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Boss,25;','','');
+REPLACE INTO `item_db_re` VALUES ('4141','Evil_Druid_Card','Evil Druid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Undead; bonus bInt,1; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4142','Doppelganger_Card','Doppelganger Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bAspdRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4143','Orc_Hero_Card','Orc Hero Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bVit,3; bonus2 bResEff,Eff_Stun,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('4144','Osiris_Card','Osiris Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bRestartFullRecover,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4145','Berzebub_Card','Berzebub Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bVariableCastrate,-30;','','');
+REPLACE INTO `item_db_re` VALUES ('4146','Maya_Card','Maya Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bMagicDamageReturn,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4147','Baphomet_Card','Baphomet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bHit,-10; bonus bSplashRange,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4148','Pharaoh_Card','Pharaoh Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bUseSPrate,-30;','','');
+REPLACE INTO `item_db_re` VALUES ('4149','Gargoyle_Card','Gargoyle Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12028,RC_Insect,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4150','Goat_Card','Goat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','if(getrefine()<6) { bonus bDef,2; bonus bMdef,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('4151','Gajomart_Card','Gajomart Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_Plant,-20; bonus2 bExpAddRace,RC_Plant,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4152','Galapago_Card','Galapago Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddItemHealRate,Apple_Juice,50; bonus2 bAddItemHealRate,Banana_Juice,50; bonus2 bAddItemHealRate,Carrot_Juice,50; bonus3 bAddMonsterDropItem,531,RC_Insect,300; bonus3 bAddMonsterDropItem,532,RC_Insect,300; bonus3 bAddMonsterDropItem,534,RC_Insect,300;','','');
+REPLACE INTO `item_db_re` VALUES ('4153','Crab_Card','Crab Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,5; bonus2 bAddDamageClass,1266,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4154','Rice_Cake_Boy_Card','Dumpling Kid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddItemHealRate,Candy,50; bonus2 bAddItemHealRate,Candy_Striper,50; bonus3 bAddMonsterDropItem,529,RC_DemiHuman,300; bonus3 bAddMonsterDropItem,530,RC_DemiHuman,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4155','Goblin_Leader_Card','Goblin Leader Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace2,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4156','Steam_Goblin_Card','Goblin Steamrider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Formless,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4157','Goblin_Archer_Card','Goblin Archer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Undead,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4158','Flying_Deleter_Card','Sky Deleter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bHPrecovRate,-100; bonus bHPGainValue,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4159','Nine_Tail_Card','Nine Tail Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bAgi,2; if(getrefine()>8) bonus bFlee,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4160','Antique_Firelock_Card','Firelock Soldier Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bStr,2; if(getrefine()>8) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('4161','Grand_Peco_Card','Grand Peco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,PR_GLORIA,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4162','Grizzly_Card','Grizzly Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Blind,300;','','');
+REPLACE INTO `item_db_re` VALUES ('4163','Gryphon_Card','Gryphon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bFlee,2; bonus bCritical,7; if(BaseClass==Job_Swordman) bonus3 bAutoSpell,KN_BOWLINGBASH,5,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4164','Gullinbursti_Card','Gullinbursti Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_Fish,-20; bonus2 bExpAddRace,RC_Fish,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4165','Gig_Card','Gig Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_Insect,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4166','Nightmare_Terror_Card','Nightmare Terror Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Curse,300;','','');
+REPLACE INTO `item_db_re` VALUES ('4167','Neraid_Card','Nereid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_Brute,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4168','Dark_Lord_Card','Dark Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,WZ_METEOR,5,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4169','Dark_Illusion_Card','Dark Illusion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bMaxHPrate,-10; bonus bMaxSPrate,-10; bonus bVariableCastrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('4170','Dark_Frame_Card','Dark Frame Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Stone,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4171','Dark_Priest_Card','Dark Priest Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPVanishRate,50,10; if(BaseJob==Job_Sage) bonus bSPDrainValue,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4172','The_Paper_Card','The Paper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,20; bonus2 bSPDrainValue,-1,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4173','Demon_Pungus_Card','Demon Fungus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Sleep,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4174','Deviling_Card','Deviling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Neutral,50; bonus2 bSubEle,Ele_Water,-50; bonus2 bSubEle,Ele_Earth,-50; bonus2 bSubEle,Ele_Fire,-50; bonus2 bSubEle,Ele_Wind,-50; bonus2 bSubEle,Ele_Poison,-50; bonus2 bSubEle,Ele_Holy,-50; bonus2 bSubEle,Ele_Dark,-50; bonus2 bSubEle,Ele_Ghost,-50; bonus2 bSubEle,Ele_Undead,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('4175','Poison_Toad_Card','Poisonous Toad Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,TF_POISON,1,20; bonus2 bAddSkillBlow,52,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4176','Dullahan_Card','Dullahan Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Dragon,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4177','Dryad_Card','Dryad Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,993,RC_Plant,100; bonus2 bSubEle,Ele_Earth,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4178','Dragon_Tail_Card','Dragon Tail Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bAgi,1; bonus bFlee,10; bonus2 bSkillAtk,AC_DOUBLE,5; bonus2 bSkillAtk,AC_SHOWER,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4179','Dragon_Fly_Card','Dragon Fly Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4180','Driller_Card','Driller Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_Dragon,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4181','Disguise_Card','Disguise Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77);','','');
+REPLACE INTO `item_db_re` VALUES ('4182','Diabolic_Card','Diabolic Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_Demon,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4183','Vagabond_Wolf_Card','Vagabond Wolf Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4184','Lava_Golem_Card','Lava Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace2,4,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4185','Rideword_Card','Rideword Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,1; if(BaseClass==Job_Acolyte) { bonus bInt,1; bonus bMdef,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('4186','Raggler_Card','Raggler Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bStr,1; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4187','Raydric_Archer_Card','Raydric Archer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12030,RC_Demon,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4188','Leib_Olmai_Card','Leib Olmai Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bSubEle,Ele_Fire,10; bonus3 bAddMonsterDropItem,990,RC_Brute,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4189','Wraith_Dead_Card','Wraith Dead Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Curse,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4190','Wraith_Card','Wraith Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12027,RC_Undead,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4191','Loli_Ruri_Card','Loli Ruri Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,AL_HEAL,3,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4192','Rotar_Zairo_Card','Rotar Zairo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Fish,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4193','Lude_Card','Lude Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,SM_ENDURE,1,200;','','');
+REPLACE INTO `item_db_re` VALUES ('4194','Rybio_Card','Rybio Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77);','','');
+REPLACE INTO `item_db_re` VALUES ('4195','Leaf_Cat_Card','Leaf Cat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bSubEle,Ele_Water,10; bonus3 bAddMonsterDropItem,991,RC_Fish,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4196','Marin_Card','Marin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddMonsterDropItem,909,2000; bonus2 bAddMonsterDropItem,7126,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4197','Mastering_Card','Mastering Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4198','Maya_Puple_Card','Maya Purple Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bIntravision,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4199','Merman_Card','Merman Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bHPrecovRate,10; bonus bSPrecovRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4200','Megalith_Card','Megalith Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','if(getrefine()<6) bonus bMdef,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4201','Majoruros_Card','Majoruros Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Stun,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4202','Civil_Servant_Card','Mao Guai Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddEle,Ele_Ghost,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4203','Mutant_Dragon_Card','Mutant Dragonoid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,15; bonus3 bAutoSpell,MG_FIREBALL,3+2*(getskilllv(MG_FIREBALL)==10),50;','','');
+REPLACE INTO `item_db_re` VALUES ('4204','Mini_Demon_Card','Mini Demon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_Brute,-20; bonus2 bExpAddRace,RC_Brute,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4205','Mimic_Card','Mimic Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddMonsterDropItem,603,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4206','Mystcase_Card','Myst Case Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bAddMonsterDropItem,644,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4207','Mysteltainn_Card','Mysteltainn Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubSize,Size_Small,25; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4208','Miyabi_Ningyo_Card','Miyabi Doll Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxSPrate,10; bonus2 bSkillAtk,MG_FROSTDIVER,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4209','Violy_Card','Violy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,BA_FROSTJOKER,1+4*(getskilllv(BA_FROSTJOKER)==5),20;','','');
+REPLACE INTO `item_db_re` VALUES ('4210','Wander_Man_Card','Wanderer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','if(!isequipped(4172,4257,4230,4272)) bonus3 bAutoSpell,RG_INTIMIDATE,1,20; if(BaseClass==Job_Thief) bonus bFlee,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4211','Vocal_Card','Vocal Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4212','Bon_Gun_Card','Bongun Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,SM_BASH,1,20; bonus2 bAddSkillBlow,SM_BASH,5; bonus2 bAddDefClass,1026,-100;','','');
+REPLACE INTO `item_db_re` VALUES ('4213','Brilight_Card','Brilight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Silence,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4214','Bloody_Murderer_Card','Bloody Murderer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Insect,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4215','Blazzer_Card','Blazzer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAddMonsterDropChainItem,ITMCHAIN_FOOD;','','');
+REPLACE INTO `item_db_re` VALUES ('4216','Sasquatch_Card','Sasquatch Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Freeze,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4217','Live_Peach_Tree_Card','Enchanted Peach Tree Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus3 bAutoSpell,AL_HEAL,1+9*(getskilllv(AL_HEAL)==10),20;','','');
+REPLACE INTO `item_db_re` VALUES ('4218','Succubus_Card','Succubus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,-3; bonus bHPrecovRate,-20; bonus bMaxHP,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('4219','Sageworm_Card','Sage Worm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddMonsterDropItem,715,30; bonus2 bAddMonsterDropItem,716,30; bonus2 bAddMonsterDropItem,717,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4220','Solider_Card','Solider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDef,2; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4221','Skeleton_General_Card','Skeleton General Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_Insect,-20; bonus2 bExpAddRace,RC_Insect,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4222','Skel_Prisoner_Card','Skel Prisoner Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Sleep,300;','','');
+REPLACE INTO `item_db_re` VALUES ('4223','Stalactic_Golem_Card','Stalactic Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bDef,1; bonus2 bResEff,Eff_Stun,2000;','','');
+REPLACE INTO `item_db_re` VALUES ('4224','Stem_Worm_Card','Stem Worm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12032,RC_Brute,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4225','Stone_Shooter_Card','Stone Shooter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,10; bonus bHit,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4226','Sting_Card','Sting Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bDef,2; if(getrefine()>8) bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4227','Spring_Rabbit_Card','Spring Rabbit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddItemHealRate,Meat,50; bonus2 bAddItemHealRate,528,50; bonus3 bAddMonsterDropItem,Meat,RC_Brute,200; bonus3 bAddMonsterDropItem,528,RC_Brute,200;','','');
+REPLACE INTO `item_db_re` VALUES ('4228','Sleeper_Card','Sleeper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12031,RC_Fish,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4229','C_Tower_Manager_Card','Tower Keeper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,1; bonus bVariableCastrate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('4230','Shinobi_Card','Shinobi Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAgi,1; bonus3 bAutoSpellWhenHit,AS_CLOAKING,5,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4231','Increase_Soil_Card','Mi Gao Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace2,5,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4232','Wild_Ginseng_Card','Hermit Plant Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddItemHealRate,Red_Herb,50; bonus2 bAddItemHealRate,Yellow_Herb,50; bonus2 bAddItemHealRate,White_Herb,50; bonus3 bAddMonsterDropItem,507,RC_Plant,300; bonus3 bAddMonsterDropItem,508,RC_Plant,200; bonus3 bAddMonsterDropItem,509,RC_Plant,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4233','Baby_Leopard_Card','Baby Leopard Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,3; if(BaseClass==Job_Merchant) bonus bUnbreakableArmor,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4234','Anolian_Card','Anolian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,AC_CONCENTRATION,1+9*(getskilllv(AC_CONCENTRATION)==10),30;','','');
+REPLACE INTO `item_db_re` VALUES ('4235','Cookie_XMAS_Card','Christmas Cookie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_Angel,-20; bonus2 bExpAddRace,RC_Angel,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4236','Amon_Ra_Card','Amon Ra Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bAllStats,1; bonus3 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99));','','');
+REPLACE INTO `item_db_re` VALUES ('4237','Owl_Duke_Card','Owl Duke Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,PR_IMPOSITIO,3,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4238','Owl_Baron_Card','Owl Baron Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,PR_LEXAETERNA,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4239','Iron_Fist_Card','Iron Fist Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_Formless,-20; bonus2 bExpAddRace,RC_Formless,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4240','Arclouse_Card','Arclouze Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','if(getrefine()<6) { bonus bDef,2; bonus bMdef,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('4241','Archangeling_Card','Arc Angeling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bMaxHP,300; if(readparam(bLuk)>=77) { bonus bHPrecovRate,100; bonus bSPrecovRate,100; }','','');
+REPLACE INTO `item_db_re` VALUES ('4242','Apocalips_Card','Apocalipse Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,2; if(getrefine()>8) bonus bMaxHP,800;','','');
+REPLACE INTO `item_db_re` VALUES ('4243','Antonio_Card','Antonio Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,AL_TELEPORT,1,500;','','');
+REPLACE INTO `item_db_re` VALUES ('4244','Alarm_Card','Alarm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,MG_SIGHT,1,200; bonus bMaxHP,300; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4245','Am_Mut_Card','Am Mut Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_DemiHuman,-20; bonus2 bExpAddRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4246','Assulter_Card','Assaulter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_DemiHuman,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4247','Aster_Card','Aster Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,5; bonus2 bAddDamageClass,1074,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4248','Ancient_Mummy_Card','Ancient Mummy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,AL_CRUCIS,5,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4249','Ancient_Worm_Card','Ancient Worm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_Demon,-20; bonus2 bExpAddRace,RC_Demon,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4250','Executioner_Card','Executioner Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubSize,Size_Large,25; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4251','Elder_Card','Elder Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace2,5,40;','','');
+REPLACE INTO `item_db_re` VALUES ('4252','Alligator_Card','Alligator Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bLongAtkDef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4253','Alice_Card','Alice Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Boss,40; bonus2 bSubRace,RC_NonBoss,-40;','','');
+REPLACE INTO `item_db_re` VALUES ('4254','Tirfing_Card','Ogretooth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubSize,Size_Medium,25; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4255','Orc_Lady_Card','Orc Lady Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace2,3,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4256','Orc_Archer_Card','Orc Archer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12034,RC_DemiHuman,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4257','Wild_Rose_Card','Wild Rose Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bAgi,1; if(BaseClass==Job_Thief) bonus bFlee2,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4258','Wicked_Nymph_Card','Evil Nymph Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,1; bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4259','Wooden_Golem_Card','Wooden Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDef,1; bonus bHPrecovRate,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4260','Wootan_Shooter_Card','Wootan Shooter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bDef,1; bonus2 bResEff,Eff_Confusion,2000;','','');
+REPLACE INTO `item_db_re` VALUES ('4261','Wootan_Fighter_Card','Wootan Fighter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bDef,1; bonus2 bResEff,Eff_Bleeding,2000;','','');
+REPLACE INTO `item_db_re` VALUES ('4262','Evil_Cloud_Hermit_Card','Cloud Hermit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12029,RC_Plant,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4263','Incant_Samurai_Card','Samurai Spector Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bIgnoreDefRace,RC_NonBoss; bonus bHPrecovRate,-100; bonus2 bHPLossRate,666,10000;','','if((Hp<=999) && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) { heal(1-Hp),0; } else { heal -999,0; }');
+REPLACE INTO `item_db_re` VALUES ('4264','Wind_Ghost_Card','Wind Ghost Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,WZ_JUPITEL,3+7*(getskilllv(WZ_JUPITEL)==10),20;','','');
+REPLACE INTO `item_db_re` VALUES ('4265','Li_Me_Mang_Ryang_Card','Jing Guai Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12033,RC_Angel,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4266','Eclipse_Card','Eclipse Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4267','Explosion_Card','Explosion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_Dragon,-20; bonus2 bExpAddRace,RC_Dragon,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4268','Injustice_Card','Injustice Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAutoSpell,AS_SONICBLOW,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4269','Incubus_Card','Incubus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,-3; bonus bSPrecovRate,-20; bonus bMaxSP,150;','','');
+REPLACE INTO `item_db_re` VALUES ('4270','Giant_Spider_Card','Giant Spider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Poison,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4271','Giant_Honet_Card','Giant Hornet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bSubEle,Ele_Wind,10; bonus3 bAddMonsterDropItem,992,RC_Insect,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4272','Dancing_Dragon_Card','Zhu Po Long Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAgi,1; bonus bCritical,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4273','Shellfish_Card','Shell Fish Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,5; bonus2 bAddDamageClass,1073,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4274','Zombie_Master_Card','Zombie Master Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_Undead,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4275','Zombie_Prisoner_Card','Zombie Prisoner Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bSubRace,RC_Undead,-20; bonus2 bExpAddRace,RC_Undead,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4276','Lord_Of_Death_Card','Lord of The Dead Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAddEff,Eff_Stun,500,ATF_SHORT; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; bonus3 bAddEff,Eff_Silence,500,ATF_SHORT; bonus3 bAddEff,Eff_Poison,500,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT; bonus2 bWeaponComaRace,RC_NonBoss,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4277','Zherlthsh_Card','Zealotus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bLuk,2; bonus2 bSkillAtk,BA_MUSICALSTRIKE,10; bonus2 bSkillAtk,DC_THROWARROW,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4278','Gibbet_Card','Gibbet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','if(getrefine()<6) bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4279','Deleter_Card','Earth Deleter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bSPrecovRate,-100; bonus bSPGainValue,10;','','heal 0,-100;');
+REPLACE INTO `item_db_re` VALUES ('4280','Geographer_Card','Geographer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,AL_BLESSING,2+8*(getskilllv(AL_BLESSING)==10),30;','','');
+REPLACE INTO `item_db_re` VALUES ('4281','Zipper_Bear_Card','Zipper Bear Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,30; bonus2 bSPDrainValue,-1,0; if(BaseClass==Job_Merchant) bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4282','Tengu_Card','Tengu Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAddMonsterDropChainItem,ITMCHAIN_HEAL;','','');
+REPLACE INTO `item_db_re` VALUES ('4283','Greatest_General_Card','Greatest General Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,MO_CALLSPIRITS,5,2+18*(BaseClass==Job_Acolyte);','','');
+REPLACE INTO `item_db_re` VALUES ('4284','Chepet_Card','Chepet Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus4 bAutoSpell,AL_HEAL,5,50,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4285','Choco_Card','Choco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bFlee2,5; bonus bFlee,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4286','Karakasa_Card','Karakasa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77);','','');
+REPLACE INTO `item_db_re` VALUES ('4287','Kapha_Card','Kapha Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','if(getrefine()<6) bonus bMdef,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4288','Carat_Card','Carat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,2; if(getrefine()>8) bonus bMaxSP,150;','','');
+REPLACE INTO `item_db_re` VALUES ('4289','Caterpillar_Card','Caterpillar Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_Plant,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4290','Cat_O_Nine_Tail_Card','Cat O\' Nine Tails Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMdef,3; bonus bMagicDamageReturn,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4291','Kobold_Leader_Card','Kobold Leader Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace2,2,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4292','Kobold_Archer_Card','Kobold Archer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Plant,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4293','Cookie_Card','Cookie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bLuk,2; bonus2 bSkillAtk,AL_HOLYLIGHT,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4294','Quve_Card','Quve Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4295','Kraben_Card','Kraben Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Blind,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4296','Cramp_Card','Cramp Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bGetZenyNum,500,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4297','Cruiser_Card','Cruiser Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Brute,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4298','Cremy_Fear_Card','Creamy Fear Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Confusion,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4299','Clock_Card','Clock Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,CR_AUTOGUARD,3+7*(getskilllv(CR_AUTOGUARD)==10),30;','','sc_end SC_AUTOGUARD;');
+REPLACE INTO `item_db_re` VALUES ('4300','Chimera_Card','Chimera Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob==Job_Assassin);','','');
+REPLACE INTO `item_db_re` VALUES ('4301','Killer_Mantis_Card','Killer Mantis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Bleeding,600;','','');
+REPLACE INTO `item_db_re` VALUES ('4302','Tao_Gunka_Card','Tao Gunka Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHPrate,100; bonus bDefRate,-50; bonus bMdefRate,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('4303','Whisper_Boss_Card','Giant Whisper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bFlee,10; if(readparam(bStr)>=80) bonus bBaseAtk,20; if(readparam(bVit)>=80) bonus bMaxHPrate,3; if(readparam(bLuk)>=80) bonus bCritical,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4304','Tamruan_Card','Tamruan Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bDef,2; bonus2 bSkillAtk,CR_SHIELDCHARGE,10; bonus2 bSkillAtk,CR_SHIELDBOOMERANG,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4305','Turtle_General_Card','Turtle General Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,20; bonus2 bAddRace,RC_Boss,20; bonus3 bAutoSpell,SM_MAGNUM,10,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4306','Toad_Card','Toad Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bFlee2,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4307','Kind_Of_Beetle_Card','Beetle King Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_Fish,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4308','Tri_Joint_Card','Tri Joint Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_Formless,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4309','Parasite_Card','Parasite Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bDef,1; bonus2 bSubEle,Ele_Neutral,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4310','Panzer_Goblin_Card','Panzer Goblin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Demon,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4311','Permeter_Card','Permeter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bSubEle,Ele_Dark,15; bonus2 bSubEle,Ele_Undead,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4312','Fur_Seal_Card','Fur Seal Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bFlee,3; bonus bHit,10; if(BaseClass==Job_Acolyte) { bonus2 bCriticalAddRace,RC_Undead,9; bonus2 bCriticalAddRace,RC_Demon,9; }','','');
+REPLACE INTO `item_db_re` VALUES ('4313','Punk_Card','Punk Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1+4*(getskilllv(WZ_QUAGMIRE)==5),50,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4314','Penomena_Card','Penomena Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Formless,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4315','Pest_Card','Pest Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77);','','');
+REPLACE INTO `item_db_re` VALUES ('4316','Fake_Angel_Card','False Angel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_Angel,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4317','Mobster_Card','Mobster Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,15; if(BaseClass==Job_Thief) bonus bCritical,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4318','Knight_Windstorm_Card','Stormy Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAutoSpell,WZ_STORMGUST,2,20; bonus2 bAddEff,Eff_Freeze,2000;','','');
+REPLACE INTO `item_db_re` VALUES ('4319','Freezer_Card','Freezer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHP,300; if(getrefine()>=9) bonus2 bSkillAtk,SM_BASH,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4320','Bloody_Knight_Card','Bloody Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAutoSpell,WZ_METEOR,1,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4321','Hylozoist_Card','Hylozoist Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bClassChange,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4322','High_Orc_Card','High Orc Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bDef,1; bonus bShortWeaponDamageReturn,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4323','Garm_Baby_Card','Hatii Bebe Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAutoSpell,MG_FROSTDIVER,3,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4324','Garm_Card','Hatii Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Freeze,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('4325','Harpy_Card','Harpy Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSubEle,Ele_Neutral,15; bonus2 bSkillAtk,MG_NAPALMBEAT,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4326','See_Otter_Card','Sea-Otter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddItemHealRate,Sushi,50; bonus2 bAddItemHealRate,Fish_Slice,50; bonus3 bAddMonsterDropItem,551,RC_Fish,300; bonus3 bAddMonsterDropItem,544,RC_Fish,300;','','');
+REPLACE INTO `item_db_re` VALUES ('4327','Blood_Butterfly_Card','Bloody Butterfly Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bVariableCastrate,30; bonus bNoCastCancel,0; bonus2 bSkillAtk,MG_FIREWALL,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4328','Hyegun_Card','Yao Jun Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bFlee,15; bonus bCritical,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4329','Phendark_Card','Phendark Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPGainRace,RC_DemiHuman,5;','','heal 0,-5;');
+REPLACE INTO `item_db_re` VALUES ('4330','Dark_Snake_Lord_Card','Evil Snake Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,3; bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Curse,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('4331','Heater_Card','Heater Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bCritical,3; if(BaseClass==Job_Swordman) bonus bFlee2,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4332','Waste_Stove_Card','Waste Stove Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,5; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4333','Venomous_Card','Venomous Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF;','','');
+REPLACE INTO `item_db_re` VALUES ('4334','Noxious_Card','Noxious Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bLongAtkDef,10; bonus2 bSubEle,Ele_Neutral,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4335','Pitman_Card','Pitman Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSkillAtk,WZ_EARTHSPIKE,5; bonus2 bSkillAtk,WZ_HEAVENDRIVE,5;','','heal 0,-50;');
+REPLACE INTO `item_db_re` VALUES ('4336','Ungoliant_Card','Ungoliant Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bHPrecovRate,10; bonus2 bResEff,Eff_Bleeding,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('4337','Porcellio_Card','Porcellio Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,25; bonus bDef,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('4338','Obsidian_Card','Obsidian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,readparam(bDex)/18;','','');
+REPLACE INTO `item_db_re` VALUES ('4339','Mineral_Card','Mineral Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,-25; bonus bDef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4340','Teddy_Bear_Card','Teddy Bear Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Undead,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4341','Metaling_Card','Metaling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAutoSpell,RG_STRIPWEAPON,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4342','Rsx_0806_Card','RSX-0806 Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,3; bonus bUnbreakableArmor,0; bonus bNoKnockback,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4343','Mole_Card','Holden Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4344','Anopheles_Card','Anopheles Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12058,RC_Insect,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4345','Hill_Wind_Card','Hill Wind Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSkillAtk,MG_THUNDERSTORM,5; bonus2 bSkillAtk,WZ_JUPITEL,5; bonus2 bSkillAtk,WZ_VERMILION,5;','','heal 0,-50;');
+REPLACE INTO `item_db_re` VALUES ('4346','Ygnizem_Card','Egnigem Cenia Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,readparam(bInt)/18;','','');
+REPLACE INTO `item_db_re` VALUES ('4347','Armaia_Card','Armeyer Dinze Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12053,RC_Fish,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4348','Whikebain_Card','Wickebine Tres Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,RG_STRIPARMOR,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4349','Erend_Card','Errende Ebecee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus4 bAutoSpellWhenHit,AL_PNEUMA,1,50,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4350','Rawrel_Card','Laurell Weinder Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSkillAtk,WZ_FROSTNOVA,3; bonus2 bSkillAtk,WZ_STORMGUST,3;','','heal 0,-50;');
+REPLACE INTO `item_db_re` VALUES ('4351','Kavac_Card','Kavach Icarus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','if(getrefine()<=4) { bonus bFlee,20; bonus bFlee2,1; } else { bonus bFlee,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('4352','B_Ygnizem_Card','Boss Egnigem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bHPRegenRate,50,10000; bonus2 bSPRegenRate,10,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('4353','Removal_Card','Remover Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHP,800-40*getrefine(); bonus bHPrecovRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4354','Gemini_Card','Gemini-S58 Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','if(readparam(bAgi)>=90) { bonus2 bResEff,Eff_Silence,3000; bonus2 bResEff,Eff_Stun,3000; } if(readparam(bVit)>=80) { bonus2 bResEff,Eff_Stone,5000; bonus2 bResEff,Eff_Sleep,5000; }','','');
+REPLACE INTO `item_db_re` VALUES ('4355','Gremlin_Card','Gremlin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12043,RC_Brute,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4356','Beholder_Card','Beholder Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill SA_CASTCANCEL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4357','B_Seyren_Card','Lord Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','skill LK_BERSERK,1; bonus bMaxHPrate,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('4358','Seyren_Card','Seyren Windsor Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bStr,getrefine()-6;','','');
+REPLACE INTO `item_db_re` VALUES ('4359','B_Eremes_Card','Assassin Cross Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','skill AS_CLOAKING,3;','','sc_end SC_CLOAKING;');
+REPLACE INTO `item_db_re` VALUES ('4360','Eremes_Card','Eremes Guile Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bCriticalAddRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4361','B_Harword_Card','MasterSmith Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBreakWeaponRate,1000; bonus bBreakArmorRate,700;','','');
+REPLACE INTO `item_db_re` VALUES ('4362','Harword_Card','Howard Alt-Eisen Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bAspdRate,-5; bonus bHit,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4363','B_Magaleta_Card','High Priest Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,50,BF_WEAPON|BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4364','Magaleta_Card','Margaretha Sorin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,1; bonus5 bAutoSpellWhenHit,PR_LEXDIVINA,5,150,BF_MAGIC,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4365','B_Katrinn_Card','High Wizard Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bIgnoreMdefRace,RC_NonBoss; bonus bVariableCastrate,100; bonus bSPrecovRate,-100;','','heal 0,-2000;');
+REPLACE INTO `item_db_re` VALUES ('4366','Katrinn_Card','Kathryne Keyron Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bVariableCastrate,getrefine()*-1; if(getrefine()>=9) { bonus bMatkRate,2; }','','');
+REPLACE INTO `item_db_re` VALUES ('4367','B_Shecil_Card','Sniper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bHPDrainRate,10,20; bonus bHPrecovRate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('4368','Shecil_Card','Cecil Damon Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bAspdRate,5; bonus bHit,-30;','','');
+REPLACE INTO `item_db_re` VALUES ('4369','Venatu_Card','Venatu Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,readparam(bAgi)/18;','','');
+REPLACE INTO `item_db_re` VALUES ('4370','Dimik_Card','Dimik Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,getrefine()-5;','','');
+REPLACE INTO `item_db_re` VALUES ('4371','Archdam_Card','Archdam Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,10; bonus bVariableCastrate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4372','Bacsojin_Card','White Lady Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bHealPower,30; bonus bUseSPrate,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4373','Chung_E_Card','Green Maiden Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bLuk,getrefine()-5; bonus bCritical,getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('4374','Apocalips_H_Card','Vesper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bDex,2; bonus2 bIgnoreMdefRate,RC_Boss,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4375','Orc_Baby_Card_Card','Orc Baby Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','if(getrefine()>=9) { bonus2 bSubEle,Ele_Neutral,15; bonus bFlee,15; } else { bonus2 bSubEle,Ele_Neutral,10; bonus bFlee,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('4376','Lady_Tanee_Card','Lady Tanee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHPrate,-40; bonus bMaxSPrate,50; bonus2 bAddMonsterDropItem,513,200; bonus2 bAddItemHealRate,513,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4377','Green_Iguana_Card','Grove Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12063,RC_Formless,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4378','Acidus_Card','Gold Acidus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','if(getrefine()<=4) { bonus bMaxHPrate,8; bonus bMaxSPrate,8; bonus bHPrecovRate,5; bonus bSPrecovRate,5; } else { bonus bMaxHPrate,4; bonus bMaxSPrate,4; }','','');
+REPLACE INTO `item_db_re` VALUES ('4379','Acidus__Card','Blue Acidus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','if(getrefine()<=4) { bonus bSPrecovRate,5; bonus bMaxSP,80; } else { bonus bMaxSP,40; }','','');
+REPLACE INTO `item_db_re` VALUES ('4380','Ferus_Card','Red Ferus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSkillAtk,WZ_FIREPILLAR,5; bonus2 bSkillAtk,WZ_METEOR,5;','','heal 0,-50;');
+REPLACE INTO `item_db_re` VALUES ('4381','Ferus__Card','Green Ferus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bVit,1; bonus bMaxHPrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4382','Novus__Card','Yellow Novus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHP,500; bonus bHPrecovRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4383','Novus_Card','Red Novus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF;','','');
+REPLACE INTO `item_db_re` VALUES ('4384','Hydro_Card','Hydro Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,SA_SPELLBREAKER,1,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4385','Dragon_Egg_Card','Dragon Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12048,RC_Dragon,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4386','Detale_Card','Detardeurus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMdef,-20; bonus2 bResEff,Eff_Freeze,10000; bonus5 bAutoSpellWhenHit,SA_LANDPROTECTOR,1,70,BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4387','Ancient_Mimic_Card','Ancient Mimic Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,readparam(bLuk)/18;','','');
+REPLACE INTO `item_db_re` VALUES ('4388','Deathword_Card','Death Word Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSkillAtk,MG_NAPALMBEAT,5; bonus2 bSkillAtk,MG_SOULSTRIKE,5; bonus2 bSkillAtk,HW_NAPALMVULCAN,5;','','heal 0,-50;');
+REPLACE INTO `item_db_re` VALUES ('4389','Plasma_Card','Plasma Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddMonsterDropItem,12118,50; bonus2 bAddMonsterDropItem,12119,50; bonus2 bAddMonsterDropItem,12120,50; bonus2 bAddMonsterDropItem,12121,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4390','Breeze_Card','Breeze Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,5; bonus2 bAddEff,Eff_Bleeding,500;','','');
+REPLACE INTO `item_db_re` VALUES ('4391','Retribution_Card','Baroness of Retribution Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAddMonsterDropItem,12068,RC_Angel,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4392','Observation_Card','Dame of Sentinel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,readparam(bVit)/18;','','');
+REPLACE INTO `item_db_re` VALUES ('4393','Shelter_Card','Mistress of Shelter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,readparam(bStr)/18;','','');
+REPLACE INTO `item_db_re` VALUES ('4394','Solace_Card','Lady Solace Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','if(BaseJob==Job_Priest) bonus3 bAutoSpell,CR_GRANDCROSS,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4395','Tha_Maero_Card','Maero of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,5; bonus3 bAutoSpell,AL_DECAGI,3,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4396','Tha_Odium_Card','Odium of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bAgi,getrefine()-5;','','');
+REPLACE INTO `item_db_re` VALUES ('4397','Tha_Despero_Card','Despero of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus bInt,getrefine()-6;','','');
+REPLACE INTO `item_db_re` VALUES ('4398','Tha_Dolor_Card','Dolor of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Angel,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4399','Thanatos_Card','Memory of Thanatos Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30;','','');
+REPLACE INTO `item_db_re` VALUES ('4400','Aliza_Card','Aliza Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50+50*(BaseJob==Job_Dancer);','','');
+REPLACE INTO `item_db_re` VALUES ('4401','Alicel_Card','Alicel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bFlee,10; bonus bDef,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('4402','Aliot_Card','Aliot Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) { bonus bStr,2; bonus bMaxHPrate,5; } if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) { bonus bInt,2; bonus bMaxSPrate,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('4403','Kiel_Card','Kiel-D-01 Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bDelayrate,-30;','','');
+REPLACE INTO `item_db_re` VALUES ('4404','Skogul_Card','Skogul Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF;','','');
+REPLACE INTO `item_db_re` VALUES ('4405','Frus_Card','Frus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMagicDamageReturn,getrefine()*2; if(BaseClass==Job_Mage) bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4406','Skeggiold_Card','Skeggiold Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Demon,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4407','Randgris_Card','Randgris Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bUnbreakableWeapon,0; bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; bonus3 bAutoSpell,SA_DISPELL,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4408','Gloom_Under_Night_Card','Gloom Under Night Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEle,Ele_Holy,40; bonus2 bAddEle,Ele_Dark,40; bonus2 bAddRace,RC_Angel,40; bonus2 bAddRace,RC_Demon,40;','','');
+REPLACE INTO `item_db_re` VALUES ('4409','Agav_Card','Agav Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatkRate,5; bonus bDef,-10; if(BaseClass==Job_Mage) bonus bMaxSP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4410','Echio_Card','Echio Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,15; if(BaseClass==Job_Swordman) bonus bMaxHP,500;','','');
+REPLACE INTO `item_db_re` VALUES ('4411','Vanberk_Card','Vanberk Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bStr,2; autobonus \"{ bonus bCritical,100; }\",5,5000,0,\"{ specialeffect2 EF_ENHANCE; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('4412','Isilla_Card','Isilla Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,2; autobonus \"{ bonus bVariableCastrate,-50; bonus bFlee,30; }\",50,5000,BF_MAGIC,\"{ specialeffect2 EF_SUFFRAGIUM; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('4413','Hodremlin_Card','Hodremlin Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubSize,Size_Small,15; bonus2 bSubSize,Size_Medium,15; bonus2 bSubSize,Size_Large,15; autobonus2 \"{ bonus bFlee2,30; }\",3,10000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_WIND; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('4414','Seeker_Card','Seeker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','skill MG_STONECURSE,1; bonus2 bResEff,Eff_Stone,3000; bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4415','Snowier_Card','Snowier Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bAddMonsterDropItem,536,2000; bonus2 bAddItemHealRate,536,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4416','Siroma_Card','Siroma Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bSkillAtk,MG_COLDBOLT,25; bonus2 bVariableCastrate,MG_COLDBOLT,-25;','','');
+REPLACE INTO `item_db_re` VALUES ('4417','Ice_Titan_Card','Ice Titan Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bVit,2; autobonus2 \"{ bonus bDef,10; }\",3,10000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_FREEZED; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('4418','Gazeti_Card','Gazeti Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus3 bAutoSpell,MG_COLDBOLT,2,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4419','Ktullanux_Card','Ktullanux Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEle,Ele_Fire,50; bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,20,BF_WEAPON|BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4420','Muscipular_Card','Muscipular Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,AL_HEAL,1,100; bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4421','Drosera_Card','Drosera Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','if(getiteminfo(getequipid(EQI_HAND_R),9)>3) bonus bCritical,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4422','Roween_Card','Roween Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bFlee,5; bonus bFlee2,3; bonus2 bAddEle,Ele_Water,10; bonus2 bCriticalAddRace,RC_Fish,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4423','Galion_Card','Galion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bHit,5; bonus2 bAddEle,Ele_Water,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4424','Stapo_Card','Stapo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','skill TF_PICKSTONE,1; skill TF_THROWSTONE,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4425','Atroce_Card','Atroce Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,25; autobonus \"{ bonus bAspdRate,100; }\",5,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('4426','Byorgue_Card','Byorgue Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','if(BaseJob==Job_Rogue) { bonus bMatkRate,10; bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('4427','Sword_Guardian_Card','Sword Guardian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','if(getiteminfo(getequipid(EQI_HAND_R),11)==2||getiteminfo(getequipid(EQI_HAND_R),11)==3) { bonus bHit,5; bonus bCritical,5; bonus2 bSkillAtk,62,25; }','','');
+REPLACE INTO `item_db_re` VALUES ('4428','Bow_Guardian_Card','Bow Guardian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','if(getiteminfo(getequipid(EQI_HAND_R),11)==11) { bonus bHit,5; bonus bCritical,5; bonus2 bSkillAtk,47,50; }','','');
+REPLACE INTO `item_db_re` VALUES ('4429','Salamander_Card','Salamander Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus2 bSkillAtk,WZ_FIREPILLAR,40; bonus2 bSkillAtk,WZ_METEOR,40;','','');
+REPLACE INTO `item_db_re` VALUES ('4430','Ifrit_Card','Ifrit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bBaseAtk,(JobLevel/10); bonus bCritical,(JobLevel/10); bonus bHit,(JobLevel/10); bonus3 bAutoSpellWhenHit,NPC_EARTHQUAKE,10,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4431','Kasa_Card','Kasa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus3 bAutoSpell,MG_FIREBALL,5,20; bonus3 bAutoSpell,MG_FIREBOLT,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4432','Magmaring_Card','Magmaring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bBaseAtk,5; bonus2 bAddEle,Ele_Earth,10; bonus2 bCriticalAddRace,RC_Brute,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4433','Imp_Card','Imp Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bSkillAtk,MG_FIREBOLT,25; bonus2 bVariableCastrate,MG_FIREBOLT,-25;','','');
+REPLACE INTO `item_db_re` VALUES ('4434','Knocker_Card','Knocker Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bAddRace,RC_Formless,5; bonus3 bAddMonsterDropItem,756,RC_Formless,10; bonus3 bAddMonsterDropItem,757,RC_Formless,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4435','Zombie_Slaughter_Card','Zombie Slaughter Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus2 bAddRace,RC_DemiHuman,1; bonus2 bMagicAddRace,RC_DemiHuman,1; bonus bHPGainValue,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4436','Ragged_Zombie_Card','Ragged Zombie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus2 bCriticalAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bMagicAddRace,RC_DemiHuman,1; bonus2 bAddEff2,Eff_Bleeding,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4437','Hell_Poodle_Card','Hell Poodle Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bHit,1; bonus2 bAddItemHealRate,517,100; bonus3 bAddEff,Eff_Bleeding,50,ATF_SHORT;','','');
+REPLACE INTO `item_db_re` VALUES ('4438','Banshee_Card','Banshee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','if(BaseClass==Job_Mage) { bonus bMaxSP,100; bonus bMaxHP,-100; bonus2 bSkillAtk,MG_NAPALMBEAT,20; bonus2 bSkillAtk,MG_SOULSTRIKE,20; bonus2 bSkillAtk,HW_NAPALMVULCAN,20; }','','');
+REPLACE INTO `item_db_re` VALUES ('4439','Flame_Skull_Card','Flame Skull Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bResEff,Eff_Blind,3000; bonus2 bResEff,Eff_Stun,3000; bonus2 bResEff,Eff_Curse,3000; bonus2 bResEff,Eff_Stone,3000; bonus2 bAddEffWhenHit,Eff_Blind,500; bonus2 bAddEffWhenHit,Eff_Stun,500; bonus2 bAddEffWhenHit,Eff_Curse,500; bonus2 bAddEffWhenHit,Eff_Stone,500;','','');
+REPLACE INTO `item_db_re` VALUES ('4440','Necromancer_Card','Necromancer Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','if(getiteminfo(getequipid(EQI_HAND_R),11)==10) { bonus bInt,1; bonus bIgnoreMdefRate,2; }','','');
+REPLACE INTO `item_db_re` VALUES ('4441','Fallen_Bishop_Card','Fallen Bishop Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMatkRate,10; bonus bMaxSPrate,-50; bonus2 bMagicAddRace,RC_Angel,50; bonus2 bMagicAddRace,RC_DemiHuman,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4442','Tatacho_Card','Tatacho Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubEle,Ele_Neutral,20; bonus2 bAddEle,Ele_Neutral,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4443','Aqua_Elemental_Card','Aqua Elemental Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubEle,Ele_Water,20; bonus2 bAddEle,Ele_Water,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4444','Draco_Card','Draco Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubEle,Ele_Earth,20; bonus2 bAddEle,Ele_Earth,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4445','Luciola_Vespa_Card','Luciola Vespa Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubEle,Ele_Wind,20; bonus2 bAddEle,Ele_Wind,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4447','Centipede_Card','Centipede Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubEle,Ele_Poison,20; bonus2 bAddEle,Ele_Poison,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4448','Cornus_Card','Cornus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubEle,Ele_Holy,20; bonus2 bAddEle,Ele_Holy,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4449','Dark_Shadow_Card','Dark Shadow Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubEle,Ele_Dark,20; bonus2 bAddEle,Ele_Dark,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4450','Banshee_Master_Card','Banshee Master Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,1; bonus bMatk,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4451','Ant_Buyanne_Card','Entweihen Crothen Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4452','Centipede_Larva_Card','Centipede Larva Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bInt,1; bonus bMatk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4453','Hilsrion_Card','Hillslion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,25;','','');
+REPLACE INTO `item_db_re` VALUES ('4454','Light_Up_Card1','No name card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4455','Light_Up_Card2','No name card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4456','Nidhogg_Shadow_Card','Nidhoggur Shadow Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,5; if (Class == Job_High_Wizard || Class == Job_Baby_Warlock || Class == Job_Warlock || Class == Job_Warlock_T) bonus bFixedCastrate,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('4457','Nahtzigger_Card','Naght Seiger Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bSkillAtk,MG_NAPALMBEAT,30; bonus2 bSkillAtk,MG_SOULSTRIKE,30; bonus2 bSkillAtk,HW_NAPALMVULCAN,30; bonus2 bSkillAtk,GS_MAGICALBULLET,30; bonus2 bSkillAtk,WL_SOULEXPANSION,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4458','Duneirre_Card','Duneyrr Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bBaseAtk,10; autobonus \"{ bonus bFlee2,10; }\",10,4000,0,\"{ specialeffect2 EF_ENHANCE; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('4459','Lata_Card','Rata Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bMatk,10; autobonus \"{ bonus bFixedCastrate,-50; }\",10,4000,BF_MAGIC,\"{ specialeffect2 EF_SUFFRAGIUM; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('4460','Ringco_Card','Rhyncho Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bHealPower,4; bonus bUseSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4461','Pillar_Card','Phylla Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bDex,1; bonus bAgi,1; autobonus \"{ bonus bCritical,20; }\",4,4000,0,\"{ specialeffect2 EF_ENHANCE; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('4462','Hardrock_Mommos_Card','Hardrock Mammoth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDef,5; if(getrefine()>=12) { bonus bDef,20; bonus bMaxHPrate,10; } if(getrefine()>=14) { bonus bMaxHPrate,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('4463','Tendrilion_Card','Tendrillion Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritical,5; if(getrefine()>=12) { bonus bBaseAtk,35; } if(getrefine()>=14) { bonus bCritical,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('4464','Aunoe_Card','Aunoe Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4465','Panat_Card','Fanat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,10; if(getiteminfo(getequipid(EQI_HAND_R),11)==3) { if(getrefine()>=10) { bonus bAspd,1; } if(getrefine()>=14) { bonus bAspd,1; } }','','');
+REPLACE INTO `item_db_re` VALUES ('4466','Beholder_Master_Card','Beholder Master Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bLongAtkRate,3; if(getiteminfo(getequipid(EQI_HAND_R),11)==11) { if(getrefine()>=10) { bonus bAspd,1; } if(getrefine()>=14) { bonus bAspd,1; } }','','');
+REPLACE INTO `item_db_re` VALUES ('4467','Heavy_Metaling_Card','Heavy Metaling Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bStr,2; if(BaseClass==Job_Merchant) { bonus2 bSkillAtk,MC_CARTREVOLUTION,50; }','','');
+REPLACE INTO `item_db_re` VALUES ('4468','Pinguicula_Dark_Card','Dark Pinguicula Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bBaseAtk,10; bonus2 bAddMonsterDropItem,7932,30; bonus2 bAddMonsterDropItem,7933,30; bonus2 bAddMonsterDropItem,7934,30; bonus2 bAddMonsterDropItem,7935,30; bonus2 bAddMonsterDropItem,7936,30; bonus2 bAddMonsterDropItem,7937,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4469','Naga_Card','Naga Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Fish,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4470','Nepenthes_Card','Nepenthes Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Plant,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4471','Egg_Of_Draco_Card','Draco Egg Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Dragon,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4472','Bradium_Goram_Card','Bradium Golem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Brute,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4473','Ancient_Tree_Card','Ancient Tree Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Undead,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4474','Jakudam_Card','Zakudam Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4475','Cobalt_Mineral_Card','Cobalt Mineral Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Formless,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4476','Pinguicula_Card','Pinguicula Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Insect,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4477','Hell_Apocalips_Card','Hell Apocalypse Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bMagicAddRace,RC_Demon,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4478','Light_Up_Card3','Lie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4479','Light_Up_Card4','Lie Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4480','Sealed_Kiel_Card','Sealed Kiel Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bDelayrate,((getrefine()>14)?-20:-15);','','');
+REPLACE INTO `item_db_re` VALUES ('4481','Sealed_Ktullanux_Card','Sealed Ktullanux Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEle,Ele_Fire,((getrefine()>14)?35:25); bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,10,BF_WEAPON|BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4482','Sealed_B_Ygnizem_Card','Sealed B Ygnizem Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','set .@rate,((getrefine()>14)?7:5); bonus bMaxHPrate,.@rate; bonus bMaxSPrate,.@rate; bonus2 bHPRegenRate,50,10000; bonus2 bSPRegenRate,10,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('4483','Sealed_Dracula_Card','Sealed Dracula Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bSPDrainRate,((getrefine()>14)?70:50),5;','','');
+REPLACE INTO `item_db_re` VALUES ('4484','Sealed_Mistress_Card','Sealed Mistress Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bNoGemStone,0; bonus bUseSPrate,((getrefine()>14)?35:50);','','');
+REPLACE INTO `item_db_re` VALUES ('4485','Sealed_Gloom_Card','Sealed Gloom Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','set .@rate,((getrefine()>14)?30:20); bonus2 bAddEle,Ele_Holy,.@rate; bonus2 bAddEle,Ele_Dark,.@rate; bonus2 bAddRace,RC_Angel,.@rate; bonus2 bAddRace,RC_Demon,.@rate;','','');
+REPLACE INTO `item_db_re` VALUES ('4486','Sealed_Berz_Card','Sealed Berzebub Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bVariableCastrate,-15;','','');
+REPLACE INTO `item_db_re` VALUES ('4487','Sealed_Ifrit_Card','Sealed Ifrit Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bBaseAtk,(JobLevel/20); bonus bCritical,(JobLevel/20); bonus bHit,(JobLevel/20); bonus3 bAutoSpellWhenHit,NPC_EARTHQUAKE,5,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4488','Sealed_D_Lord_Card','Sealed Dark Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,WZ_METEOR,5,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4489','Sealed_Pharaoh_Card','Sealed Pharaoh Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bUseSPrate,-15;','','');
+REPLACE INTO `item_db_re` VALUES ('4490','Sealed_M_Flower_Card','Sealed Moonlight Flower Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','skill AL_INCAGI,((getrefine()>14)?5:1);','','');
+REPLACE INTO `item_db_re` VALUES ('4491','Sealed_B_Shecil_Card','Sealed Sniper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bHPrecovRate,-100; bonus2 bHPDrainRate,5,((getrefine()>14)?15:10);','','');
+REPLACE INTO `item_db_re` VALUES ('4492','Sealed_Orc_Hero_Card','Sealed Orc Hero Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bVit,3; bonus2 bResEff,Eff_Stun,((getrefine()>14)?6000:4000);','','');
+REPLACE INTO `item_db_re` VALUES ('4493','Sealed_Tao_Card','Sealed Tao Gunka Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHPrate,((getrefine()>14)?75:50); bonus bDefRate,-50; bonus bMdefRate,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('4494','Sealed_TurtleG_Card','Sealed Turtle General Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','set .@rate, ((getrefine()>14)?15:10); bonus2 bAddRace,RC_NonBoss,.@rate; bonus2 bAddRace,RC_Boss,.@rate; bonus3 bAutoSpell,SM_MAGNUM,10,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4495','Sealed_Amon_Ra_Card','Sealed Amon Ra Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bAllStats,1; bonus3 bAutoSpellWhenHit,PR_KYRIE,((getrefine()>14)?8:5),(15+35*(readparam(bInt)>=99));','','');
+REPLACE INTO `item_db_re` VALUES ('4496','Sealed_Drake_Card','Sealed Drake Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4497','Sealed_Knight_WS_Card','Sealed Stormy Knight Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAutoSpell,WZ_STORMGUST,1,10; bonus2 bAddEff,Eff_Freeze, ((getrefine()>14)?1500:1000);','','');
+REPLACE INTO `item_db_re` VALUES ('4498','Sealed_Lady_Tanee_Card','Sealed Lady Tanee Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHPrate,((getrefine()>14)?-50:-60); bonus bMaxSPrate,50; bonus2 bAddMonsterDropItem,513,100; bonus2 bAddItemHealRate,513,((getrefine()>14)?80:50);','','');
+REPLACE INTO `item_db_re` VALUES ('4499','Sealed_Samurai_Card','Sealed Incantation Samurai Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bIgnoreDefRace,RC_NonBoss; bonus bHPrecovRate,-100; if (getrefine()>14) bonus2 bHPLossRate,777,8000; else bonus2 bHPLossRate,888,5000;','','if((Hp<=999) && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) { heal(1-Hp),0; } else { heal -999,0; }');
+REPLACE INTO `item_db_re` VALUES ('4500','Sealed_Orc_Load_Card','Sealed Orc Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bShortWeaponDamageReturn,((getrefine()>14)?25:15);','','');
+REPLACE INTO `item_db_re` VALUES ('4501','Sealed_B_Magaleta_Card','Sealed High Priest Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,((getrefine()>14)?35:25),BF_WEAPON|BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('4502','Sealed_B_Harword_Card','Sealed MasterSmith Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','if (getrefine()>14) { bonus bBreakWeaponRate,800; bonus bBreakArmorRate,600; } else { bonus bBreakWeaponRate,500; bonus bBreakArmorRate,400; }','','');
+REPLACE INTO `item_db_re` VALUES ('4503','Sealed_Apocalips_H_Card','Sealed Vesper Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bDex,2; bonus2 bIgnoreMdefRate,RC_Boss,((getrefine()>14)?25:15);','','');
+REPLACE INTO `item_db_re` VALUES ('4504','Sealed_Eddga_Card','Sealed Eddga Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMaxHPrate,((getrefine()>14)?-35:-50);','sc_start4 SC_ENDURE,60000,10,0,0,1;','sc_end SC_ENDURE;');
+REPLACE INTO `item_db_re` VALUES ('4505','Scaraba_Card','Scaraba Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bMatk,20; bonus bMaxSPrate,-1;','','');
+REPLACE INTO `item_db_re` VALUES ('4506','Dolomedes_Card','Dolomedes Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bDex,2; if(BaseClass==Job_Archer) { bonus bDex,getrefine()/3; }','','');
+REPLACE INTO `item_db_re` VALUES ('4507','Q_Scaraba_Card','Queen Scaraba Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4508','Gold_Scaraba_Card','Gold Scaraba Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bBaseAtk,20; bonus bMaxHPrate,-1;','','');
+REPLACE INTO `item_db_re` VALUES ('4509','Gold_Q_Scaraba_Card','Gold Queen Scaraba Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,3; bonus2 bSubRace,RC_Insect,10; if(getrefine()>=9) { bonus2 bSubRace,RC_Insect,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('4510','Miming_Card','Miming Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAutoSpell,WM_LULLABY_DEEPSLEEP,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4511','Little_Fatum_Card','Little Fatum Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAddEff,Eff_Silence,500,ATF_SKILL;','','');
+REPLACE INTO `item_db_re` VALUES ('4512','Parus_Card','Parus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bHealPower,3; if(BaseClass==Job_Acolyte) { bonus bHealPower,getrefine()/2; }','','');
+REPLACE INTO `item_db_re` VALUES ('4513','Angra_Mantis_Card','Angra Mantis Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bCritAtkRate,2; if(BaseClass==Job_Thief) { bonus bCritAtkRate,getrefine()/2; }','','');
+REPLACE INTO `item_db_re` VALUES ('4514','Pom_Spider_Card','Pom Spider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Undead,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4515','Alnoldi_Card','Alnoldi Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','32','0','0','150','0','0','0','bonus2 bSubRace,RC_Plant,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4516','Comodo_Card','Comodo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDef,50; bonus bFlee,-25;','','');
+REPLACE INTO `item_db_re` VALUES ('4517','Cendrawasih_Card','Cendrawasih Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,2; if(BaseClass==Job_Mage) { bonus bInt,getrefine()/3; }','','');
+REPLACE INTO `item_db_re` VALUES ('4518','Banaspaty_Card','Banaspaty Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4519','Butoijo_Card','Butoijo Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus2 bAddRace,RC_Angel,20;','','');
+REPLACE INTO `item_db_re` VALUES ('4520','Leak_Card','Leak Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bStr,3; bonus2 bAddEff,Eff_Confusion,5000; bonus3 bAddEff,Eff_Confusion,5000,ATF_SKILL;','','');
+REPLACE INTO `item_db_re` VALUES ('4521','Sedora_Card','Sedora Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bCritAtkRate,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4522','Sropho_Card','Sropho Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAutoSpell,WL_FROSTMISTY,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('4523','Pot_Dofle_Card','Pot Dofle Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDefEle,Ele_Water; bonus2 bSubRace,RC_Fish,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4524','King_Dramoh_Card','King Dramoh Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bStr,2; if(BaseClass==Job_Swordman) { bonus bStr,getrefine()/3; }','','');
+REPLACE INTO `item_db_re` VALUES ('4525','Kraken_Card','Kraken Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','bonus bFlee,10; skill TF_HIDING,1; skill RG_RAID,1; bonus3 bAddEffOnSkill,RG_RAID,Eff_Bleeding,1000;','','sc_end SC_HIDING;');
+REPLACE INTO `item_db_re` VALUES ('4526','Odd_Coelacanth_Card','Weird Coelacanth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxSPrate,5; bonus bMdef,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4527','Black_Coelacanth_Card','Dark Coelacanth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHPrate,10; bonus bDef,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4528','Mutant_Coelacanth_Card','Mutant Coelacanth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bMatkRate,2+(getrefine()/2); bonus bMaxHPrate,-getrefine()/2;','','');
+REPLACE INTO `item_db_re` VALUES ('4529','Cruel_Coelacanth_Card','Violent Coelacanth Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,2+(getrefine()/2); bonus2 bAddRace,RC_Boss,2+(getrefine()/2); bonus bMaxSPrate,-getrefine()/2;','','');
+REPLACE INTO `item_db_re` VALUES ('4530','Siorava_Card','Siorava Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bLuk,2; if(BaseClass==Job_Merchant) { bonus bLuk,getrefine()/3; }','','');
+REPLACE INTO `item_db_re` VALUES ('4531','Red_Eruma_Card','Red Eruma Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAddEff,Eff_Curse,500,ATF_SKILL;','','');
+REPLACE INTO `item_db_re` VALUES ('4532','Wild_Rider_Card','Wild Rider Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus3 bAutoSpellWhenHit,AL_INCAGI,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4533','Mini_Octopus_Card','Octopus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus3 bAddEff,Eff_Blind,500,ATF_SKILL;','','');
+REPLACE INTO `item_db_re` VALUES ('4534','Giant_Octopus_Card','Giant Octopus Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHPrate,12; skill WZ_WATERBALL,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4535','Sealed_Rand_Card','Sealed Rand Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4536','Sealed_Atroce_Card','Sealed Atroce Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bBaseAtk,((getrefine()>14)?25:15); autobonus \"{ bonus bAspdRate,((getrefine()>14)?75:50); }\",5,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('4537','Sealed_Phreeoni_Card','Sealed Phreeoni Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','bonus bHit,((getrefine()>14)?75:50);','','');
+REPLACE INTO `item_db_re` VALUES ('4538','Sealed_Bacsojin_Card','Sealed White Lady Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','if (getrefine()>14) { bonus bHealPower,25; bonus bUseSPrate,20; } else { bonus bHealPower,15; bonus bUseSPrate,30; }','','');
+REPLACE INTO `item_db_re` VALUES ('4539','Sealed_F_Bishop_Card','Sealed Fallen Bishop Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','64','0','0','150','0','0','0','bonus bMatkRate,((getrefine()>14)?8:5); bonus bMaxSPrate,-50; set .@rate,((getrefine()>14)?33:25); bonus2 bMagicAddRace,RC_Angel,.@rate; bonus2 bMagicAddRace,RC_DemiHuman,.@rate;','','');
+REPLACE INTO `item_db_re` VALUES ('4540','SLD_Lord_Of_Death_Card','Sealed Lord Of The Death Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','set .@rate, ((getrefine()>14)?350:250); bonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Curse,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Silence,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Poison,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,.@rate,ATF_SHORT; bonus2 bWeaponComaRace,RC_NonBoss,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4541','SLD_B_Katrinn_Card','Sealed High Wizard Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bIgnoreMdefRace,RC_NonBoss; if (getrefine()>14) { bonus bVariableCastrate,120; bonus bSPrecovRate,-120; } else { bonus bVariableCastrate,150; bonus bSPrecovRate,-150; }','','heal 0,((getrefine()>14)?-2000:-3000);');
+REPLACE INTO `item_db_re` VALUES ('4542','SLD_Detale_Card','SLD Detale Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4543','SLD_Garm_Card','Sealed Garm Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddEffWhenHit,Eff_Freeze,((getrefine()>14)?4000:2500);','','');
+REPLACE INTO `item_db_re` VALUES ('4544','SLD_Dark_Snake_Card','Sealed Dark Snake Lord Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','bonus bInt,3; if (getrefine()>14) { bonus2 bResEff,Eff_Blind,7500; bonus2 bResEff,Eff_Curse,7500; } else { bonus2 bResEff,Eff_Blind,5000; bonus2 bResEff,Eff_Curse,5000; }','','');
+REPLACE INTO `item_db_re` VALUES ('4545','Novice_Poring_Card','Novice Poring Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4549','Upd_Maya_Puple_Card','Upd Maya Puple Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4550','Upd_Bow_Guardian_Card','Upd Bow Guardian Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','2','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4552','Manny_Card','Manny Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','136','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4553','Sid_Card','Sid Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4554','Diego_Card','Diego Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','4','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4555','Scrat_Card','Scrat Card','6','20','10','10','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4700','Strength1','STR+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4701','Strength2','STR+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4702','Strength3','STR+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4703','Strength4','STR+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4704','Strength5','STR+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4705','Strength6','STR+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4706','Strength7','STR+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4707','Strength8','STR+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4708','Strength9','STR+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,9;','','');
+REPLACE INTO `item_db_re` VALUES ('4709','Strength10','STR+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4710','Inteligence1','INT+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4711','Inteligence2','INT+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4712','Inteligence3','INT+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4713','Inteligence4','INT+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4714','Inteligence5','INT+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4715','Inteligence6','INT+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4716','Inteligence7','INT+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4717','Inteligence8','INT+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4718','Inteligence9','INT+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,9;','','');
+REPLACE INTO `item_db_re` VALUES ('4719','Inteligence10','INT+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4720','Dexterity1','DEX+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4721','Dexterity2','DEX+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4722','Dexterity3','DEX+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4723','Dexterity4','DEX+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4724','Dexterity5','DEX+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4725','Dexterity6','DEX+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4726','Dexterity7','DEX+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4727','Dexterity8','DEX+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4728','Dexterity9','DEX+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,9;','','');
+REPLACE INTO `item_db_re` VALUES ('4729','Dexterity10','DEX+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4730','Agility1','AGI+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4731','Agility2','AGI+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4732','Agility3','AGI+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4733','Agility4','AGI+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4734','Agility5','AGI+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4735','Agility6','AGI+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4736','Agility7','AGI+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4737','Agility8','AGI+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4738','Agility9','AGI+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,9;','','');
+REPLACE INTO `item_db_re` VALUES ('4739','Agility10','AGI+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4740','Vitality1','VIT+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4741','Vitality2','VIT+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4742','Vitality3','VIT+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4743','Vitality4','VIT+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4744','Vitality5','VIT+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4745','Vitality6','VIT+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4746','Vitality7','VIT+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4747','Vitality8','VIT+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4748','Vitality9','VIT+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,9;','','');
+REPLACE INTO `item_db_re` VALUES ('4749','Vitality10','VIT+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4750','Luck1','LUK+1','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4751','Luck2','LUK+2','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4752','Luck3','LUK+3','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4753','Luck4','LUK+4','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4754','Luck5','LUK+5','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4755','Luck6','LUK+6','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4756','Luck7','LUK+7','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4757','Luck8','LUK+8','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4758','Luck9','LUK+9','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,9;','','');
+REPLACE INTO `item_db_re` VALUES ('4759','Luck10','LUK+10','6','20','10','10','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4760','Matk1','MATK+1%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatkRate,1; bonus bFixedCastrate,-1;','','');
+REPLACE INTO `item_db_re` VALUES ('4761','Matk2','MATK+2%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatkRate,2; bonus bFixedCastrate,-1;','','');
+REPLACE INTO `item_db_re` VALUES ('4762','Evasion6','FLEE+6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bFlee,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4763','Evasion12','FLEE+12','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bFlee,12;','','');
+REPLACE INTO `item_db_re` VALUES ('4764','Critical5','CRI+5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bCritical,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4765','Critical7','CRI+7','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bCritical,7;','','');
+REPLACE INTO `item_db_re` VALUES ('4766','Atk2','ATK+2%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4767','Atk3','ATK+3%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4768','Str1_J','Str1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4769','Str2_J','Str2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4770','Str3_J','Str3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4771','Int1_J','Int1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4772','Int2_J','Int2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4773','Int3_J','Int3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4774','Vit1_J','Vit1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4775','Vit2_J','Vit2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4776','Vit3_J','Vit3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4777','Agi1_J','Agi1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4778','Agi2_J','Agi2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4779','Agi3_J','Agi3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4780','Dex1_J','Dex1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4781','Dex2_J','Dex2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4782','Dex3_J','Dex3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4783','Luk1_J','Luk1 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4784','Luk2_J','Luk2 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4785','Luk3_J','Luk3 J','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4786','Mdef2','MDEF+2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4787','Mdef4','MDEF+4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4788','Mdef6','MDEF+6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMdef,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4789','Mdef8','MDEF+8','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMdef,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4790','Mdef10','MDEF+10','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4791','Def3','DEF+3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4792','Def6','DEF+6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDef,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4793','Def9','DEF+9','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDef,9;','','');
+REPLACE INTO `item_db_re` VALUES ('4794','Def12','DEF+12','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDef,12;','','');
+REPLACE INTO `item_db_re` VALUES ('4795','HP100','HP+100','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4796','HP200','HP+200','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHP,200;','','');
+REPLACE INTO `item_db_re` VALUES ('4797','HP300','HP+300','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHP,300;','','');
+REPLACE INTO `item_db_re` VALUES ('4798','HP400','HP+400','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHP,400;','','');
+REPLACE INTO `item_db_re` VALUES ('4799','HP500','HP+500','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHP,500;','','');
+REPLACE INTO `item_db_re` VALUES ('4800','SP50','SP+50','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('4801','SP100','SP+100','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxSP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('4802','SP150','SP+150','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxSP,150;','','');
+REPLACE INTO `item_db_re` VALUES ('4803','Highness_Heal_3sec','Cure1Lv.','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4804','Coluceo_Heal30','Catholic1Lv.','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4805','Heal_Amount2','Archbishop1Lv.','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bHealPower,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4806','Matk3','MATK+3%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatkRate,3; bonus bFixedCastrate,-1;','','');
+REPLACE INTO `item_db_re` VALUES ('4807','Atk_Speed1','Atk Speed1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAspd,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4808','Fighting_Spirit4','Fighting Spirit4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,15; bonus bHit,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4809','Fighting_Spirit3','Fighting Spirit3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,12; bonus bHit,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4810','Fighting_Spirit2','Fighting Spirit2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,9; bonus bHit,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4811','Fighting_Spirit1','Fighting Spirit1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,6; bonus bHit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4812','Spell4','Spell4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,15; bonus bVariableCastrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('4813','Spell3','Spell3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,12; bonus bVariableCastrate,-8;','','');
+REPLACE INTO `item_db_re` VALUES ('4814','Spell2','Spell2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,9; bonus bVariableCastrate,-6;','','');
+REPLACE INTO `item_db_re` VALUES ('4815','Spell1','Spell1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,6; bonus bVariableCastrate,-4;','','');
+REPLACE INTO `item_db_re` VALUES ('4816','Sharp3','Sharp3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bCritical,12; bonus bHit,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4817','Sharp2','Sharp2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bCritical,9; bonus bHit,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4818','Sharp1','Sharp1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bCritical,6; bonus bHit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4819','Atk1','Atk1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4820','Fighting_Spirit5','Fighting Spirit5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,18; bonus bHit,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4821','Fighting_Spirit6','Fighting Spirit6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,21; bonus bHit,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4822','Fighting_Spirit7','Fighting Spirit7','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,24; bonus bHit,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4823','Fighting_Spirit8','Fighting Spirit8','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,27; bonus bHit,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4824','Fighting_Spirit9','Fighting Spirit9','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,30; bonus bHit,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4825','Fighting_Spirit10','Fighting Spirit10','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,50; bonus bHit,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4826','Spell5','Spell5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,18; bonus bVariableCastrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('4827','Spell6','Spell6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,21; bonus bVariableCastrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('4828','Spell7','Spell7','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,24; bonus bVariableCastrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('4829','Spell8','Spell8','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,27; bonus bVariableCastrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('4830','Spell9','Spell9','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,30; bonus bVariableCastrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('4831','Spell10','Spell10','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMatk,50; bonus bVariableCastrate,-20;','','');
+REPLACE INTO `item_db_re` VALUES ('4832','Expert_Archer1','Expert Archer1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4833','Expert_Archer2','Expert Archer2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4834','Expert_Archer3','Expert Archer3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4835','Expert_Archer4','Expert Archer4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,8;','','');
+REPLACE INTO `item_db_re` VALUES ('4836','Expert_Archer5','Expert Archer5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4837','Expert_Archer6','Expert Archer6','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,12;','','');
+REPLACE INTO `item_db_re` VALUES ('4838','Expert_Archer7','Expert Archer7','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,14;','','');
+REPLACE INTO `item_db_re` VALUES ('4839','Expert_Archer8','Expert Archer8','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,16;','','');
+REPLACE INTO `item_db_re` VALUES ('4840','Expert_Archer9','Expert Archer9','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,18;','','');
+REPLACE INTO `item_db_re` VALUES ('4841','Expert_Archer10','Expert Archer10','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLongAtkRate,20; bonus bAspd,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4842','Atk_Speed2','Atk Speed2','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAspd,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4843','Sharp4','Sharp4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bCritical,14; bonus bHit,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4844','Sharp5','Sharp5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bCritical,15; bonus bHit,6;','','');
+REPLACE INTO `item_db_re` VALUES ('4845','Sea_Energy','Strength Of Ocean','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('4846','2011Valentin_Angel','Fully Loved Stone','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,10; bonus bMatk,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4847','2011Valentin_Devil','Spelled Stone','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bBaseAtk,10; bonus bMatk,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4848','Immuned1','Immune Level 1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bSubEle,Ele_Neutral,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4849','Cranial1','Cranial Level 1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus2 bSubRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4850','Heal_Amount3','Heal Amount3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bHealPower,6; bonus bSPrecovRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('4851','Heal_Amount4','Heal Amount4','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bHealPower,12; bonus bSPrecovRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('4852','Heal_Amount5','Heal Amount5','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bHealPower,20; bonus bSPrecovRate,15;','','');
+REPLACE INTO `item_db_re` VALUES ('4853','S_Str','Special Str','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bStr,1; if(getrefine()>7) { bonus bStr,3; } if(getrefine()>8) { bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
+REPLACE INTO `item_db_re` VALUES ('4854','S_Agi','Special Agi','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bAgi,1; if(getrefine()>7) { bonus bAgi,3; } if(getrefine()>8) { bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
+REPLACE INTO `item_db_re` VALUES ('4855','S_Vital','Special Vit','2','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bVit,1; if(getrefine()>7) { bonus bVit,3; } if(getrefine()>8) { bonus bMaxSPrate,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
+REPLACE INTO `item_db_re` VALUES ('4856','S_Int','Special Int','2','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bInt,1; if(getrefine()>7) { bonus bInt,3; } if(getrefine()>8) { bonus bMatkRate,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
+REPLACE INTO `item_db_re` VALUES ('4857','S_Dex','Special Dex','2','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bDex,1; if(getrefine()>7) { bonus bDex,3; } if(getrefine()>8) { bonus bMatkRate,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
+REPLACE INTO `item_db_re` VALUES ('4858','S_Luck','Special Luk','2','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bLuk,1; if(getrefine()>7) { bonus bLuk,3; } if(getrefine()>8) { bonus bMaxHPrate,1; } if(getrefine()>11) { bonus bAspd,1; bonus bFixedCastrate,-7; }','','');
+REPLACE INTO `item_db_re` VALUES ('4859','Evasion1','Evasion1','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bFlee,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4860','Evasion3','Evasion3','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bFlee,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4861','MHP1','MHP+1%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHPrate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('4862','MHP2','MHP+2%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHPrate,2;','','');
+REPLACE INTO `item_db_re` VALUES ('4867','MHP3','MHP+3%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('4868','MHP4','MHP+4%','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxHPrate,4;','','');
+REPLACE INTO `item_db_re` VALUES ('4870','SP25','SP+25','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxSP,25;','','');
+REPLACE INTO `item_db_re` VALUES ('4871','SP75','SP+75','6','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','0','150','0','0','0','bonus bMaxSP,75;','','');
+REPLACE INTO `item_db_re` VALUES ('5001','Headset','Headset','5','20','10','200','0','0','6','0','0','4294967294','63','2','256','0','0','150','1','87','0','bonus2 bResEff,Eff_Curse,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('5002','Gemmed_Crown','Jewel Crown','5','20','10','600','0','0','9','0','0','414946','63','2','256','0','60','150','1','88','0','bonus bInt,2; bonus bLuk,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5003','Joker_Jester','Joker Jester','5','20','10','100','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','89','0','bonus bLuk,2; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5004','Oxygen_Mask','Oxygen Mask','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','90','0','bonus2 bResEff,Eff_Poison,2000;','','');
+REPLACE INTO `item_db_re` VALUES ('5005','Gas_Mask','Gas Mask','5','20','10','100','0','0','1','0','0','4294967294','63','2','513','0','0','150','0','91','0','bonus2 bResEff,Eff_Poison,3000;','','');
+REPLACE INTO `item_db_re` VALUES ('5006','Machoman_Glasses','Machoman\'s Glasses','5','36000','18000','100','0','0','1','0','0','4294967294','63','2','512','0','0','150','0','92','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5007','Loard_Circlet','Grand Circlet','5','20','10','200','0','0','7','0','0','4294967294','63','2','256','0','55','150','1','93','0','bonus bStr,1; bonus bInt,1; bonus bLuk,1; bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5008','Puppy_Love','Puppy Love','5','20','10','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','94','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5009','Safety_Helmet','Safety Helmet','5','20','10','500','0','0','7','0','0','4294967294','63','2','256','0','0','150','1','95','0','bonus bMdef,3; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5010','Indian_Hair_Piece','Indian Fillet','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','96','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5011','Antenna','Aerial','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','97','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5012','Ph.D_Hat','Ph.D Hat','5','20','10','200','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','98','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5013','Horn_Of_Lord_Kaho','Lord Kaho\'s Horn','5','20','10','100','0','0','30','0','0','4294967295','63','2','256','0','0','150','1','99','0','bonus bMdef,10; bonus bStr,5; bonus bAgi,10; bonus bVit,10; bonus bInt,5; bonus bLuk,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5014','Fin_Helm','Fin Helm','5','20','10','300','0','0','5','0','0','16514','63','2','512','0','65','150','0','100','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5015','Egg_Shell','Egg Shell','5','20','10','200','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','101','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5016','Boy\'s_Cap','Boy\'s Cap','5','20','10','100','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','102','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5017','Bone_Helm','Bone Helm','5','20','10','800','0','0','15','0','0','279714','63','2','256','0','70','150','1','103','0','bonus2 bSubEle,Ele_Dark,-15;','','');
+REPLACE INTO `item_db_re` VALUES ('5018','Feather_Bonnet','Feather Bonnet','5','20','10','300','0','0','8','0','0','526344','63','2','256','0','0','150','1','104','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5019','Corsair','Corsair','5','20','10','500','0','0','11','0','0','4294967294','63','2','256','0','0','150','1','105','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5020','Kafra_Band','Kafra Band','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','106','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5021','Bankruptcy_Of_Heart','Grief for Greed','5','20','10','1200','0','0','8','0','0','263200','63','2','256','0','38','150','1','107','0','bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5022','Helm_Of_Sun','Hat of the Sun God','5','20','10','2400','0','0','4','0','0','1040256','63','2','768','0','0','150','1','138','0','bonus bStr,3; bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5023','Hat_Of_Bundle','Parcel Hat','5','20','10','1000','0','0','0','0','0','263200','63','2','256','0','0','150','1','108','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5024','Hat_Of_Cake','Cake Hat','5','20','10','1000','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','109','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5025','Helm_Of_Angel','Helm of Angel','5','20','10','1600','0','0','10','0','0','1040256','63','2','256','0','74','150','1','110','0','bonus bAgi,1; bonus bLuk,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5026','Hat_Of_Cook','Chef Hat','5','20','10','300','0','0','3','0','0','4294967294','63','2','256','0','50','150','1','111','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5027','Wizardry_Hat','Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','112','0','bonus bInt,2; bonus bMaxSP,150;','','');
+REPLACE INTO `item_db_re` VALUES ('5028','Candle','Candle','5','20','10','150','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','113','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5029','Spore_Hat','Spore Hat','5','20','10','900','0','0','6','0','0','4294967294','63','2','256','0','20','150','1','114','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5030','Panda_Cap','Panda Hat','5','20','10','800','0','0','6','0','0','4294967294','63','2','256','0','40','150','1','115','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5031','Mine_Helm','Mine Hat','5','20','10','1500','0','0','9','0','0','447986','63','2','256','0','55','150','1','116','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5032','Picnic_Hat','Sunday Hat','5','20','10','800','0','0','1','0','0','4294967294','63','2','256','0','0','150','1','117','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5033','Smokie_Hat','Raccoon Hat','5','20','10','900','0','0','6','0','0','4294967294','63','2','256','0','50','150','1','118','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5034','Light_Bulb_Band','Bulb Band','5','20','10','500','0','0','0','0','0','4294967294','63','2','256','0','0','150','1','119','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5035','Poring_Hat','Poring Hat','5','20','10','700','0','0','3','0','0','4294967294','63','2','256','0','38','150','1','120','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5036','Cross_Band','Cross Hat','5','20','10','250','0','0','2','0','0','4294967294','63','2','256','0','10','150','1','121','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5037','Fruit_Shell','Nut Shell','5','20','10','150','0','0','8','0','0','4294967295','63','2','256','0','5','150','0','122','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5038','Deviruchi_Cap','Deviruchi Hat','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','64','150','1','123','0','bonus bStr,1; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5039','Mottled_Egg_Shell','Rainbow Eggshell','5','20','10','400','0','0','8','0','0','4294967295','63','2','256','0','19','150','0','124','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5040','Blush','Blush','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','125','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5041','Heart_Hair_Pin','Heart Hairpin','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','126','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5042','Hair_Protector','Bao Bao','5','20','10','150','0','0','0','0','0','4294967294','63','2','256','0','14','150','1','127','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5043','Opera_Ghost_Mask','Opera Phantom Mask','5','20','10','200','0','0','2','0','0','4294967294','63','2','512','0','20','150','0','128','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5044','Devil\'s_Wing','Evil Wing Ears','5','20','10','350','0','0','4','0','0','4294967295','63','2','256','0','45','150','1','129','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5045','Magician_Hat','Magician Hat','5','20','10','500','0','0','6','0','0','8487700','63','2','256','0','50','150','1','130','0','bonus bDex,1; bonus bAgi,1; bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5046','Bongun_Hat','Bongun Hat','5','20','10','300','0','0','5','0','0','4294967295','63','2','769','0','0','150','0','139','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5047','Fashion_Sunglass','Fashionable Glasses','5','20','10','100','0','0','0','0','0','4294967294','63','2','256','0','0','150','1','131','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5048','First_Moon_Hair_Pin','Cresent Hairpin','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','132','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5049','Stripe_Band','Striped Hairband','5','20','10','150','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','133','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5050','Mystery_Fruit_Shell','Wonder Nutshell','5','20','10','300','0','0','10','0','0','4294967295','63','2','256','0','30','150','0','134','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5051','Kitty_Bell','Pussy Cat Bell','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','135','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5052','Blue_Hair_Band','Blue Hairband','5','20','10','150','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','136','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5053','Spinx_Helm','Sphinx Hat','5','20','10','3000','0','0','5','0','0','16514','63','2','257','0','65','150','0','137','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5054','Assasin_Mask','Assassin Mask','5','20','10','100','0','0','0','0','0','4352','63','2','1','0','70','150','0','180','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5055','Novice_Egg_Cap','Novice False Eggshell','5','1','0','1','0','0','6','0','0','1','47','2','256','0','0','150','0','101','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5056','Love_Berry','Fruit of Love','5','1','0','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','140','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5057','Ear_Of_Black_Cat','Black Cat Ears','5','16000','8000','200','0','0','4','0','0','4294967295','63','2','256','0','45','150','1','141','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5058','Drooping_Kitty','Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','142','0','bonus bMdef,15; bonus2 bResEff,Eff_Curse,3000;','','');
+REPLACE INTO `item_db_re` VALUES ('5059','Brown_Bear_Cap','Teddybear Hat','5','20','10','800','0','0','6','0','0','4294967295','63','2','256','0','50','150','1','143','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5060','Party_Hat','Party Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','144','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5061','Flower_Hairpin','Flower Hairpin','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','145','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5062','Straw_Hat','Straw Hat','5','20','10','200','0','0','6','0','0','4294967295','63','2','256','0','50','150','1','146','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5063','Plaster','Giant Band Aid','5','20','10','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','1','147','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5064','Leaf_Headgear','Smokie Leaf','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','148','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5065','Fish_On_Head','Blue Fish','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','149','0','bonus2 bAddRace,RC_Fish,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5066','Horn_Of_Succubus','Succubus Horn','5','20','10','800','0','0','7','0','0','4294967294','63','2','256','0','70','150','1','150','0','bonus bInt,1; bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5067','Sombrero','Sombrero','5','20','10','350','0','0','8','0','0','4294967294','63','2','256','0','0','150','1','151','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5068','Ear_Of_Devil\'s_Wing','Evil Wing Ears','5','20','10','100','0','0','3','0','0','4294967295','63','2','512','0','70','150','0','152','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5069','Mask_Of_Fox','Kitsune Mask','5','20','10','300','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','153','0','bonus bAgi,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5070','Headband_Of_Power','Hot-blooded Headband','5','20','10','100','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','154','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5071','Indian_Headband','Indian Headband','5','20','10','200','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','155','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5072','Inccubus_Horn','Incubus Horn','5','20','10','800','0','0','7','0','0','4294967294','63','2','256','0','70','150','1','156','0','bonus bAgi,1; bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5073','Cap_Of_Concentration','Model Training Hat','5','20','10','700','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','157','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5074','Ear_Of_Angel\'s_Wing','Angel Wing Ears','5','20','10','100','0','0','3','0','0','4294967295','63','2','512','0','70','150','0','158','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5075','Cowboy_Hat','Cowboy Hat','5','20','10','500','0','0','8','0','0','4294967295','63','2','256','0','0','150','1','159','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5076','Fur_Hat','Beanie','5','20','10','350','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','160','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5077','Tulip_Hairpin','Tulip Hairpin','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','161','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5078','Sea_Otter_Cap','Sea-Otter Hat','5','20','10','800','0','0','6','0','0','4294967295','63','2','256','0','50','150','1','162','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5079','Crossed_Hair_Band','X Hairpin','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','163','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5080','Headgear_Of_Queen','Crown of Ancient Queen','5','20','10','400','0','0','8','0','0','4294967295','63','2','256','0','45','150','1','164','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5081','Mistress_Crown','Crown of Mistress','5','20','10','100','0','0','2','0','0','4294967294','63','2','256','0','75','150','1','165','0','bonus bMaxSP,100; bonus bInt,2; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5082','Mushroom_Band','Decorative Mushroom','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','166','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5083','Red_Tailed_Ribbon','Red Ribbon','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','45','150','1','167','0','bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5084','Lazy_Raccoon','Lazy Smokie','5','20','10','500','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','168','0','bonus2 bResEff,Eff_Sleep,2000;','','');
+REPLACE INTO `item_db_re` VALUES ('5085','Pair_Of_Red_Ribbon','Small Ribbons','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','45','150','0','169','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5086','Alarm_Mask','Alarm Mask','5','20','10','100','0','0','2','0','0','4294967294','63','2','513','0','0','150','0','170','0','bonus2 bResEff,Eff_Blind,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('5087','Goblin_Mask_01','Poker Face','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','171','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5088','Goblin_Mask_02','Surprised Mask','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','172','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5089','Goblin_Mask_03','Annoyed Mask','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','173','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5090','Goblin_Mask_04','Goblin Leader Mask','5','20','10','100','0','0','2','0','0','4294967295','63','2','513','0','0','150','0','174','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5091','Big_Golden_Bell','Decorative Golden Bell','5','20','10','200','0','0','2','0','0','4294967294','63','2','768','0','35','150','1','175','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5092','Blue_Coif','Coif','5','150000','75000','300','0','0','5','0','0','4352','63','2','768','0','65','150','1','176','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5093','Blue_Coif_','Coif','5','150000','75000','300','0','0','5','0','1','4352','63','2','768','0','65','150','1','177','0','bonus bMaxSP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5094','Orc_Hero_Helm','Helmet of Orc Hero','5','500000','250000','900','0','0','5','0','0','4294967294','63','2','768','0','55','150','1','178','0','bonus bStr,2; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5095','Orc_Hero_Helm_','Helmet of Orc Hero','5','800000','400000','1000','0','0','5','0','1','4294967294','63','2','768','0','55','150','1','179','0','bonus bStr,2; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5096','Assassin_Mask_','Assassin Mask','5','20','10','100','0','0','1','0','0','4352','63','2','1','0','70','150','0','180','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5097','Cone_Hat_','Holiday Hat','5','0','0','400','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','144','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5098','Tiger_Mask','Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','181','0','bonus bStr,3; bonus bMaxHP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5099','Cat_Hat','Neko Mimi','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','182','0','bonus bLuk,2; bonus bMdef,10; bonus2 bSubRace,RC_Brute,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5100','Sales_Signboard','Sales Banner','5','20','10','800','0','0','0','0','0','4294967295','63','2','256','0','75','150','1','183','0','bonus bStr,1; bonus bAgi,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5101','Takius_Blindfold','Takius Blindfold','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','184','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5102','Round_Eyes','Blank Eyes','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','185','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5103','Sunflower_Hairpin','Sunflower Hairpin','5','20','10','600','0','0','2','0','0','4294967294','63','2','256','0','30','150','0','186','0','bonus bAgi,2; bonus bCritical,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5104','Dark_Blindfold','Dark Blinder','5','20','10','100','0','0','0','0','0','4294967294','63','2','512','0','0','150','0','187','0','bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stun,200;','','');
+REPLACE INTO `item_db_re` VALUES ('5105','Hat_Of_Cake_','2nd Anniversary Hat','5','20','10','1000','0','0','2','0','0','4294967295','63','2','256','0','24','150','1','109','0','bonus bDex,1; bonus bMaxSP,80; bonus3 bAddMonsterDropItem,7864,7,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5106','Cone_Hat_INA','2nd Anniversary Hat','5','20','10','300','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','144','0','bonus bUnbreakableHelm,0; bonus bMdef,10; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5107','Well_Baked_Toast','Crunch Toast','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','188','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5108','Detective_Hat','Renown Detective\'s Cap','5','20','10','350','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','189','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5109','Red_Bonnet','Red Bonnet','5','20','10','400','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','190','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5110','Baby_Pacifier','Baby Pacifier','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','191','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5111','Galapago_Cap','Galapago Cap','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','55','150','1','192','0','bonus2 bAddMonsterDropItem,605,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5112','Super_Novice_Hat','Super Novice Hat','5','8500','4250','400','0','0','8','0','0','1','47','2','256','0','40','150','1','193','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5113','Angry_Mouth','Angry Snarl','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','194','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5114','Fedora','Bucket Hat','5','6000','3000','300','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','195','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5115','Winter_Hat','Winter Hat','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','196','0','bonus2 bResEff,Eff_Freeze,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('5116','Banana_Hat','Banana Hat','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','197','0','bonus3 bAutoSpell,SM_PROVOKE,3,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5117','Mistic_Rose','Mystic Rose','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','198','0','bonus2 bSubRace,RC_Plant,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5118','Ear_Of_Puppy','Puppy Headband','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','199','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5119','Super_Novice_Hat_','Super Novice Hat','5','8500','4250','400','0','0','8','0','1','1','47','2','256','0','40','150','1','193','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5120','Fedora_','Bucket Hat','5','6000','3000','300','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','195','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5121','Zherlthsh_Mask','Zealotus Mask','5','20','10','400','0','0','3','0','0','4294967294','63','2','768','0','70','150','1','200','0','bonus2 bAddRace,RC_DemiHuman,5; bonus2 bSubRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5122','Magni_Cap','Magni\'s Cap','5','30000','15000','1000','0','0','9','0','0','4294967294','63','2','256','0','65','150','1','250','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5123','Ulle_Cap','Ulle\'s Cap','5','30000','15000','500','0','0','6','0','1','4294967294','63','2','256','0','65','150','1','254','0','bonus bDex,2; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5124','Fricca_Circlet','Fricca\'s Circlet','5','30000','15000','300','0','0','6','0','0','4294967294','63','2','256','0','65','150','1','251','0','bonus bMdef,10; bonus bInt,2; bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5125','Kiss_Of_Angel','Angel\'s Kiss','5','10000','5000','300','0','0','6','0','1','1','47','2','256','0','50','150','1','255','0','bonus bSPrecovRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5126','Morpheus\'s_Hood','Morpheus\'s Hood','5','30000','15000','200','0','0','3','0','0','4294967294','63','2','256','0','33','150','1','256','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5127','Morrigane\'s_Helm','Morrigane\'s Helm','5','30000','15000','500','0','0','8','0','0','4294967294','63','2','256','0','61','150','1','257','0','bonus bLuk,2; bonus bBaseAtk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5128','Goibne\'s_Helmet','Goibne\'s Helm','5','30000','15000','500','0','0','10','0','0','4294967294','63','2','256','0','54','150','1','258','0','bonus bVit,3; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5129','Bird_Nest','Bird Nest','5','20','10','400','0','0','2','0','0','4294967295','63','2','256','0','50','150','0','201','0','bonus bAgi,2; bonus2 bSubRace,RC_Brute,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5130','Lion_Mask','Lion Mask','5','20','10','700','0','0','0','0','0','1040256','63','2','768','0','75','150','1','202','0','bonus2 bAddEffWhenHit,Eff_Silence,500; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5131','Close_Helmet','Close Helmet','5','20','10','1200','0','0','8','0','0','16514','63','2','769','0','75','150','1','203','0','bonus bVit,3; bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5132','Angeling_Hat','Angeling Hat','5','20','10','700','0','0','5','0','0','4294967295','63','2','256','0','0','150','0','204','0','bonus2 bSubRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5133','Sheep_Hat','Sheep Hat','5','20','10','150','0','0','3','0','0','33040','63','2','256','0','0','150','0','205','0','bonus bShortWeaponDamageReturn,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5134','Pumpkin_Hat','Pumpkin-Head','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','206','0','bonus2 bSubRace,RC_Demon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5135','Cyclops_Visor','Cyclop\'s Eye','5','0','0','200','0','0','0','0','0','4294967294','63','2','512','0','75','150','0','207','0','bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5136','Santa\'s_Hat_','Antonio\'s Santa Hat','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','20','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5137','Alice_Doll','Alice Doll','5','20','10','500','0','0','1','0','1','4294967294','63','2','256','0','30','150','0','208','0','bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddEff2,Eff_Sleep,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5138','Magic_Eyes','Magic Eyes','5','20','10','300','0','0','3','0','0','8454660','63','2','256','0','30','150','1','209','0','bonus bMdef,5; bonus bVariableCastrate,-10; bonus bUseSPrate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5139','Hibiscus','Hibiscus','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','210','0','bonus bDex,1; bonus bInt,1; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5140','Charming_Ribbon','Charming Ribbon','5','20','10','400','0','0','2','0','1','4294967295','63','2','256','0','10','150','1','211','0','bonus2 bSubRace,RC_Undead,5; bonus2 bSubRace,RC_Demon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5141','Marionette_Doll','Marionette Doll','5','20','10','400','0','0','1','0','1','4294967294','63','2','256','0','30','150','1','212','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5142','Crescent_Helm','Crescent Helm','5','20','10','3000','0','0','8','0','0','279714','63','2','768','0','50','150','1','213','0','bonus bVit,1; bonus2 bSubRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5143','Kabuki_Mask','Kabuki Mask','5','20','10','1000','0','0','5','0','1','4294967294','63','1','769','0','30','150','1','214','0','bonus2 bResEff,Eff_Silence,3000;','','');
+REPLACE INTO `item_db_re` VALUES ('5144','Gambler_Hat','Gamble Hat','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','16','0','bonus bLuk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5145','Carnival_Joker_Jester','Carnival Joker Jester','5','10','5','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','89','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5146','Elephant_Hat','Elephant Hat','5','0','0','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','215','0','bonus bVit,1; bonus2 bSubRace,RC_Brute,7; skill WZ_WATERBALL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5147','Baseball_Cap','Baseball Cap','5','0','0','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','216','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5148','Phrygian_Cap','Phrygian Cap','5','0','0','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','217','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5149','Silver_Tiara','Silver Tiara','5','0','0','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','218','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5150','Joker_Jester_','Joker Jester','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','219','0','bonus bSpeedRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('5151','Headset_OST','Note Headphone','5','20','10','200','0','0','4','0','1','4294967295','63','2','768','0','0','150','1','220','0','bonus bMdef,3; bonus2 bResEff,Eff_Stun,1000; bonus2 bResEff,Eff_Freeze,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('5152','Chinese_Crown','Chinese Crown','5','20','10','2000','0','0','2','0','0','4294967295','63','2','768','0','0','150','1','221','0','bonus bMdef,2; bonus2 bResEff,Eff_Stun,1000; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5153','Angeling_Hairpin','Angeling Hairpin','5','20','10','700','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','222','0','bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5154','Sunglasses_F','Father\'s Sunglasses','5','20','10','100','0','0','4','0','0','4294967295','63','2','512','0','0','150','0','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5155','Granpa_Beard_F','Father\'s White Moustache','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','25','0','bonus bBaseAtk,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5156','Flu_Mask_F','Father\'s Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','8','0','bonus bMatkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5157','Viking_Helm_','Orc Helm','5','20','10','500','0','0','9','0','1','414946','63','2','256','0','0','150','1','86','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5158','Holy_Bonnet_','Monk Hat','5','30000','15000','100','0','0','10','0','1','33040','63','2','256','0','0','150','1','35','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5159','Golden_Gear_','Golden Gear','5','20','10','900','0','0','9','0','1','4294967294','63','2','256','0','40','150','1','30','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5160','Magestic_Goat_','Magestic Goat','5','20','10','800','0','0','9','0','1','6571170','63','2','256','0','0','150','1','41','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5161','Sharp_Gear_','Spiky Band','5','20','10','1000','0','0','12','0','1','6739442','63','2','256','0','50','150','1','43','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5162','Bone_Helm_','Bone Helm','5','20','10','800','0','0','15','0','1','279714','63','2','256','0','70','150','1','103','0','bonus2 bSubEle,Ele_Dark,-15;','','');
+REPLACE INTO `item_db_re` VALUES ('5163','Corsair_','Corsair','5','20','10','500','0','0','10','0','1','4294967294','63','2','256','0','0','150','1','105','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5164','Tiara_','Tiara','5','20','10','400','0','0','7','0','1','4294967294','63','2','256','0','45','150','1','19','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5165','Crown_','Crown','5','20','10','400','0','0','7','0','1','4294967294','63','1','256','0','45','150','1','45','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5166','Spinx_Helm_','Sphinx Hat','5','20','10','3000','0','0','5','0','1','16514','63','2','257','0','65','150','0','137','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5167','Munak_Turban_','Munak Hat','5','20','10','300','0','0','5','0','1','4294967295','63','2','769','0','0','150','0','51','0','bonus2 bSubRace,RC_Undead,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5168','Bongun_Hat_','Bongun Hat','5','20','10','300','0','0','5','0','1','4294967295','63','2','769','0','0','150','0','139','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5169','Bride_Mask','Bride Mask','5','30000','15000','500','0','0','4','0','1','4294967295','63','2','768','0','40','150','1','223','0','if(BaseClass==Job_Taekwon) { bonus bLuk,2; bonus bCritical,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('5170','Feather_Beret','Feather Beret','5','30000','15000','600','0','0','1','0','0','4294967294','63','2','256','0','0','150','1','224','0','bonus bMdef,1; bonus2 bSubRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5171','Valkyrie_Helm','Valkyrie Helm','5','100000','50000','1000','0','0','10','0','1','1040382','58','2','256','0','0','150','1','225','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5172','Beret','Beret','5','30000','15000','700','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','226','0','bonus2 bSubRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5173','Satto_Hat','Magistrate Hat','5','30000','15000','400','0','0','6','0','1','4294967295','63','2','256','0','60','150','1','227','0','if(BaseClass==Job_Taekwon) { bonus bAgi,1; bonus bHPrecovRate,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('5174','Ayam','Ayam','5','30000','15000','400','0','0','6','0','1','4294967295','63','2','256','0','60','150','1','228','0','if(BaseClass==Job_Taekwon) { bonus bInt,1; bonus bSPrecovRate,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('5175','Censor_Bar','Censor Bar','5','30000','15000','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','229','0','bonus2 bResEff,Eff_Curse,500; bonus bMdef,1; bonus bHit,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('5176','Hahoe_Mask','Hahoe Mask','5','30000','15000','100','0','0','2','0','0','4294967295','63','2','513','0','30','150','0','230','0','if(BaseClass==Job_Taekwon) { bonus bLuk,1; bonus bFlee2,2; }','','');
+REPLACE INTO `item_db_re` VALUES ('5177','Guardian_Lion_Mask','Mythical Lion Mask','5','30000','15000','500','0','0','5','0','1','4294967295','63','2','768','0','40','150','1','231','0','if(BaseClass==Job_Taekwon) { bonus bDex,2; bonus bBaseAtk,2*getrefine(); bonus3 bAddEff,Eff_Stun,1000,ATF_SHORT; }','','');
+REPLACE INTO `item_db_re` VALUES ('5178','Candle_','Candle','5','20','10','150','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','113','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5179','Gold_Tiara','Golden Tiara','5','0','0','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','232','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5180','Phrygian_Cap_','France Holiday Hat','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','217','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5181','Helm_Of_Darkness','Helm of Darkness','5','20','10','500','0','0','3','0','1','414946','63','2','768','0','50','150','1','233','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5182','Puppy_Hat','Puppy Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','30','150','0','234','0','bonus bAgi,1; bonus3 bAutoSpell,PR_GLORIA,1,10+20*(readparam(bAgi)>=77);','','');
+REPLACE INTO `item_db_re` VALUES ('5183','Bird_Nest_Hat','Bird Nest Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','235','0','bonus bDex,1; bonus bAgi,1; bonus2 bResEff,Eff_Stun,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('5184','Captain_Hat','Captain\'s Hat','5','20','10','500','0','0','8','0','0','4294967294','63','2','256','0','30','150','1','236','0','bonus2 bSubEle,Ele_Water,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5185','Laurel_Wreath','Laurel Wreath','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','10','150','1','237','0','bonus bLuk,3; bonus2 bResEff,Eff_Blind,500; bonus2 bResEff,Eff_Curse,500;','','');
+REPLACE INTO `item_db_re` VALUES ('5186','Geographer_Band','Geographer Band','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','30','150','0','238','0','bonus bInt,1; bonus3 bAutoSpellWhenHit,AL_HEAL,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5187','Twin_Ribbon','Twin Red Ribbon','5','20','10','200','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','239','0','bonus bMaxSP,30; bonus bMdef,3; bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,10; bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,6,120,BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5188','Minstrel_Hat','Creative Convention Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','240','0','bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5189','Fallen_Leaves','Autumn Leaves','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','241','0','bonus bMaxHP,40; bonus bMaxSP,40;','','');
+REPLACE INTO `item_db_re` VALUES ('5190','Baseball_Cap_','Independence Memorial Hat','5','20','10','20','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','216','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5191','Ribbon_Black','Black Ribbon','5','800','400','100','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','242','0','bonus bInt,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5192','Ribbon_Yellow','Yellow Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','243','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5193','Ribbon_Green','Green Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','244','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5194','Ribbon_Pink','Pink Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','245','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5195','Ribbon_Red','Red Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','246','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5196','Ribbon_Orange','Orange Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','247','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5197','Ribbon_White','White Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','248','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5198','Drooping_Bunny','Evolved Drooping Bunny','5','10','5','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','249','0','bonus bDex,1; bonus bFlee,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5199','Baseball_Cap_I','Baseball Cap','5','0','0','200','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','216','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5200','Coppola','Coppola','5','10','5','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','252','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5201','Party_Hat_B','Party Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','144','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5202','Pumpkin_Hat_','Fantastic Pumpkin-Head','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','206','0','bonus2 bSubRace,RC_Demon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5203','Tongue_Mask','Smiling Mask','5','20','10','200','0','0','2','0','0','4294967295','63','2','513','0','0','150','0','253','0','bonus bSpeedRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('5204','Event_Pierrot_Nose','Rudolph\'s Nose','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','49','0','bonus2 bResEff,Eff_Blind,3000; bonus2 bAddMonsterDropItem,12130,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5205','Wreath','Emperor\'s Laurel Crown','5','20','10','1000','0','0','3','0','0','4294967295','63','2','768','0','0','150','1','261','0','bonus bAllStats,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5206','Romantic_White_Flower','Romantic White Flower','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','259','0','bonus2 bSubRace,RC_Plant,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5207','Gold_Spirit_Chain','Angel Blessing','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','260','0','bonus bLuk,1; bonus2 bSubEle,Ele_Holy,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5208','Rideword_Hat','Rideword Hat','5','20','10','300','0','0','3','0','1','4294967294','63','2','256','0','40','150','1','262','0','bonus2 bHPDrainRate,50,8; bonus2 bSPDrainRate,10,4; bonus2 bHPLossRate,10,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('5209','Yellow_Baseball_Cap','Love Dad Cap','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','263','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5210','Flying_Angel','Flapping Angel Wing','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','10','150','1','264','0','bonus bVariableCastrate,-3; bonus bAspdRate,3; bonus bInt,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5211','Dress_Hat','Dress Hat','5','0','0','200','0','0','3','0','1','4294967295','63','2','256','0','20','150','1','265','0','bonus bMdef,7; bonus bStr,1; bonus bInt,1; bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; bonus bHealPower,5; if(getrefine()>=7) { bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1; bonus bMatkRate,1; bonus bHealPower,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('5212','Satellite_Hairband','Satellite Hairband','5','0','0','1000','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','266','0','bonus bMaxHP,50; bonus bMaxSP,10; skill AL_RUWACH,1;','','sc_end SC_RUWACH;');
+REPLACE INTO `item_db_re` VALUES ('5213','Black_Bunny_Band','Sheila Hairnet','5','0','0','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','267','0','bonus bAgi,2; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5214','Moonlight_Flower_Hat','Moonlight Flower Hat','5','0','0','200','0','0','3','0','0','4294967295','63','2','768','0','0','150','1','268','0','bonus bDex,2; bonus3 bAutoSpell,AL_INCAGI,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5215','Angelic_Chain_','Evolved Angel Wing','5','20','10','100','0','0','4','0','0','4294967294','63','2','256','0','0','150','1','38','0','bonus bMdef,3; bonus bDex,1; bonus bInt,1; bonus2 bSubRace,RC_Demon,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5216','Satanic_Chain_','Evolved Evil Wing','5','20','10','100','0','0','6','0','0','4294967294','63','2','256','0','0','150','1','39','0','bonus bStr,1; bonus bAgi,1; bonus bFlee,3; bonus2 bSubRace,RC_Angel,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5217','Magestic_Goat_TW','Evolved Magestic Goat','5','20','10','800','0','0','10','0','0','6571170','63','2','256','0','0','150','1','41','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5218','Bunny_Band_','Evolved Bunny Band','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','15','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5219','Drooping_Kitty_','Evolved Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','142','0','bonus bMdef,18; bonus bFlee,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5220','Smoking_Pipe_','Evolved Pipe','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','55','0','bonus bVit,1; bonus2 bSubRace,RC_Brute,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5221','Pair_Of_Red_Ribbon_','Evolved Pair of Red Ribbon','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','45','150','0','169','0','bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5222','Fish_On_Head_','Evolved Blue Fish','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','149','0','bonus bAgi,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5223','Big_Golden_Bell_','Evolved Big Golden Bell','5','20','10','200','0','0','2','0','0','4294967294','63','2','768','0','35','150','1','175','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5224','Orc_Hero_Helm_TW','Evolved Orc Hero Helm','5','500000','250000','900','0','0','5','0','0','4294967294','63','2','768','0','55','150','1','178','0','bonus bStr,2; bonus bVit,1; bonus bMaxHPrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5225','Marcher_Hat','Parade Hat','5','20','10','200','0','0','4','0','1','4294967295','63','2','256','0','10','150','1','269','0','bonus bMdef,2; bonus bStr,2; bonus4 bAutoSpellWhenHit,AL_ANGELUS,5,30,0; bonus4 bAutoSpellWhenHit,HP_ASSUMPTIO,1,1,0; bonus2 bResEff,Eff_Stun,1000; if(BaseClass==Job_Acolyte) bonus4 bAutoSpellOnSkill,AL_HEAL,PR_LEXAETERNA,1,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('5226','Mini_Propeller_','Mini Propeller','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','270','0','bonus bAgi,2; bonus bDex,1; bonus bFlee,10; bonus bVariableCastrate,-getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('5227','Red_Deviruchi_Cap','Red Deviruchi Hat','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','64','150','1','271','0','bonus bStr,1; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5228','White_Deviruchi_Cap','Gray Deviruchi Hat','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','64','150','1','272','0','bonus bStr,1; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5229','Gray_Deviruchi_Cap','Brown Deviruchi Hat','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','64','150','1','273','0','bonus bStr,1; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5230','White_Drooping_Kitty','Gray Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','274','0','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5231','Gray_Drooping_Kitty','Brown Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','275','0','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5232','Pink_Drooping_Kitty','Pink Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','276','0','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5233','Blue_Drooping_Kitty','Blue Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','277','0','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5234','Yellow_Drooping_Kitty','Yellow Drooping Cat','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','278','0','bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5235','Gray_Fur_Hat','Brown Beanie','5','20','10','350','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','279','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5236','Blue_Fur_Hat','Blue Beanie','5','20','10','350','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','280','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5237','Pink_Fur_Hat','Pink Beanie','5','20','10','350','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','281','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5238','Red_Wizardry_Hat','Red Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','282','0','bonus bInt,2; bonus bMaxSP,150;','','');
+REPLACE INTO `item_db_re` VALUES ('5239','White_Wizardry_Hat','Gray Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','283','0','bonus bInt,2; bonus bMaxSP,150;','','');
+REPLACE INTO `item_db_re` VALUES ('5240','Gray_Wizardry_Hat','Brown Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','284','0','bonus bInt,2; bonus bMaxSP,150;','','');
+REPLACE INTO `item_db_re` VALUES ('5241','Blue_Wizardry_Hat','Blue Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','285','0','bonus bInt,2; bonus bMaxSP,150;','','');
+REPLACE INTO `item_db_re` VALUES ('5242','Yellow_Wizardry_Hat','Yellow Mage Hat','5','20','10','300','0','0','2','0','0','8454660','63','2','256','0','0','150','1','286','0','bonus bInt,2; bonus bMaxSP,150;','','');
+REPLACE INTO `item_db_re` VALUES ('5243','Chullos','Shafka','5','20','10','800','0','0','2','0','1','4294967295','63','2','768','0','0','150','1','287','0','bonus2 bResEff,Eff_Freeze,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('5244','Elven_Blindfold','Elven Blindfold','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','288','0','bonus2 bResEff,Eff_Blind,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('5245','Elven_Sunglasses','Elven Sunglasses','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','289','0','bonus2 bResEff,Eff_Blind,500;','','');
+REPLACE INTO `item_db_re` VALUES ('5246','Angelic_Helm','Angelic Helm','5','20','10','700','0','0','7','0','0','4294967295','63','2','256','0','0','150','1','290','0','bonus bAgi,1; bonus bLuk,1; bonus bMdef,3; bonus2 bSubRace,RC_Demon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5247','Satanic_Helm','Satanic Helm','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','0','150','1','291','0','bonus bAgi,1; bonus bLuk,1; bonus bMdef,3; bonus2 bSubRace,RC_Demon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5248','Robotic_Blindfold','Robotic Blindfold','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','292','0','bonus2 bResEff,Eff_Blind,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('5249','Human_Blindfold','Human Blindfold','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','293','0','bonus2 bResEff,Eff_Blind,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('5250','Robotic_Ears','Robotic Ears','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','294','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5251','Round_Ears','Round Ears','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','295','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5252','Drooping_Nine_Tail','Drooping Ninetail','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','20','150','1','296','0','bonus bAgi,1; bonus bDex,1; bonus3 bAutoSpellWhenHit,PR_GLORIA,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5253','Lif_Doll_Hat','Lif Doll Hat','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','20','150','1','297','0','bonus bInt,1; bonus bMdef,getrefine(); bonus bDef,getrefine()*-1;','','');
+REPLACE INTO `item_db_re` VALUES ('5254','Deviling_Hat','Deviling Hat','5','20','10','500','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','298','0','bonus bStr,1; bonus bCritical,3; bonus2 bSubRace,RC_Angel,-20; if(getrefine()>=6) { bonus bCritical,getrefine()-5; }','','');
+REPLACE INTO `item_db_re` VALUES ('5255','Triple_Poring_Hat','Triple Poring Hat','5','20','10','600','0','0','6','0','0','4294967295','63','2','256','0','20','150','0','299','0','bonus bLuk,3; bonus3 bAutoSpell,BS_GREED,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5256','Valkyrie_Feather_Band','Valkyrie Feather Band','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','20','150','1','300','0','bonus bInt,1; bonus3 bAutoSpellWhenHit,AL_HEAL,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5257','Soulless_Wing','Soul Ring','5','20','10','300','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','301','0','bonus bMdef,2; bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5258','Afro_Wig','Afro Wig','5','20','10','100','0','0','0','0','1','4294967295','63','2','768','0','10','150','1','302','0','bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,300; bonus2 bSubEle,Ele_Neutral,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5259','Elephant_Hat_','Elephant Hat','5','20','10','500','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','215','0','bonus bVit,1; bonus3 bAutoSpell,WZ_WATERBALL,3,10; skill AL_HOLYWATER,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5260','Cookie_Hat','Cookie Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','217','0','bonus bAgi,1; bonus bFlee2,5; bonus bCritAtkRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5261','Silver_Tiara_','Silver Tiara','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','218','0','bonus bInt,2; if(BaseClass==Job_Mage) bonus bMatkRate,(JobLevel/20); if(BaseClass==Job_Acolyte) bonus bUseSPrate,-(JobLevel/10); if(BaseClass==Job_Archer) bonus bMaxSP,(JobLevel*2);','','');
+REPLACE INTO `item_db_re` VALUES ('5262','Gold_Tiara_','Golden Tiara','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','232','0','bonus bStr,2; bonus bUnbreakableHelm,0; if((readparam(bDex)<56)&&(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief)) bonus bDex,JobLevel/7;','','');
+REPLACE INTO `item_db_re` VALUES ('5263','Ati_Atihan_Hat','Pagdayaw','5','20','10','100','0','0','1','0','0','4294967294','63','2','769','0','20','150','1','303','0','bonus2 bSubEle,Ele_Water,1; bonus2 bSubEle,Ele_Earth,1; bonus2 bSubEle,Ele_Fire,1; bonus2 bSubEle,Ele_Wind,1; bonus2 bAddEff,Eff_Curse,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5264','Aussie_Flag_Hat','Australian Flag Hat','5','20','10','500','0','0','8','0','0','4294967295','63','2','256','0','0','150','1','304','0','bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5265','Apple_Of_Archer_C','Rental Apple of Archer','5','1','0','0','0','0','12','0','0','4294967294','63','2','256','0','0','150','0','72','0','bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5266','Bunny_Band_C','Rental Bunny Band','5','1','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','15','0','bonus bMdef,5; bonus2 bSubRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5267','Sahkkat_C','Sahkkat C','5','1','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','67','0','bonus bAgi,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5268','Lord_Circlet_C','Grand Circlet','5','1','0','0','0','0','12','0','0','4294967294','63','2','256','0','0','150','0','93','0','bonus bStr,3; bonus bInt,3; bonus bLuk,3; bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5269','Flying_Angel_','Flapping Angel Wing','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','10','150','1','264','0','bonus bInt,1; bonus bAgi,1; bonus bAspdRate,3; bonus bSpeedRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('5270','Fallen_Leaves_','Autumn Leaves','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','241','0','bonus bFlee2,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5271','Chinese_Crown_','Phoenix Crown','5','20','10','500','0','0','4','0','1','4294967295','63','2','768','0','0','150','1','221','0','bonus bMdef,3; bonus2 bSubRace,RC_Boss,getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('5272','Tongue_Mask_','Tongue Mask','5','20','10','100','0','0','2','0','0','4294967295','63','2','513','0','0','150','0','253','0','bonus3 bAutoSpell,SM_PROVOKE,5,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5273','Happy_Wig','Happy Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','305','0','bonus bSpeedRate,25; bonus bDef,4; skill TF_HIDING,1;','','sc_end SC_HIDING;');
+REPLACE INTO `item_db_re` VALUES ('5274','Shiny_Wig','Shiny Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','306','0','bonus bSpeedRate,25; bonus bDef,4; skill TF_HIDING,1;','','sc_end SC_HIDING;');
+REPLACE INTO `item_db_re` VALUES ('5275','Marvelous_Wig','Marvelous Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','307','0','bonus bSpeedRate,25; bonus bDef,4; skill TF_HIDING,1;','','sc_end SC_HIDING;');
+REPLACE INTO `item_db_re` VALUES ('5276','Fantastic_Wig','Fantastic Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','308','0','bonus bSpeedRate,25; bonus bDef,4; skill TF_HIDING,1;','','sc_end SC_HIDING;');
+REPLACE INTO `item_db_re` VALUES ('5277','Yellow_Bandana','Air Pirate\'s Bandana','5','20','10','100','0','0','2','0','0','4294967294','63','2','256','0','20','150','1','309','0','bonus bLuk,2; bonus bVit,2; bonus bLongAtkDef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5278','Yellow_Ribbon','Yellow Ribbon','5','20','10','100','0','0','2','0','0','4294967294','63','2','256','0','20','150','1','310','0','bonus bLuk,2; bonus bVit,2; bonus bLongAtkDef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5279','Drooping_Kitty_C','Refined Drooping Cat','5','2','1','0','0','0','3','0','0','4294967294','63','2','256','0','0','150','0','142','0','bonus bMdef,15; bonus2 bResEff,Eff_Curse,3000;','','');
+REPLACE INTO `item_db_re` VALUES ('5280','Magestic_Goat_C','Baphomet Horns','5','2','1','0','0','0','10','0','0','4294967294','63','2','256','0','0','150','0','41','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5281','Deviruchi_Cap_C','Refined Deviruchi Hat','5','2','1','0','0','0','4','0','0','4294967294','63','2','256','0','0','150','0','123','0','bonus bStr,1; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5282','euRO_Baseball_Cap','Europe Baseball Cap','5','0','0','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','216','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5283','Chick_Hat','Chick Hat','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','10','150','0','311','0','bonus bLuk,2; bonus bMaxHP,50; bonus bMaxSP,50; skill TF_DOUBLE,2; bonus bDoubleRate,10; bonus2 bSubRace,RC_DemiHuman,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5284','Water_Lily_Crown','Water Lily Crown','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','30','150','0','312','0','bonus bDex,1; bonus bAgi,1; bonus bMdef,3; bonus bHPrecovRate,5; bonus bSPrecovRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5285','Vane_Hairpin','Vane Hairpin','5','20','10','300','0','0','4','0','1','4294967295','63','2','256','0','30','150','0','313','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5286','Pecopeco_Hairband','Pecopeco Hairband','5','20','10','0','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','314','0','bonus bUnbreakableHelm,0; bonus bSpeedRate,25; bonus bAspdRate,-10; bonus bVariableCastrate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('5287','Vacation_Hat','Vacation Hat','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','30','150','0','315','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5288','Red_Glasses','Red Glasses','5','20','10','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','316','0','bonus bUnbreakableHelm,0; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5289','Vanilmirth_Hat','Vanilmirth Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','30','150','0','317','0','bonus bUnbreakableHelm,0; bonus3 bAutoSpell,MG_FIREBOLT,1,10; bonus3 bAutoSpell,MG_COLDBOLT,1,10; bonus3 bAutoSpell,MG_LIGHTNINGBOLT,1,10; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5290','Drooping_Bunny_','Drooping Bunny','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','249','0','bonus bDex,1; bonus bFlee,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5291','Kettle_Hat','Kettle Hat','5','20','10','600','0','0','8','0','0','4294967295','63','2','256','0','30','150','1','318','0','bonus4 bAutoSpell,SA_DELUGE,2,10,0; bonus3 bAutoSpell,WZ_WATERBALL,3,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5292','Dragon_Skull','Dragon Skull','5','20','10','800','0','0','10','0','0','4294967295','63','2','256','0','50','150','1','319','0','bonus2 bSubRace,RC_Dragon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5293','Ramen_Hat','Ramen Hat','5','20','10','0','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','320','0','bonus bUnbreakableHelm,0; bonus bDex,4; bonus4 bAutoSpellWhenHit,AL_DECAGI,1,30,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5294','Whisper_Mask','Whisper Mask','5','20','10','0','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','321','0','bonus bUnbreakableHelm,0; bonus bAgi,3; bonus2 bSubEle,Ele_Ghost,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('5295','Golden_Bandana','Golden Bandana','5','20','10','2400','0','0','4','0','0','4294967295','63','2','768','0','0','150','0','138','0','bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5296','Drooping_Nine_Tail_','Drooping Nine Tail','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','296','0','bonus bAgi,1; bonus bCritical,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5297','Soulless_Wing_','Soul Wing','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','301','0','bonus bAllStats,1; bonus2 bSPRegenRate,2,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('5298','Marvelous_Wig_','Dokebi\'s Wig','5','20','10','100','0','0','1','0','1','4294967295','63','2','768','0','0','150','1','307','0','bonus2 bSubEle,Ele_Neutral,5; bonus2 bSubEle,Ele_Fire,-5; bonus2 bSubEle,Ele_Water,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('5299','Ati_Atihan_Hat_','Pagdayaw','5','20','10','100','0','0','1','0','1','4294967295','63','2','769','0','0','150','1','303','0','bonus3 bAutoSpell,DC_SCREAM,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5300','Bullock_Helm','Bullock Helm','5','20','10','800','0','0','4','0','0','4294967294','63','2','256','0','45','150','1','322','0','bonus bMaxHP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5301','Russian_Ribbon','Victory Hairband','5','0','0','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','323','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5302','Lotus_Flower_Hat','Water Lily Hat','5','0','0','100','0','0','2','0','0','4294967295','63','2','256','0','30','150','1','324','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5303','Flower_Coronet','Flower Crown','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','325','0','bonus bMdef,5; bonus bMaxHP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5304','Cap_Of_Blindness','Cap Of Blindness','5','20','10','800','0','0','4','0','1','4294967295','63','2','769','0','30','150','1','326','0','bonus2 bResEff,Eff_Curse,700; bonus2 bResEff,Eff_Blind,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('5305','Pirate_Dagger','Pirate Dagger','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','327','0','bonus bBaseAtk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5306','Freyja_Crown','Freyja Crown','5','0','0','500','0','0','20','0','0','4294967294','63','2','256','0','0','150','0','328','0','bonus2 bSubRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5307','Carmen_Miranda\'s_Hat','Carmen Miranda\'s Hat','5','20','10','400','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','329','0','bonus bMdef,3; bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5308','Brazilian_Flag_Hat','Brazilian Flag Hat','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','330','0','bonus bSpeedAddRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('5309','Mahican','Wool Mask','5','20','10','200','0','0','1','0','0','4294967295','63','2','769','0','0','150','1','331','0','skill RG_GRAFFITI,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5310','Bulb_Hairband','Shining Electric Bulb Hairband','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','332','0','bonus2 bSubEle,Ele_Dark,10; skill MG_SIGHT,1;','','sc_end SC_SIGHT;');
+REPLACE INTO `item_db_re` VALUES ('5311','Large_Hibiscus','Large Hisbiscus','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','333','0','bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5312','Ayothaya_Hat','Ayothaya King\'s Hat','5','20','10','100','0','0','10','0','1','414946','63','2','256','0','0','150','1','334','0','bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5313','Diadem','Diadem','5','20','10','100','0','0','3','0','1','4294967295','63','2','768','0','0','150','1','335','0','bonus bInt,1; bonus bMatkRate,3; bonus bVariableCastrate,-3;','','');
+REPLACE INTO `item_db_re` VALUES ('5314','Hockey_Mask','Hockey Mask','5','20','10','0','0','0','1','0','0','4294967295','63','2','513','0','50','150','0','336','0','bonus2 bAddRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5315','Observer','Observer','5','20','10','0','0','0','2','0','0','4294967295','63','2','512','0','35','150','0','337','0','bonus bUnbreakableHelm,0; skill WZ_ESTIMATION,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5316','Umbrella_Hat','Umbrella Hat','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','50','150','1','338','0','bonus2 bSubEle,Ele_Water,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5317','Fisherman_Hat','Fisherman Hat','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','339','0','bonus3 bAutoSpell,WZ_WATERBALL,3,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5318','Poring_Party_Hat','Poring Party Hat','5','20','10','0','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','340','0','bonus bAllStats,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5319','Hellomother_Hat','Arc Angeling Hat','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','341','0','bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5320','Champion_Wreath','Champion Wreath','5','20','10','500','0','0','8','0','0','4294967294','63','2','256','0','0','150','1','261','0','bonus bAllStats,2; bonus4 bAutoSpellWhenHit,AL_HEAL,1,50,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5321','Indonesian_Bandana','Indonesian Bandana','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','342','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5322','Scarf','Scarf','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','24','150','1','343','0','bonus bMdef,2; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5323','Misstrance_Crown','Misstrance Crown','5','20','10','0','0','0','14','0','0','4294967295','63','2','256','0','0','150','0','165','0','bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5324','Little_Angel_Doll','Little Angel Doll','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','344','0','bonus bDex,3; bonus4 bAutoSpellWhenHit,CR_GRANDCROSS,3,30,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5325','Robo_Eye','Robo Eye','5','20','10','200','0','0','2','0','0','4294967295','63','2','512','0','10','150','0','345','0','bonus bUnbreakableHelm,0; bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5326','Masquerade_C','Masquerade C','5','1','0','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','78','0','bonus2 bAddRace,RC_DemiHuman,7;','','');
+REPLACE INTO `item_db_re` VALUES ('5327','Orc_Hero_Helm_C','Refined Helmet of Orc Hero','5','1','0','0','0','0','10','0','0','4294967294','63','2','768','0','0','150','0','178','0','bonus bStr,5; bonus bVit,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5328','Evil_Wing_Ears_C','Evil Wing Ears C','5','1','0','0','0','0','4','0','0','4294967295','63','2','512','0','0','150','0','152','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5329','Dark_Blindfold_C','Costume: Dark Blindfold','5','1','0','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','187','0','bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stun,500;','','');
+REPLACE INTO `item_db_re` VALUES ('5330','kRO_Drooping_Kitty_C','kRO Drooping Kitty C','5','1','0','0','0','0','9','0','0','4294967294','63','2','256','0','0','150','0','142','0','bonus bMdef,15; bonus2 bResEff,Eff_Curse,4000; bonus2 bResEff,Eff_Curse,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('5331','Corsair_C','Corsair C','5','1','0','0','0','0','14','0','0','4294967294','63','2','256','0','0','150','0','105','0','bonus bVit,3; bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5332','Loki_Mask','Loki Mask','5','0','0','200','0','0','2','0','0','4294967295','63','2','513','0','20','150','0','346','0','bonus bFlee2,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5333','Radio_Antenna','Radio Antenna','5','0','0','1500','0','0','2','0','0','4294967295','63','2','256','0','50','150','1','347','0','bonus bMdef,5; bonus bCritical,5; bonus bFlee,5; skill MG_LIGHTNINGBOLT,1; bonus4 bAutoSpellWhenHit,MG_THUNDERSTORM,5,30,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5334','Angeling_Wanna_Fly','Flapping Angeling','5','0','0','700','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','348','0','bonus bDex,1; bonus bLuk,2; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5335','Jumping_Poring','Jumping Poring','5','0','0','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','349','0','bonus bLuk,1; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5336','Guildsman_Recruiter','Guildsman Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','350','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5337','Party_Recruiter_Hat','Party Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','351','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5338','Bf_Recruiter_Hat','Bf Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','352','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5339','Friend_Recruiter_Hat','Friend Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','353','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5340','Deprotai_Doll_Hat','Defolty Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','354','0','bonus2 bSubRace,RC_DemiHuman,5; bonus4 bAutoSpellWhenHit,AL_ANGELUS,10,20,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5341','Claris_Doll_Hat','Glaris Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','355','0','bonus2 bSubRace,RC_DemiHuman,5; bonus bMagicHPGainValue,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5342','Sorin_Doll_Hat','Sorin Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','356','0','bonus2 bSubRace,RC_DemiHuman,5; autobonus \"{ bonus bBaseAtk,50; }\",20,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('5343','Tayelin_Doll_Hat','Telling Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','357','0','bonus2 bSubRace,RC_DemiHuman,5; bonus2 bAddItemHealRate,504,10; bonus2 bAddItemHealRate,547,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5344','Binit_Doll_Hat','Bennit Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','358','0','bonus2 bSubRace,RC_DemiHuman,5; autobonus \"{ bonus bAspdRate,5; }\",20,30000,0,\"{ specialeffect2 EF_HASTEUP; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('5345','Debril_Doll_Hat','W Doll Hat','5','0','0','500','0','0','1','0','1','4294967295','63','2','256','0','60','150','0','359','0','bonus2 bSubRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Undead,5; bonus2 bMagicAddRace,RC_Undead,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5346','Gf_Recruiter_Hat','Gf Recruiter Hat','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','10','150','1','360','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5347','Ph.D_Hat_','Ph.D Hat','5','20','10','200','0','0','5','0','1','4294967294','63','2','256','0','0','150','1','98','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5348','Big_Sis\'_Ribbon_','Big Ribbon','5','15000','7500','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','28','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5349','Boy\'s_Cap_','Boy\'s Cap','5','20','10','100','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','102','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5350','Pirate_Bandana_','Pirate Bandana','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','74','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5351','Sunflower_','Sunflower','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','0','37','0','bonus2 bSubRace,RC_Insect,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5352','Poporing_Cap','Poporing Cap','5','20','10','700','0','0','4','0','0','4294967294','63','2','256','0','38','150','1','361','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5353','Helm_Of_Sun_','Hat of the Sun God','5','20','10','2400','0','0','4','0','1','1040256','63','2','768','0','0','150','1','138','0','bonus bStr,3; bonus bInt,2; bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,1,BF_WEAPON|BF_MAGIC,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5354','Muslim_Hat_M','Muslim Hat M','5','0','0','100','0','0','4','0','0','4294967295','63','1','256','0','0','150','0','362','0','bonus bVariableCastrate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('5355','Muslim_Hat_F','Selendang','5','0','0','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','363','0','bonus bVariableCastrate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('5356','Pumpkin_Hat_H','Festival Pumpkin Hat','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','206','0','bonus2 bSubRace,RC_Demon,5; bonus2 bAddRace,RC_Demon,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5357','Wings_Of_Victory','Wings Of Victory','5','20','10','200','0','0','10','0','0','4294967295','63','2','768','0','0','150','0','365','0','bonus bMdef,10; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5358','Pecopeco_Wing_Ears','Peco Ears','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','70','150','0','366','0','bonus bAgi,1; bonus bMdef,2; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5359','J_Captain_Hat','Ship Captain Hat','5','20','10','300','0','0','7','0','1','4294967295','63','2','256','0','60','150','1','367','0','bonus bDex,1; bonus bLongAtkRate,7; bonus bMaxHP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5360','Whikebain_Ears','Wickebine\'s Black Cat Ears','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','45','150','1','368','0','bonus bFlee,10; bonus bCritical,3; bonus bCritAtkRate,10; bonus bDefRate,-50; bonus bDef2Rate,-50;','','');
+REPLACE INTO `item_db_re` VALUES ('5361','Gang_Scarf','Gangster Scarf','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','0','bonus bUnbreakableHelm,0; bonus bBaseAtk,5; if(BaseJob==Job_Rogue) skill RG_GANGSTER,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5362','Ninja_Scroll','Ninja Scroll','5','20','10','200','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','370','0','bonus bUnbreakableHelm,0; bonus bMatkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5363','Helm_Of_Abyss','Abysmal Knight Helm','5','20','10','1000','0','0','9','0','1','414946','63','2','256','0','70','150','1','371','0','bonus2 bSubRace,RC_DemiHuman,-10; bonus2 bSubRace,RC_Boss,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5364','Dark_Snake_Lord_Hat','Evil Snake Lord Hat','5','20','10','500','0','0','4','0','1','4294967295','63','2','256','0','150','150','1','372','0','bonus bStr,1; bonus bInt,1; bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5365','Fried_Egg','Mangolia Hat','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','0','373','0','bonus2 bResEff,Eff_Stun,500; skill HT_FLASHER,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5366','Hat_0f_King','Love Dad Bandana','5','20','10','200','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','374','0','bonus bStr,2; bonus bAllStats,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5367','Hyegun_Hat','Yao Jun Hat','5','20','10','100','0','0','5','0','1','4294967295','63','2','769','0','10','150','0','375','0','bonus bMdef,3; bonus2 bSubRace,RC_Demon,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5368','White_Wing','White Wing','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','38','0','bonus2 bAddMonsterDropItem,12280,300;','','');
+REPLACE INTO `item_db_re` VALUES ('5369','Dark_Wing','Dark Wing','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','39','0','bonus2 bAddMonsterDropItem,12279,300;','','');
+REPLACE INTO `item_db_re` VALUES ('5370','Orchid_Hairband','Orchid Hairband','5','20','10','200','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','376','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5371','Hat_Of_Judge','Judge Hat','5','20','10','300','0','0','2','0','0','4294967295','63','2','768','0','0','150','1','377','0','bonus bLuk,1; bonus bMaxSP,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5372','Drooping_White_Kitty','Koneko Hat','5','20','10','500','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','378','0','bonus bInt,1; bonus bDelayrate,-3; bonus bMatkRate,3; bonus bMaxSPrate,3; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5373','Darkness_Helm','Dark Randgris Helm','5','20','10','300','0','0','2','0','1','4294967295','63','2','768','0','0','150','1','379','0','bonus bDex,3; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5374','L_Magestic_Goat','Gigantic Magestic Goat','5','20','10','800','0','0','10','0','0','4294967295','63','2','256','0','0','150','1','380','0','bonus2 bAddRace,RC_DemiHuman,12; bonus bBaseAtk,(JobLevel*2)/7;','','');
+REPLACE INTO `item_db_re` VALUES ('5375','L_Orc_Hero_Helm','Faux Orc Boss Hat','5','20','10','900','0','0','5','0','1','4294967295','63','2','768','0','0','150','1','381','0','bonus bStr,2; bonus3 bAutoSpellWhenHit,BS_WEAPONPERFECT,3,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5376','Satanic_Chain_P','Flying Evil Wings','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','382','0','bonus bMaxSP,120; bonus2 bAddEff2,Eff_Curse,300;','','');
+REPLACE INTO `item_db_re` VALUES ('5377','Antique_Pipe','Gentleman\'s Pipe','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','383','0','bonus bUnbreakableHelm,0; bonus2 bSubRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5378','Rabbit_Ear_Hat','Bunny Top Hat','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','384','0','bonus bAgi,3; bonus3 bAutoSpellWhenHit,AL_INCAGI,5,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5379','Balloon_Hat','Tam','5','0','0','800','0','0','5','0','1','4294967295','63','2','256','0','50','150','1','385','0','bonus bMdef,2; bonus bMatkRate,2+(getrefine()/2);','','');
+REPLACE INTO `item_db_re` VALUES ('5380','Fish_Head_Hat','Fish Head Hat','5','20','10','400','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','386','0','bonus3 bAutoSpell,SA_FROSTWEAPON,1,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5381','Santa_Poring_Hat','Santa Poring Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','0','387','0','bonus bMdef,2; bonus2 bAddEle,Ele_Dark,3; bonus2 bSubEle,Ele_Dark,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5382','Bell_Ribbon','Bell Ribbon','5','20','10','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','388','0','bonus bVit,1; skill AL_ANGELUS,1;','','sc_end SC_ANGELUS;');
+REPLACE INTO `item_db_re` VALUES ('5383','Hunting_Cap','Hunting Cap','5','20','10','250','0','0','6','0','1','4294967294','63','2','256','0','50','150','1','389','0','bonus bLuk,1; bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5384','Santa_Hat_1','Twin Pom Santa','5','20','10','200','0','0','4','0','1','4294967295','63','2','256','0','20','150','1','390','0','bonus bLuk,3; skill WZ_ESTIMATION,1; bonus3 bAutoSpell,AL_INCAGI,1,500;','','');
+REPLACE INTO `item_db_re` VALUES ('5385','Yoyo_Hat','Yoyo Hat','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','20','150','1','391','0','skill TF_HIDING,1;','','sc_end SC_HIDING;');
+REPLACE INTO `item_db_re` VALUES ('5386','Ayam_','New Year\'s Hat','5','0','0','70','0','0','7','0','0','4294967295','63','2','256','0','0','150','0','228','0','bonus bMdef,7; bonus bFlee,7; bonus2 bAddMonsterDropItem,12198,200;','','');
+REPLACE INTO `item_db_re` VALUES ('5387','Neko_Mimi_Kafra','Neko Mimi Kafra','5','20','10','200','0','0','1','0','1','4294967295','63','2','256','0','30','150','1','392','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5388','Snake_Head','Snake Head','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','393','0','skill TF_DOUBLE,5; bonus bDoubleRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('5389','Angel_Spirit','Angel Spirit','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','394','0','bonus bUnbreakableHelm,0; bonus bStr,2; bonus bHit,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5390','Santa_Hat_2','Blue Christmas Cheer','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','395','0','bonus2 bResEff,Eff_Freeze,3000;','','');
+REPLACE INTO `item_db_re` VALUES ('5391','Toast_C','Toast','5','20','10','0','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','188','0','bonus bUnbreakableHelm,0; bonus bMaxHP,100; bonus2 bAddMonsterDropItem,617,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5392','Louyang_Cap','Louyang NewYear Hat','5','20','10','300','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','396','0','bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5393','Valentine_Hat','Valentine Hat','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','397','0','bonus bMaxSPrate,7; bonus bMaxHPrate,7;','','');
+REPLACE INTO `item_db_re` VALUES ('5394','Bubblegum_Lower','Bubble Gum Low','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','0','0','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,100; bonus2 bExpAddRace,RC_NonBoss,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5395','Tiraya_Bonnet','Tiraya Bonnet','5','20','10','500','0','0','6','0','1','4294967295','63','2','256','0','50','150','1','398','0','bonus bMaxHP,100+(getrefine()*20); bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5396','Jasper_Crest','Jasper Crest','5','20','10','700','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','399','0','bonus bDex,1; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5397','Scuba_Mask','Scuba Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','400','0','bonus2 bSubEle,Ele_Water,10; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5398','Bone_Head','Bone Head','5','20','10','1200','0','0','10','0','1','279714','58','2','256','0','85','150','1','401','0','bonus bUnbreakableHelm,0; bonus bStr,2; bonus bMdef,5; bonus2 bResEff,Eff_Stun,500; bonus2 bResEff,Eff_Bleeding,500;','','');
+REPLACE INTO `item_db_re` VALUES ('5399','Mandragora_Cap','Mandragora Cap','5','20','10','300','0','0','5','0','1','1040256','58','2','256','0','85','150','0','402','0','bonus bVit,3; bonus3 bAutoSpellWhenHit,DC_SCREAM,5,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5400','Fox_Hat','Fox Hat','5','20','10','200','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','403','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5401','Black_Glasses','Black Frame Glasses','5','20','10','200','0','0','2','0','0','4294967295','63','2','512','0','70','150','0','404','0','bonus bInt,1; bonus bMdef,2; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5402','Mischievous_Fairy','Mischievous Fairy','5','10','5','200','0','0','2','0','0','4294967295','63','2','512','0','70','150','0','405','0','bonus bUnbreakableHelm,0; bonus bFlee2,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5403','Fish_In_Mouth','Fish In Mouth','5','10','5','200','0','0','0','0','0','4294967295','63','2','1','0','30','150','0','406','0','bonus bUnbreakableHelm,0; bonus2 bAddMonsterDropItem,579,500; bonus2 bAddItemHealRate,579,25;','','');
+REPLACE INTO `item_db_re` VALUES ('5404','Blue_Ribbon','Blue Ribbon','5','10','5','100','0','0','2','0','1','4294967295','63','2','256','0','45','150','1','407','0','bonus4 bAutoSpellWhenHit,AC_CONCENTRATION,2,7,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5405','Filir_Hat','Filir Hat','5','10','5','200','0','0','2','0','0','4294967295','63','2','256','0','80','150','0','408','0','bonus bShortWeaponDamageReturn,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5406','Academy_Freshman_Hat','Academy Freshman Hat','5','0','0','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','409','0','bonus bDex,2; bonus bVit,1; bonus bInt,1; bonus bMaxHP,80; bonus bMaxSP,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5407','Academy_Graduating_Cap','Academy Completion Hat','5','0','0','500','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','410','0','bonus bDex,2; bonus bInt,2; bonus bMaxSP,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5408','Old_Bandanna','Old Bandana','5','0','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','6','0','bonus bInt,2; bonus bMaxSP,50; bonus bVariableCastrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5409','New_Cowboy_Hat','Purple Cowboy Hat','5','20','10','500','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','411','0','bonus bInt,2; bonus bVit,2; bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5410','Bread_Bag2','Brown Paperbag Hat','5','20','10','200','0','0','6','0','0','4294967295','63','2','769','0','0','150','1','412','0','bonus bMaxHP,100; bonus2 bResEff,Eff_Stun,400; bonus2 bSubRace,RC_DemiHuman,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5411','White_Snake_Hat','White Snake Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','413','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5412','Sweet_Candy','Lollipop','5','20','10','100','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','414','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5413','Popcorn_Hat','Popcorn Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','415','0','bonus2 bSubEle,Ele_Wind,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5414','Campfire_Hat','Campfire Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','416','0','bonus2 bSubEle,Ele_Fire,10; bonus4 bAutoSpellWhenHit,MG_FIREBALL,5,100,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5415','Poring_Cake_Cap','Poring Cake Hat','5','20','10','1000','0','0','10','0','0','4294967295','63','2','256','0','40','150','1','417','0','bonus bMdef,5; bonus bCritical,5; bonus bFlee,5; bonus bFlee2,5; bonus bAspdRate,5; bonus bVariableCastrate,-5; bonus bDelayrate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('5416','Beer_Cap','Beer Hat','5','20','10','600','0','0','4','0','0','4294967294','63','2','256','0','18','150','1','418','0','bonus bFlee2,5; skill SM_RECOVERY,3; skill MG_SRECOVERY,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5417','Crown_Parrot','Crown Parrots','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','0','150','0','419','0','bonus bInt,1; bonus2 bResEff,Eff_Silence,10000; bonus3 bAutoSpell,DC_SCREAM,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5418','Soldier_Hat','Soldier Hat','5','20','10','400','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','420','0','bonus bStr,1; bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3; bonus bUseSPrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5419','Evolved_Leaf','Leaves Of Grass','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','57','0','bonus bUnbreakableHelm,0; bonus bVit,1; bonus2 bSubRace,RC_Plant,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5420','Mask_Of_Ifrit','Ifrit Mask','5','20','10','800','0','0','12','0','1','4294967294','63','2','769','0','50','150','0','421','0','bonus bStr,2; bonus bInt,2; bonus bMdef,5; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Water,-10; skill MG_SIGHT,1; bonus3 bAutoSpellWhenHit,WZ_METEOR,3,50; bonus3 bAutoSpell,MG_FIREBOLT,3,50;','','sc_end SC_SIGHT;');
+REPLACE INTO `item_db_re` VALUES ('5421','Ifrit\'s_Ear','Ifrit\'s Ears','5','20','10','300','0','0','0','0','0','4294967294','63','2','512','0','50','150','0','422','0','bonus bUnbreakableHelm,0; bonus bInt,1; bonus bStr,1; bonus bMdef,3; bonus2 bSkillAtk,MG_FIREBOLT,2; bonus2 bSkillAtk,WZ_FIREPILLAR,2; bonus2 bSkillAtk,WZ_METEOR,2; bonus2 bSkillAtk,SM_BASH,2; bonus2 bSkillAtk,SM_MAGNUM,2; bonus2 bSkillAtk,KN_PIERCE,2; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Water,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('5422','Linguistic_Book_Cap','Linguistic Book Hat','5','20','10','70','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','423','0','bonus bInt,1; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5423','Lovecap_China','I LOVE CHINA','5','20','10','250','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','424','0','bonus bDex,3; bonus2 bSubRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5424','Fanta_Orange_Can','Fanta Orange Can Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','425','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5425','Fanta_Grape_Can','Fanta Grape Can Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','426','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5426','Karada_Meguri_Tea_Hat','Karada Meguricha Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','427','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5427','Royal_Milk_Tea_Hat','Black Tea Kochakaden Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','428','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5428','Bread_Bag1','RWC Anniversary Bread Envelope','5','20','10','100','0','0','0','0','0','4294967295','63','2','769','0','0','150','1','429','0','bonus2 bSubRace,RC_DemiHuman,12;','','');
+REPLACE INTO `item_db_re` VALUES ('5429','Bogy_Cap','Dokebi Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','430','0','bonus bHPrecovRate,5; bonus bSPrecovRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5430','Sacred_Torch_Coronet','Promethean Crown','5','20','10','250','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','431','0','bonus2 bSubEle,Ele_Fire,20; skill MG_FIREBOLT,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5431','Chicken_Hat','Chicken Hat','5','20','10','1000','0','0','0','0','1','4294967295','63','2','256','0','30','150','1','432','0','bonus3 bAutoSpell,MC_LOUD,1,30; bonus bAspdRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5432','Brazil_Baseball_Cap','bRO 4th Anniversary Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','433','0','if(gettime(6)==9&&gettime(5)>=10&&gettime(5)<=24) bonus bAllStats,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5433','Golden_Wreath','Champion\'s Wreath','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','434','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5434','Cola_Can','Coca-Cola Bottle','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','435','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5435','Coke_Hat','Coca-Cola Hat','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','40','150','1','436','0','bonus bInt,1; bonus bMaxSP,80; bonus bMdef,3; if(getrefine()>5) { bonus bMdef,getrefine()-5; bonus bMaxSP,(getrefine()-5)*10; }','','');
+REPLACE INTO `item_db_re` VALUES ('5436','Bride\'s_Corolla','Bride\'s Corolla','5','20','10','200','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','437','0','bonus bLuk,3; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5437','Flower_Of_Fairy','Fairy Flower','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','438','0','bonus bInt,1; bonus bMdef,1; bonus2 bSubRace,RC_Insect,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5438','Fillet_Green','Cute Green Ribbon','5','500','250','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','439','0','bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5439','Fillet_Red','Cute Red Ribbon','5','500','250','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','440','0','bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5440','Fillet_Blue','Cute Blue Ribbon','5','500','250','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','441','0','bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5441','Fillet_White','Cute White Ribbon','5','500','250','100','0','0','1','0','0','4294967294','63','2','256','0','0','150','0','442','0','bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5442','Necktie','Necktie','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','70','150','1','443','0','bonus bVit,1; bonus bHit,-5; bonus bUseSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5443','Status_Of_Baby_Angel','Statue Of Baby Angel','5','20','10','600','0','0','6','0','1','4294967295','63','2','256','0','70','150','1','444','0','bonus bMdef,2; bonus4 bAutoSpellWhenHit,PR_STRECOVERY,1,20,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5444','Hair_Brush','Hair Brush','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','445','0','bonus bCritical,6;','','');
+REPLACE INTO `item_db_re` VALUES ('5445','Candy_Cane_In_The_Mouth','Candy Cane In Mouth','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','446','0','bonus bUnbreakableHelm,0; bonus bMaxSP,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5446','Cat_Foot_Hairpin','Catfoot Hairpin','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','447','0','bonus bFlee,5; bonus bFlee2,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5447','Frog_Cap','Frog Hat','5','20','10','500','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','448','0','bonus bMdef,1; bonus2 bAddRace,RC_Insect,12; bonus2 bMagicAddRace,RC_Insect,12;','','');
+REPLACE INTO `item_db_re` VALUES ('5448','Solo_Play_Box1','Indifferent Solo Hat','5','20','10','300','0','0','0','0','1','4294967295','63','2','769','0','0','150','1','449','0','skill RG_GRAFFITI,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5449','Solo_Play_Box2','Angry Solo Hat','5','20','10','300','0','0','0','0','1','4294967295','63','2','769','0','0','150','1','450','0','skill RG_GRAFFITI,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5450','Sun_Cap','Solar Hat','5','20','10','1000','0','0','0','0','0','4294967294','63','2','256','0','20','150','1','451','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5451','Dragonhelm_Gold','Gold Dragonhelm','5','20','10','1500','0','0','14','0','1','4294967295','63','2','256','0','0','150','0','452','0','bonus bAspdRate,10; bonus bAllStats,3; bonus2 bAddRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5452','Dragonhelm_Silver','Silver Dragonhelm','5','20','10','1500','0','0','10','0','1','4294967295','63','2','256','0','0','150','0','453','0','bonus bAspdRate,7; bonus bAllStats,2; bonus2 bAddRace,RC_DemiHuman,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5453','Dragonhelm_Copper','Copper Dragonhelm','5','20','10','1500','0','0','5','0','1','4294967295','63','2','256','0','0','150','0','454','0','bonus bAspdRate,5; bonus bAllStats,2; bonus2 bAddRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5454','Dog_Cap_','Puppy Hat','5','20','10','500','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','234','0','bonus bStr,1; bonus bInt,1; autobonus \"{ bonus bCritical,100; }\",10,3000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\"; autobonus \"{ bonus bIgnoreMdefRate,100; }\",10,3000,BF_MAGIC,\"{ specialeffect2 EF_MAGICALATTHIT; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('5455','Geographer_Band_','Decorative Geographer','5','20','10','500','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','238','0','bonus bInt,1; bonus3 bAutoSpell,AL_HEAL,5,50; bonus3 bAutoSpellWhenHit,AL_HEAL,5,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5456','Vacation_Hat_','Summer Hat','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','315','0','bonus bVit,5; bonus bHPrecovRate,20; bonus bSPrecovRate,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5457','Spring_Rabbit_Hat','Moon Rabbit Hat','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','455','0','bonus bAgi,3; bonus bBaseAtk,5; bonus bMatkRate,5; if(getrefine()>4) { bonus bBaseAtk,getrefine()-4; bonus bMatkRate,getrefine()-4; }','','');
+REPLACE INTO `item_db_re` VALUES ('5458','Pinwheel_Cap','Pinwheel Hat','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','456','0','bonus bMaxHPrate,5; bonus bMaxSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5459','Drooping_Bunny_Chusuk','Drooping Bunny','5','0','0','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','249','0','bonus bDex,1; bonus bFlee,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5460','Adv_Dragon_Skull','Evolved Dragon Skull Hat','5','20','10','1000','0','0','14','0','0','4294967295','63','2','256','0','60','150','1','457','0','bonus bAllStats,2; bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5461','Adv_Whisper_Mask','Evolved Whisper Mask','5','20','10','300','0','0','1','0','0','4294967295','63','2','769','0','50','150','1','458','0','bonus bDex,3; bonus2 bSubEle,Ele_Ghost,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5462','Spiked_Scarf','Spiked Scarf','5','20','10','0','0','0','3','0','0','4294967295','63','2','1','0','0','150','0','459','0','bonus bUnbreakableHelm,0; bonus bVit,1; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bSubRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5463','Rainbow_Scarf','Rainbow Scarf','5','20','10','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','460','0','bonus bUnbreakableHelm,0; bonus bInt,1; bonus bMdef,2; bonus bMatkRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5464','Zaha_Doll_Hat','Zaha Doll Hat','5','20','10','0','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','461','0','bonus bInt,2; skill PR_MAGNIFICAT,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5465','Celestial_Hat','Hat Of Fortune','5','20','10','500','0','0','6','0','1','4294967295','63','2','256','0','40','150','1','462','0','bonus bLuk,2; bonus bMdef,5; if(getrefine()>4) bonus bLuk,getrefine()-4;','','');
+REPLACE INTO `item_db_re` VALUES ('5466','Wind_Milestone','Wind\'s Guide','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','30','150','1','463','0','bonus bAgi,2; skill AL_TELEPORT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5467','Helm_Of_Dragoon','Dragon Helm','5','20','10','1000','0','0','10','0','1','4294967295','63','2','256','0','0','150','1','464','0','bonus bDex,2; bonus bInt,2; bonus bStr,2; bonus2 bAddRace,RC_Dragon,20; bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5468','Parade_Cap','Parade Hat','5','20','10','800','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','465','0','bonus bDelayrate,-5; bonus bMdef,2; if(getrefine()>5) bonus bVariableCastrate,-(getrefine()-5);','','');
+REPLACE INTO `item_db_re` VALUES ('5469','Noble_Hat','Musketeer Hat','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','30','150','1','466','0','bonus bStr,2; bonus3 bAutoSpellWhenHit,BS_ADRENALINE,1,7;','','');
+REPLACE INTO `item_db_re` VALUES ('5470','Eyes_Of_Darkness','Darkness Eyes','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','50','150','0','467','0','bonus bUnbreakableHelm,0; bonus bDex,1; bonus2 bResEff,Eff_Blind,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('5471','Hairband_Of_Reginleif','Reginrev\'s Wings','5','20','10','800','0','0','2','0','0','4294967295','63','2','512','0','50','150','0','468','0','bonus bUnbreakableHelm,0; bonus2 bSubEle,Ele_Water,3; bonus2 bSubEle,Ele_Fire,3; bonus2 bSubEle,Ele_Undead,3; bonus2 bSubEle,Ele_Ghost,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5472','Red_White_Hat','Red White Cap','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','469','0','bonus3 bAddMonsterDropItem,554,RC_DemiHuman,200;','','');
+REPLACE INTO `item_db_re` VALUES ('5473','Forceps_Hairpin','Crab Nipper Hat','5','20','10','500','0','0','8','0','0','4294967295','63','2','256','0','30','150','1','470','0','bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,30; bonus3 bAddMonsterDropItem,991,RC_Fish,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5474','Notice_Board','AFK Hat','5','20','10','700','0','0','4','0','0','4294967295','63','2','256','0','10','150','0','471','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5475','Cube_Mask','Quove Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','513','0','0','150','0','472','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5476','Hairband_Of_Grandpeco','Grand Peco Headdress','5','20','10','800','0','0','5','0','0','4294967295','63','2','768','0','0','150','1','473','0','bonus bStr,2; bonus bMaxHPrate,-10; bonus2 bAddRace2,3,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5477','Bro_Flag','Brazilian Flag Hat','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','474','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5478','Classic_Hat','Classic Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','475','0','bonus bStr,2; bonus bMaxHP,300;','','');
+REPLACE INTO `item_db_re` VALUES ('5479','Shaman\'s_Hair_Ornament','Shaman\'s Hair Decoration','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','476','0','bonus bMdef,3; bonus bMaxHP,50; bonus2 bSubEle,Ele_Neutral,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5480','Bizofnil_Wing_Deco','Bijofnil Wings','5','20','10','1000','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','477','0','bonus bAllStats,2; bonus3 bAutoSpell,PR_IMPOSITIO,3,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5481','Hermose_Cap','Hermode Cap','5','20','10','1000','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','478','0','bonus bAspdRate,10; bonus bBaseAtk,-20; bonus bMatkRate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('5482','Dark_Knight_Mask','Dark Knight Mask','5','20','10','3000','0','0','5','0','0','4294967295','63','2','769','0','0','150','1','479','0','bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5483','Odin_Mask','Odin Mask','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','480','0','bonus bUnbreakableHelm,0; bonus bHit,-10; bonus2 bAddRace,RC_DemiHuman,6;','','');
+REPLACE INTO `item_db_re` VALUES ('5484','Taiwan_Flag_Hat','Holidays Hat','5','20','10','500','0','0','8','0','0','4294967295','63','2','256','0','0','150','0','482','0','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5485','Tiger_Face','Tiger Face','5','20','10','1000','0','0','3','0','0','4294967295','63','2','769','0','60','150','1','483','0','bonus2 bSubRace,RC_Brute,5; bonus2 bAddRace,RC_Brute,5; bonus2 bMagicAddRace,RC_Brute,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5486','J_Anniversary_Hat','Anniversary Hat','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','395','0','bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5487','J_Poringcake_Hat','Poring Cake Hat','5','20','10','500','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','417','0','bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5488','J_Twin_Santahat','Cute Santa Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','390','0','bonus bLuk,1; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5489','Love_Daddy','Love Daddy Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','484','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5490','Anubis_Helm','Anubis Helm','5','20','10','0','0','0','8','0','0','4294967295','63','2','768','0','65','150','0','485','0','bonus bUnbreakableHelm,0; bonus bMdef,5; bonus2 bSubRace,RC_Boss,10; bonus bHealPower2,10; bonus bAddItemHealRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5491','Hat_Of_Outlaw','Bandit Hat','5','20','10','800','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','486','0','bonus bStr,2; bonus2 bSubEle,Ele_Fire,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5492','Boy\'s_Cap_I','Student Cap','5','0','0','0','0','0','10','0','0','4294967294','63','2','256','0','0','150','0','102','0','bonus bMdef,3; bonus2 bAddRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5493','Ulle_Cap_I','Ulle\'s Cap','5','0','0','0','0','0','12','0','0','4294967294','63','2','256','0','0','150','0','254','0','bonus bDex,2; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5494','Spinx_Helm_I','Sphinx Hat','5','0','0','0','0','0','10','0','0','16514','63','2','257','0','0','150','0','137','0','bonus bStr,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5495','Power_Of_Thor','Power Of Thor','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','493','0','bonus bLuk,1; bonus bAgi,1; bonus bVit,1; bonus bStr,1; bonus bInt,1; bonus bDex,1; bonus bMdef,3; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5496','Dice_Hat','Dice Hat','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','50','150','0','494','0','bonus bLuk,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5497','King_Tiger_Doll_Hat','Edgga Doll','5','20','10','400','0','0','6','0','1','4294967294','63','2','256','0','0','150','1','495','0','bonus bDex,2; bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5498','Wondering_Wolf_Helm','Vagabond Wolf Hat','5','20','10','600','0','0','5','0','0','4294967295','63','2','768','0','20','150','0','490','0','bonus bVit,5; bonus bFlee,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5499','Pizza_Hat','Pizza Pie of Plenty','5','20','10','600','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','487','0','skill SM_PROVOKE,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5500','Icecream_Hat','Ice Cream Hat','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','30','150','1','488','0','bonus bMdef,3; skill MG_FROSTDIVER,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5501','Pirate\'s_Pride','Pirate\'s Pride','5','0','0','100','0','0','6','0','1','4294967295','63','2','256','0','10','150','0','496','0','bonus bUnbreakableHelm,0; bonus2 bAddRace2,6,5; bonus2 bSubRace2,6,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5502','Necromencer\'s_Hood','Necromancer\'s Hood','5','0','0','500','0','0','6','0','0','4294967295','63','2','768','0','0','150','1','491','0','bonus bMdef,3; bonus bInt,3; bonus5 bAutoSpellWhenHit,NPC_DARKSTRIKE,5,5,BF_WEAPON|BF_MAGIC,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5503','Rabbit_Magic_Hat','Rabbit Magic Hat','5','0','0','800','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','497','0','bonus bDex,2; bonus bAgi,2; bonus bMdef,1; bonus bMaxSP,50; bonus3 bAutoSpellWhenHit,MG_FIREBOLT,1,20; bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,20; bonus3 bAutoSpellWhenHit,MG_LIGHTNINGBOLT,1,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5504','China_Wedding_Veil','RO 5th Wedding Anniversary','5','0','0','500','0','0','5','0','0','4294967295','63','2','769','0','70','150','0','489','0','bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5505','Asara_Fairy_Hat','Ashura Fairy Hat','5','0','0','500','0','0','2','0','0','4294967295','63','2','768','0','50','150','1','492','0','skill DC_DONTFORGETME,1; bonus bDex,2; bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5506','Blue_Pajamas_Hat','Blue Pajamas Hat','5','0','0','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','501','0','bonus bBaseAtk,5; bonus bMatkRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5507','Pink_Pajamas_Hat','Pink Pajamas Hat','5','0','0','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','502','0','bonus bBaseAtk,5; bonus bMatkRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5508','Shark_Hat','Shark Hat','5','20','10','500','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','503','0','bonus bStr,1; bonus bAgi,2; bonus bMdef,1; bonus2 bAddEle,Ele_Water,5; bonus2 bSubEle,Ele_Water,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5509','Sting_Hat','Sting Hat','5','20','10','1000','0','0','10','0','0','4294967295','63','2','256','0','0','150','1','504','0','bonus bStr,2; bonus bVit,1; bonus bMdef,3; bonus2 bAddEle,Ele_Fire,5; bonus2 bSubEle,Ele_Earth,5; bonus3 bAutoSpell,WZ_EARTHSPIKE,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5510','Shower_Cap','Shower Cap','5','20','10','0','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','507','0','bonus bMdef,3; bonus bFlee,3; bonus2 bAddEle,Ele_Water,10; bonus2 bSubRace,RC_Fish,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5511','Samambaia','Samambaia','5','20','10','200','0','0','5','0','1','4294967295','63','2','768','0','0','150','1','508','0','bonus bSPrecovRate,8;','','');
+REPLACE INTO `item_db_re` VALUES ('5512','Aquarius_Diadem','Aquarius Diadem','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','509','0','bonus bStr,2; bonus bFlee,10; bonus2 bSubEle,Ele_Wind,5; if(getrefine()>6) { bonus bDef,1; bonus bBaseAtk,15; }','','');
+REPLACE INTO `item_db_re` VALUES ('5513','Aquarius_Crown','Aquarius Crown','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','510','0','bonus bStr,2; bonus bFlee,10; bonus2 bSubEle,Ele_Wind,5; if(getrefine()>6) { bonus bDef,1; bonus bBaseAtk,15; }','','');
+REPLACE INTO `item_db_re` VALUES ('5514','Pisces_Diadem','Pisces Diadem','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','511','0','bonus bInt,2; bonus bMdef,5; bonus2 bSubEle,Ele_Water,5; if(getrefine()>6) { bonus bDef,1; bonus bMatkRate,2; }','','');
+REPLACE INTO `item_db_re` VALUES ('5515','Pisces_Crown','Pisces Crown','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','512','0','bonus bInt,2; bonus bMdef,5; bonus2 bSubEle,Ele_Water,5; if(getrefine()>6) { bonus bDef,1; bonus bMatkRate,2; }','','');
+REPLACE INTO `item_db_re` VALUES ('5516','Hawk_Eyes01','Hawk Eyes','5','10','5','100','0','0','0','0','0','2048','58','2','512','0','60','150','0','23','0','bonus bDex,1; bonus bLongAtkRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5517','Hawk_Eyes02','Hawk Eyes','5','10','5','100','0','0','0','0','0','526344','63','2','512','0','60','150','0','23','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5518','L_Magestic_Goat2','Large Baphomet Horns','5','20','10','800','0','0','10','0','0','4294967295','63','2','256','0','50','150','1','513','0','bonus2 bSubRace,RC_DemiHuman,12; bonus bBaseAtk,(JobLevel*2)/7;','','');
+REPLACE INTO `item_db_re` VALUES ('5519','Peacock_Feather','Peacock Feather','5','20','10','800','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','514','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5520','Rabbit_Earplug','Rabbit Earmuffs','5','20','10','400','0','0','0','0','1','4294967295','63','2','768','0','0','150','1','515','0','bonus2 bAddRace,RC_NonBoss,4; bonus2 bAddRace,RC_Boss,4; bonus bMatkRate,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5521','Angry_Mouth_C','Angry Snarl','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','194','0','bonus bUnbreakableHelm,0; bonus bDelayrate,-3;','','');
+REPLACE INTO `item_db_re` VALUES ('5522','Fanta_Zero_Lemon_Hat','Fanta Zero Lemon Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','516','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5523','Sakura_Mist_Hat','Sakura Mist Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','517','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5524','Sakura_Milk_Tea_Hat','Sakura Milk Tea Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','518','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5525','First_Leaf_Tea_Hat','First Leaf Tea Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','519','0','bonus bMaxHP,80; bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5526','Lady_Tanee_Doll','Lady Tanee Doll','5','20','10','300','0','0','4','0','0','4294967295','63','2','256','0','60','150','0','520','0','bonus bAgi,2; bonus bFlee,3; bonus2 bSubEle,Ele_Wind,5; bonus2 bAddMonsterDropItem,513,200;','','');
+REPLACE INTO `item_db_re` VALUES ('5527','Lunatic_Hat','Lunatic Hat','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','521','0','bonus bLuk,3; bonus bMdef,2; bonus bFlee2,5; bonus2 bAddMonsterDropItem,622,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5528','King_Frog_Hat','Frog King Hat','5','20','10','500','0','0','4','0','1','4294967294','63','2','256','0','30','150','0','522','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5529','Evil\'s_Bone_Hat','Frost Giant\'s Skull','5','20','10','600','0','0','12','0','1','4294967295','63','2','768','0','0','150','1','523','0','bonus bMdef,2; bonus bInt,2; bonus bStr,2; bonus bDex,3; bonus2 bSubEle,Ele_Neutral,5; skill WZ_FROSTNOVA,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5530','Raven_Cap','Raven Cap','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','524','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5531','B_Dragon_Hat','Baby Dragon Hat','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','525','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5532','Pirate_Dagger_J','Pirate Dagger','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','30','150','0','327','0','bonus bShortWeaponDamageReturn,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5533','Emperor_Wreath_J','Emperor Wreath','5','20','10','800','0','0','6','0','1','4294967295','63','2','256','0','80','150','1','261','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5534','Fox_Hat_J','Fox Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','70','150','0','403','0','bonus bAgi,1; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5535','Side_Cap','Side Cap','5','20','10','500','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','529','0','bonus bVit,1; bonus bDex,1; bonus bMdef,3; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bAddRace,RC_DemiHuman,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5536','Spare_Card','Spare Card','5','20','10','0','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','526','0','bonus bUnbreakableHelm,0; bonus bLuk,1; bonus2 bAddMonsterDropItem,6187,1000; bonus bFlee2,10; bonus2 bAddMonsterDropItem,617,5; bonus2 bAddMonsterDropItem,12132,30; bonus2 bAddMonsterDropItem,12130,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5537','Quati_Hat','Coati Hat','5','20','10','700','0','0','2','0','1','4294967295','63','2','256','0','45','150','0','527','0','bonus bAgi,3; bonus2 bAddRace,RC_Plant,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5538','Tucan_Hat','Tucan Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','768','0','45','150','0','528','0','bonus bDex,3; bonus bCritical,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5539','Jaguar_Hat','Jaguar Hat','5','20','10','400','0','0','4','0','1','4294967295','63','2','769','0','25','150','1','530','0','bonus bMdef,2; skill MC_LOUD,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5540','Freyja_SCirclet7','Freya Soul Circlet','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','20','150','0','18','0','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5541','Freyja_SCirclet30','Freya Soul Circlet','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','20','150','0','18','0','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5542','Freyja_SCirclet60','Freya Soul Circlet','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','20','150','0','18','0','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5543','Freyja_SCirclet90','Freya Soul Circlet','5','20','10','700','0','0','8','0','0','4294967295','63','2','256','0','20','150','0','18','0','bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5544','Time_Keeper_Hat','Guardian Hat','5','30000','15000','0','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','240','0','bonus bInt,2; bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5545','Aries_Diadem','Aries Diadem','5','20','10','400','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','531','0','bonus bVit,2; bonus2 bSubEle,Ele_Fire,5; if(getrefine()>6) { bonus bDef,1; bonus bVit,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('5546','Aries_Crown','Aries Crown','5','20','10','400','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','532','0','bonus bLuk,2; bonus bVit,2; bonus2 bSubEle,Ele_Fire,5; if(getrefine()>6) { bonus bDef,1; bonus bVit,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('5547','RJC_Katusa','Red Flower Hairband','5','20','10','200','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','533','0','bonus2 bSkillAtk,WZ_HEAVENDRIVE,15+getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,WZ_EARTHSPIKE,15+getequiprefinerycnt(EQI_HAND_R); bonus2 bVariableCastrate,WZ_HEAVENDRIVE,-25; bonus2 bVariableCastrate,WZ_EARTHSPIKE,-25;','','');
+REPLACE INTO `item_db_re` VALUES ('5548','Scarlet_Rose','Rose Of Crimson','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','50','150','1','534','0','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5549','Taurus_Diadem','Taurus Diadem','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','535','0','bonus bDex,2; bonus bDelayrate,-2; bonus2 bSubEle,Ele_Earth,5; if(getrefine()>6) { bonus bDex,1; bonus bMatkRate,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('5550','Taurus_Crown','Taurus Crown','5','20','10','300','0','0','6','0','0','4294967295','63','2','256','0','70','150','1','536','0','bonus bAgi,2; bonus bDex,2; bonus bDelayrate,-2; bonus2 bSubEle,Ele_Earth,5; if(getrefine()>6) { bonus bDex,1; bonus bMatkRate,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('5551','Holy_Egg_Hat','Sacreg Egg Hat','5','20','10','0','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','537','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5552','Fest_Lord_Circlet','Festival Grand Circlet','5','0','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','93','0','bonus bStr,3; bonus bInt,3; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5553','Fest_Bunny_Band','Festival Bunny Band','5','0','0','0','0','0','14','0','0','4294967295','63','2','256','0','0','150','0','15','0','bonus bMdef,4; bonus2 bSubRace,RC_DemiHuman,9;','','');
+REPLACE INTO `item_db_re` VALUES ('5554','Octopus_Hat','Octopus Hat','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','538','0','bonus bMdef,3; bonus3 bAutoSpell,SM_PROVOKE,5,10; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5555','Leaf_Cat_Hat','Leaf Cat Hat','5','20','10','100','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','539','0','bonus bAgi,2; bonus3 bAutoSpellWhenHit,AL_HEAL,3,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5556','Fur_Seal_Hat','Seal Hat','5','20','10','500','0','0','5','0','0','4294967295','63','2','768','0','0','150','1','540','0','bonus bInt,1; bonus3 bAutoSpell,WZ_FROSTNOVA,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5557','Wild_Rose_Hat','Wild Rose Hat','5','20','10','500','0','0','6','0','1','4294967294','63','2','256','0','20','150','1','541','0','bonus bAgi,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5558','Saci_Hat','Luxury Hat','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','542','0','bonus3 bAddMonsterDropItem,510,RC_Plant,500;','','');
+REPLACE INTO `item_db_re` VALUES ('5559','Piece_Of_White_Cloth_E','Piece Of White Cloth','5','0','0','0','0','0','5','0','0','4294967295','63','2','768','0','0','150','1','543','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5560','Bullock_Helm_J','Horned Helm','5','20','10','3000','0','0','6','0','0','4294967295','63','2','256','0','75','150','1','322','0','bonus bMaxHP,100; bonus bNoKnockback,0; bonus2 bSubEle,Ele_Neutral,-20; bonus2 bSubEle,Ele_Fire,-20; bonus2 bSubEle,Ele_Water,-20; bonus2 bSubEle,Ele_Wind,-20; bonus2 bSubEle,Ele_Earth,-20; bonus2 bSubEle,Ele_Dark,-20; bonus2 bSubEle,Ele_Holy,-20; bonus2 bSubEle,Ele_Ghost,-20;','','');
+REPLACE INTO `item_db_re` VALUES ('5561','Rabbit_Magic_Hat_J','Rabbit Magic Hat','5','0','0','800','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','497','0','bonus bInt,1; bonus bMaxSP,50; bonus4 bAutoSpellWhenHit,MG_FIREBOLT,3,10,3; bonus4 bAutoSpellWhenHit,MG_COLDBOLT,3,10,3; bonus4 bAutoSpellWhenHit,MG_LIGHTNINGBOLT,3,10,3; bonus3 bAutoSpellWhenHit,AL_HEAL,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5562','Good_Wedding_Veil_J','Love of Truth','5','0','0','500','0','0','0','0','1','4294967295','63','2','768','0','45','150','0','489','0','bonus bMdef,10; bonus bVariableCastrate,-3; bonus bUseSPrate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('5563','Dolor_Hat','Dolor Hat','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','0','150','0','547','0','bonus bUnbreakableHelm,0; bonus3 bAutoSpell,PR_LEXAETERNA,1,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5564','Crown_Of_Deceit','Crown of Deceit','5','20','10','300','0','0','3','0','1','4294967295','63','2','768','0','85','150','1','544','0','bonus bUnbreakableHelm,0; bonus bMdef,10; bonus bInt,4; bonus bVariableCastrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('5565','Dragon_Arhat_Mask','Dragon Arhat Mask','5','0','0','0','0','0','5','0','0','4294967295','63','2','513','0','0','150','0','545','0','bonus2 bAddRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5566','Tiger_Arhat_Mask','Tiger Arhat Mask','5','0','0','0','0','0','1','0','0','4294967295','63','2','513','0','0','150','0','546','0','bonus2 bAddRace,RC_DemiHuman,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5567','Bright_Fury','Rage Of Luster','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','548','0','bonus bStr,1; bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bAspdRate,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5568','Rabbit_Bonnet','Rabbit Bonnet','5','20','10','1000','0','0','4','0','1','4294967295','63','2','768','0','0','150','1','549','0','bonus bInt,2; bonus bDelayrate,-3;','','');
+REPLACE INTO `item_db_re` VALUES ('5569','Gemini_Diadem','Gemini Diadem','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','550','0','bonus bDex,2; bonus bAgi,2; bonus bMatkRate,2; if(getrefine()>6) { bonus bMdef,7; bonus bMatkRate,8; bonus2 bSubEle,Ele_Wind,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('5570','Gemini_Crown','Gemini Crown','5','20','10','300','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','551','0','bonus bAgi,2; bonus bBaseAtk,2; bonus bMdef,5; if(getrefine()>6) { bonus bDef,1; bonus bMatk,15; bonus bFlee,10; bonus2 bSubEle,Ele_Wind,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('5571','Rasta_Wig','Rasta Wig','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','552','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5572','Savage_Baby_Hat','Savage Babe Hat','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','553','0','bonus bVit,2; bonus2 bAddEff,Eff_Stun,500; bonus2 bSubRace,RC_Brute,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('5573','Bogy_Horn','Dokebi Horn','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','554','0','bonus bAddMonsterDropChainItem,ITMCHAIN_GEM; bonus3 bAutoSpell,MC_MAMMONITE,5,70;','','');
+REPLACE INTO `item_db_re` VALUES ('5574','Pencil_In_Mouth','Well-Chewed Pencil','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','555','0','bonus bUnbreakableHelm,0; bonus bDex,2; bonus bHitRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5575','Onigiri_Hat','Rice Ball Hat','5','20','10','100','0','0','6','0','1','4294967295','63','2','256','0','30','150','0','556','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5576','Japan_Winecup','Wine Cup','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','557','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5577','Dark_Knight_MaskB','Dark Knight Mask','5','20','10','3000','0','0','5','0','0','4294967295','63','2','769','0','0','150','1','479','0','bonus bDex,3; bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5578','Voyage_Hat','Voyage Hat','5','200','100','10','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','236','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5579','Wanderer\'s_Sakkat','Wanderer\'s Sakkat','5','20','10','300','0','0','2','0','1','4294967295','63','2','768','0','0','150','1','558','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5580','Red_Beret','Red Beret','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','559','0','bonus bStr,3; bonus bInt,3; bonus bVit,3; bonus bDex,3; bonus bAgi,3; bonus bLuk,3; bonus bMdef,3; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5581','Cancer_Diadem','Cancer Diadem','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','70','150','1','560','0','bonus bInt,2; bonus2 bSubEle,Ele_Water,5; if(getrefine()>6) { bonus bMdef,1; bonus bHealPower,3; bonus bMatkRate,2; }','','');
+REPLACE INTO `item_db_re` VALUES ('5582','Cancer_Crown','Cancer Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','70','150','1','561','0','bonus bStr,2; bonus2 bSubEle,Ele_Water,5; if(getrefine()>6) { bonus bDef,1; bonus bBaseAtk,15; bonus bFlee,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('5583','Para_Team_Hat','Eden Group Hat','5','0','0','0','0','0','5','0','0','4294967295','63','2','256','0','12','150','1','465','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5584','Majestic_Evil_Horn','Majestic Devil Horns','5','0','0','400','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','562','0','bonus2 bSubRace,RC_Demon,3; bonus2 bHPDrainRate,3,15; bonus2 bSPDrainRate,1,7;','','');
+REPLACE INTO `item_db_re` VALUES ('5585','Rune_Hairband','Rune Hairband','5','20','10','400','0','0','5','0','1','4294967295','63','2','768','0','0','150','1','564','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5586','Mosquito_Coil','Mosquito Coil','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','563','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5587','Mosquito_Coil_1Use','Mosquito Coil For 1 Use','5','0','0','0','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','563','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5588','Leo_Crown','Leo Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','565','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5589','Leo_Diadem','Leo Diadem','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','566','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5590','K_Poring_Cake_Cap','Poring Cake Hat','5','20','10','200','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','417','0','bonus bMdef,5; bonus bLuk,3; bonus bMaxHP,BaseLevel*2; bonus bMaxSP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5591','Desert_Prince','Desert Prince','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','30','150','0','567','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5592','Sigrun\'s_Wing','Sigrun\'s Wings','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','568','0','bonus bUnbreakableHelm,0; if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) bonus bStr,1; else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) bonus bInt,1; else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) bonus bDex,1; else if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) { bonus bMaxHP,80; bonus bMaxSP,30; }','','');
+REPLACE INTO `item_db_re` VALUES ('5593','K_Rabbit_Bonnet','Rabbit Bonnet','5','20','10','200','0','0','10','0','1','4294967295','63','2','768','0','0','150','1','549','0','bonus bBaseAtk,10; bonus bMatk,10; bonus2 bSubRace,RC_DemiHuman,3; bonus bDelayrate,-3; if(getrefine()>6) { bonus2 bSubEle,Ele_Neutral,5; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Earth,5; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Wind,5; bonus2 bSubEle,Ele_Holy,5; bonus2 bSubEle,Ele_Dark,5; bonus2 bSubEle,Ele_Ghost,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('5594','Donut_In_Mouth','Donut In Mouth','5','20','10','50','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','569','0','bonus bUnbreakableHelm,0; bonus2 bHPRegenRate,1,10000; bonus bMaxHP,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5595','Eye_Of_Juno','Eye Of Juno','5','20','10','400','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','570','0','bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5596','4Leaf_Clover_In_Mouth','Four Leaf Clover','5','20','10','0','0','0','2','0','0','4294967295','63','2','1','0','0','150','0','571','0','bonus bUnbreakableHelm,0; bonus bMdef,2; bonus2 bAddMonsterDropItem,12245,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5597','Bubble_Gum_In_Mouth','Chewing Gum','5','20','10','0','0','0','2','0','0','4294967295','63','2','1','0','0','150','0','572','0','bonus bUnbreakableHelm,0; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5598','Virgo_Crown','Virgo Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','573','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5599','Virgo_Diadem','Virgo Diadem','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','574','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5600','Br_Twin_Ribbon','Brazil Twin Ribbon','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','575','0','bonus bAllStats,3; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5601','Br_Beret','Banana Beret','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','576','0','bonus bLuk,3; bonus bAgi,3; bonus bDex,3; bonus bVit,3; bonus bInt,3; bonus bStr,3; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5602','Jaguar_Hat_J','Jaguar Face','5','20','10','300','0','0','0','0','1','4294967295','63','2','513','0','50','150','0','530','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5603','RTC_Winner_Only','RWC Statue(Winner)','5','0','0','250','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','577','0','bonus bUnbreakableHelm,0; bonus bAllStats,3; bonus bAspdRate,10; bonus2 bAddRace,RC_DemiHuman,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5604','RTC_Second_Best','RWC Statue(Second)','5','0','0','250','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','578','0','bonus bUnbreakableHelm,0; bonus bAllStats,2; bonus bAspdRate,7; bonus2 bAddRace,RC_DemiHuman,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5605','RTC_Third_Best','RWC Statue(3rd)','5','0','0','250','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','579','0','bonus bUnbreakableHelm,0; bonus bAllStats,1; bonus bAspdRate,5; bonus2 bAddRace,RC_DemiHuman,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5606','Campume_Hat','American Helm','5','500','250','1200','0','0','4','0','1','4294967295','63','2','256','0','3','150','1','580','0','bonus bStr,1; bonus bInt,1; bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5607','Lyria_Doll_Hat','Lyria Doll Hat','5','0','0','500','0','0','0','0','1','4294967295','63','2','256','0','60','150','0','581','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5608','Dorothy_Doll_Hat','Dorothy Doll Hat','5','0','0','500','0','0','0','0','1','4294967295','63','2','256','0','60','150','0','582','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5609','Chung_Hairband','Chung Hairpin','5','0','0','500','0','0','5','0','1','4294967295','63','2','256','0','60','150','0','583','0','bonus bLuk,3; bonus bMdef,4; bonus3 bAutoSpellWhenHit,MC_MAMMONITE,5,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5610','Ice_Wing_Ear','Ice Ear Wing','5','0','0','100','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','584','0','bonus bUnbreakableHelm,0; bonus bLuk,1; bonus3 bAutoSpellWhenHit,MG_COLDBOLT,5,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5611','Turtle_Hat','Turtle Hat','5','0','0','300','0','0','0','0','0','4294967295','63','2','256','0','10','150','1','585','0','bonus bAgi,1; bonus3 bAutoSpellWhenHit,AL_DECAGI,3,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5612','F_Blue_Drooping_Kitty','Blue Drooping Cat','5','250000','125000','500','0','0','1','0','0','4294967294','63','2','256','0','0','150','1','277','0','bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5613','F_Flying_Angel','Flapping Angel Wing','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','10','150','1','264','0','bonus bInt,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5614','F_Smoking_Pipe_','Evolved Pipe','5','20','10','100','0','0','0','0','0','4294967294','63','2','1','0','0','150','0','55','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5615','F_Pair_Of_Red_Ribbon_','Evolved Pair of Red Ribbon','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','45','150','0','169','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5616','F_Fish_On_Head_','Evolved Blue Fish','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','50','150','1','149','0','bonus bDex,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5617','F_Hibiscus','Hibiscus','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','210','0','bonus bInt,1; bonus bDex,1; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5618','F_Cat_Hat','Neko Mimi','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','182','0','bonus bLuk,2; bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5619','F_Bunny_Band_','Evolved Bunny Band','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','15','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5620','F_Magestic_Goat_TW','Evolved Magestic Goat','5','20','10','800','0','0','5','0','0','6571170','63','2','256','0','0','150','1','41','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5621','F_Sheep_Hat','Sheep Hat','5','20','10','150','0','0','1','0','0','33040','63','2','256','0','0','150','0','205','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5622','F_Mini_Propeller_','Mini Propeller','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','270','0','bonus bDex,1; bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5623','F_Alice_Doll','Alice Doll','5','20','10','500','0','0','0','0','1','4294967294','63','2','256','0','30','150','0','208','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5624','F_Red_Glasses','Red Glasses','5','20','10','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','316','0','bonus bUnbreakableHelm,0; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5625','F_Chick_Hat','Chick Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','10','150','0','311','0','bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5626','F_White_Deviruchi_Cap','Gray Deviruchi Hat','5','20','10','800','0','0','2','0','0','4294967294','63','2','256','0','64','150','1','272','0','bonus bStr,1; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5627','F_Vane_Hairpin','Vane Hairpin','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','30','150','0','313','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5628','F_Pecopeco_Hairband','Pecopeco Hairband','5','20','10','0','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','314','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5629','F_Vacation_Hat','Vacation Hat','5','20','10','200','0','0','1','0','1','4294967295','63','2','256','0','30','150','0','315','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5630','F_Charming_Ribbon','Charming Ribbon','5','20','10','400','0','0','1','0','1','4294967295','63','2','256','0','10','150','1','211','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5631','F_Water_Lily_Crown','Water Lily Crown','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','30','150','0','312','0','bonus bDex,1; bonus bAgi,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5632','F_Vanilmirth_Hat','Vanilmirth Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','30','150','0','317','0','bonus bUnbreakableHelm,0; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5633','F_Drooping_Bunny_','Drooping Bunny','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','249','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5634','F_Kettle_Hat','Kettle Hat','5','20','10','600','0','0','4','0','0','4294967295','63','2','256','0','30','150','1','318','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5635','F_Dragon_Skull','Dragon Skull','5','20','10','800','0','0','5','0','0','4294967295','63','2','256','0','50','150','1','319','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5636','F_Ramen_Hat','Ramen Hat','5','20','10','0','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','320','0','bonus bUnbreakableHelm,0; bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5637','F_Pink_Fur_Hat','Pink Beanie','5','20','10','350','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','281','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5638','F_Puppy_Hat','Puppy Hat','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','30','150','0','234','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5639','F_Magic_Eyes','Magic Eyes','5','20','10','300','0','0','1','0','0','8454660','63','2','256','0','30','150','1','209','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5640','F_Jumping_Poring','Jumping Poring','5','0','0','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','349','0','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5641','F_Robo_Eye','Robo Eye','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','10','150','0','345','0','bonus bUnbreakableHelm,0; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5642','F_Yellow_Wizardry_Hat','Yellow Mage Hat','5','20','10','300','0','0','1','0','0','8454660','63','2','256','0','0','150','1','286','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5643','F_Crescent_Helm','Crescent Helm','5','20','10','3000','0','0','8','0','0','279714','63','2','768','0','50','150','1','213','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5644','F_Tiger_Mask','Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','181','0','bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5645','F_Fantastic_Wig','Fantastic Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','308','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5646','F_Whisper_Mask','Whisper Mask','5','20','10','0','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','321','0','bonus bUnbreakableHelm,0; bonus bAgi,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5647','F_Bunny_Band_C','Bunny Band','5','1','0','0','0','0','9','0','0','4294967295','63','2','256','0','0','150','0','15','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5648','F_Centimental_Flower_C','Centimental Flower','5','1','0','0','0','0','1','0','0','4294967294','63','2','1','0','0','150','0','56','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5649','F_Apple_Of_Archer_C','Apple Of Archer','5','1','0','0','0','0','7','0','0','4294967294','63','2','256','0','0','150','0','72','0','bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5650','F_Elven_Ears_C','Elven Ears','5','1','0','0','0','0','2','0','0','4294967294','63','2','512','0','0','150','0','73','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5651','F_Brooch_C','Brooch','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bAgi,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5652','F_Magestic_Goat_C','Magestic Goat','5','2','1','0','0','0','5','0','0','4294967294','63','2','256','0','0','150','0','41','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5653','Darkness_Helm_J','Darkness Helm','5','20','10','500','0','0','3','0','1','4294967295','63','2','256','0','70','150','1','586','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5654','Holy_Marching_Hat_J','Holy Marching Hat','5','20','10','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','587','0','bonus bMdef,5; bonus bDex,1; bonus bInt,1; bonus bStr,2; bonus3 bAutoSpell,PR_ASPERSIO,2,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5655','Dark_Snake_Lord_Hat_J','Dark Snake Lord Hat','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','60','150','1','372','0','bonus bInt,2; bonus bAgi,2; bonus bDex,-2; autobonus \"{ bonus bVariableCastrate,-50; bonus bFlee,30; }\",50,5000,BF_MAGIC,\"{ specialeffect2 EF_SUFFRAGIUM; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('5656','Scooter_Hat_J','Scooter Hat','5','20','10','1000','0','0','7','0','1','4294967295','63','2','256','0','50','150','1','588','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5657','Antique_Pipe_J','Captain\'s Pipe','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','30','150','0','383','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5658','Imp_Hat','Imp Hat','5','20','10','400','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','589','0','bonus3 bAutoSpell,SA_FLAMELAUNCHER,1,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5659','Sleepr_Hat','Sleeper Hat','5','20','10','400','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','590','0','bonus3 bAutoSpell,SA_SEISMICWEAPON,1,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5660','Gryphon_Hat','Gryphon Hat','5','20','10','400','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','591','0','bonus bAgi,2; bonus3 bAutoSpell,SA_LIGHTNINGLOADER,1,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5661','Red_Pirate_Bandana','Red Pirate Bandana','5','0','0','0','0','0','3','0','0','4294967295','63','2','256','0','10','150','1','592','0','bonus bStr,1; bonus bDex,1; bonus bAspdRate,2; bonus bVariableCastrate,-2; bonus3 bAutoSpell,MO_EXTREMITYFIST,1,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5662','Libra_Crown','Libra Crown','5','10','5','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','593','0','bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5663','Libra_Diadem','Libra Diadem','5','10','5','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','594','0','bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5664','Filir_Wing','Filir\'s Pinions','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','70','150','0','595','0','bonus bAspdRate,2; bonus bVariableCastrate,-2;','','');
+REPLACE INTO `item_db_re` VALUES ('5665','Shaman_Hat','Norn Feather Hat','5','20','10','400','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','596','0','bonus bMdef,5; bonus2 bSubEle,Ele_Neutral,3; bonus2 bSubEle,Ele_Water,3; bonus2 bSubEle,Ele_Earth,3; bonus2 bSubEle,Ele_Fire,3; bonus2 bSubEle,Ele_Wind,3; bonus2 bSubEle,Ele_Poison,3; bonus2 bSubEle,Ele_Holy,3; bonus2 bSubEle,Ele_Dark,3; bonus2 bSubEle,Ele_Ghost,3; bonus2 bSubEle,Ele_Undead,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5666','Golden_Crown','Crown Cap','5','20','10','500','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','597','0','bonus bInt,1; bonus bDex,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5667','Skull_Hood','Skull Hood','5','20','10','700','0','0','10','0','1','4294967295','63','2','768','0','30','150','1','598','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5668','Weird_Pumpkin_Hat','Weird Pumpkin Hat','5','20','10','0','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','206','0','bonus bMdef,5; bonus2 bAddMonsterDropItem,6097,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5669','Poring_Party_Hat_J','Poring Party Hat','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','340','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5670','Aniv_Star_Hat','Anniversary Thief Hat','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','599','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5671','Drooping_Morocc_Minion','Incarnation Of Morocc Doll','5','20','10','300','0','0','0','0','1','4294967295','63','2','256','0','70','150','0','600','0','bonus bSPGainValue,2; bonus3 bAutoSpellWhenHit,NPC_CRITICALWOUND,2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5672','Southern_Cross','Southern Cross','5','20','10','600','0','0','3','0','1','4294967295','63','2','256','0','50','150','1','601','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5673','Home_Cherry_Blossom','Nostalgic Sakura','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','602','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5674','Pig_Moneybox','Piggie Bank','5','20','10','1000','0','0','3','0','0','4294967295','63','2','256','0','10','150','0','603','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5675','Poring_Letter','Poring Letter','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','604','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5676','Scorpio_Crown','Scorpio Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','605','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5677','Scorpio_Diadem','Scorpio Diadem','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','606','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5678','Notation_Hairband','Musical Note Headband','5','200','100','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','607','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5679','Engineer_Cap','Engineer Cap','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','10','150','1','608','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5680','Hawkeyes','Hawk Eye','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','609','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5681','F_Ribbon_Green','Green Ribbon','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','244','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5682','Triangle_Rune_Cap','Triangle Rune Cap','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','610','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5683','Majestic_Goat_Repl','Horn Of Arch Evil Model','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','41','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5684','Jewel_Crown_Repl','Luxurious Crown','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','88','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5685','Prontera_Army_Cap_Repl','A Military Cap Of A Knight','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','48','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5686','Feather_Bonnet_Repl','A Hat With Nice Feather','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','104','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5687','Viking_Helm_Repl','Light Hornhelm','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','86','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5688','2009Love_Daddy','2009 Love Dad','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','611','0','bonus bVit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5689','Queen_Ant_Diadem','Ant Queen Crown','5','20','10','300','0','0','1','0','1','4294967295','63','2','256','0','75','150','1','612','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5690','Red_Wing_Hat','Red Wing Hat','5','20','10','600','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','613','0','if(getrefine()>6) { bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; } if(getrefine()>8) { bonus2 bAddRace,RC_NonBoss,2; bonus2 bAddRace,RC_Boss,2; bonus bMatkRate,2; }','','');
+REPLACE INTO `item_db_re` VALUES ('5691','Catain_Bandanna','Sailor\'s Bandana','5','20','10','10','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','542','0','bonus bUnbreakableHelm,0; bonus bDex,1; bonus2 bSubEle,Ele_Poison,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5692','Sea_Cat_Hat','Sea Cat Hat','5','20','10','10','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','539','0','bonus bUnbreakableHelm,0; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5693','No_Fear_Underware','NoFear Underwear','5','0','0','0','0','0','10','0','0','4294967295','63','2','256','0','20','150','0','30','0','bonus bStr,1; bonus bInt,1; bonus bDex,1; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5694','No_Fear_P_Headgear','NoFear Headband','5','0','0','0','0','0','1','0','1','4294967294','63','2','256','0','20','150','0','614','0','bonus bVit,1; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5695','E_Blue_Drooping_Kitty','E Blue Drooping Kitty','5','250000','125000','500','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','277','0','bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('5696','E_Flying_Angel','E Flying Angel','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','10','150','1','264','0','bonus bInt,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5697','E_Smoking_Pipe_','E Smoking Pipe ','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','55','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5698','E_Pair_OE_Red_Ribbon_','E Pair OE Red Ribbon ','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','45','150','0','169','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5699','E_Fish_On_Head_','E Fish On Head ','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','50','150','1','149','0','bonus bDex,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5700','E_Hibiscus','E Hibiscus','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','210','0','bonus bInt,1; bonus bDex,1; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5701','E_Cat_Hat','E Cat Hat','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','182','0','bonus bLuk,2; bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5702','E_Bunny_Band_','E Bunny Band ','5','20','10','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','15','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5703','E_Magestic_Goat_TW','E Magestic Goat TW','5','20','10','800','0','0','5','0','0','6571170','63','2','256','0','0','150','1','41','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5704','E_Sheep_Hat','E Sheep Hat','5','20','10','150','0','0','1','0','0','33040','63','2','256','0','0','150','0','205','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5705','E_Mini_Propeller_','E Mini Propeller ','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','270','0','bonus bDex,1; bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5706','E_Alice_Doll','E Alice Doll','5','20','10','500','0','0','0','0','1','4294967294','63','2','256','0','30','150','0','208','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5707','E_Red_Glasses','E Red Glasses','5','20','10','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','316','0','bonus bUnbreakableHelm,0; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5708','E_Chick_Hat','E Chick Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','10','150','0','311','0','bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5709','E_White_Deviruchi_Cap','E White Deviruchi Cap','5','20','10','800','0','0','2','0','0','4294967294','63','2','256','0','64','150','1','272','0','bonus bStr,1; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5710','E_Vane_Hairpin','E Vane Hairpin','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','30','150','0','313','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5711','E_Pecopeco_Hairband','E Pecopeco Hairband','5','20','10','0','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','314','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5712','E_Vacation_Hat','E Vacation Hat','5','20','10','200','0','0','1','0','1','4294967295','63','2','256','0','30','150','0','315','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5713','E_Charming_Ribbon','E Charming Ribbon','5','20','10','400','0','0','1','0','1','4294967295','63','2','256','0','10','150','1','211','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5714','E_Water_Lily_Crown','E Water Lily Crown','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','30','150','0','312','0','bonus bDex,1; bonus bAgi,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5715','E_Vanilmirth_Hat','E Vanilmirth Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','30','150','0','317','0','bonus bUnbreakableHelm,0; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5716','E_Drooping_Bunny_','E Drooping Bunny ','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','249','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5717','E_Kettle_Hat','E Kettle Hat','5','20','10','600','0','0','4','0','0','4294967295','63','2','256','0','30','150','1','318','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5718','E_Dragon_Skull','E Dragon Skull','5','20','10','800','0','0','5','0','0','4294967295','63','2','256','0','50','150','1','319','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5719','E_Ramen_Hat','E Ramen Hat','5','20','10','0','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','320','0','bonus bUnbreakableHelm,0; bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5720','E_Pink_Fur_Hat','E Pink Fur Hat','5','20','10','350','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','281','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5721','E_Puppy_Hat','E Puppy Hat','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','30','150','0','234','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5722','E_Magic_Eyes','E Magic Eyes','5','20','10','300','0','0','1','0','0','8454660','63','2','256','0','30','150','1','209','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5723','E_Jumping_Poring','E Jumping Poring','5','0','0','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','0','349','0','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5724','E_Robo_Eye','E Robo Eye','5','20','10','200','0','0','1','0','0','4294967295','63','2','512','0','10','150','0','345','0','bonus bUnbreakableHelm,0; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5725','E_Yellow_Wizardry_Hat','E Yellow Wizardry Hat','5','20','10','300','0','0','1','0','0','8454660','63','2','256','0','0','150','1','286','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5726','E_Crescent_Helm','E Crescent Helm','5','20','10','3000','0','0','8','0','0','279714','63','2','768','0','50','150','1','213','0','bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5727','E_Tiger_Mask','E Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','181','0','bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5728','E_Fantastic_Wig','E Fantastic Wig','5','20','10','100','0','0','1','0','0','4294967295','63','2','768','0','0','150','1','308','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5729','E_Bunny_Band_C','E Bunny Band C','5','1','0','0','0','0','9','0','0','4294967295','63','2','256','0','0','150','0','15','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5730','E_Centimental_Flower_C','E Centimental Flower C','5','1','0','0','0','0','1','0','0','4294967294','63','2','1','0','0','150','0','56','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5731','E_Apple_OE_Archer_C','E Apple OE Archer C','5','1','0','0','0','0','7','0','0','4294967294','63','2','256','0','0','150','0','72','0','bonus bDex,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5732','E_Elven_Ears_C','E Elven Ears C','5','1','0','0','0','0','2','0','0','4294967294','63','2','512','0','0','150','0','73','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5733','E_Brooch_C','E Brooch C','5','1','0','0','0','0','0','0','0','4294967294','63','2','136','0','0','150','0','0','0','bonus bAgi,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5734','E_Magestic_Goat_C','E Magestic Goat C','5','2','1','0','0','0','5','0','0','4294967294','63','2','256','0','0','150','0','41','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5735','E_Ribbon_Green','E Ribbon Green','5','800','400','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','244','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5736','EF_Whisper_Mask','EF Whisper Mask','5','20','10','0','0','0','0','0','0','4294967295','63','2','769','0','0','150','0','321','0','bonus bUnbreakableHelm,0; bonus bAgi,3; bonus2 bSubEle,Ele_Ghost,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('5737','Cactus_Hat','Potted Muka Hat','5','20','10','300','0','0','1','0','0','4294967295','63','2','256','0','0','150','0','615','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5738','Snowman_Hat','Snowman Hat','5','20','10','300','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','616','0','bonus bStr,1; bonus bInt,1; bonus bMdef,3; bonus2 bSubEle,Ele_Water,7; bonus2 bAddMonsterDropItem,530,100; bonus2 bAddMonsterDropItem,12354,300; if(getrefine()>7) { bonus5 bAutoSpellWhenHit,BA_FROSTJOKER,5,20,BF_WEAPON|BF_MAGIC,0; } else { bonus5 bAutoSpellWhenHit,BA_FROSTJOKER,1,20,BF_WEAPON|BF_MAGIC,0; }','','');
+REPLACE INTO `item_db_re` VALUES ('5739','Sagittarius_Crown','Sagittarius Crown','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','617','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5740','Sagittarius_Diadem','Sagittarius Diadem','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','618','0','bonus bDex,2; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5741','Im_Egg_Shell_Hat','Eternal Egg Skin Hat','5','20','10','0','0','0','1','0','0','4294967295','63','2','256','0','10','150','1','101','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5742','Rudolf_Santa_Hat','Rudolf Santa Hat','5','20','10','400','0','0','5','0','0','4294967295','63','2','256','0','10','150','1','619','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5743','Orange_Stem_Hat','Orange Stem Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','620','0','bonus bUnbreakableHelm,0; bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5744','Capricon_Crown','Capricorn Crown','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','621','0','bonus bVit,2; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5745','Capricon_Diadem','Capricorn Diadem','5','20','10','300','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','622','0','bonus bDex,2; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5746','Rune_Circlet','Rune Circlet','5','20','10','100','0','0','12','0','1','16512','56','2','256','0','100','150','1','623','0','bonus bStr,1; bonus bInt,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bMatk,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('5747','Mitra','Mitra','5','20','10','100','0','0','12','0','1','256','56','2','256','0','100','150','1','624','0','bonus bVit,1; bonus bInt,1; bonus bMdef,5; bonus bHealPower,5; if(readparam(bInt)>=120) { bonus bMatk,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('5748','Sniper_Goggle','Sniper Goggle','5','20','10','100','0','0','12','0','1','2048','56','2','768','0','100','150','1','625','0','bonus bAgi,1; bonus bDex,1; bonus bMdef,5; if(readparam(bAgi)>=120) { bonus bLongAtkRate,4; bonus bAspd,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('5749','Driver_Band','Driver Band','5','20','10','100','0','0','12','0','1','1024','56','1','256','0','100','150','1','626','0','bonus bStr,1; bonus bDex,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bCritical,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('5750','Shadow_Handicraft','Shadow Handicraft','5','20','10','100','0','0','12','0','1','131072','56','2','256','0','100','150','1','627','0','bonus bAgi,1; bonus bInt,1; bonus bMdef,5; if(readparam(bAgi)>=120) { bonus bBaseAtk,10; bonus bFlee,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('5751','Minstrel_Song_Hat','Maestro Song\'s Hat','5','20','10','100','0','0','12','0','1','524288','56','1','256','0','100','150','1','628','0','bonus bInt,1; bonus bLuk,1; bonus bMdef,5; bonus bLongAtkRate,4; bonus bUseSPrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('5752','Midas_Whisper','Midas Whisper','5','20','10','100','0','0','12','0','1','262144','56','2','256','0','100','150','1','629','0','bonus bStr,1; bonus bDex,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,5; bonus bAspd,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('5753','Magic_Stone_Hat','Magic Stone Hat','5','20','10','100','0','0','12','0','1','512','56','2','256','0','100','150','1','630','0','bonus bInt,1; bonus bDex,1; bonus bMdef,5; if(readparam(bDex)>=120) { bonus bMatkRate,10; bonus bVariableCastrate,-2; }','','');
+REPLACE INTO `item_db_re` VALUES ('5754','Blazing_Soul','Blazing Soul','5','20','10','100','0','0','12','0','1','32768','56','2','256','0','100','150','1','631','0','bonus bStr,1; bonus bVit,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bHit,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('5755','Silent_Executer','Silent Executor','5','20','10','100','0','0','6','0','0','4096','56','2','513','0','100','150','0','632','0','bonus bAgi,1; bonus bMdef,5; if(readparam(bAgi)>=120) { bonus bBaseAtk,10; bonus bFlee2,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('5756','Wind_Whisper','Wind Whisper','5','20','10','100','0','0','12','0','1','65536','56','2','256','0','100','150','1','633','0','bonus bInt,1; bonus bDex,1; bonus bMdef,5; if(readparam(bInt)>=120) { bonus bMatkRate,10; bonus bFlee,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('5757','Schmidt_Helm','Dip Schmidt Helm','5','20','10','100','0','0','17','0','1','16384','56','2','768','0','100','150','1','634','0','bonus bVit,2; bonus bInt,1; bonus bMdef,5; if(readparam(bInt)>=120) { bonus bMatkRate,10; bonus bDef,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('5758','Dying_Swan','Dying Swan','5','20','10','100','0','0','12','0','1','524288','56','2','256','0','100','150','1','635','0','bonus bInt,1; bonus bLuk,1; bonus bMdef,5; bonus bLongAtkRate,5; bonus bUseSPrate,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('5759','Noah_Hat','Noa\'s Hat','5','20','10','500','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','636','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5760','Driver_Band_','Driver Band','5','20','10','100','0','0','12','0','1','1024','56','2','256','0','100','150','1','637','0','bonus bStr,1; bonus bDex,1; bonus bMdef,5; if(readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bCritical,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('5761','Sloth_Hat','Sloth Hat','5','20','10','800','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','638','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5762','Duneyrr_Helm','Duneyrr Hat','5','20','10','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','639','0','bonus bStr,1; bonus bInt,1; bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5763','Red_Bunny_Band','Red Bunny Band','5','0','0','200','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','640','0','bonus bAgi,2; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5764','Love_Rabbit_Hood','Love Rabbit Hood','5','20','10','300','0','0','1','0','1','4294967295','63','2','769','0','10','150','0','549','0','bonus3 bAutoSpell,PR_GLORIA,3,((readparam(bAgi)>=80)?30:10);','','');
+REPLACE INTO `item_db_re` VALUES ('5765','Black_Tail_Ribbon','Pitch Black Ribbon','5','20','10','100','0','0','0','0','1','4294967295','63','2','256','0','10','150','1','642','0','bonus bMdef,5; bonus bLongAtkDef,10; bonus2 bSubEle,Ele_Neutral,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5766','Amistr_Cap','Amistr Hat','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','50','150','1','643','0','bonus bVit,5; bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5767','Samurai_Mask','Samurai Mask','5','20','10','300','0','0','1','0','0','4294967295','63','2','1','0','50','150','0','644','0','bonus2 bAddRace,RC_NonBoss,1; bonus2 bAddRace,RC_Boss,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5768','Sakura_Coronet','Cherry Blossom Crown','5','20','10','800','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','645','0','bonus bMdef,3; bonus bMaxSP,25;','','');
+REPLACE INTO `item_db_re` VALUES ('5769','Gold_Angel_Sculpture','Estatua Peque? Angel Oro','5','100','50','0','0','0','2','0','0','4294967295','63','2','256','0','70','150','0','646','0','bonus bUnbreakableHelm,0; skill RG_GRAFFITI,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5770','Splash_Hat','Splash Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','349','0','autobonus \"{ sc_start SC_PROPERTYWIND,180000,1; }\",3,180000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('5771','Family_Hat','Family Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','109','0','bonus bDex,1; bonus bMdef,1; bonus bMaxHPrate,2; bonus bMaxSPrate,2; skill PR_MAGNIFICAT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5772','Red_Navy_Hat','Blood Admiral\'s Hat','5','3000','1500','500','0','0','1','0','0','4294967295','63','2','256','0','95','150','1','651','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5773','Navy_Beret','Navy Blue Beret','5','3000','1500','500','0','0','1','0','0','4294967295','63','2','256','0','95','150','1','652','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5774','Red_Pirate_Hat','Scallywag\'s Hat','5','3000','1500','500','0','0','1','0','0','4294967295','63','2','256','0','95','150','1','496','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5775','Choco_Donut_In_Mouth','Chocolate Donut','5','20','10','50','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','653','0','bonus bUnbreakableHelm,0; bonus bMaxHP,50;','','');
+REPLACE INTO `item_db_re` VALUES ('5776','Blazing_Sun','Blazin Sun','5','0','0','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','654','0','bonus2 bVariableCastrate,MG_FIREBOLT,-5; bonus2 bSkillAtk,MG_FIREBOLT,5; bonus2 bVariableCastrate,MG_FIREBALL,-5; bonus2 bSkillAtk,MG_FIREBALL,5; bonus2 bSkillAtk,MG_FIREWALL,3; bonus2 bSkillAtk,WZ_METEOR,3; bonus bUseSPrate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5777','Remover_Hat','Remover Hat','5','20','10','800','0','0','2','0','0','4294967295','63','2','256','0','30','150','0','655','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5778','Blue_Arara_Hat','Turkey On Your Head','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','656','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5779','Drooping_Boto','Drooping Boto','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','657','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5780','Tendrilion_Hat','Tendrilion Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','658','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5781','Persika','Persica','5','20','10','100','0','0','0','0','1','4294967295','63','2','256','0','0','150','0','659','0','bonus bUnbreakableHelm,0; bonus bFlee,1; bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5782','Hoplite_Helmet','Legionaire Helm','5','20','10','700','0','0','4','0','1','4294967295','63','2','769','0','0','150','1','660','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5783','YellowBunny_Hairband','YellowBunny Hairband','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','662','0','bonus bStr,1; bonus bInt,1; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5784','PinkBunny_Hairband','Pink Bunny Band','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','663','0','bonus bStr,1; bonus bInt,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5785','Green_Bunny_Hairband','Green Bunny Band','5','20','10','200','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','664','0','bonus bStr,2; bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5786','Ancient_Elven_Ear','Ancient Fairy Ears','5','10','5','200','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','665','0','bonus bUnbreakableHelm,0; bonus bLuk,1; bonus bMaxHP,100; bonus bMaxSP,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5787','Tha_Maero_Mask','Tha Maero Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','513','0','30','150','0','666','0','bonus bUnbreakableHelm,0; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5788','3D_Glasses','3D Glasses','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','661','0','bonus bUnbreakableHelm,0; bonus2 bSubEle,Ele_Neutral,5; bonus2 bMagicAddRace,RC_Formless,4;','','');
+REPLACE INTO `item_db_re` VALUES ('5789','Thanatos_Mal_Mask','Thanatos Odium Mask','5','20','10','100','0','0','3','0','0','4294967295','63','2','513','0','30','150','0','667','0','bonus bVit,1; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5790','Holy_Mom_Love','Mother\'s Kindness','5','20','10','500','0','0','0','0','1','4294967295','63','2','768','0','45','150','1','610','0','bonus2 bSubRace,RC_Demon,-5; bonus2 bSubRace,RC_Undead,-5; bonus3 bAutoSpell,MG_COLDBOLT,1,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5791','Tenkaippin_Ramen','Tenkaippin Ramen','5','20','10','500','0','0','1','0','0','4294967295','63','2','256','0','30','150','0','668','0','bonus bInt,-1; bonus bDex,4; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5792','Fish_Pin','Fish Pin','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','669','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5793','Ribbon_Of_Life','Life Ribbon','5','20','10','0','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','575','0','bonus bUnbreakableHelm,0; bonus bInt,1; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5794','3D_Glasses_','3D Glasses','5','20','10','0','0','0','1','0','0','4294967295','63','2','512','0','0','150','0','661','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5795','Red_Dress_Hat','Bright Red Dress Hat','5','20','10','0','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','670','0','bonus bMdef,7;','','');
+REPLACE INTO `item_db_re` VALUES ('5796','Cheer_Scarf','Cheering scarf','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','0','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,10; bonus2 bExpAddRace,RC_NonBoss,10;','','');
+REPLACE INTO `item_db_re` VALUES ('5797','Cheer_Scarf2','Cheering scarf II','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','0','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,20; bonus2 bExpAddRace,RC_NonBoss,20;','','');
+REPLACE INTO `item_db_re` VALUES ('5798','Cheer_Scarf3','Cheering scarf III','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','0','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,30; bonus2 bExpAddRace,RC_NonBoss,30;','','');
+REPLACE INTO `item_db_re` VALUES ('5799','Cheer_Scarf4','Cheering scarf IV','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','0','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,40; bonus2 bExpAddRace,RC_NonBoss,40;','','');
+REPLACE INTO `item_db_re` VALUES ('5800','Blush_Of_Groom','Blush of Groom','5','20','10','50','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','125','0','bonus bUnbreakableHelm,0; bonus2 bSubRace,RC_DemiHuman,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5801','Ribbon_Of_Bride','Red Tailed Ribbon','5','20','10','100','0','0','10','0','0','4294967295','63','2','256','0','0','150','1','167','0','bonus bAllStats,2; bonus2 bSubRace,RC_DemiHuman,10; if(getskilllv(AL_HEAL)==10) { bonus3 bAutoSpellWhenHit,AL_HEAL,10,20; } else { bonus3 bAutoSpellWhenHit,AL_HEAL,5,20; }','','');
+REPLACE INTO `item_db_re` VALUES ('5802','Upgrade_Elephant_Hat','Upgrade Elephant Hat','5','0','0','500','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','215','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5803','Flower_Love_Hat','Love Flower Hat','5','20','10','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','5','0','bonus2 bAddMonsterDropItem,608,100;','','');
+REPLACE INTO `item_db_re` VALUES ('5804','Pirate_Eyepatch','Pirate Eye Bandage','5','1000','500','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','13','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5805','Victorious_Coronet','Victorious Coronet','5','0','0','150','0','0','2','0','0','4294967295','63','2','256','0','70','150','0','43','0','bonus bMaxHPrate,15; bonus bSPrecovRate,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5806','Poem_Natalia_Hat','Poem Natalia Hat','5','20','10','300','0','0','9','0','0','4294967295','63','2','256','0','0','150','0','67','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5807','October_Fest_Cap','October Fest Cap','5','20','10','100','0','0','2','0','0','4294967294','63','2','256','0','50','150','1','104','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5808','Diabolus_Helmet','Dark Bacilium','5','20','10','250','0','0','5','0','1','1040256','58','2','769','0','0','150','1','364','0','bonus2 bResEff,Eff_Stone,2000+(getrefine()*200); bonus2 bResEff,Eff_Freeze,2000+(getrefine()*200); bonus2 bResEff,Eff_Stun,2000+(getrefine()*200);','','');
+REPLACE INTO `item_db_re` VALUES ('5809','Boom_Boom_Hat','Boom Boom Hat','5','0','0','100','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','216','0','bonus bAllStats,5; bonus bSpeedRate,25;','','');
+REPLACE INTO `item_db_re` VALUES ('5810','Ph.D_Hat_V','Ph.D Hat V','5','20','10','100','0','0','5','0','0','4294967294','63','2','256','0','0','150','1','98','0','bonus bInt,5; bonus bVit,3; bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5811','Santa_Beard','Santa\'s Beard','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','25','0','bonus2 bSubRace,RC_Brute,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5812','Hat_Of_Expert','Hat Of Expert','5','0','0','0','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','16','0','bonus3 bAddEffWhenHit,Eff_Bleeding,500,ATF_TARGET|ATF_SELF; bonus3 bAddEffWhenHit,Eff_Silence,500,ATF_TARGET|ATF_SELF; bonus3 bAddEffWhenHit,Eff_Confusion,500,ATF_TARGET|ATF_SELF; bonus3 bAddEffWhenHit,Eff_Curse,500,ATF_TARGET|ATF_SELF; bonus3 bAddEffWhenHit,Eff_Blind,500,ATF_TARGET|ATF_SELF;','','');
+REPLACE INTO `item_db_re` VALUES ('5813','Red_Ph.D_Hat','Red Scholar Hat','5','1000','500','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','481','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5814','Ati_Atihan_Hat3','Ati Atihan Hat3','5','20','10','0','0','0','2','0','0','4294967295','63','2','769','0','20','150','0','303','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5815','Cowboy_Hat_J','Classic Hat','5','20','10','500','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','475','0','bonus bStr,1; bonus2 bSubSize,Size_Small,5; bonus2 bSubSize,Size_Medium,5; bonus2 bSubSize,Size_Large,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5816','Classic_Hat_J','New Cowboy Hat','5','20','10','500','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','411','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5817','Valentine_Pledge','Valentine\'s Emblem','5','20','10','0','0','0','3','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bAllStats,2; bonus bMdef,3; bonus bHealPower,10; bonus2 bAddRace,RC_NonBoss,3; bonus2 bAddRace,RC_Boss,3; bonus bMatkRate,3; bonus bFlee,10; bonus bAspdRate,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5818','Carnival_Hat','Carnival Hat','5','0','0','0','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','505','0','bonus bAllStats,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5819','Carnival_Circlet','Carnival Circlet','5','0','0','0','0','0','6','0','0','4294967295','63','2','256','0','0','150','1','506','0','bonus bAllStats,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5820','Black_Elven_Ears','Black Fairy Ears','5','10','5','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','498','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5821','Gold_Tulip_Hairpin','Golden Tulip Hairpin','5','10','5','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','499','0','bonus2 bExpAddRace,RC_Boss,5; bonus2 bExpAddRace,RC_NonBoss,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5822','Love_Chick_Hat','Chicken Of Love Hat','5','10000','5000','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','500','0','bonus bLuk,4; bonus bMaxHP,100; bonus bMaxSP,100; bonus2 bSubRace,RC_Brute,7; bonus2 bSubRace,RC_DemiHuman,7;','','');
+REPLACE INTO `item_db_re` VALUES ('5823','Love_Arrow','Arrow Of Love','5','5000','2500','100','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bDex,5; bonus bAgi,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5824','Fools_Day_Hat','April Fool\'s Day Hat','5','20','10','300','0','0','6','0','1','4294967295','63','2','256','0','30','150','1','265','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5825','Badge_Of_Order_Grace','Knight Of Honor Badge','5','0','0','0','0','0','1','0','0','4294967295','63','2','136','0','0','150','0','0','0','bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5826','Valkyrie_Helmet','Helm Of Valkyrie','5','0','0','0','0','0','10','0','0','4294967295','63','2','256','0','0','150','0','225','0','bonus bStr,2; bonus bInt,2; bonus bDex,2; bonus bAgi,2; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5827','Book_File_Hat','Book Hat','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','423','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5828','Honor_Gold_Ring','Gold Ring Of Honor','5','0','0','50','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','0','bonus bAllStats,1; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5829','Ordinary_Armor','Ordinary Armor','5','0','0','0','0','0','0','0','0','4294967295','63','2','16','0','30','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5830','Woe_Sahkkat','Woe Sahkkat','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','67','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5831','Woe_Big_Sis_Ribbon','Woe Big Sis Ribbon','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','28','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5832','Woe_Vane_Hairpin','Woe Vane Hairpin','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','313','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5833','Woe_Picnic_Hat','Woe Picnic Hat','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','117','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5834','Woe_Crown','Woe Crown','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','45','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5835','Woe_Tiara','Woe Tiara','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','19','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5836','Woe_Boys_Cap','Woe Boys Cap','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','60','150','1','102','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5837','Woe_Sunglass','Woe Sunglass','5','20','10','10','0','0','0','0','0','4294967295','63','2','512','0','70','150','0','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5838','Woe_Fin_Helm','Woe Fin Helm','5','20','10','10','0','0','0','0','0','4294967295','63','2','512','0','70','150','0','100','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5839','Woe_Blush','Woe Blush','5','20','10','10','0','0','0','0','0','4294967295','63','2','512','0','70','150','0','125','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5840','Woe_Elven_Ears','Woe Elven Ears','5','20','10','10','0','0','0','0','0','4294967295','63','2','512','0','70','150','0','73','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5841','Shaman_Hat_','Shaman Hat ','5','20','10','100','0','0','1','0','1','4294967295','63','2','256','0','30','150','1','596','0','bonus bLuk,2; bonus3 bSubEle,Ele_Neutral,3,BF_MAGIC; bonus3 bSubEle,Ele_Water,3,BF_MAGIC; bonus3 bSubEle,Ele_Earth,3,BF_MAGIC; bonus3 bSubEle,Ele_Fire,3,BF_MAGIC; bonus3 bSubEle,Ele_Wind,3,BF_MAGIC; bonus3 bSubEle,Ele_Poison,3,BF_MAGIC; bonus3 bSubEle,Ele_Holy,3,BF_MAGIC; bonus3 bSubEle,Ele_Dark,3,BF_MAGIC; bonus3 bSubEle,Ele_Ghost,3,BF_MAGIC; bonus3 bSubEle,Ele_Undead,3,BF_MAGIC;','','');
+REPLACE INTO `item_db_re` VALUES ('5842','Loyal_Ring1','Loyal Ring1','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5843','Loyal_Ring2','Loyal Ring2','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','0','bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5844','Loyal_Ring3','Loyal Ring3','5','0','0','0','0','0','0','0','0','4294967295','63','2','136','0','0','150','1','0','0','bonus bAllStats,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5845','Buzzy_Ball_Board','Buzzy Ball Board','5','50','25','400','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','641','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5846','Buzzy_Ball_Gum','Buzzy Ball Gum','5','50','25','100','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','572','0','bonus bUnbreakableHelm,0; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('5847','Fools_Day_Helmet','Fools Day Helmet','5','0','0','0','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','647','0','bonus bInt,5; bonus bVit,-3; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5848','Robin_Eyepatch','Bandit Disguise','5','20','10','0','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','50','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5849','Doctor_Hairband','Doctor Hairband','5','20','10','0','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','60','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5850','Golden_Savage_Hat','Golden Savage Hat','5','20','10','500','0','0','5','0','0','4294967295','63','2','256','0','50','150','1','648','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5851','Summer_Knight','Summer Knight','5','20','10','0','0','0','1','0','0','4294967295','63','2','768','0','60','150','0','138','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5852','Easter_Egg_Shell','Easter Egg Shell','5','20','10','500','0','0','0','0','0','4294967295','63','2','256','0','40','150','1','537','0','bonus bDef,-7; bonus bMdef,-7; bonus2 bHPRegenRate,(MaxHp/100),10000; if (getrefine()>=7) bonus bFlee,2; if (getrefine() >= 9) bonus2 bSPRegenRate,(MaxSp/100),10000;','','');
+REPLACE INTO `item_db_re` VALUES ('5856','Passion_FB_Hat','Passion Soccerball Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','671','0','bonus bStr,2; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5857','Cool_FB_Hat','Cool Soccerball Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','672','0','bonus bInt,2; bonus bVit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5858','Victory_FB_Hat','Soccerball Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','673','0','bonus bInt,2; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5859','Glory_FB_Hat','Glorious Soccerball Hat','5','20','10','600','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','674','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('5868','Bushy_Moustache','Bushy Moustache','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','1004','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('5869','Mimic_Egg_Shell','Mimic Egg Shell','5','10','5','100','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','999','0','','','');
+REPLACE INTO `item_db_re` VALUES ('5870','Bunny_Egg_Shell','Bunny Egg Shell','5','10','5','100','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','1000','0','bonus bAgi,3;','','');
+REPLACE INTO `item_db_re` VALUES ('5871','Picky_Egg_Shell','Picky Egg Shell','5','10','5','100','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','1001','0','bonus bVit,3; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('5873','Helmet_Of_Siegfried','Helmet Of Siegfried','5','20','10','600','0','0','7','0','1','279714','58','2','256','0','60','150','1','1055','0','bonus bStr,5; bonus bInt,5; bonus bVit,5; bonus bDex,5; bonus bAgi,5; bonus bLuk,5; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('6000','Dark_Ashes','Ashes of Darkness','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6001','Essence_Of_Fire','Essence of Fire','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6002','Token_Of_Apostle','Token of Apostle','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6003','Soul_Pendant','Pendant of Spirit','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6004','Bapho_Doll','Cursed Baphomet Doll','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6005','New_Year_Rice_Cake','NewYear Ricecake','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6006','Rice_Cake_Delivery_Box','Delivery Ricecake Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6007','New_Year_Rice_Cake_Soup','NewYear Ricecake Soup','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6008','Wood','Wood','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6009','Large_Magical_Fan','Big Fan Of Magic','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6010','Pickaxe','Hoe','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6011','Blue_Card_B','Blue B Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6012','Blue_Card_C','Blue C Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6013','Blue_Card_J','Blue J Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6015','Blue_Card_M','Blue M Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6016','Blue_Card_Q','Blue Q Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6017','Blue_Card_T','Blue T Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6018','Blue_Card_V','Blue V Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6019','Blue_Card_Z','Blue Z Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6020','Fur','Fur','3','704','352','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6021','Peaked_Hat','Peaked Hat','3','433','216','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6022','Hard_Skin','Hard Skin','3','884','442','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6023','Mystic_Horn','Mystic Horn','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6024','17Carat_Dia','17Carat Diamond','3','6000000','3000000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6025','Towel_Of_Memory','Towel of Memory','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6026','Marriage_Covenant','Written Oath Of Marriage','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6027','Crystal_Of_Feardoom','Crystal Of Feardom','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6028','Seal_Scroll','Sealed Scroll','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6029','Morocc_Tracing_Log','Morocc Tracing Log','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6030','Glitering_PaperA','Glittering Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6031','Glitering_PaperB','Glittering Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6032','Horn_Of_Hilsrion','Horn of Hillslion','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6033','Horn_Of_Tendrilion','Horn of Tendrilion','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6034','Weird_Part','Weird Part','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6035','Decaying_Stem','Decaying Stem','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6036','Invite_To_Meeting','Meeting Invitation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6037','Rough_File','Messy File','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6038','Neat_Report','Neat Report','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6039','Piece_Of_Fish','Piece of Fish','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6040','Some_Of_Report','Part of a Report','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6041','Strong_Bine','Strong Vine','3','30','15','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6042','Ordinary_Branch','Ordinary Branch','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6043','Letter_From_Lugen','Letter from Lugen','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6044','Letter_From_Otto','Letter from Otto','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6045','Supply_Box','Supply Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6046','Clothing_Dye_Coupon','New Clothing Dye Coupon','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"SetPalete\",1;','','');
+REPLACE INTO `item_db_re` VALUES ('6047','Clothing_Dye_Coupon2','Original Clothing Dye Coupon','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"SetPalete\",2;','','');
+REPLACE INTO `item_db_re` VALUES ('6048','Unidentified_Mineral','Unidentified Mineral','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6049','Marlin','Marlin','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6050','Mercenary_Contract','Mercenary Contract','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6051','Gray_Hollow','Gray Hollow','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6052','Ornamental_Hairpin','Ornament Hairpin','3','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6053','Yuanbao','Circle Step','3','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6054','Blue_Card_6','Number 6 Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6055','Blue_Card_Annyver','Character Week Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6056','Blue_Card_Sary','Character Year Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6057','Blue_Card_E','Character Lee Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6058','Blue_Card_Ven','Character Ben Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6059','Blue_Card_Nt','Character Project Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6060','Moon_Admin_Ticket','Month Viewing Ticket','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6061','Plantain','Blood Beginner','3','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6062','Moon_Cake15','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6063','Moon_Cake16','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6064','Moon_Cake17','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6065','Moon_Cake18','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6066','Moon_Cake19','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6067','Moon_Cake20','Letter Moon Cake','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6068','Rabbit_Skin','Leather Rabbit','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6069','ABUNDANCE','ABUNDANCE','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6070','Shaman\'s_Old_Paper','Shaman\'s Document','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6071','Broken_Sword','Broken Sword','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6072','Wing_Of_Bizofnil','Bijofnil Feather','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6073','Dragon\'s_Mane','Dragon\'s Mane','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6074','Bazett\'s_Order','Bazett\'s Order','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6075','Crystalized_Teardrop','Crystalized Teardrop','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6076','Portable_Toolbox','Portable Toolbox','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6077','Rough_Mineral','Rough Mineral','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6078','Stone_Fragments','Stone Fragment','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6079','Flower_Of_Alfheim','Flower Of Alfheim','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6080','Manuk_Coin','Manuk Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6081','Splendide_Coin','Splendide Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6082','Spirit_Of_Alfheim','Spirit Of Alfheim','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6083','Dolly_Capsule','Capsule Dolls','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6084','Bradium_Fragments','Bradium Fragments','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6085','Shaggy_Muffler','Shaggy Muffler','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6086','Withered_Flower','Withered Flower','3','890','445','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6087','Crystal_Of_Soul_01','Spiritual Crystal','3','1050','525','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6088','Crystal_Of_Soul_02','Spiritual Crystal','3','1050','525','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6089','Piece_Of_Darkness','Dark Piece','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6090','Purified_Bradium','Refined Bradium','3','1100','550','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6091','Dark_Red_Scale','Darkred Scale Piece','3','200000','100000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6092','Singing_Crystal_Piece','Piece Of Singing Crystal','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6093','Egg_Of_Draco','Draco\'s Egg','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6094','Traditional_Cookie','Traditional Cookie','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6095','Flavored_Alcohol','Flavored Alcohol','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6096','Fish_With_Blue_Back','Fish With Blue Back','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6097','Pumpkin_Pie_','Pumpkin Pie','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6098','Small_Snow_Flower','Small Snow Flower','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6099','Grilled_Rice_Cake','Grilled Rice Cake','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6100','Damp_Darkness','Damp Darkness','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6101','Attendance_Card','Attendance Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6102','Report_On_Splendide','Report On Splendide','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6103','Report_On_Manuk','Report On Manuk','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6104','Big_Cell','Big Cell','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6105','Morning_Dew','Morning Dew','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6106','Well_Ripened_Berry','Well Ripened Berry','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6107','Sunset_On_The_Rock','Sunset On The Rock','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6108','Apple_Pudding','Apple Pudding','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6109','Plant_Neutrient','Plant Neutrient','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6110','Vital_Flower','Yellow Vital Flower','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6111','Mystic_Stone','Mystic Stone','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6112','Fresh_Plant','Fresh Plant','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6113','Vital_Flower_','Blue Vital Flower','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6114','Flame_Gemstone','Flame Gemstone','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6115','Bun_','Bun','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6116','Succu_Pet_Coupon','Succubus Pet Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6117','Imp_Pet_Coupon','Imp Pet Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6118','Chung_E_Pet_Coupon','Chung E Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6119','Natural_Leather','Cow Leather','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6120','Face_Paint','Face Paint','3','120','60','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6121','Makeover_Brush','Makeover Brush','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6122','Paint_Brush','Paint Brush','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6123','Surface_Paint','Surface Paint','3','200','100','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6124','Wolf\'s_Flute','Wolf Flute','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6125','Lucky_Box','Bunny Box','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6126','Happy_Box','Summer Happy Box','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6127','Purification_Stone','Purification Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6128','Guillotine_Antidote','Antidote','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6129','Ticket_Nightmare','Nightmare Terror Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6130','Ticket_Loli_Ruri','Ticket Loli Ruri','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6131','Ticket_Goblin_Leader','Goblin Leader Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6132','Ticket_Incubus','Incubus Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6133','Ticket_Miyabi_Ningyo','Miyabi Ningyo Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6134','Ticket_Whisper','Giant Whisper Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6135','Ticket_Wicked_Nymph','Evil Nymph Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6136','Ticket_Medusa','Medusa Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6137','Ticket_Stoneshooter','Stone Shooter Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6138','Ticket_Marionette','Marionette Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6139','Ticket_Leafcat','Leaf Cat Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6140','Ticket_Dullahan','Dullahan Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6141','Ticket_Shinobi','Shinobi Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6142','Ticket_Golem','Golem Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6143','Ticket_Civil_Servant','Civil Servant Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6144','Heartbroken_Tears','Regrettable Tears','3','1000','500','2','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6145','Vulcan_Bullet','Vulcan Bullet','3','10','5','2','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6146','Magic_Gear_Fuel','Magic Gear Fuel','3','300','150','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6147','Liquid_Condensed_Bullet','Liquid Condensed Bullet','3','100','50','3','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6148','Chocolate_Of_Eternity','Eternity Of Chocolate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6149','Plain_Chocolate','Simple Chocolate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6150','Key_Of_The_Mansion','Mansion Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6151','Peice_Of_Great_Bradium','Giant Bradium Fragment','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6152','Glittering_Crystal','Glittering Crystal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6153','Special_Exchange_Coupon','Special Exchange Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6154','Broken_Horn_Pipe','Broken Horn Pipe','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6155','Coke_Membership_Card','Member Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6156','Approval_Report','A Report To Be Approved','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6157','Poring_Ticket','Festa Gold Medal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6158','Drops_Ticket','Vote 2','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6159','Poporing_Ticket','Poporing Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6160','Lunatic_Ticket','Lunatic Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6161','Picky_Ticket','Picky Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6162','Pecopeco_Ticket','Peco Peco Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6163','Savage_Baby_Ticket','Savage Babe Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6164','Spore_Ticket','Spore Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6165','Poison_Spore_Ticket','Poison Spore Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6166','Chonchon_Ticket','Chonchon Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6167','Steel_Chonchon_Ticket','Steel Chonchon Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6168','Petit_Ticket','Sky Petite Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6169','Deviruchi_Ticket','Deviruchi Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6170','Isis_Ticket','Isis Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6171','Smokie_Ticket','Smokie Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6172','Dokebi_Ticket','Dokebi Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6173','Desert_Wolf_B_Ticket','Baby Desert Wolf Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6174','Yoyo_Ticket','Yoyo Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6175','Sohee_Ticket','Sohee Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6176','Rocker_Ticket','Rocker Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6177','Hunter_Fly_Ticket','Hunter Fly Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6178','Orc_Warrior_Ticket','Orc Warrior Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6179','Bapho_Jr_Ticket','Bapho Jr. Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6180','Munak_Ticket','Munak Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6181','Bongun_Ticket','Bongun Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6182','Goblin_Ticket','Christmas Goblin Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6183','Hardtack_Ticket','Rice Cake Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6184','Zherlthsh_Ticket','Zherlthsh Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6185','Alice_Ticket','Alice Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6186','Monkey_Wrench','Monkey Wrench','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6187','Blank_Card','Blank Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6188','Slot_Coupon','Slotting Advertisement','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6189','Magic_Book_FB','Spell Book(Fire Bolt)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6190','Magic_Book_CB','Spell Book(Cold Bolt)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6191','Magic_Book_LB','Spell Book(Lightning Bolt)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6192','Magic_Book_SG','Spell Book(Storm Gust)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6193','Magic_Book_LOV','Spell Book(Lord Of Vermilion)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6194','Magic_Book_MS','Spell Book(Meteor Storm)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6195','Magic_Book_CM','Spell Book(Comet)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6196','Magic_Book_TV','Spell Book(Tetra Vortex)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6197','Magic_Book_TS','Spell Book(Thunder Storm)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6198','Magic_Book_JT','Spell Book(Jupitel Thunder)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6199','Magic_Book_WB','Spell Book(Water Ball)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6200','Magic_Book_HD','Spell Book(Heaven\'s Drive)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6201','Magic_Book_ES','Spell Book(Earth Spike)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6202','Magic_Book_ES_','Spell Book(Earth Strain)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6203','Magic_Book_CL','Spell Book(Chain Lightning)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6204','Magic_Book_CR','Spell Book(Crimson Rock)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6205','Magic_Book_DL','Spell Book(Drain Life)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6206','I_Love_You','I Love You','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6207','Thank_You','Thanks','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6208','I_Respect_You','Respect','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6209','Glory_Of_Knights','Knight Of Honor','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6210','Seed_Of_Horny_Plant','Thorn Plant Seed','3','600','300','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6211','Bloodsuck_Plant_Seed','Blood Sucker Plant Seed','3','800','400','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6212','Bomb_Mushroom_Spore','Bomb Mushroom Spore','3','1000','500','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6213','Explosive_Powder','Explosive Powder','3','500','250','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6214','Smoke_Powder','Smoke Powder','3','500','250','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6215','Tear_Gas','Tear Gas','3','500','250','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6216','Oil_Bottle','Oil Bottle','3','1000','500','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6217','Mandragora_Flowerpot','Mandragora Flowerpot','3','2000','1000','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6218','Disin_Delivery_Box','Dieshin\'s Delivery Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6219','Para_Team_Mark','Eden Group Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6220','Mysterious_Dyestuff','Mysterious Dyestuffs','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6221','Mystic_Leaf_Cat_Ball','Mystic Hydra Ball','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6222','Shining_Beads','Shining Beads','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6223','Carnium','Carnium','3','2000','1000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6224','Bradium','Bradium','3','2000','1000','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6225','HD_Carnium','HD Carnium','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6226','HD_Bradium','HD Bradium','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6228','Guarantee_Weapon_9Up','Safe to 9 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6229','Guarantee_Weapon_8Up','Safe to 8 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6230','Guarantee_Weapon_7Up','Safe to 7 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6231','Guarantee_Weapon_6Up','Safe to 6 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6232','Guarantee_Armor_9Up','Safe to 9 Body Armor Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6233','Guarantee_Armor_8Up','Safe to 8 Body Armor Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6234','Guarantee_Armor_7Up','Safe to 7 Body Armor Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6235','Guarantee_Armor_6Up','Safe to 7 Headgear Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6236','Blue_Card_7','Blue 7 Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6237','Guarana_Fruit','Guarana Fruit','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6238','Guarantee_Weapon_11Up','Safe to 11 Weapon Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6239','Guarantee_Armor_11Up','Safe to 11 Armor Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6240','HD_Oridecon','HD Oridecon','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6241','HD_Elunium','HD Elunium','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6242','Midgard_Coin','Midgard Coin','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6243','Exchange_Coupon','WPS Point Token','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6244','Gun_Powder','Gun Powder','3','10','5','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6245','Black_Powder','Black Powder','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6246','Yellow_Powder','Yellow Powder','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6247','White_Powder','White Powder','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6248','Melange_Pot','Melange Pot','3','600','300','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6249','Savage_Meat','Savage Meat','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6250','Cooking_Skewer','Cooking Skewer','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6251','Black_Charcoal','Black Charcoal','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6252','Wolf_Blood','Blood Of Wolf','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6253','Cold_Ice','Cold Ice','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6254','Beef_Head_Meat','Beef Head','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6255','Large_Cookpot','Large Cookpot','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6256','Ice_Fragment','Ice Piece','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6257','Ice_Crystal','Ice Crystal','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6258','Comodo_Tropic_Fruit','Comodo Tropical Fruit','3','800','400','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6259','Drocera_Tentacle','Drosera Tentacle','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6260','Petti_Tail','Petite\'s Tail','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6261','Fine_Noodle','Fine Noodle','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6262','Cool_Gravy','Cool Gravy','3','400','200','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6263','Coconut_Fruit','Coconut Fruit','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6264','Melon','Melon','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6265','Pineapple','Pineapple','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6266','Cheat_Key','Key Of Deception','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6267','Virtual_Key','Key Of Illusion','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6268','Mirth_Key','Key Of Pleasure','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6269','Master_Brush','A Master\'s Brush','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6270','Mins_Picture','A Picture Of Maestro Song','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6271','Mins_Receipt','Receipt','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6272','Experiment_Seed','Seed For Experiemnt','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6273','Altered_Seed','Seed For Experiemnt','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6274','Saint_Cloth_Piece','Saint\'s Clothing Piece','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6275','King_Shield','King\'s Shield','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6276','Clear_Reagent','Clear Reagent','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6277','Red_Reagent','Red Reagent','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6278','Black_Reagent','Black Reagent','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6279','Apple_Bomb_CB','How To Make An Apple Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6280','Pinepple_Bomb_CB','How To Make A Pineapple Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6281','Coconut_Bomb_CB','How To Make A Coconut Fruit Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6282','Melon_Bomb_CB','How To Make A Melon Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6283','Banana_Bomb_CB','How To Make A Banana Bomb','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6284','Plant_Genetic_Grow','How To Grow Plant Genes','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6285','Quality_Potion_Book','How To Make High Quality Potion','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6286','F_Max_Weight_Up_Scroll','Gym Pass','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6287','F_Clothing_Dye_Coupon','Omni Clothing Dye','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6288','F_Happy_Box','Summer Happy Box','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6289','F_Mysterious_Dyestuff','Mysterious Dyestuffs','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6290','F_New_Style_Coupon','Hairstyle Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6291','F_Enriched_Elunium','Enriched Elunium','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6292','F_Enriched_Oridecon','Enriched Oridecon','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6293','F_Token_Of_Siegfried','Token Of Siegfried','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6294','F_Marriage_Covenant','Marriage Covenant','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6295','F_Clothing_Dye_Coupon2','Original Clothing Dye Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6296','RF_Taining_Notice','RF Taining Notice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6297','Bottle_To_Throw','Bottle Throw','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6298','Pumpkin_Head_Crushed','Crushed Pumpkin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6299','Worn_Cloth_Piece','Worn Fabric','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6300','J_7Draw','J 7Draw','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6301','J_Semi_Draw','J Semi Draw','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6302','GM_Handwriting','GM Max Bond','3','20004','10002','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6303','Changed_Hydra_Ball','Changed Hydra Ball','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6304','Sapa_Feat_Cert','Sapha Certification','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6305','Frozen_Skin_Piece','Frozen Piece of Skin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6306','Solid_Bloodstain','Clotted Bloodstain','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6307','Suspicious_Magic_Stone','Strange Magic Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6308','Unidentified_Relic','Unknown Relic','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6309','E_Max_Weight_Up_Scroll','E Max Weight Up Scroll','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6310','E_Cloth_Dye_Coupon','E Cloth Dye Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6311','E_Happy_Box','E Happy Box','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6312','E_Mysterious_Dyestuff','E Mysterious Dyestuff','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6313','E_New_Style_Coupon','E New Style Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6314','E_Enriched_Elunium','E Enriched Elunium','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6315','E_Enriched_Oridecon','E Enriched Oridecon','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6316','E_Token_Of_Siegfried','E Token Of Siegfried','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6317','E_Marriage_Covenant','E Marriage Covenant','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6318','E_Cloth_Dye_Coupon2','E Cloth Dye Coupon2','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6319','Small_Bradium','Small Bradium','3','242','121','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6320','Premium_Reset_Stone','Magical Stone','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6321','Rakehorn_Helm','Rake Horn Helm','3','616','308','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6322','Antler_Helm','Antler Helm','3','600','300','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6323','Twinhorn_Helm','Twin Horn Helm','3','546','273','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6324','Singlehorn_Helm','Single Horn Helm','3','526','263','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6325','White_Spider_Limb','White Spider Limb','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6326','Queen_Wing_Piece','Piece of Queen\'s Wing','3','1222','611','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6328','Calender_January','January Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6329','Calender_February','February Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6330','Calender_March','March Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6331','Calender_April','April Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6332','Calender_May','May Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6333','Calender_June','June Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6334','Calender_July','July Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6335','Calender_August','August Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6336','Calender_September','September Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6337','Calender_October','October Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6338','Calender_November','November Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6339','Calender_December','December Calendar','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6340','Fade_Notation_Green','Faded Music(Green)','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6341','Fade_Notation_Red','Faded Music(Red)','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6342','Fade_Notation_Purple','Faded Music(Purple)','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6343','Fade_Notation_Blue','Faded Music(Blue)','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6344','Muscle_Story','Muscle Story','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6345','Love_Ball','Love Lump','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6346','Seagate_Mark','Seagate Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6347','Bless_Word_Paper1','Bless Word Paper1','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6348','Bless_Word_Paper2','Bless Word Paper2','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6349','Bless_Word_Paper3','Bless Word Paper3','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6350','Bless_Word_Paper4','Bless Word Paper4','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6351','Bless_Word_Paper5','Bless Word Paper5','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6352','Bless_Word_Paper6','Bless Word Paper6','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6353','Bless_Word_Paper7','Bless Word Paper7','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6354','Bless_Word_Paper8','Bless Word Paper8','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6355','Bless_Word_Paper9','Bless Word Paper9','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6356','Bless_Word_Paper10','Bless Word Paper10','3','4020','2010','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6357','Fortune_Cookie_Fail','Fortune Cookie Fail','3','4020','2010','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6358','Free_Cash_Coupon','Free Cash Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6359','Guidebook_Exchange','Guidebook Exchange','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6360','Scarlet_Pts','Scarlet Point','3','100','50','5','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6361','Indigo_Pts','Indigo Point','3','100','50','5','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6362','Yellow_Wish_Pts','Yellow Wish Point','3','100','50','5','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6363','Lime_Green_Pts','Lime Green Point','3','100','50','5','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6369','Amatsu_Bead_A','Amatsu Bead A','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6370','Amatsu_Bead_Ma','Amatsu Bead Ma','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6371','Amatsu_Bead_Tsu','Amatsu Bead Tsu','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6372','Amatsu_Bead_Jam','Amatsu Bead Jam','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6373','Amatsu_Bead_Bo','Amatsu Bead Bo','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6374','Amatsu_Bead_Ree','Amatsu Bead Ree','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6375','Amatsu_Bead_!','Amatsu Bead !','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6376','KVM_Badge','KVM Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6377','Buy_Market_Permit','Bulk Buyer Shop License','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6378','Winning_Mark','Token Of Victory War','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6379','Card_Coin','Card Coin','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6380','Mora_Coin','Mora Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6381','Field_Shovel','Field Shovel','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6382','Urn','Urn','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6383','Clue_Of_Lope','Lope\'s Clue','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6384','Ring_Of_Lope','Lope\'s Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6385','Research_Tool_Bag','Research Tool Bag','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6386','Bathtub_R_Sample','Bath Water Sample','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6387','Teeth_Sample','Teeth Sample','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6388','Scale_Sample','Scale Sample','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6389','Puddle_R_Sample','Sample of Puddle Research','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6390','Small_Pocket','Small Pocket','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6391','Splendid_Supply_Kit','Splendid Supply Kit','3','20','10','2000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6392','Bradium_Box','Bradium Box','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6393','Round_Feather','Round Feather','3','524','262','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6394','Golden_Feather','Golden Feather','3','486','243','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6395','Angel_Magic_Power','Angel Magic Power','3','614','307','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6396','Auger_Of_Spirit','Spiritual Auger','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6397','PR_Team_Ticket','Tickets Public Relations','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6398','Develop_Team_Ticket','Development Team\'s ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6399','Marketing_Team_Ticket','Tickets Marketing','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6400','Operating_Team_Ticket','Operation Team\'s Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6401','Palm_O','Palm Oils','3','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6402','Oil_Palm_F','Palm Oil Fruit','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6403','Comodo_L','Comodo Leather','3','5','2','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6404','Caress_H','Keris Hilt','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6405','Cendrawasih_F','Cendrawasih Feather','3','3','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6406','Cendrawasih_SF','Shining Cendrawasih Feather','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6407','Sang_Stone_Fragment','Sang Stone Fragment','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6408','Sang_Stone','Sang Stone','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6409','Sang_Stone_Mass','Sang Stone Mass','3','30','15','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6410','Idul_Fitri_Card','Idul Fitri Card','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6411','Ripe_Watermelon','Ripe Watermelon','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6412','Special_Medal','Special Medal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6413','New_Insurance','New Insurance','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6414','Raganta_Card','Among The Other Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6415','Strange_Embryo','Strange Embryo','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6416','Pet_Exchange','Around The Exchange Carpet Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6417','Silvervine','Silvervine Fruit','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6418','Agrade_Coin','Aclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6419','Bgrade_Coin','Bclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6420','Cgrade_Coin','Cclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6421','Dgrade_Coin','Dclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6422','Egrade_Coin','Dclass Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6423','Anger_Seagod','Seagod Anger','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6424','Halloween_Fragment','Spirit Piece','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6425','Halloween_Certificate','Halloween Certificate','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6426','Bad_Can','Poor Can','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6427','Bad_Can_Sack','Poor Can Sack','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6428','Bravery_Card_A','Adventure Card A','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6429','Bravery_Card_B','Adventure Card B','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6430','Picture_Piece','Fragment of Picture','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6431','Bucket','Bucket','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6432','Full_Bucket','All Filled Bucket','3','0','0','3000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6433','Clean_Brush','Cleaning Brush','3','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6434','Fix_Kit','Fixing Kit','3','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6435','Fresh_Fruit','Fresh Fruit','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6436','Ptotection_Seagod','Seagod\'s Protection','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6437','Scaraba_Perfume','Scaraba Perfume','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6438','Unbreakable_Weap','Blessed Weapon Ore','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6439','Unbreakable_Def','Blessed Armor Ore','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6440','General_Lubricant','Ordinary Lubricant','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6441','High_RankLubricant','High Ranked Lubricant','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6442','Octopus_Hunt_Stick','Octopus Hunting Stick','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6443','Sillit_Pong_Bottle','Sillit Pong Bottle','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6444','Emperium_G','Emperium G','3','2','1','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6445','Blue_Card_X','Blue Card X','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6446','Green_Paper','Green Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6447','Red_Paper','Red Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6448','White_Paper','White Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6449','Casual_Diary','Ordinary Kid\'s Diary','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6450','Honest_Diary','Honest Kid\'s Diary','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6451','Unknown_Fish','Unidentified Fish','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6452','Etoile_Ring','Etoille\'s Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6453','Undelivered_Gift','Undelivered Gift','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6454','Santa_Bag','Santa Bag','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6455','Tiny_Ticket','Tiny Ticket','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6456','Guarantee_Weapon_5Up','Weapon 5 Smelting Guarantee Volume','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6457','Guarantee_Armor_5Up','Safe to 10 Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6459','Jae_Sinho_Unpo','Fortune Gun','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6460','Jae_Sinho_Undo','fortune','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6461','Mimong_Sungjin','Sung Jin Mimong','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6462','Gilsang_Yeoui','Lucky Face','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6463','Sin_Sun_Jeonsul','Fresh scripture Legend','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6464','Hate_Bundle','Hate Crate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6465','Guard_Coin','Guardian Coin','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6466','Clean_Water','Clean Water','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6467','Perfume','Perfume','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6468','Thai_Perfume','Thai Perfume','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6469','Will_Of_Warrior','Will of Warrior','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6470','Blood_Thirst','Blood Thirst','3','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6471','Goast_Chill','Ghost Chill','3','1600','800','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6472','Holy_Mom_Blaze','Virgin\'s Splendor','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6473','Amatsu_Orb01','Pearl Spring (Cherry Beans)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6474','Amatsu_Orb02','Pearl Spring (Sakura T)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6475','Amatsu_Orb03','Pearl Spring (Cold Scarlet Cherry)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6476','Amatsu_Orb04','Pearl Spring (Miyama Sakura)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6477','Amatsu_Orb05','Pearl Spring (Sato Sakura)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6478','Amatsu_Orb06','Pearl Spring (Wild Cherry Tree)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6479','Amatsu_Orb07','Pearl Spring (Edo Equinox)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6480','Event_coin','10Th Event Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6481','Holy_Rock_Piece','Sacred Rock Shard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6482','Ancient_City_Key','Ancient City Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6483','Dream_Scroll','Dream Scroll','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6484','Enchant_Book','Heroic Desocketing Book','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6485','BlueCard_2','Blue 2 Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6486','BlueCard_0','Blue 0 Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6487','BlueCard_1','Blue 1 Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6488','Thanks_Invest_Ticket','Thanks Invest Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6489','Cats_Invest_Certif','Cats Invest Certificate','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6490','Magic_Clay_Fragment','Piece of Clay Magic','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6491','Magic_Clay','Clay Magic','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6492','Magic_Clay_Lump','Magic Lump Of clay','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6493','Makibishi','Makibishi','3','30','15','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6494','Kafra_Coin2','Kafra Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6495','Para_Logro_Badge','Eden Merit Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6496','Tikbalang_Thick_Spine','Tikbalang\'s Thick Spine','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6497','Lesser_Agimat','Lesser Agimat','3','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6498','Jejellopy','Jejellopy','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6499','Ancient_Grudge','Ancient Grudge','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6500','Sharp_Bamboo','Sharpened Bamboo','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6501','Salt_Bag','Salt Bag','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6502','Silver_Cross','Silver Cross','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6503','Soul_Protection','Spiritual Protection','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6504','Cast_Iron_Caldron','Cast-Iron Caldron','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6505','Purified_Bone','Purified Spirit Bone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6506','Offering_Bouquet','Offering Bouquet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6507','Evil_Bone','Evil Spirit Bone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6508','Silver_Bracelet','Silver Bracelet','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6509','Mysterious_Flower','Mysterious Flower','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6510','Elegant_Flower','Elegant Flower','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6511','Beautiful_Flower','Beautiful Flower','3','300','150','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6512','Charm_Fire','Charm Fire','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6513','Charm_Ice','Charm Ice','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6514','Charm_Wind','Charm Wind','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6515','Charm_Earth','Charm Earth','3','100','50','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6516','Bakonawa_Doll','Bakonawa Doll','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6517','Bangungot_Doll','Bangungot Doll','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6518','Buwaya_Doll','Buwaya Doll','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6519','Collected_Sample','Collected Sample','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6520','Lost_Belongings','Lost Belongings','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6521','Royal_Certificate','King\'s Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6522','Royal_Certificate_','King\'s Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6523','Bakonawa_Spirit_Piece','Piece of Bakonawa\'s Spirit','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6524','Bangungot_Spirit_Piece','Piece of Bangungot\'s Spirit','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6525','Buwaya_Spirit_Piece','Piece of Buwaya\'s Spirit','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6526','BlueCard_Happy','BlueCard Happy','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6527','BlueCard_Enjoy','BlueCard Enjoy','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6528','BlueCard_Light','BlueCard Light','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6529','BlueCard_Mid','BlueCard Mid','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6530','BlueCard_Fall','BlueCard Fall','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6531','Royal_Certificate__','King\'s Mark','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6532','Honey_Songpyun','Honey Rice Cake','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6533','Torn_Document','Torn Document','3','2','1','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6534','Fruit_Sundae','Fruit Sundae','3','2','1','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6535','Red_Cloth','Piece Of Red Fabric','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6536','Star_Decor','Star Shape Decoration','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6537','Sky_Medal','Sky Tuesday','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6538','Real_Blank_Card','Blank Card','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6539','Old_Left_Lapine','Old Left Lapine','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6540','Golden_Leaf','Golden Leaf','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6541','Avant_Research_Data','Avant Research Data','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6542','Star_Shape_Mushroom','Star Shape Mushroom','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6543','Lv110_Achieved_Coin','110 Level Reached Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6544','Lv120_Achieved_Coin','120 Level Reached Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6545','Firm_Hair','Firm Hair','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6546','Younger_Bro_Letter','Younger Brother Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6547','Stained_Research_Book','Stained Research Book','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6548','Piece_Of_Lapine_Wing','Piece Of Lapine Wing','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6549','Courtesy_Ticket','Pass kindly','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6550','Brownie_Ticket','Brownie Ticket','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6551','RWC_Spirit_Auger','Black Devil Auger','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6552','Mail_Package','Mail Package','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6553','Leaf_Made_Wood','Leaf Made Wood','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6554','Seed_Box','Seed Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6555','Birthday_Candle','Birthday Candle','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6556','Nespresso_Ticket','Coupon Coffee capsule Machine','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6557','Fancy_Fairy_Wing','Fancy Fairy Wing','3','2350','1175','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6558','Pile_Of_Acorn','Pile Of Acorn','3','1500','750','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6559','Eye_Drops','Eye Drops','3','1780','890','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6560','Leaf_Bookmark','Leaf Bookmark','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6561','Dustball','Dustball','3','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6562','Tiny_Mouse_Tail','Tiny Mouse Tail','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6563','Weeds','Weeds','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6564','Captive_Hatchling','Captive Hatchling','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6565','Racy_Spice','Racy Spice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6566','Cacao99_Recipe','Fierce cacao 99 Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6567','Choco_Drink_Recipe','Chocolate Drink Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6581','Holy_Amulet','Divine Amulet','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6583','3rd_Test_Pass','3rd Test Pass','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6593','Cryptura_Hair_Coupon','Kuritura Hairstyle Coupon','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6606','P_Cart_C','P Cart C','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6616','Lmtd_Manny_Card','Lmtd Manny Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6617','Lmtd_Sid_Card','Lmtd Sid Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6618','Lmtd_Diego_Card','Lmtd Diego Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6619','Lmtd_Scrat_Card','Lmtd Scrat Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6635','Blacksmith_Blessing','Blacksmith\'s Blessing','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6646','Poring_Badge','Poring Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6654','Needle_And_Thread','Needle And Thread','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6655','Firm_Pumpkin','Hard Pumpkin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6656','Goast_Free_Charm','Controlling Amulet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6657','Memory_Of_Jack','Jack Memories','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6658','Halloween_Coin','Halloween Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6665','RWC_Inicializer','RWC Enchant Reset Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6682','Bag_Of_Selling_Goods','Bag Of Selling Goods','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('6712','Lovely_Stick','Love Wand','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7001','Mould_Powder','Mould Powder','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7002','Ogre_Tooth','Ogre Tooth','3','658','329','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7003','Anolian_Skin','Anolian Skin','3','968','484','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7004','Mud_Lump','Mud Lump','3','876','438','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7005','Skull','Skull','3','1044','522','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7006','Wing_Of_Red_Bat','Wing of Red Bat','3','168','84','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7007','Claw_Of_Rat','Claw of Rat','3','748','374','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7008','Stiff_Horn','Stiff Horn','3','636','318','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7009','Glitter_Shell','Glitter Shell','3','528','264','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7010','Tail_Of_Steel_Scorpion','Tail of Steel Scorpion','3','548','274','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7011','Claw_Of_Monkey','Claw of Monkey','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7012','Tough_Scalelike_Stem','Tough Scalelike Stem','3','412','206','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7013','Coral_Reef','Coral Reef','3','772','386','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7014','Old_Portrait','Old Portrait','3','1500','750','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7015','Bookclip_In_Memory','Bookclip in Memory','3','3000','1500','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7016','Spoon_Stub','Spoon Stub','3','2500','1250','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7017','Executioner\'s_Mitten','Executioner\'s Mitten','3','4500','2250','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7018','Young_Twig','Young Twig','3','50','25','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7019','Loki\'s_Whispers','Loki\'s Whispers','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7020','Mother\'s_Nightmare','Mother\'s Nightmare','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7021','Foolishness_Of_Blind','Foolishness of the Blind','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7022','Old_Hilt','Old Hilt','3','150','75','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7023','Blade_Lost_In_Darkness','Blade Lost in Darkness','3','12000','6000','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7024','Bloody_Edge','Bloody Edge','3','10000','5000','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7025','Lucifer\'s_Lament','Lucifer\'s Lament','3','30000','15000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7026','Key_Of_Clock_Tower','Key of Clock Tower','3','100','50','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7027','Underground_Key','Key of Underground','3','100','50','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7028','Invite_For_Duel','Invite for Duel','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7029','Admission_For_Duel','Admission for Duel','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7030','Claw_Of_Desert_Wolf','Claw of Desert Wolf','3','208','104','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7031','Old_Frying_Pan','Old Frying Pan','3','196','98','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7032','Piece_Of_Egg_Shell','Piece of Egg Shell','3','168','84','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7033','Poison_Spore','Poison Spore','3','114','57','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7034','Red_Socks_With_Holes','Red Stocking','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7035','Matchstick','Matchstick','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7036','Fang_Of_Garm','Fang of Hatii','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7037','Trade_Coupon','Coupon','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7038','Yarn','Yarn','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7039','Novice_Nametag','Newbie Tag','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7040','Megaphone','Megaphone','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7041','Fine_Grit','Fine Grit','3','120','60','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7042','Leather_Bag_Of_Infinity','Leather Bag of Infinity','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7043','Fine_Sand','Fine Sand','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7044','Vigorgra','Vigorgra','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7045','Magic_Paint','Magic Paint','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7046','Cart_Parts','Cart Parts','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7047','Alice\'s_Apron','Alice\'s Apron','3','2424','1212','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7048','Talon_Of_Griffin','Talon of Griffon','3','5418','2709','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7049','Stone','Stone','3','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7050','Cotton_Mat','Cotton Mat','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7051','Silk_Mat','Silk Mat','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7052','Old_Magazine','Old Papers','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7053','Cyfar','Cyfar','3','772','386','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7054','Brigan','Brigan','3','746','373','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7055','Animal_Pooopoo','Animal Poop','3','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7056','Payroll_Of_Kafra','Payment Statement for Kafra Employee','3','1','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7057','Gallar_Horn','Gjallar','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7058','Gullraifnir','Gleipnir','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7059','Cargo_Free_Ticket','Free Ticket for Kafra Storage','3','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7060','Warp_Free_Ticket','Free Ticket for Kafra Transportation','3','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7061','Cart_Free_Ticket','Free Ticket for the Cart Service','3','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7062','Broken_Turtle_Shell','Broken Turtle Shell','3','280','140','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7063','Soft_Feather','Soft Feather','3','280','140','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7064','Dragon_Fly_Wing','Wing of Dragonfly','3','520','260','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7065','Sea_Otter_Leather','Sea-otter Fur','3','820','410','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7066','Ice_Piece','Ice Cubic','3','660','330','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7067','Stone_Piece','Stone Fragment','3','640','320','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7068','Burn_Tree','Burnt Tree','3','722','361','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7069','Broken_Armor_Piece','Destroyed Armor','3','1042','521','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7070','Broken_Shell','Broken Shell','3','900','450','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7071','Tatters_Clothes','Tattered Clothes','3','1280','640','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7072','Rust_Suriken','Old Shuriken','3','1780','890','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7073','Jewel_Of_Prayer','Freya\'s Jewel','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7074','Iron_Glove','Thor\'s Gauntlets','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7075','Iron_Maiden','Iron Maiden','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7076','Mystery_Wheel','Wheel of the Unknown','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7077','Silver_Fancy','Silver Ornament','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7078','Anger_Of_Valkurye','Wrath of Valkyrie','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7079','Feather_Of_Angel','Feather of Angel Wing','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7080','Foot_Step_Of_Cat','Cat Tread','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7081','Beard_Of_Women','Woman\'s Moustache','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7082','Root_Of_Stone','Root of Stone','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7083','Soul_Of_Fish','Spirit of Fish','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7084','Saliva_Of_Bird','Sputum of Bird','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7085','Tendon_Of_Bear','Sinew of Bear','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7086','Symbol_Of_Sun','Amblem of the Sun God','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7087','Breath_Of_Soul','Breath of Spirit','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7088','Crystal_Of_Snow','Snow Crystal','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7089','Indication_Of_Tempest','Omen of Tempest','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7090','Slilince_Wave','Ripple','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7091','Rough_Billows','Billow','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7092','Air_Stream','Drifting Air','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7093','Wheel','Cogwheel','3','1512','756','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7094','Mystery_Piece','Fragment','3','1344','672','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7095','Broken_Steel_Piece','Metal Fragment','3','1075','537','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7096','Cold_Magma','Lava','3','1109','554','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7097','Burning_Heart','Burning Heart','3','924','462','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7098','Live_Coal','Live Coal','3','638','319','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7099','Old_Magic_Circle','Worn-out Magic Scroll','3','773','386','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7100','Sharp_Leaf','Sharp Leaf','3','806','403','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7101','Peco_Wing_Feather','PecoPeco Feather','3','454','227','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7102','Hideous_Dream','Nightmare','3','1075','537','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7103','Unknown_Liquid_Bottle','Unknown Liquid Bottle','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7104','Fake_Angel_Wing','False Angel Wing','3','756','378','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7105','Fake_Angel_Loop','False Heaven Ring','3','924','462','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7106','Goat\'s_Horn','Antelope Horn','3','672','336','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7107','Gaoat\'s_Skin','Antelope Skin','3','756','378','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7108','Boroken_Shiled_Piece','Piece of Shield','3','1680','840','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7109','Shine_Spear_Blade','Shining Spear Blade','3','840','420','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7110','Vroken_Sword','Broken Sword','3','588','294','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7111','Smooth_Paper','Slick Paper','3','706','353','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7112','Fright_Paper_Blade','Sharp Paper','3','907','453','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7113','Broken_Pharaoh_Symbol','Broken Pharaoh Emblem','3','2016','1008','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7114','Tutankhamen\'s_Mask','Masque of Tutankhamen','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7115','Harpy\'s_Feather','Harpy Feather','3','1142','571','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7116','Harpy\'s_Claw','Harpy Talon','3','1210','605','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7117','Rent_Spell_Book','Torn Magic Book','3','1142','571','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7118','Rent_Scroll','Torn Scroll','3','1361','680','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7119','Spawns','Bacillus','3','1025','512','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7120','Burning_Horse_Shoe','Burning Horseshoe','3','823','411','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7121','Honey_Jar','Honey Pot','3','622','311','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7122','Hot_Hair','Burning Hair','3','974','487','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7123','Dragon\'s_Skin','Dragon Skin','3','1025','512','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7124','Sand_Lump','Sand Clump','3','706','353','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7125','Scropion\'s_Nipper','Scorpion Claw','3','706','353','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7126','Large_Jellopy','Large Jellopy','3','840','420','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7127','Alcol_Create_Book','Alcohol Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7128','FireBottle_Create_Book','Bottle Grenade Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7129','Acid_Create_Book','Acid Bottle Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7130','Plant_Create_Book','Plant Bottle Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7131','Mine_Create_Book','Marine Sphere Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7132','Coating_Create_Book','Glistening Coat Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7133','Slim_Potion_Create_Book','Condensed Potion Creation Guide','3','240000','120000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7134','Medicine_Bowl','Medicine Bowl','3','8','4','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7135','Fire_Bottle','Bottle Grenade','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7136','Acid_Bottle','Acid Bottle','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7137','MenEater_Plant_Bottle','Plant Bottle','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7138','Mini_Bottle','Marine Sphere Bottle','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7139','Coating_Bottle','Glistening Coat','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7140','Seed_Of_Life','Seed of Life','3','60000','30000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7141','Yggdrasilberry_Dew','Morning Dew of Yggdrasil','3','20000','10000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7142','Germination_Breed','Embryo','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7143','Life_Force_Pot','Glass Tube','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7144','Normal_Potion_Book','Potion Creation Gude','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7145','Rag_T_Shirts','Ragnarok T-shirt','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7146','Vacance_Ticket','Vacation Ticket','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7147','Jasmin','Jasmine','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7148','Mother_Letter','Mother\'s Letter','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7149','Yellow_Plate','Yellow Plate','3','220','110','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7150','Bamboo_Cut','Piece of Bamboo','3','310','155','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7151','Oil_Paper','Oil Paper','3','210','105','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7152','Glossy_Hair','Glossy Hair','3','340','170','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7153','Old_Japaness_Clothes','Worn-out Kimono','3','590','295','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7154','Poison_Powder','Poisonous Powder','3','160','80','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7155','Poison_Toad\'s_Skin','Poisonous Toad Skin','3','280','140','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7156','Broken_Shuriken','Broken Shuriken','3','470','235','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7157','Black_Mask','Dark Mask','3','315','157','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7158','Broken_Wine_Vessel','Broken Liquor Jar','3','160','80','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7159','Tengu\'s_Nose','Tengu Nose','3','400','200','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7160','Lord\'s_Passable_Ticket','Feudal Lord Permit','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7161','Black_Bear\'s_Skin','Black Bear Skin','3','384','192','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7162','Cloud_Piece','Cloud Crumb','3','390','195','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7163','Sharp_Feeler','Hard Feeler','3','570','285','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7164','Hard_Peach','Solid Peach','3','400','200','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7165','Limpid_Celestial_Robe','Transparent Celestial Robe','3','650','325','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7166','Soft_Silk_Cloth','Soft Silk','3','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7167','Mystery_Iron_Bit','Strange Steel Piece','3','430','215','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7168','Great_Wing','Giant Butterfly Wing','3','614','307','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7169','Taegeuk_Plate','Ba Gua','3','2800','1400','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7170','Tuxedo','Tuxedo','3','43000','21500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7171','Leopard_Skin','Leopard Skin','3','282','141','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7172','Leopard_Talon','Leopard Claw','3','290','145','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7173','BurnBuster_Bag','Bun Buster Bag','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7174','Packing_Ribbon','Wrapping Lace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7175','Packing_Paper','Wrapping Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7176','XMAS_Coupon','Royal Certificate','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7177','Part_Of_Star\'s_Sob','Crumb of Sobbing Starlight','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7178','Star\'s_Sob','Sobbing Starlight','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7179','Donation_Card','Proof of Donation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7180','Introduction_Of_Mr.Han','Hahn Sukbong\'s Recommendation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7181','Receipt_01','Receipt','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7182','Cacao','Cacao','3','200','100','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7183','Sister_Letter','Letter from Sister','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7184','Piano_Keyboard','Piano Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7185','Quiz_Ticket','Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7186','Thin_Stem','Thin Trunk','3','380','190','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7187','Festival_Mask','Festival Mask','3','100','50','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7188','Browny_Root','Brown Root','3','560','280','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7189','Heart_Of_Tree','Wooden Heart','3','680','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7190','Solid_Peeling','Solid Husk','3','140','70','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7191','Lamplight','Lamp','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7192','Blade_Of_Pinwheel','Vane','3','160','80','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7193','Germinating_Sprout','Sprout','3','230','115','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7194','Soft_Leaf','Soft Blade of Grass','3','400','200','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7195','Air_Rifle','Slingshot','3','210','105','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7196','Shoulder_Protection','Shoulder Protector','3','230','115','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7197','Tough_Vines','Tough Vines','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7198','Great_Leaf','Huge Leaf','3','610','305','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7199','Coupon','Event Tickets','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7200','Flexible_String','Elastic Band','3','380','190','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7201','Log','Log','3','250','125','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7202','Beetle_Nipper','Pincher of Beetle','3','290','145','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7203','Solid_Twig','Strong Branch','3','190','95','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7204','Gunpowder','Gunpowder','3','320','160','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7205','Piece_Of_Black_Cloth','Piece of Black Cloth','3','526','263','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7206','Black_Kitty_Doll','Black Cat Doll','3','1440','720','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7207','Old_Manteau','Old Manteau','3','1050','525','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7208','Rusty_Cleaver','Rusty Kitchen Knife','3','1780','890','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7209','Dullahan\'s_Helm','Helm of Dullahan','3','1350','675','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7210','Dullahan_Armor','Armor Piece of Dullahan','3','790','395','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7211','Rojerta_Piece','Fragment of Rossata Stone','3','2600','1300','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7212','Hanging_Doll','Hung Doll','3','1020','510','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7213','Needle_Pouch','Needle Packet','3','832','416','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7214','Bat_Cage','Bat Cage','3','880','440','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7215','Broken_Needle','Broken Needle','3','690','345','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7216','Red_Scarf','Red Muffler','3','660','330','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7217','Spool','Spool','3','424','212','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7218','Rotten_Rope','Decomposed Rope','3','390','195','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7219','Striped_Socks','Striped Sock','3','920','460','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7220','Ectoplasm','Ectoplasm','3','322','161','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7221','Tangled_Chain','Tangled Chains','3','740','370','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7222','Tree_Knot','Wooden Gnarl','3','468','234','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7223','Distorted_Portrait','Contorted Self-Portrait','3','2032','1016','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7224','Stone_Of_Intelligence','Stone of Sage','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7225','Pumpkin_Bucket','Pumpkin Lantern','3','486','243','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7226','Pill','Pellet','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7227','TCG_Card','Bossnia Entrance Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7228','Gold_Bullion','Gold Bullion','3','100000','50000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7229','Silver_Bullion','Silver Bullion','3','50000','25000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7230','White_Gold_Bullion','Platinum Bullion','3','200000','100000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7231','Gold_Ore','Gold Ore','3','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7232','Silver_Ore','Silver Ore','3','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7233','Mithril_Ore','Mithril Ore','3','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7234','Soul_Of_Guild','Spirit of Guild','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7235','Soul_Of_Courage','Spirit of Charge','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7236','Soul_Of_Guard','Spirit of Protection','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7237','Soul_Of_Partnership','Spirit of Association','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7238','Soul_Of_Correspondence','Spirit of Coordination','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7239','Soul_Of_Proceeding','Spirit of Advance','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7240','Soul_Of_Confidence','Spirit of Trust','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7241','Soul_Of_Agreement','Spirit of Union','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7242','Soul_Of_Harmony','Spirit of Combination','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7243','Soul_Of_Cooperate','Spirit of Cooperation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7244','Soul_Of_Unity','Spirit of Solidarity','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7245','Soul_Of_Friendship','Spirit of Friendship','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7246','Soul_Of_Peace','Spirit of Peace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7247','Soul_Of_Spirit','Spirit of Determination','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7248','Soul_Of_Honor','Spirit of Honor','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7249','Soul_Of_Service','Spirit of Service','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7250','Soul_Of_Glory','Spirit of Glory','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7251','Soul_Of_Victory','Spirit of Victory','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7252','Herb_Medicine','Herbal Medicine','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7253','Taeguk_Flag','Golden Korean Flag','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7254','Digital_Print_Ticket','Digital Picture Printing Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7255','China_Marble01','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7256','China_Marble02','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7257','China_Marble03','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7258','China_Marble04','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7259','China_Marble05','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7260','China_Marble06','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7261','China_Marble07','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7262','Fan','Folding Fan of Cat Ghost','3','466','233','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7263','Cat_Eyed_Stone','Cat\'s Eye','3','954','477','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7264','Dried_Sand','Dry Sand','3','322','161','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7265','Dragon_Horn','Dragon Horn','3','544','272','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7266','Dragon_Fang','Denture from Dragon Mask','3','436','218','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7267','Tiger_Skin_Panties','Tiger Panty','3','298','149','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7268','Little_Blacky_Ghost','Little Ghost Doll','3','1210','605','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7269','Bib','Pinafore','3','960','480','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7270','Milk_Bottle','Nursing Bottle','3','1100','550','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7271','Figure','Novice Figure','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7272','Meat_Dumpling_Doll','Rice Ball Doll','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7273','Golden_Necklace','RWC Necklace','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7274','Ancient_Translator','Translated Ancient Language','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7275','Ancient_Document','Record of Ancient Language','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7276','Picture_Letter','Doodled Message','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7277','Munak_Doll','Munak Doll','3','8900','4450','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7278','Wellbeing_Letter','Letter to Wife','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7279','Vita500_Lid','Vita500 Lid','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7280','Quiz_Ticket01','1st Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7281','Quiz_Ticket02','2nd Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7282','Quiz_Ticket03','3rd Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7283','Quiz_Ticket04','4th Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7284','Quiz_Ticket05','5th Quiz Entry','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7285','Thread_Skein','Holy Threads','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7286','Chilli','Red Chile','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7287','Thread_Skein_','Holier Threads','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7288','Thai_Ring','Engagement Ring','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7289','Olivine','Peridot','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7290','Phlogopite','Phlogopite','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7291','Agate','Agate','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7292','Muscovite','Muscovite','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7293','Rose_Quartz','Rose Quartz','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7294','Turquoise','Turquoise','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7295','Citrine','Citrin','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7296','Pyroxene','Pyroxene','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7297','Biotite','Biotite','3','3000','1500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7298','Leaf_Clothes','Fig Leaf','3','538','269','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7299','Bamboo_Basket','Straw Basket','3','632','316','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7300','Gemstone','Gemstone','3','1420','710','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7301','Sword_Accessory','Tassel','3','798','399','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7302','KRATHONG','Krathong','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7303','Bag_Of_Rice','Straw Rice Bag','3','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7304','Witch\'s_Spell_Book','Witch\'s Spell Scroll','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7305','Authority_Of_Nine_World','Symbol of the Nine Realms','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7306','Fragment_Of_Soul','Piece of Spirit','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7307','Whisper_Of_Soul','Spiritual Whispers','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7308','Witch\'s_Potion','Witch\'s Tonic','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7309','Wing_Of_Crow','Crow Wing','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7310','Free_Peco_Ticket','Free Ticket for Peco Ride','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7311','Free_Flying_Ship_Ticket','Free Ticket for Flyship','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7312','Jubilee','Jubilee','3','32','16','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7313','Seal_Of_Witch','Witch\'s Medal','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7314','The_Sign','The Sign','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7315','Dark_Crystal_Fragment','Dark Crystal Fragment','3','422','211','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7316','Long_Limb','Insect Leg','3','658','329','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7317','Screw','Rusty Screw','3','534','267','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7318','Old_Pick','Old Pick','3','512','256','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7319','Old_Steel_Plate','Used Iron Plate','3','1024','512','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7320','Air_Pollutant','Dust Pollutant','3','256','128','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7321','Fragment_Of_Crystal','Crystal Fragment','3','552','276','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7322','Poisonous_Gas','Toxic Gas','3','666','333','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7323','Battered_Kettle','Battered Kettle','3','256','128','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7325','Tube','Flexible Tube','3','102','51','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7326','Fluorescent_Liquid','Fluorescent Liquid','3','712','356','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7327','Headlamp','Flashlight','3','1024','512','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7328','Legendary_Scroll','Legend of Songkran','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7329','Old_Copper_Key','Old Bronze Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7330','2anny','Mystic Orb','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7331','Flower_Of_Heaven','Heaven Flower','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7332','Slate','Complete Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7333','Piece_Of_Slate_1','Prontera Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7334','Piece_Of_Slate_2','Payon Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7335','Piece_Of_Slate_3','Morroc Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7336','Piece_Of_Slate_4','Geffen Tablet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7337','Eye_Of_Hellion','Eye of Hellion','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7338','RO_Transportation_Card','One-way Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7339','RO_Transportation_Card_','Commemorative Travel Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7340','Will_Of_Darkness','Will of the Darkness','3','734','367','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7341','Worn_Out_Pendant','Old Pendant','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7342','File01','File Folder','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7343','File02','Sealed File Folder','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7344','File03','Shinokas Case File','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7345','Armlet_Of_Prisoner','Handcuffs','3','724','362','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7346','Pile_Of_Ymir_Heart','Ymir\'s Heart Piece','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7347','Lab_Staff_Record','Research Chart','3','840','420','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7348','Indication_Of_Member01','Membership Card','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7349','Indication_Of_Member02','Archive Permit','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7350','Pass','Pass','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7351','Friend\'s_Diary','Friend\'s Diary','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7352','Transparent_Plate01','Transparent Plate','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7353','Transparent_Plate02','Transparent Plate','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7354','Transparent_Plate03','Transparent Plate','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7355','Transparent_Plate04','Transparent Plate','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7356','Piece_Of_Crest1','Crest Piece','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7357','Piece_Of_Crest2','Crest Piece','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7358','Piece_Of_Crest3','Crest Piece','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7359','Piece_Of_Crest4','Crest Piece','3','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7360','RO_Festival_Ticket','RO Festival Invitation','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7361','Lotto01','Lotto Ball 01','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7362','Lotto02','Lotto Ball 02','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7363','Lotto03','Lotto Ball 03','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7364','Lotto04','Lotto Ball 04','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7365','Lotto05','Lotto Ball 05','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7366','Lotto06','Lotto Ball 06','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7367','Lotto07','Lotto Ball 07','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7368','Lotto08','Lotto Ball 08','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7369','Lotto09','Lotto Ball 09','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7370','Lotto10','Lotto Ball 10','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7371','Lotto11','Lotto Ball 11','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7372','Lotto12','Lotto Ball 12','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7373','Lotto13','Lotto Ball 13','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7374','Lotto14','Lotto Ball 14','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7375','Lotto15','Lotto Ball 15','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7376','Lotto16','Lotto Ball 16','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7377','Lotto17','Lotto Ball 17','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7378','Lotto18','Lotto Ball 18','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7379','Lotto19','Lotto Ball 19','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7380','Lotto20','Lotto Ball 20','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7381','Lotto21','Lotto Ball 21','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7382','Lotto22','Lotto Ball 22','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7383','Lotto23','Lotto Ball 23','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7384','Lotto24','Lotto Ball 24','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7385','Lotto25','Lotto Ball 25','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7386','Lotto26','Lotto Ball 26','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7387','Lotto27','Lotto Ball 27','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7388','Lotto28','Lotto Ball 28','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7389','Lotto29','Lotto Ball 29','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7390','Lotto30','Lotto Ball 30','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7391','Lotto31','Lotto Ball 31','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7392','Lotto32','Lotto Ball 32','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7393','Lotto33','Lotto Ball 33','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7394','Lotto34','Lotto Ball 34','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7395','Lotto35','Lotto Ball 35','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7396','Lotto36','Lotto Ball 36','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7397','Lotto37','Lotto Ball 37','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7398','Lotto38','Lotto Ball 38','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7399','Word_Card01','Selamat','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7400','Word_Card02','Hari','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7401','Word_Card03','Kemerdekaan','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7402','Word_Card04','Republik','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7403','Word_Card05','Indonesia','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7404','Word_Card06','Ke-60','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7405','Crushed_Can','Crushed Can','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7406','Moon_Cake1','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7407','Moon_Cake2','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7408','Moon_Cake3','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7409','Moon_Cake4','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7410','Moon_Cake5','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7411','Moon_Cake6','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7412','Moon_Cake7','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7413','Moon_Cake8','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7414','Moon_Cake9','Yuebing','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7415','Stone_Of_Summons','Summoning Stone','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7416','Letter_Of_Recommend','Letter of Recommendation','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7417','Mission_ScrollA','Written Request(A)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7418','Mission_ScrollB','Written Request(B)','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7419','Embryo_HandBook','Embryo Creation Guide','3','48000','24000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7420','Skull_','Skull','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7421','Key_Red','Red Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7422','Key_Yellow','Yellow Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7423','Key_Blue','Blue Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7424','Key_Green','Green Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7425','Key_Black','Black Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7426','Magic_Gem_Red','Red Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7427','Magic_Gem_Yellow','Yellow Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7428','Magic_Gem_Blue','Blue Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7429','Magic_Gem_Green','Green Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7430','Magic_Gem_Black','Black Charm Stone','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7431','Several_Books','Pile of Books','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7432','Leather_Pouch','Leather Pouch','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7433','Scroll','Blank Scroll','3','4000','2000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7434','Elemental_Potion_Book','Elemental Potion Creation Guide','3','100000','50000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7435','Golden_Bracelet','Golden Ornament','3','1907','953','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7436','Piece_Of_Memory_Green','Fragment of Agony','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7437','Piece_Of_Memory_Purple','Fragment of Misery','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7438','Piece_Of_Memory_Blue','Fragment of Hatred','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7439','Piece_Of_Memory_Red','Fragment of Despair','3','1506','753','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7440','Red_Feather','Red Feather','3','1335','667','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7441','Blue_Feather','Blue Feather','3','1408','704','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7442','Cursed_Seal','Cursed Seal','3','1332','666','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7443','Tri_Headed_Dragon_Head','Three-Headed Dragon\'s Head','3','956','478','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7444','Treasure_Box','Treasure Box','3','300000','150000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7445','Dragonball_Green','Green Bijou','3','887','443','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7446','Dragonball_Blue','Blue Bijou','3','887','443','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7447','Dragonball_Red','Red Bijou','3','887','443','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7448','Dragonball_Yellow','Yellow Bijou','3','887','443','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7449','Bloody_Page','Bloody Page','3','681','340','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7450','Piece_Of_Bone_Armor','Skeletal Armor Piece','3','2050','1025','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7451','Scale_Of_Red_Dragon','Fire Dragon Scale','3','1852','926','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7452','Yellow_Spice','Yellow Spice','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7453','Sweet_Sauce','Sweet Sauce','3','700','350','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7454','Plain_Sauce','Savory Sauce','3','700','350','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7455','Hot_Sauce','Spicy Sauce','3','700','350','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7456','Red_Spice','Red Spice','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7457','Cooking_Oil','Cooking Oil','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7458','Baphomet\'s_Horn','Fortune Horn','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7459','RAMADAN_','Idul Fitri Card','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7460','Niflheim_Ticket','Niflheim Express Ticket','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7461','BlueCard_A','Blue A Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7462','BlueCard_E','Blue E Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7463','BlueCard_F','Blue F Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7464','BlueCard_H','Blue H Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7465','BlueCard_L','Blue L Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7466','BlueCard_N','Blue N Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7467','BlueCard_O','Blue O Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7468','BlueCard_P','Blue P Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7469','BlueCard_U','Blue U Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7470','BlueCard_W','Blue W Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7471','BlueCard_Y','Blue Y Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7472','Cookbook01','Level 1 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7473','Cookbook02','Level 2 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7474','Cookbook03','Level 3 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7475','Cookbook04','Level 4 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7476','Cookbook05','Level 5 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7477','Cookbook06','Level 6 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7478','Cookbook07','Level 7 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7479','Cookbook08','Level 8 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7480','Cookbook09','Level 9 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7481','Cookbook10','Level 10 Cookbook','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7482','Pot','Pot','3','200','100','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7483','Key_Of_Seal','Key of the Seal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7484','Warrior_Symbol','Symbol of a Brave Warrior','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7485','2nd_Floor_Pass','Cloud General','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7486','3rd_Floor_Pass','Wind General','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7487','Tavern_Wine','Culinary Wine','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7488','Delivery_Box','Delivery Package','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7489','Villa_Spare_Key','Cottage Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7490','Kyll_Hire_Letter','Letter to Elly','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7491','Iron_Box','Steel Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7492','Yellow_Key_Card','Yellow Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7493','Golden_Key','Golden Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7494','Kiel_Button','Luxurious Button','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7495','Blue_Key_Card','Blue Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7496','Red_Key_Card','Red Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7497','Steel_Piece','Metal Fragment','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7498','Rosimier_Key','Rosimier Mansion Keys','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7499','Family_Portrait','Family Portrait','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7500','Elysia_Portrait','Woman\'s Portrait','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7501','Kyll_Hire_Letter2','K.H\'s Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7502','Piece_Memo_Of_James','James\'s Note','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7503','Man_Portrait','Man\'s Portrait','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7504','Toy_Motor','Power Device','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7505','Toy_Key','Toy Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7506','Black_Key_Card','Black Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7507','Sturdy_Iron_Piece','Solid Iron Piece','3','842','421','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7508','Elysia_Ring','Allysia\'s Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7509','Fancy_Key_Card','Luxurious Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7510','Valhalla_Flower','Valhala\'s Flower','3','200000','100000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7511','Rune_Of_Darkness','Rune of Darkness','3','2526','1263','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7512','Burnt_Parts','Burnt Part','3','1600','800','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7513','Pocket_Watch','Pocket Watch','3','3420','1710','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7514','Monster_Ticket','Monster Ticket','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7515','Marvelous_Medal','Prize Medal','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7516','Green_Key_Card','Green Keycard','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7517','Gold_Coin_','Gold Coin','3','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7518','Women\'s_Medal','Women\'s Medal','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7519','Money_Envelope','Handsel','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7520','Chinese_Scroll','Please Be Rich','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7521','Flame_Stone','Flame Stone','3','150','75','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7522','Ice_Stone','Ice Stone','3','150','75','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7523','Wind_Stone','Wind Stone','3','150','75','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7524','Shadow_Orb','Shadow Orb','3','300','150','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7525','Summer_Feast_Ticket','Summer Festival Ticket','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7526','Manuscript_Paper','Manuscript Paper','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7527','Life_Book','Book About True Life','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7528','Id_Lottery_Ticket','Lottery Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7529','Stolen_Sandals','Stolen Sandal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7530','Travel_Brochure_01','Travel Brochure [Amatsu]','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7531','Travel_Brochure_02','Travel Brochure [Kunlun]','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7532','Travel_Brochure_03','Travel Brochure [Louyang]','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7533','Travel_Brochure_04','Travel Brochure [Ayothaya]','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7534','Photo_Album_01','Amatsu Completed Photo Album','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7535','Photo_Album_02','Kunlun Completed Photo Album','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7536','Photo_Album_03','Louyang Completed Photo Album','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7537','Photo_Album_04','Ayothaya Completed Photo Album','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7538','Sifted_Sand','Sand for Work','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7539','Poring_Coin','Poring Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7540','Lotto39','Lotto Ball 39','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7541','Lotto40','Lotto Ball 40','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7542','Lotto41','Lotto Ball 41','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7543','Lotto42','Lotto Ball 42','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7544','Lotto43','Lotto Ball 43','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7545','Lotto44','Lotto Ball 44','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7546','Lotto45','Lotto Ball 45','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7547','Soccer_Ball','Soccer Ball','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7548','Soccer_Shoes','Soccer Shoes','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7549','Brazilian_Flag','Brazilian Flag','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7550','Ticket01','6.13 Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7551','Ticket02','6.18 Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7552','Ticket03','6.22 Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7553','Lotus_Flower','Water Lily','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7554','Striped_Candle','Striped Candle','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7555','Green_Incense','Green Incense','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7556','Longing_Heart','Longing Heart','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7557','Invitation_Letter','Invitation Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7558','Invitation_Ticket','Invitation Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7559','Key_Of_Flower_Garden','Key to the Secret Garden','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7560','Longing_Heart2','Longing Heart','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7561','Ice_Heart','Glacial Heart','3','606','303','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7562','Ice_Scale','Ice Scale','3','3020','1510','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7563','Bloody_Rune','Bloody Rune','3','2016','1008','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7564','Rotten_Meat','Rotten Meat','3','102','51','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7565','Sticky_Poison','Sticky Poison','3','350','175','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7566','Will_Of_Darkness_','Will of Red Darkness','3','1530','765','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7567','Suspicious_Hat','Suspicious Hat','3','1290','645','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7568','White_Mask','White Mask','3','1060','530','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7569','Hammer_Of_Wind','Wind Hammer','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7570','Temple_Lottery_Ticket','Temple Lottery Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7571','Diary_Of_Blue','Bruspetti\'s Diary','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7572','Magic_Necklace','Ashy Necklace','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7573','Magic_Necklace_','Sparkling Necklace','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7574','Ice_Particle','Freezing Snow Powder','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7575','Red_Jewel_','Red Jewel','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7576','Blue_Jewel_','Blue Jewel','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7577','Golden_Jewel_','Yellow Jewel','3','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7578','Anti_Spell_Bead','Countermagic Crystal','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7579','Silk_Handkerchief','Silk Handkerchief of Zhi Nu','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7580','Black_Bead','Black Bead','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7581','Anniversary_Ticket','Celebration Document','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7582','Gem_Of_Ruin','Jewel of Destruction','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7583','Evil_Mind','Evil Mind','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7584','Proof_Of_Guard1','Guard\'s First Proof','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7585','Proof_Of_Guard2','Guard\'s Second Proof','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7586','Proof_Of_Guard3','Guard\'s Third Proof','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7587','Proof_Of_Guard4','Guard\'s Fourth Proof','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7588','IPOD_Ticker','IPOD Coupon','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7589','Moon_Cake10','Lettered Moon Snack 01','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7590','Moon_Cake11','Lettered Moon Snack 02','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7591','Moon_Cake12','Lettered Moon Snack 03','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7592','Moon_Cake13','Lettered Moon Snack 04','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7593','Moon_Cake14','Lettered Moon Snack 05','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7594','Sonia\'s_Letter','Sonia\'s Letter','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7595','Unique_Sword','Special Sword','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7596','Unique_Shield','Special Shield','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7597','Magic_Stone','Magic Stone','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7598','BlueCard_I','Blue I Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7599','BlueCard_D','Blue D Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7600','BlueCard_K','Blue K Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7601','BlueCard_S','Blue S Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7602','BlueCard_R','Blue R Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7603','RO_Party_Ticket','RO Party Invitation Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7604','Flour','Flour','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7605','Chicken_Egg','Chicken Egg','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7606','Coin','Token of the Ox','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7607','Evil_Dragon_Head','Neck of Demon Dragon','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7608','Premium_Ticket','Premium Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7609','Pumpkin_Mojo','Pumpkin Mojo','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7610','Food_Ticket','Food Exchange Ticket','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7611','Fox_Symbol','Symbol of Fox','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7612','Heart_Of_Fox_Queen','Heart of Queen Fox','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7613','Small_Rice_Dough','Small Rice Cake Dough','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7614','Special_Packing_Paper','Wrapping Paper','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7615','MVP_Ticket','MVP Voucher','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7616','Mini_Boss_Ticket','Miniboss Voucher','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7617','Monster_Ticket_','Monster Voucher','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7618','Monster_Crystal','Monster Crystal','3','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7619','Enriched_Elunium','Old Enriched Elunium','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7620','Enriched_Oridecon','Old Enriched Oridecon','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7621','Token_Of_Siegfried','Token Of Siegfried','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7622','New_Style_Coupon','Hairstyle Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7623','Name_Change_Coupon','Ticket Of Identification','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7624','Spring_Stanza23','Spring Stanza23','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7625','Registration_Ticket','Operators special compensation','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7626','Bubble_Gum_Token','Bubble Gum Token','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7627','Sage_Key','Sage Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7628','Idiot_Key','Idiot Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7629','Pink_Gift_Box','Pink Gift Box','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7630','Clean_Beach_Brush','Broom clean Beaches','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7631','Trash_Debris','Waste Residue','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7632','To_Afterworld_Record','Terrible Report Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7633','To_Heaven_Record','Heavensent Report Card','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7634','Rose_Of_Father','Father Rose','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7635','Perfume_Pouch','Incense Bag','3','100','50','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7636','Magic_Potion_Bottle','Magic Potion Bottle','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7637','Father_Giftbox','Father Gift Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7638','Tw_Green_Box','Green Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7639','Tw_Red_Box','Red Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7646','RO_Luk_Bookmark','RO Luk Bookmark','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7647','Taiwan_Luk_Coin','Taiwan Luk Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7648','Snake_Bookmark','Snake Bookmark','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7649','Big_Luk_Bookmark','Big Luk Bookmark','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7651','Mystery_Egg','Mystery Egg','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7701','Dragon_Spirit','Soul','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7702','Special_Cogwheel','Special Cogwheel','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7703','Piece_Of_Cogwheel','Piece of Cogwheel','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7704','Broken_Thermometer','Broken Thermometer','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7705','Note_Of_Geologist','Note of Geologist','3','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7706','Spoiled_Carrot_Juice','Broken Carrot Juice','3','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7707','Spoiled_Banana_Juice','Broken Banana Juice','3','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7708','Spoiled_Apple_Juice','Broken Apple Juice','3','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7709','Spoiled_Grape_Juice','Broken Grape Juice','3','20','10','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7710','Black_Gemstone','Black Gemstone','3','600','300','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7711','Update_Ticket','Event Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7712','Nokia5500','Nokia 5500','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7713','BlueCard_A_','Blue A(2) Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7714','BlueCard_R_','Blue R(2) Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7715','Handmade_Choco_Recipe','Hand-made Chocolate Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7716','Strawberry_Choco_Recipe','Chocolate Strawberry Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7717','Choco_Tart_Recipe','Chocolate Tart Recipe','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7718','Cacao_Bean','Cacao Bean','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7719','BlueCard_G','Blue G Card','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7720','Gold_Coin_US','Gold Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7721','Treasure_Box_','Treasure Box','3','100','50','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7722','Debt_Note','Debt Note','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7723','Diamond_Of_Ruin','Diamond of Ruin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7724','Forbidden_Secret_Art','Forbidden Secret Art','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7725','Unlucky_Emerald','Unlucky Emerald','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7726','Token_Of_King','Token of King','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7727','HP_Doctor_Ticket','HP Doctor Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7728','SP_Doctor_Ticket','SP Doctor Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7729','Rok_Star_Badge','Rok Star Badge','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7730','Mission_Certificate1','Mission Ticket 1','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7731','Mission_Certificate2','Mission Ticket 2','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7732','Mission_Certificate3','Mission Ticket 3','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7733','Mission_Certificate4','Mission Ticket 4','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7734','Mission_Certificate5','Mission Ticket 5','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7735','Mission_Certificate6','Mission Ticket 6','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7736','Mission_Certificate7','Mission Ticket 7','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7737','Mission_Certificate8','Mission Ticket 8','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7738','Mission_Certificate9','Mission Ticket 9','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7739','Mission_Certificate10','Mission Ticket 10','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7740','Mission_Certificate11','Mission Ticket 11','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7741','Mission_Certificate12','Mission Ticket 12','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7742','Kaong','Kaong','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7743','Gulaman','Gulaman','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7744','Leche_Flan','Leche Flan','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7745','Ube_Jam','Ube Jam','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7746','Sago','Sago','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7747','Langka','Langka','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7748','Sweet_Bean','Sweet Beans','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7749','Sweet_Banana','Sweet Bananas','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7750','Macapuno','Macapuno','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7751','Old_White_Cloth','Old White Cloth','3','550','275','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7752','Clattering_Skull','Clattering Skull','3','840','420','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7753','Broken_Farming_Utensil','Broken Farming Utensil','3','330','165','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7754','Broken_Crown','Broken Crown','3','3000','1500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7755','Research_Note','Research Note','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7756','Sealed_Book','Sealed Book','3','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7757','Mithril','Mithril','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7758','Star_Crystal','Star Crystal','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7759','Geology_Report','Geologist\'s Report','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7760','Yaga_Magic_Book','Yaga\'s Magic Book','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7761','Magic_Gourd_Bottle','Magic Gourd Bottle','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7762','Yaga_Pestle','Yaga\'s Pestle','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7763','Sticky_Herb','Sticky Herb','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7764','High_Strength_Adhesive','High Strength Adhesive','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7765','Yaga_Secret_Medicine','Baba Yaga\'s Secret Medicine','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7766','Bok_Choy','Bok Choy','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7767','Chung_E_Cake','Chung E Cake','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7768','Squid','Squid','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7769','Egg_Yolk','Egg Yolk','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7770','Sweet_Rice','Sweet Rice','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7771','Lotus_Leaf','Lotus Leaf','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7772','String','String','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7773','War_Badge','War Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7774','Chung_E_Ticket','Chung E Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7775','Spring_Rabbit_Ticket','Spring Rabbit Ticket','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7776','Max_Weight_Up_Scroll','Gym Pass','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7777','Gold_Box','Sealed Golden Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7778','Silver_Box','Sealed Silver Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7779','Gold_Key_TW','Golden Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7780','Silver_Key','Silver Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7781','Heart_Box','Engrave Treasure Box','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7782','Gold_Key77','Episode 13.1 Poporing Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7783','Silver_Key77','Episode 13.2 Poring Key','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7784','Fawner_Coupon1','Free Coupon 1','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7785','Fawner_Coupon2','Free Coupon 2','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7786','Fawner_Coupon3','Free Coupon 3','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7787','Fawner_Coupon4','Free Coupon 4','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7788','Fawner_Coupon5','Free Coupon 5','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7789','Fawner_Coupon6','Free Coupon 6','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7790','Fawner_Coupon7','Free Coupon 7','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7791','Fawner_Coupon8','Free Coupon 8','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7792','Guyak','Old','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7793','Golden_Apple','Golden Apple','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7794','Fate_Of_Crow','The Crow of Destiny','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7795','Mami_Photo_Album','Mammi\'s Photo Album','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7796','Author_Autograph','Author\'s Autograph','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7797','Author_Memo','Author\'s Memo','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7798','Dark_Debris','Fragment of Darkness','3','500','250','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7799','Dark_Crystal','Crystal of Darkness','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7800','Golden_Apple_','Golden Charm Apple','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7801','Girl_Fan_Letter','Girl\'s Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7802','Autograph_Book','Signature Notebook','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7803','Battle_Manual_TW','Beginner\'s Field Manual','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7805','Brown_Ring','Brown Jenoss\'s Family Ring','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7806','Black_Anvil','God Anvil','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7807','Ore','God Mineral','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7808','Gold_Hammer','God Hammer','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7809','Gold_Furnace','God Furnace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7810','Yellow_Cat_Eyed_Stone','Symbol of Richness','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7811','Gold_Anvil','Anvil','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7812','Red_Cat_Eyed_Stone','Symbol of Bravery','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7813','Th_Red_Ring','Red Jenoss\'s Family Ring','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7814','Green_Ring','Green Jenoss\'s Family Ring','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7815','Blue_Ring','Blue Jenoss\'s Family Ring','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7816','Blue_Cat_Eyed_Stone','Symbol of Faith','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7817','White_Cat_Eyed_Stone','Symbol of Peace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7818','RJC_Golden_Necklace','Jessur\'s Necklace','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7819','Nokia5300','Nokia 5300','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7820','Morroc_Skin','Piece of Morocc Skin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7821','Green_Apple','Green Apple','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7822','Whole_Barbecue','Whole Barbecue','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7823','Meat_Veg_Skewer','Meat Veg Skewer','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7824','Spirit_Liquor','Spirit Liquor','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7825','Heroic_Stone','Heroic Stone','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7826','Continental_Guard_Paper','Continental Guard Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7827','Mineral_Report','Mineral Evals','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7828','BF_Badge1','Bravery Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7829','BF_Badge2','Valor Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7830','Goddess_Tear','Goddess Tear','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7831','Valkyrie_Token','Valkyrie\'s Token','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7832','Brynhild_Armor_Piece','Brynhild Armor Piece','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7833','Hero_Remains','Hero\'s Remains','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7834','Andvari_Ring','Andvari\'s Ring','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7835','Dusk_Glow','Dusk Glow','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7836','Dawn_Essence','Dawn Essence','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7837','Cold_Moonlight','Cold Moonlight','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7838','Hazy_Starlight','Hazy Starlight','3','1','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7839','Crystal_Key','Crystal Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7840','Valkyrie_Gift','Valkyrie\'s Gift','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7841','Spotted_Paper','Stained Piece Of Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7842','Torn_Paper','Torn Piece Of Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7843','Old_Paper','Old Piece Of Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7844','Burnt_Paper','Burnt Pieces Of Paper','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7845','Copy_Of_Spotted_Paper','Copy Of Spotted Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7846','Copy_Of_Torn_Paper','Copy Of Torn Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7847','Copy_Of_Old_Paper','Copy Of Old Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7848','Copy_Of_Burnt_Paper','Copy Of Burnt Paper','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7849','Soul_Crystal','Soul Crystal','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7850','Wooden_Block_','Wooden Block','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7851','Pass_F1','Wii Raffle Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7852','Pass_F2','Divx Player Raffle Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7853','Pass_F3','iPod nano Raffle Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7854','Pass_CF','Comodo Festival Ticket','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7855','Heart','Heart','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7856','Girl_Bunch_Of_Flower_','Girl\'s Bouquet','3','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7857','Handmade_Kitty_Doll','Hand-made Kitty Doll','3','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7858','Dragonball_Yellow_','Dragonball Yellow','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7859','Game_Ticket','Game Ticket','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7860','Peeps','Peeps','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7861','Jelly_Bean','Jelly Bean','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7862','Marshmallow','Marshmallow','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7863','GOLD_ID4','Special Gold','3','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7864','Love_Flower','Stolen Cacao','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7865','Gold_Pouch','Gold Pouch','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7866','Certificate','Certificate','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7867','SesamePouch','Sesame Bag','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7868','Water','Fresh Water','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7869','RicePouch','Rice Pouch','3','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7870','Corn','Corn','3','5','2','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7871','BeanPouch','Bean Bag','3','10','5','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7872','Grass','Herb','3','10','5','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7873','MVP_Monster_Scroll','MVP Monster Scroll','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7874','Monster_Scroll','Create Monster Scroll','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7875','Pirate_Box','Pirate Treasure','3','300000','150000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7876','Gold_Key','Golden Key','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7877','Red_Ring','Red Ring','3','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7878','Lusalka_Hair','Lusalka\'s Hair','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7879','Golden_Thread','Golden Thread','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7880','Babayaga_Silver_Spoon','Baba Yaga\'s Silver Spoon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7881','Book_Of_Magic','Mystery Magic Book','3','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7882','Pointed_Branch','Sharp Branch','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7883','Pointed_Wooden_Flute','Wooden Flute','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7884','Jade_Plate','Jade Plate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7885','Sacred_Arrow','Sacred Arrow','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7886','Bean_Paste','Bean Paste','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7887','Dried_Fruit_Box','Dried Fruit Box','3','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7888','Bag_Of_Nuts','Bag of Nuts','3','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7889','Chicken_Feed','Chicken Feed','3','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7891','Mug','Mug','3','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7892','Charcoal','Charcoal','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7893','Sulfur','Sulphur','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7894','Nitrate','Nitrogen Acid','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7895','TRO_Memory_Book01','Rama5 Book','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7896','TRO_Memory_Book02','Loykrathong Book','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7897','TRO_Memory_Book03','Constitution Book','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7898','VVS_Balmung','VV Strong Balmung','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7899','Spiritualist_Dagger','Dagger Of Psychic','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7900','Jenoss_Ring1','Jonathan Family Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7901','Jenoss_Ring2','Jillberriel Family Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7902','Jenoss_Ring3','Jessur Family Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7903','Jenoss_Ring4','Jenoss Family Ring','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7904','Piano_Key','Piano Key','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7905','Rok_Star_Badge_','Rok Star Badge','3','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7906','Poppy_Wreath','Poppy Wreath','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7907','Bobbin_Of_Goddess','Bobbin Of Goddess','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7908','Louis_Hair_Coupon','Louise\'s Beauty Coupon','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7909','Stolen_Cookie','Stolen Cookie','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7910','Stolen_Candy','Stolen Candy','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7911','Yulia_Hat','Yulia\'s Hat','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7912','Portable_Snowman','Portable Snowman Machine','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7913','Test_Certificate','Battle Test Certificate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7914','Ancient_Document_TW','Ancient Language Document','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7915','Copper_Coin_','Shred Of Evidence','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7916','Silver_Coin_','Silver Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7917','Magic_Potion','Magic Potion','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7918','Particle_Of_Memory','Fragment Of Memory','3','2000','1000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7919','Festival_Ticket','Festival Ticket','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7920','Hero\'s_Arsenal','Hero\'s Arsenal','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7921','Essence_Of_Dragon','Essence Of Dragon','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7922','RWC_Ticket','RWC Voucher Items','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7923','KRATHONG_','Krathong','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7924','Gold_Paper','Gold Paper','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7925','Silver_Paper','Silver Paper','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7926','Incense','Incense','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7927','Candle_TW','Candle TW','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7928','Brazilian_Flag_','Brazil National Flag','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7929','Golden_Coin_','Gold Coin','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7930','Cowking\'s_Nose_Ring','Devil\'s Cattle Ring','3','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7931','Poison_Kit','Poison Kit','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7932','Poison_Herb_Nerium','Poison Herb Nerium','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7933','Poison_Herb_Rantana','Poison Herb Rantana','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7934','Poison_Herb_Makulata','Poison Herb Makulata','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7935','Poison_Herb_Seratum','Poison Herb Seratum','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7936','Poison_Herb_Scopolia','Poison Herb Scopolia','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7937','Poison_Herb_Amoena','Poison Herb Amoena','3','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7938','Light_Granule','Light Granule','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7939','Elder_Branch','Elder Branch','3','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7940','Special_Alloy_Trap','Special Alloy Trap','3','200','100','2','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7941','Halloween_Ticket','Halloween Ticket','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7942','Letter_From_Chico','Chico Cesar Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7943','Caskinya','Caskinya','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7944','Box_Of_Seal','Sealed Box','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7945','Almighty_Charm','Universal Amulet','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7946','Valentine_Gold_Ring','Gold Ring Of Valentine','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7947','Valentine_Silver_Ring','Silver Ring Of Valentine','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7948','Box','Box','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7949','Woven_Wool','Woven Wool','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7950','Ayothaya_Ticket','Ayothaya Fest Ticket','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7951','Gold_Tulip','Golden Tulip Flower','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7952','Gift_From_Romiros','Gift Of Lomi Ross','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7953','Gift_From_Juliedge','Gift Of Juliet','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7954','Festival_Ticket_','Summer Festival Ticket','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7955','Lost_Card1','Forgotten Card 1','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7956','Lost_Card2','Forgotten Card 2','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7957','Lost_Card3','Forgotten Card 3','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7958','Lost_Card4','Forgotten Card 4','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7959','Ancient_Gold_Coin','UP Coin','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7960','Ancient_Silver_Coin','Ancient Silver','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7961','Weapon_Exchange','Weapon Exchange Ticket','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7962','Treasure_Map1','Treasure Map1','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7963','Treasure_Map2','Treasure Map2','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7964','Treasure_Map3','Treasure Map3','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7965','Treasure_Map4','Treasure Map4','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7966','Weird_Parchment1','Weird Parchment1','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7967','Weird_Parchment2','Weird Parchment2','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7968','Weird_Parchment3','Weird Parchment3','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7969','Weird_Parchment4','Weird Parchment4','3','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7970','Unwritten_Letter1','Unwritten Letter1','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7971','Unwritten_Letter2','Unwritten Letter2','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7972','Oath_Day_Letter','Oath Day Letter','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7973','Immortality_Egg','Eternal Eggs','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7974','Illusion_Piece','Misty\'s Illusion Piece','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7975','Cupid_Choco','Cupid\'s Chocolate','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7976','Gf_Magic_Coin','Gf Magic Coin','3','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7977','Hunting_Medal_Badge','Hunting Medal Badge','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7978','Spring_Stanza1','Spring Stanza1','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7979','Spring_Stanza2','Spring Stanza2','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7980','Spring_Stanza3','Spring Stanza3','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7981','Spring_Stanza4','Spring Stanza4','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7982','Spring_Stanza5','Spring Stanza5','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7983','Spring_Stanza6','Spring Stanza6','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7984','Spring_Stanza7','Spring Stanza7','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7985','Spring_Stanza8','Spring Stanza8','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7986','Spring_Stanza9','Spring Stanza9','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7987','Spring_Stanza10','Spring Stanza10','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7988','Spring_Stanza11','Spring Stanza11','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7989','Spring_Stanza12','Spring Stanza12','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7990','Spring_Stanza13','Spring Stanza13','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7991','Spring_Stanza14','Spring Stanza14','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7992','Spring_Stanza15','Spring Stanza15','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7993','Spring_Stanza16','Spring Stanza16','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7994','Spring_Stanza17','Spring Stanza17','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7995','Spring_Stanza18','Spring Stanza18','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7996','Spring_Stanza19','Spring Stanza19','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7997','Spring_Stanza20','Spring Stanza20','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7998','Spring_Stanza21','Spring Stanza21','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('7999','Spring_Stanza22','Spring Stanza22','3','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9001','Poring_Egg','Poring Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9002','Drops_Egg','Drops Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9003','Poporing_Egg','Poporing Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9004','Lunatic_Egg','Lunatic Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9005','Picky_Egg','Picky Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9006','Chonchon_Egg','Chonchon Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9007','Steel_Chonchon_Egg','Steel Chonchon Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9008','Hunter_Fly_Egg','Hunter Fly Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9009','Savage_Bebe_Egg','Savage Bebe Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9010','Baby_Desert_Wolf_Egg','Baby Desert Wolf Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9011','Rocker_Egg','Rocker Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9012','Spore_Egg','Spore Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9013','Poison_Spore_Egg','Poison Spore Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9014','PecoPeco_Egg','PecoPeco Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9015','Smokie_Egg','Smokie Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9016','Yoyo_Egg','Yoyo Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9017','Orc_Warrior_Egg','Orc Warrior Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9018','Munak_Egg','Munak Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9019','Dokkaebi_Egg','Dokebi Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9020','Sohee_Egg','Sohee Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9021','Isis_Egg','Isis Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9022','Green_Petite_Egg','Green Petite Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9023','Deviruchi_Egg','Deviruchi Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9024','Bapho_Jr._Egg','Bapho Jr. Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9025','Bongun_Egg','Bongun Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9026','Zherlthsh_Egg','Zealotus Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9027','Alice_Egg','Alice Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9028','Rice_Cake_Egg','Hard Rice Cake','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9029','Santa_Goblin_Egg','X-mas Goblin\'s Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9030','Chung_E_Egg','Green Maiden Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9031','Spring_Rabbit_Egg','Spring Rabbit Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9032','Knife_Goblin_Egg','Knife Goblin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9033','Flail_Goblin_Egg','Flail Goblin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9034','Hammer_Goblin_Egg','Hammer Goblin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9035','Red_Deleter_Egg','Red Deleter Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9036','Diabolic_Egg','Diabolic Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9037','Wanderer_Egg','Wanderer Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9038','New_Year_Doll_Egg','New Year Doll Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9039','Bacsojin_Egg','Bacsojin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9040','Civil_Servant_Egg','Civil Servant Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9041','Leaf_Cat_Egg','Leaf Cat Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9042','Loli_Ruri_Egg','Loli Ruri Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9043','Marionette_Egg','Marionette Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9044','Shinobi_Egg','Shinobi Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9045','Whisper_Egg','Whisper Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9046','Goblin_Leader_Egg','Goblin Leader Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9047','Wicked_Nymph_Egg','Wicked Nymph Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9048','Miyabi_Ningyo_Egg','Miyabi Ningyo Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9049','Dullahan_Egg','Dullahan Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9050','Medusa_Egg','Medusa Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9051','Stone_Shooter_Egg','Stone Shooter Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9052','Incubus_Egg','Incubus Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9053','Golem_Egg','Golem Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9054','Nightmare_Terror_Egg','Nightmare Terror Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9055','Succubus_Egg','Succubus Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9056','Imp_Egg','Imp Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9057','Egg_Of_Tiny','Egg Of Tiny','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9058','Snow_Rabbit_Egg','Christmas Snow Rabbit Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9059','Tikbalang_Pet','Tikbalang Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9060','Brownie_Egg','Egg of Domovoi','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9061','Marin_Egg','Marin Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('9062','Novice_Poring_Egg','Novice Poring Egg','7','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10001','Skull_Helm','Skull Helm','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10002','Monster_Oxygen_Mask','Monster Oxygen Mask','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10003','Transparent_Headgear','Transparent Head Protector','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10004','Pacifier','Pacifier','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10005','Wig','Wig','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10006','Queen\'s_Hair_Ornament','Queen\'s Hair Ornament','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10007','Silk_Ribbon','Silk Ribbon','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10008','Punisher','Punisher','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10009','Wild_Flower','Wild Flower','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10010','Battered_Pot','Battered Pot','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10011','Stellar_Hairpin','Stellar Hairpin','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10012','Tiny_Egg_Shell','Tiny Egg Shell','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10013','Backpack','Poring Pet Backpack','8','1500','750','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10014','Rocker_Glasses','Rocker Glasses','8','2000','1000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10015','Green_Lace','Green Lace','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10016','Golden_Bell','Golden Bell','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10017','Bark_Shorts','Bark Shorts','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10018','Monkey_Circlet','Monkey Circlet','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10019','Red_Muffler','Red Scarf','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10020','Sword_Of_Grave_Keeper','Grave Keeper\'s Sword','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10021','Round_Hair_Ornament','Circular Headgear','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10022','Golden_Earing','Gold Earring','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10023','Green_Lucky_Bag','Green Jewel Bag','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10024','Fashionable_Glasses','Fashionable Glasses','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10025','Star_Hairband','Hairband Of Stars','8','300000','150000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10026','Wine_On_Sleeve','Tassel for Durumagi','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10027','Spirit_Chain_','Pet Soul Ring','8','300000','150000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10028','Nice_Badge','Beautiful Badges','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10029','Jade_Trinket','Jade Trinket','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10030','Summer_Fan','Summer Fan','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10031','Death_Coil','Ring Of Death','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10032','Queen\'s_Coronet','Queen\'s Coronet','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10033','Apro_Hair','Afro','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10034','Ball_Mask','Masked Ball','8','300000','150000','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10035','Windup_Spring','Spring','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10036','Hell_Horn','Horn Of Hell','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10037','Black_Butterfly_Mask','Black Butterfly Mask','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10038','Horn_Protector','Horn Barrier','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('10039','Tw_Backpack','Tw Backpack','8','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11000','Prontera_Book_01','History book of Prontera','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11001','Adventure_Story01','Adventure Story Vol.1','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11002','Great_Chef_Orleans01','Chef King Orleans Vol.1','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11003','Legend_Of_Kafra01','Kafra Legend Vol.1','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11004','Mercenary_Rebellion','Old Book','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11005','Tyrant_Schmidt','Rune Royal Family Book','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11006','Blood_Flower01','Blood Flower Vol.1','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11007','Blood_Flower02','Blood Flower Vol.2','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11008','Barmund','Biographical Dictionary Copy Edition','3','10000','5000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11009','Adventure_Story02','Adventure Story Vol.2','3','8000','4000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11010','Reward_List_Book','Battlegrounds Catalog','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11011','Barmund_Note','Varmunt\'s Note','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11012','Expedition_Report','Expedition Report','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11013','Expedition_Report_Vol1','Expedition Report Vol1','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11014','Expedition_Report_Vol2','Expedition Report Vol2','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11015','Expedition_Report_Vol3','Expedition Report Vol3','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11016','Expedition_Report_Vol4','Expedition Report Vol4','3','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11017','Reward_List_Book2','KVM Reward Items Catalog','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11018','Splendide_Selling_Item','Splendide Selling Item','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11019','Manuk_Selling_Item','Manuk Selling Item','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11020','Japan_Book1','Japanese Book1','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11021','Japan_Book2','Japanese Book2','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11022','Mix_Cook_Book','Cooking Book: Mix Cooking','3','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11023','Increase_Stamina_Study','How To Increase Stamina','3','10','5','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11024','Vital_Drink_CB','How To Increase Vitality','3','10','5','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11025','Swordman_Book_Basic','Swordman Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11026','Swordman_Book_Practice','Swordman Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11027','Swrodman_Book_Misc','Swrodman Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11028','Thief_Book_Basic','Thief Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11029','Thief_Book_Practice','Thief Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11030','Thief_Book_Misc','Thief Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11031','Archer_Book_Basic','Archer Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11032','Archer_Book_Practice','Archer Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11033','Archer_Book_Misc','Archer Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11034','Acol_Book_Basic','Acol Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11035','Acol_Book_Practice','Acol Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11036','Acol_Book_Misc','Acol Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11037','Mage_Book_Basic','Mage Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11038','Mage_Book_Practice','Mage Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11039','Mage_Book_Misc','Mage Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11040','Mer_Book_Basic','Mer Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11041','Mer_Book_Practice','Mer Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11042','Mer_Book_Misc','Mer Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11043','TK_Book_Basic','TK Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11044','TK_Book_Practice','TK Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11045','TK_Book_Misc','TK Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11046','Ninja_Book_Basic','Ninja Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11047','Ninja_Book_Practice','Ninja Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11048','Ninja_Book_Misc','Ninja Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11049','Gun_Book_Basic','Gun Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11050','Gun_Book_Practice','Gun Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11051','Gun_Book_Misc','Gun Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11052','SN_Book_Basic','SN Book Basic','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11053','SN_Book_Practice','SN Book Practice','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11054','SN_Book_Misc','SN Book Misc','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11055','Basic_Adventure','Basic Adventure','3','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11056','Spiritualism_Guide','Spiritualism Guide','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11057','Feb_Sweets','February Sweets','3','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11058','Novice_Combi_Book','Beginner Item Book','3','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11500','Light_Yellow_Pot','Light Yellow Potion','0','550','275','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(175,235),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11501','Light_White_Pot','Light White Potion','0','1200','600','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(325,405),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11502','Light_Blue_Pot','Light Blue Potion','0','5000','2500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(40,60);','','');
+REPLACE INTO `item_db_re` VALUES ('11503','Siege_White_Potion','WoE White Potion','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(400,500),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11504','Siege_Blue_Potion','WoE Blue Potion','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(50,70);','','');
+REPLACE INTO `item_db_re` VALUES ('11505','Iris','Iris','0','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,150;','','');
+REPLACE INTO `item_db_re` VALUES ('11506','Fanta_Orange','Fanta Orange','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11507','Fanta_Grape','Fanta Grape','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11508','Karada_Meguri_Tea','Karada Meguricha','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11509','Royal_Milk_Tea','Black Tea Kochakaden','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11510','Coke_Zero','Coca Cola Zero','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11511','Coke_No_Cal','Diet Coca Cola','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11512','Coca_Cola','Coca Cola','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11513','Protect_Neck_Candy','Throat Lozenge','0','200','100','1','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(5,25),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11514','Enriched_Slim_Pot','Enriched Slim Potion','0','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(335,415),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11515','Coconut','Coconut','0','1500','750','120','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(300,400),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11516','Asai_Fruit','Asai Fruit','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(16,22),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11517','Puri_Potion','Purification Potion','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(400,600),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11518','N_Blue_Potion','Cure Free','0','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','1','1','0','0','0','itemheal 0,5;','','');
+REPLACE INTO `item_db_re` VALUES ('11519','Beef_Toast','Bifrost','0','1200','600','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(170,250),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11520','Mora_Mandarin','Mora Mandarin','0','500','250','20','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','0','itemheal 0,rand(50,80);','','');
+REPLACE INTO `item_db_re` VALUES ('11521','Pingui_Berry_Juice','Pinguicula Berry Juice','0','500','250','50','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','0','itemheal rand(400,800),rand(50,80);','','');
+REPLACE INTO `item_db_re` VALUES ('11522','Red_Raffle_Sap','Red Raffle Sap','0','2500','1250','100','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','0','itemheal rand(400,800),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11523','Yellow_Raffle_Sap','Yellow Raffle Sap','0','3000','1500','120','0','0','0','0','0','4294967295','63','2','0','0','110','150','0','0','0','itemheal rand(600,1000),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11524','White_Raffle_Sap','White Raffle Sap','0','3500','1750','140','0','0','0','0','0','4294967295','63','2','0','0','120','150','0','0','0','itemheal rand(800,1200),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11525','Mora_Hip_Tea','Mora Hip Tea','0','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','120','150','0','0','0','itemheal rand(1500,2000),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11526','Rafflecino','Rafflecino','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','120','150','0','0','0','itemheal 0,rand(120,160);','','');
+REPLACE INTO `item_db_re` VALUES ('11527','Baklava','Baklava','0','3500','1750','600','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 1200,440;','','');
+REPLACE INTO `item_db_re` VALUES ('11528','Kanafeh','Kanafeh','0','1500','750','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 300,240;','','');
+REPLACE INTO `item_db_re` VALUES ('11529','MAAMOUL_','MAAMOUL ','0','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 120,60;','','');
+REPLACE INTO `item_db_re` VALUES ('11530','Jujube','Jujube','0','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 30,0;','','');
+REPLACE INTO `item_db_re` VALUES ('11531','Coffee','Coffee','0','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,10;','','');
+REPLACE INTO `item_db_re` VALUES ('11532','Nasi_Goreng','Nasi Goreng','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(17,23),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11533','Satay','Satay','0','15','7','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(17,23),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11534','Coco_Juice','Coconut Juice','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(17,23),rand(16,20);','','');
+REPLACE INTO `item_db_re` VALUES ('11535','Almond_Chocolate','Almond Chocolate','0','190','95','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(8,16);','','');
+REPLACE INTO `item_db_re` VALUES ('11536','Cat_Hard_Biscuit','Cat\'s Ship Biscuit','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(70,110),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11537','Rice_weevil_Bug','Weevil Bug Worm','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(100,150),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11538','Octupus_Leg','Fresh Octopus Legs','0','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(35,60),rand(5,10);','','');
+REPLACE INTO `item_db_re` VALUES ('11539','Athale_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('11540','Shyai_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('11541','Mid_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('11542','Zonda_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('11543','Goedo_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('11544','Huike_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('11545','Rune_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('11546','Pope_Choco','Handmade Chocolate','0','1','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('11547','Woe_Violet_Potion','WoE Violet Potion','0','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(500,600),rand(60,80);','','');
+REPLACE INTO `item_db_re` VALUES ('11548','Woe_White_Potion','WoE White Potion','0','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11549','Woe_Blue_Potion','WoE Blue Potion','0','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11550','Pumpkin_Cake','Pumpkin Cake','0','10','5','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11551','Savory_Herb_Salad','Aromatic Herb Seasoned','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal rand(20,30),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11552','Apple_Carrot_Salad','Apple Carrot Salad','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal rand(20,30),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11553','Casual_Stew','Anything Casserole','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal rand(20,30),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11554','Golden_Roasted_Apple','92 Golden Apple','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal rand(20,30),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11701','Girl_Bunch_Of_Flower','Girl\'s Bouquet','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(105,145),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11702','Moon_Cookie','Moon Cookie','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('11703','Mysterious_Blood','Mystery Blood','0','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(25,35);','','');
+REPLACE INTO `item_db_re` VALUES ('11704','KETUPAT_F','Ketupat','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(70,90),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11705','Special_White_Potion','Child Potion','0','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(425,425),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11706','Steak','Steak','0','1','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(700,1000),0;','','');
+REPLACE INTO `item_db_re` VALUES ('11707','Roasted_Beef','Roast Beef','0','1','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal 0,rand(100,200);','','');
+REPLACE INTO `item_db_re` VALUES ('11708','Fore_Flank_Sirloin','Fore Flank Sirloin','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(30,50),rand(1,5);','','');
+REPLACE INTO `item_db_re` VALUES ('11709','Fanta_Zero_Lemon','Fanta Zero Lemon','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11710','Sakura_Mist','Sakura Mist','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11711','Sakura_Milk_Tea','Sakura Milk Tea','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11712','First_Leaf_Tea','Flower','0','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(50,70),rand(10,12);','','');
+REPLACE INTO `item_db_re` VALUES ('11713','Julia\'s_Candy','Julia\'s Candy','0','0','0','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(40,45),0;','','');
+REPLACE INTO `item_db_re` VALUES ('12000','Cold_Scroll_2_5','Level 5 Frost Diver','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MG_FROSTDIVER,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12001','Holy_Scroll_1_3','Level 3 Heal','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill AL_HEAL,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12002','Holy_Scroll_1_5','Level 5 Heal','11','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill AL_HEAL,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12003','Holy_Scroll_2_1','Level 1 Teleport','11','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill AL_TELEPORT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12004','Arrow_Container','Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1750,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12005','Iron_Arrow_Container','Iron Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1770,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12006','Steel_Arrow_Container','Steel Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1753,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12007','Ori_Arrow_Container','Oridecon Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1765,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12008','Fire_Arrow_Container','Fire Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1752,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12009','Silver_Arrow_Container','Silver Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1751,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12010','Wind_Arrow_Container','Wind Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1755,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12011','Stone_Arrow_Container','Stone Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1756,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12012','Crystal_Arrow_Container','Crystal Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1754,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12013','Shadow_Arrow_Container','Shadow Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1767,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12014','Imma_Arrow_Container','Immaterial Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1757,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12015','Rusty_Arrow_Container','Rusty Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1762,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12016','Speed_Up_Potion','Speed Potion','2','100000','50000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MOVHASTE_INFINITY,5000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12017','Slow_Down_Potion','Slow Potion','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_SLOWDOWN,5000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12018','Fire_Cracker','Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','end;','','');
+REPLACE INTO `item_db_re` VALUES ('12019','Holy_Egg','Holy Egg','11','2','1','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ALL_RESURRECTION,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12020','Water_Of_Darkness','Cursed Water','11','2','1','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ITEM_ENCHANTARMS,8;','','');
+REPLACE INTO `item_db_re` VALUES ('12021','Pork_Belly','Pork','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(70,99),0;','','');
+REPLACE INTO `item_db_re` VALUES ('12022','Spareribs','Galbi','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemheal rand(70,99),0;','','');
+REPLACE INTO `item_db_re` VALUES ('12023','Giftbox_China','Wrapped Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12023,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12024','Red_Pouch_Of_Surprise','Red Pouch','2','50','25','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','monster \"this\",-1,-1,\"--ja--\",-4,1,\"\";','','');
+REPLACE INTO `item_db_re` VALUES ('12025','Egg_Boy','Dano Festival Egg','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12025,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12026','Egg_Girl','Dano Festival Egg','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12026,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12027','Giggling_Box','Giggling Box','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 9,0; if(rand(1000)<300) sc_start SC_CURSE,30000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12028','Box_Of_Thunder','Box of Thunder','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MOVHASTE_HORSE,20000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12029','Gloomy_Box','Box of Gloom','11','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill AC_CONCENTRATION,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12030','Box_Of_Grudge','Box of Resentment','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSATTACKPOWER,60000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12031','Sleepy_Box','Box of Drowsiness','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSMAGICPOWER,60000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12032','Box_Of_Storm','Box of Storms','11','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ITEM_ENCHANTARMS,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12033','Box_Of_Sunlight','Box of Sunlight','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CLAIRVOYANCE,30000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12034','Painting_Box','Box of Panting','2','1000','500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 0,9; if(rand(1000)<300) sc_start SC_SILENCE,30000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12035','Lotto_Box01','Lotto Box 01','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem rand(7361,7370),1;','','');
+REPLACE INTO `item_db_re` VALUES ('12036','Lotto_Box02','Lotto Box 02','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem rand(7371,7380),1;','','');
+REPLACE INTO `item_db_re` VALUES ('12037','Lotto_Box03','Lotto Box 03','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem rand(7381,7390),1;','','');
+REPLACE INTO `item_db_re` VALUES ('12038','Lotto_Box04','Lotto Box 04','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12038,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12039','Lotto_Box05','Lotto Box 05','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem rand(7542,7546),1;','','');
+REPLACE INTO `item_db_re` VALUES ('12040','Stone_Of_Intelligence_','Stone of Sage','2','100000','50000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','homevolution;','','');
+REPLACE INTO `item_db_re` VALUES ('12041','Str_Dish01','Fried Grasshopper Legs','0','0','0','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,1; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12042','Str_Dish02','Seasoned Sticky Webfoot','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,2; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12043','Str_Dish03','Bomber Steak','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,3; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12044','Str_Dish04','Herb Marinade Beef','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,4; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12045','Str_Dish05','Lutie Lady\'s Pancake','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,5; percentheal 10,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12046','Int_Dish01','Grape Juice Herbal Tea','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,1; percentheal 0,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12047','Int_Dish02','Autumn Red Tea','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,2; percentheal 0,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12048','Int_Dish03','Honey Herbal Tea','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,3; percentheal 0,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12049','Int_Dish04','Morroc Fruit Wine','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,4; percentheal 0,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12050','Int_Dish05','Mastela Fruit Wine','0','0','0','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,5; percentheal 0,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12051','Vit_Dish01','Steamed Crab Nippers','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,1; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12052','Vit_Dish02','Assorted Seafood','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,2; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12053','Vit_Dish03','Clam Soup','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,3; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12054','Vit_Dish04','Seasoned Jellyfish','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,4; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12055','Vit_Dish05','Spicy Fried Bao','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,5; percentheal 10,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12056','Agi_Dish01','Frog Egg Squid Ink Soup','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,1; percentheal 3,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12057','Agi_Dish02','Smooth Noodle','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,2; percentheal 3,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12058','Agi_Dish03','Tentacle Cheese Gratin','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,3; percentheal 3,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12059','Agi_Dish04','Lutie Cold Noodle','0','0','0','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,4; percentheal 3,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12060','Agi_Dish05','Steamed Bat Wing in Pumpkin','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,5; percentheal 6,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12061','Dex_Dish01','Honey Grape Juice','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,1; percentheal 2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12062','Dex_Dish02','Chocolate Mousse Cake','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,2; percentheal 2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12063','Dex_Dish03','Fruit Mix','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,3; percentheal 2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12064','Dex_Dish04','Cream Sandwich','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,4; percentheal 2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12065','Dex_Dish05','Green Salad','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,5; percentheal 5,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12066','Luk_Dish01','Fried Monkey Tails','0','0','0','60','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,1; percentheal 3,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12067','Luk_Dish02','Mixed Juice','0','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,2; percentheal 3,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12068','Luk_Dish03','Fried Sweet Potato','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,3; percentheal 4,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12069','Luk_Dish04','Steamed Ancient Lips','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,4; percentheal 4,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12070','Luk_Dish05','Fried Scorpion Tails','0','0','0','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,5; percentheal 5,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12071','Str_Dish06','Shiny Marinade Beef','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,6; percentheal 10,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12072','Str_Dish07','Whole Roast','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,7; percentheal 10,4;','','');
+REPLACE INTO `item_db_re` VALUES ('12073','Str_Dish08','Bearfoot Special','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,8; percentheal 15,6;','','');
+REPLACE INTO `item_db_re` VALUES ('12074','Str_Dish09','Tendon Satay','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,9; percentheal 15,8;','','');
+REPLACE INTO `item_db_re` VALUES ('12075','Str_Dish10','Steamed Tongue','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,10; percentheal 20,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12076','Int_Dish06','Red Mushroom Wine','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,6; percentheal 2,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12077','Int_Dish07','Special Royal Jelly Herbal Tea','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,7; percentheal 4,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12078','Int_Dish08','Royal Family Tea','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,8; percentheal 6,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12079','Int_Dish09','Tristram 12','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,9; percentheal 8,15;','','');
+REPLACE INTO `item_db_re` VALUES ('12080','Int_Dish10','Dragon Breath Cocktail','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,10; percentheal 10,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12081','Vit_Dish06','Awfully Bitter Bracer','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,6; percentheal 13,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12082','Vit_Dish07','Sumptuous Feast','0','0','0','400','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,7; percentheal 16,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12083','Vit_Dish08','Giant Burito','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,8; percentheal 19,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12084','Vit_Dish09','Ascending Dragon Soup','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,9; percentheal 22,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12085','Vit_Dish10','Immortal Stew','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,10; percentheal 25,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12086','Agi_Dish06','Chile Shrimp Gratin','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,6; percentheal 7,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12087','Agi_Dish07','Steamed Alligator with Vegetable','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,7; percentheal 8,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12088','Agi_Dish08','Incredibly Spicy Curry','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,8; percentheal 9,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12089','Agi_Dish09','Special Meat Stew','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,9; percentheal 10,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12090','Agi_Dish10','Steamed Desert Scorpions','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,10; percentheal 15,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12091','Dex_Dish06','Peach Cake','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,6; percentheal 5,6;','','');
+REPLACE INTO `item_db_re` VALUES ('12092','Dex_Dish07','Soul Haunted Bread','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,7; percentheal 5,7;','','');
+REPLACE INTO `item_db_re` VALUES ('12093','Dex_Dish08','Special Toast','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,8; percentheal 5,8;','','');
+REPLACE INTO `item_db_re` VALUES ('12094','Dex_Dish09','Heavenly Fruit Juice','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,9; percentheal 5,9;','','');
+REPLACE INTO `item_db_re` VALUES ('12095','Dex_Dish10','Hwergelmir\'s Tonic','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,10; percentheal 10,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12096','Luk_Dish06','Lucky Soup','0','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,6; percentheal 6,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12097','Luk_Dish07','Assorted Shish Kebob','0','0','0','800','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,7; percentheal 7,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12098','Luk_Dish08','Strawberry Flavored Rice Ball','0','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,8; percentheal 9,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12099','Luk_Dish09','Blood Flavored Soda','0','0','0','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,9; percentheal 10,4;','','');
+REPLACE INTO `item_db_re` VALUES ('12100','Luk_Dish10','Cooked Nine Tail\'s Tails','0','0','0','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,10; percentheal 14,8;','','');
+REPLACE INTO `item_db_re` VALUES ('12101','Citron','Citron','0','20','10','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12102','Meat_Skewer','Grilled Skewer','0','20','10','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12103','Bloody_Dead_Branch','Bloody Branch','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','monster \"this\",-1,-1,\"--ja--\",-3,1,\"\";','','');
+REPLACE INTO `item_db_re` VALUES ('12104','Random_Quiver','Random Quiver','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12104,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12105','Set_Of_Taiming_Item','Taming Gift Set','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12105,1; getrandgroupitem 12105,1; getrandgroupitem 12105,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12106','Accessory_Box','Jewelry Box','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12106,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12107','Wrapped_Mask','Wrapped Mask','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12107,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12108','Bundle_Of_Magic_Scroll','Scroll Package','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12108,1; getrandgroupitem 12108,1; getrandgroupitem 12108,1; getrandgroupitem 12108,1; getrandgroupitem 12108,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12109','Poring_Box','Poring Box','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','monster \"this\",-1,-1,\"--ja--\",-2,1,\"\";','','');
+REPLACE INTO `item_db_re` VALUES ('12110','First_Aid_Kit','First Aid Kit','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12110,1; getrandgroupitem 12110,1; getrandgroupitem 12110,1; getrandgroupitem 12110,1; getrandgroupitem 12110,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12111','Food_Package','Bundle of Food','2','10000','5000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12111,1; getrandgroupitem 12111,1; getrandgroupitem 12111,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12112','Tropical_Sograt','Tropical Sograt','2','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CURSE,10000,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12113','Vermilion_The_Beach','Vermilion on the Beach','2','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_STUN,10000,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12114','Elemental_Fire','Elemental Converter','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ITEM_ENCHANTARMS,4;','','');
+REPLACE INTO `item_db_re` VALUES ('12115','Elemental_Water','Elemental Converter','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ITEM_ENCHANTARMS,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12116','Elemental_Earth','Elemental Converter','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ITEM_ENCHANTARMS,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12117','Elemental_Wind','Elemental Converter','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ITEM_ENCHANTARMS,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12118','Resist_Fire','Fireproof Potion','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start4 SC_ARMORPROPERTY,1200000,-15,0,20,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12119','Resist_Water','Coldproof Potion','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start4 SC_ARMORPROPERTY,1200000,20,0,0,-15;','','');
+REPLACE INTO `item_db_re` VALUES ('12120','Resist_Earth','Earthproof Potion','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12121','Resist_Wind','Thunderproof Potion','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12122','Sesame_Pastry','Sesame Pastry','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_BASICHIT,1200000,30;','','');
+REPLACE INTO `item_db_re` VALUES ('12123','Honey_Pastry','Honey Pastry','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_BASICAVOIDANCE,1200000,30;','','');
+REPLACE INTO `item_db_re` VALUES ('12124','Rainbow_Cake','Rainbow Cake','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_BATKFOOD,1200000,10; sc_start SC_MATKFOOD,120000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12125','Outdoor_Cooking_Kits','Outdoor Cooking Kit','2','500','250','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','cooking 11;','','');
+REPLACE INTO `item_db_re` VALUES ('12126','Indoor_Cooking_Kits','Home Cooking Kit','2','1000','500','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','cooking 12;','','');
+REPLACE INTO `item_db_re` VALUES ('12127','High_end_Cooking_Kits','Professional Cooking Kit','2','2000','1000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','cooking 13;','','');
+REPLACE INTO `item_db_re` VALUES ('12128','Imperial_Cooking_Kits','Royal Cooking Kit','2','5000','2500','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','cooking 14;','','');
+REPLACE INTO `item_db_re` VALUES ('12129','Fantastic_Cooking_Kits','Fantastic Cooking Kit','2','10000','5000','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','cooking 15;','','');
+REPLACE INTO `item_db_re` VALUES ('12130','Cookie_Bag','Cookie Bag','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12130,1; getrandgroupitem 12130,1; getrandgroupitem 12130,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12131','Lucky_Potion','Lucky Potion','0','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12132','Red_Bag','Santa\'s Bag','2','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_XMAS,600000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12133','Ice_Cream_','McDonald\'s Ice Cone','0','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(gettime(5)!=MDiceCone) { set MDiceCone,gettime(5); percentheal 50,50; }','','');
+REPLACE INTO `item_db_re` VALUES ('12134','Red_Envelope','Red Envelope','2','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','set Zeny,Zeny+rand(1000,10000);','','');
+REPLACE INTO `item_db_re` VALUES ('12135','Green_Ale','Green Ale','2','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 50,50; if(rand(100)>=90)sc_start SC_CONFUSION,10000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12136','Women\'s_Bundle','Women\'s Bundle','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem callfunc(\"F_RandMes\",4,558,529,2668,7518),1;','','');
+REPLACE INTO `item_db_re` VALUES ('12137','1st_Stage_Prize','First Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12138','2nd_Stage_Prize','Second Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12139','3rd_Stage_Prize','Third Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12140','4th_Stage_Prize','Fourth Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12141','5th_Stage_Prize','Fifth Stage Prize','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12142','Magic_Book','Book of Magic','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1800000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12143','Red_Can','Red Can','2','50000','25000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12144','Sphere_Case_Wind','Lightning Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13204,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12145','Sphere_Case_Darkness','Blind Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13206,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12146','Sphere_Case_Poison','Poison Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13205,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12147','Sphere_Case_Water','Freezing Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13207,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12148','Sphere_Case_Fire','Flare Sphere Pack','2','2','1','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13203,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12149','Bullet_Case','Cartridge','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13200,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12150','Bullet_Case_Blood','Blood Cartridge','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13202,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12151','Bullet_Case_Silver','Silver Cartridge','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13201,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12152','Special_Box','Special Present','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12153','Bow_Mercenary_Scroll1','Bowman Scroll 1','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6017,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12154','Bow_Mercenary_Scroll2','Bowman Scroll 2','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6018,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12155','Bow_Mercenary_Scroll3','Bowman Scroll 3','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6019,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12156','Bow_Mercenary_Scroll4','Bowman Scroll 4','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6020,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12157','Bow_Mercenary_Scroll5','Bowman Scroll 5','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6021,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12158','Bow_Mercenary_Scroll6','Bowman Scroll 6','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6022,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12159','Bow_Mercenary_Scroll7','Bowman Scroll 7','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6023,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12160','Bow_Mercenary_Scroll8','Bowman Scroll 8','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6024,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12161','Bow_Mercenary_Scroll9','Bowman Scroll 9','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6025,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12162','Bow_Mercenary_Scroll10','Bowman Scroll 10','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6026,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12163','SwordMercenary_Scroll1','Fencer Scroll 1','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6037,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12164','SwordMercenary_Scroll2','Fencer Scroll 2','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6038,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12165','SwordMercenary_Scroll3','Fencer Scroll 3','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6039,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12166','SwordMercenary_Scroll4','Fencer Scroll 4','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6040,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12167','SwordMercenary_Scroll5','Fencer Scroll 5','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6041,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12168','SwordMercenary_Scroll6','Fencer Scroll 6','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6042,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12169','SwordMercenary_Scroll7','Fencer Scroll 7','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6043,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12170','SwordMercenary_Scroll8','Fencer Scroll 8','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6044,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12171','SwordMercenary_Scroll9','Fencer Scroll 9','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6045,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12172','SwordMercenary_Scroll10','Fencer Scroll 10','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6046,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12173','SpearMercenary_Scroll1','Spearman Scroll 1','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6027,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12174','SpearMercenary_Scroll2','Spearman Scroll 2','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6028,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12175','SpearMercenary_Scroll3','Spearman Scroll 3','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6029,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12176','SpearMercenary_Scroll4','Spearman Scroll 4','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6030,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12177','SpearMercenary_Scroll5','Spearman Scroll 5','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6031,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12178','SpearMercenary_Scroll6','Spearman Scroll 6','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6032,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12179','SpearMercenary_Scroll7','Spearman Scroll 7','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6033,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12180','SpearMercenary_Scroll8','Spearman Scroll 8','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6034,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12181','SpearMercenary_Scroll9','Spearman Scroll 9','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6035,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12182','SpearMercenary_Scroll10','Spearman Scroll 10','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 6036,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12183','Holy_Arrow_Quiver','Holy Arrow Quiver','2','2','1','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1772,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12184','Mercenary_Red_Potion','Mercenary Red Potion','2','500','250','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_heal 1000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12185','Mercenary_Blue_Potion','Mercenary Blue Potion','2','1000','500','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_heal 0,100;','','');
+REPLACE INTO `item_db_re` VALUES ('12186','Red_Box','Old Red Box','2','50000','25000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12186,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12187','Green_Box','Old Green Box','2','50000','25000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12187,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12188','Magical_Moon_Cake','Grace Moon Cake','0','20','10','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 50,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12189','Red_Box_','Old Red Box','2','50000','25000','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12189,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12190','Moon_Cake','Moon Cake','2','2','1','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12191','Special_Moon_Cake','Special Moon Cake','2','2','1','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12192','Pumpkin_Pie','Pumpkin Pie','0','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 5,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12193','Brezel','Pretzel','2','20','10','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12194','Hometown_Gift','Hometown Gift','2','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12194,1; getrandgroupitem 12194,1; getrandgroupitem 12194,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12195','Plain_Rice_Cake','Plain Rice Cake','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 0,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12196','Hearty_Rice_Cake','Hearty Rice Cake','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 50,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12197','Salty_Rice_Cake','Salty Rice Cake','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 10,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12198','Lucky_Rice_Cake','Lucky Rice Cake','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCLUK,1200000,21;','','');
+REPLACE INTO `item_db_re` VALUES ('12199','Rice_Scroll','Scroll of Magic','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12200','Event_Cake','X-mas Cake','11','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill PR_MAGNIFICAT,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12201','Red_Box_C','Commonplace Red Box','2','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12202','Str_Dish10_','Steamed Tongue','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR_CASH,1800000,10; percentheal 15,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12203','Agi_Dish10_','Steamed Scorpion','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI_CASH,1800000,10; percentheal 15,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12204','Int_Dish10_','Dragon Breath Cocktail','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT_CASH,1800000,10; percentheal 15,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12205','Dex_Dish10_','Hwergelmir\'s Tonic','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX_CASH,1800000,10; percentheal 15,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12206','Luk_Dish10_','Cooked Nine Tail\'s Tails','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK_CASH,1800000,10; percentheal 15,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12207','Vit_Dish10_','Stew Of Immortality','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT_CASH,1800000,10; percentheal 15,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12208','Battle_Manual','Battle Manual','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_PLUSEXP,1800000,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12209','Insurance','Life Insurance','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_DEATHPENALTY,1800000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12210','Bubble_Gum','Bubble Gum','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_RECEIVEITEM,1800000,200;','','');
+REPLACE INTO `item_db_re` VALUES ('12211','Kafra_Card','Kafra Card','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashStore\";','','');
+REPLACE INTO `item_db_re` VALUES ('12212','Giant_Fly_Wing','Giant Fly Wing','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashPartyCall\";','','');
+REPLACE INTO `item_db_re` VALUES ('12213','Neuralizer','Neuralizer','11','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashReset\";','','');
+REPLACE INTO `item_db_re` VALUES ('12214','Convex_Mirror','Convex Mirror','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_BOSS_ALARM,600000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12215','Blessing_10_Scroll','LV10 Blessing Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','skilleffect AL_BLESSING,0; sc_start SC_BLESSING,240000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12216','Inc_Agi_10_Scroll','LV10 Agil Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(Hp>15) { skilleffect AL_INCAGI,0; sc_start SC_INC_AGI,240000,10; heal -15,0; }','','');
+REPLACE INTO `item_db_re` VALUES ('12217','Aspersio_5_Scroll','LV5 Aspersio Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(countitem(523)>0) { skilleffect PR_ASPERSIO,0; sc_start SC_ASPERSIO,180000,5; delitem 523,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('12218','Assumptio_5_Scroll','LV5 Assumptio Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ASSUMPTIO,100000,5; skilleffect HP_ASSUMPTIO,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12219','Wind_Walk_10_Scroll','LV10 Wind Walker Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','skilleffect SN_WINDWALK,0; sc_start SC_WINDWALK,250000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12220','Adrenaline_Scroll','LV5 Adrenaline Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==6||.@type==7||.@type==8) { skilleffect BS_ADRENALINE,0; sc_start SC_ADRENALINE,150000,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('12221','Megaphone_','Megaphone','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','input @megaphone$; announce strcharinfo(0) + \": \" + @megaphone$,bc_all,0xFF0000; end;','','');
+REPLACE INTO `item_db_re` VALUES ('12225','Sweet_Candy_Striper','Sweet Candy Cane','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1245;','','');
+REPLACE INTO `item_db_re` VALUES ('12226','Examination1','Examination1','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_STR,5400000,10; sc_start SC_FOOD_DEX,5400000,5; sc_start SC_PLUSATTACKPOWER,5400000,22; sc_start SC_MATKFOOD,5400000,15;','','');
+REPLACE INTO `item_db_re` VALUES ('12227','Examination2','Examination2','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_INT,5400000,8; sc_start SC_FOOD_VIT,5400000,7; sc_start SC_FOOD_LUK,5400000,7; sc_start SC_PLUSATTACKPOWER,5400000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12228','Examination3','Examination3','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_AGI,5400000,15; sc_start SC_PLUSATTACKPOWER,5400000,52; sc_start SC_MATKFOOD,5400000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12229','Examination4','Examination4','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_STR,5400000,3; sc_start SC_FOOD_AGI,5400000,5; sc_start SC_FOOD_VIT,5400000,10; sc_start SC_MATKFOOD,5400000,52;','','');
+REPLACE INTO `item_db_re` VALUES ('12230','Examination5','Examination5','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MOVHASTE_HORSE,5400000,0; percentheal 100,100; sc_start SC_FOOD_INT,5400000,3; sc_start SC_FOOD_DEX,5400000,12; sc_start SC_PLUSATTACKPOWER,5400000,20; sc_start SC_MATKFOOD,5400000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12231','Examination6','Examination6','0','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 100,100; sc_start SC_MOVHASTE_HORSE,5400000,0; sc_start SC_FOOD_STR,5400000,6; sc_start SC_FOOD_DEX,5400000,6; sc_start SC_FOOD_AGI,5400000,6; sc_start SC_FOOD_INT,5400000,6; sc_start SC_FOOD_VIT,5400000,6; sc_start SC_FOOD_LUK,5400000,6; sc_start SC_PLUSATTACKPOWER,5400000,24; sc_start SC_MATKFOOD,5400000,24;','','');
+REPLACE INTO `item_db_re` VALUES ('12232','Gingerbread','Ginger Bread','2','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ATTHASTE_POTION2,900000,0; sc_start SC_MOVHASTE_HORSE,900000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12233','Kvass','Kvass','0','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 100,100;','','');
+REPLACE INTO `item_db_re` VALUES ('12234','Cacao99','Fierce Cacao 99%','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 25,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12235','Strawberry_Choco','Chocolate Strawberry','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 0,5; skilleffect AL_BLESSING,0; sc_start SC_BLESSING,240000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12236','Choco_Tart','Chocolate Tart','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 5,0; itemskill AL_ANGELUS,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12237','Choco_Lump','Junky Chocolate','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 0,5; sc_start SC_POISON,18000,0; sc_start SC_BLOODING,18000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12238','New_Year_Rice_Cake_1','New Year Rice Cake','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(1000)<100) sc_start SC_DPOISON,10000,0; sc_start SC_POISON,50000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12239','New_Year_Rice_Cake_2','New Year Rice Cake','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(1000)<100) sc_start SC_DPOISON,10000,0; sc_start SC_POISON,50000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12240','Old_Yellow_Box','Old Yellow Box','2','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12240,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12241','M_Center_Potion','Mercenary Concentration Potion','2','800','400','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_sc_start SC_ATTHASTE_POTION1,1800000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12242','M_Awakening_Potion','Mercenary Awakening Potion','2','1500','750','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_sc_start SC_ATTHASTE_POTION2,1800000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12243','M_Berserk_Potion','Mercenary Berserk Potion','2','3000','1500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_sc_start SC_ATTHASTE_POTION3,1800000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12244','Old_Gift_Box','Old Gift Box','2','20','10','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12244,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12245','Green_Ale_US','Green Ale','0','5000','2500','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 100,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12246','Magic_Card_Album','Mystical Card Album','2','10000','5000','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12246,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12247','Halohalo','Halo-Halo','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCALLSTATUS,600000,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12248','Masquerade_Ball_Box','Fancy Ball Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12248,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12249','Payroll_Of_Kafra_','Payment Statement for Kafra Employee','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12250','Str_Dish10_M','Steamed Tongue','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,3600000,10; percentheal 20,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12251','Agi_Dish10_M','Steamed Desert Scorpions','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,3600000,10; percentheal 15,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12252','Int_Dish10_M','Dragon Breath Cocktail','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,3600000,10; percentheal 10,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12253','Dex_Dish10_M','Hwergelmir\'s Tonic','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,3600000,10; percentheal 10,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12254','Luk_Dish10_M','Cooked Nine Tail','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,3600000,10; percentheal 14,8;','','');
+REPLACE INTO `item_db_re` VALUES ('12255','Vit_Dish10_M','Immortal Stew','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,3600000,10; percentheal 25,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12256','PRO_Gift_Box','PRO Gift Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12257','Cold_Medicine','Cold Medicine','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','50','150','0','0','0','percentheal 25,25;','','');
+REPLACE INTO `item_db_re` VALUES ('12258','Bombring_Box','Bombring Capsule','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_rang02\") { monster \"this\",-1,-1,\"--ja--\",1904,1,\"\"; }','','');
+REPLACE INTO `item_db_re` VALUES ('12259','Miracle_Medicine','Miracle Tonic','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getexp 3000000,1500000;','','');
+REPLACE INTO `item_db_re` VALUES ('12260','Cool_Summer_Outfit','Cool Summer Outfit','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_SUMMER,600000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12261','Secret_Medicine','Leap of Fantasy','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getexp 2000000,1000000;','','');
+REPLACE INTO `item_db_re` VALUES ('12262','Inspector_Certificate_','Authoritative Badge','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MOVHASTE_HORSE,180000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12263','Comp_Battle_Manual','Field Manual','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_PLUSEXP,1800000,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12264','Comp_Bubble_Gum','Bubble Gum','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_RECEIVEITEM,1800000,200;','','');
+REPLACE INTO `item_db_re` VALUES ('12265','Comp_Insurance','Life Insurrance','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_DEATHPENALTY,1800000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12266','Sesame_Pastry_','Sesame Pastry','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_BASICHIT,1200000,30;','','');
+REPLACE INTO `item_db_re` VALUES ('12267','Honey_Pastry_','Honey Pastry','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_BASICAVOIDANCE,1200000,30;','','');
+REPLACE INTO `item_db_re` VALUES ('12268','Rainbow_Cake_','Rainbow Cake','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSATTACKPOWER,60000,10; sc_start SC_MATKFOOD,120000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12269','Tasty_Colonel','Tasty Pink Ration','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSATTACKPOWER,600000,15;','','');
+REPLACE INTO `item_db_re` VALUES ('12270','Tasty_Major','Tasty White Ration','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSMAGICPOWER,600000,15;','','');
+REPLACE INTO `item_db_re` VALUES ('12271','Mre_A','Military Ration A','0','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12272','Mre_B','Military Ration B','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCHIT,600000,33;','','');
+REPLACE INTO `item_db_re` VALUES ('12273','Mre_C','Military Ration C','2','2','1','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCFLEE,600000,33;','','');
+REPLACE INTO `item_db_re` VALUES ('12274','Gold_Pill_1','Daehwandan','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCMHPRATE,36000000,5; percentheal 10,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12275','Gold_Pill_2','Taecheongdan','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCMSPRATE,36000000,5; percentheal 0,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12276','Mimic_Scroll','Mimic Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 2058,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12277','Disguise_Scroll','Disguise Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 2059,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12278','Alice_Scroll','Alice Contract','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 2060,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12279','Undead_Element_Scroll','Undead Elemental Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start4 SC_ARMOR_RESIST,300000,20,20,20,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12280','Holy_Element_Scroll','Holy Elemental Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_BENEDICTIO; sc_start SC_BENEDICTIO,300000,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12281','Tresure_Box_WoE','Event Treasure Box','2','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12282','Internet_Cafe1','Internet Cafe1','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCALLSTATUS,5400000,3; sc_start SC_PLUSATTACKPOWER,5400000,15; sc_start SC_PLUSMAGICPOWER,5400000,15;','','');
+REPLACE INTO `item_db_re` VALUES ('12283','Internet_Cafe2','Internet Cafe2','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CHASEWALK2,5400000,8; sc_start SC_INCDEX,5400000,4; sc_start SC_INCAGI,5400000,6; sc_start SC_PLUSATTACKPOWER,5400000,32; sc_start SC_INCFLEE,5400000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12284','Internet_Cafe3','Internet Cafe3','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCINT,5400000,8; sc_start SC_INCVIT,5400000,4; sc_start SC_INCDEX,5400000,6; sc_start SC_PLUSMAGICPOWER,5400000,40;','','');
+REPLACE INTO `item_db_re` VALUES ('12285','Internet_Cafe4','Internet Cafe4','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCDEX,5400000,8; sc_start SC_INCLUK,5400000,4; sc_start SC_INCAGI,5400000,6; sc_start SC_PLUSATTACKPOWER,5400000,24; sc_start SC_PLUSMAGICPOWER,5400000,24;','','');
+REPLACE INTO `item_db_re` VALUES ('12286','Masquerade_Ball_Box2','Masquerade Ball Box2','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12286,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12287','Love_Angel','Love Angel Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setfont 1;','','');
+REPLACE INTO `item_db_re` VALUES ('12288','Squirrel','Squirrel Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setfont 2;','','');
+REPLACE INTO `item_db_re` VALUES ('12289','Gogo','Gogo Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setfont 3;','','');
+REPLACE INTO `item_db_re` VALUES ('12290','Mysterious_Can','Mysterious Can Magic Powder','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 5,0; skilleffect AL_BLESSING,0; sc_start SC_BLESSING,120000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12291','Mysterious_PET_Bottle','Mysterious PET Bottle','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 5,0; skilleffect AL_INCAGI,0; sc_start SC_INC_AGI,120000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12292','Unripe_Fruit','Unripe Yggdrasilberry','0','500','250','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 20,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12293','Dried_Yggdrasilberry','Dried Yggdrasilberry','0','500','250','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 0,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12294','PC_Bang_Coin_Box1','Blue Christmas Cheer Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2740,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12295','PC_Bang_Coin_Box2','Groove Pack 1','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2739,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12296','PC_Bang_Coin_Box3','Splendid Spring Hat Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2738,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12297','PC_Bang_Coin_Box4','Expanded Party Buff Scroll Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2738,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12298','SP_Potion','SP Consumption Reduction Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ATKER_BLOOD,3600000,15;','','');
+REPLACE INTO `item_db_re` VALUES ('12299','Mega_Resist_Potion','Mega Resist Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_TARGET_BLOOD,3600000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12300','Wild_Rose_Scroll','Wild Rose Contract','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 1965,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12301','Doppelganger_Scroll','Doppelganger Contract','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 1966,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12302','Ygnizem_Scroll','Egnigem Cenia Contract','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 1967,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12303','Water_Of_Blessing','Blessing Of Water','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12304','Picture_Diary','Diary Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setfont 4;','','');
+REPLACE INTO `item_db_re` VALUES ('12305','Mini_Heart','Mini Heart Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setfont 5;','','');
+REPLACE INTO `item_db_re` VALUES ('12306','Newcomer','Freshman Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setfont 6;','','');
+REPLACE INTO `item_db_re` VALUES ('12307','Kid','Kid Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setfont 7;','','');
+REPLACE INTO `item_db_re` VALUES ('12308','Magic_Castle','Magic Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setfont 8;','','');
+REPLACE INTO `item_db_re` VALUES ('12309','Bulging_Head','JJangu Magic Powder','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setfont 9;','','');
+REPLACE INTO `item_db_re` VALUES ('12310','Spray_Of_Flowers','Spray Of Flowers','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCFLEE,600000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12311','Large_Spray_Of_Flowers','Huge Spray Of Flowers','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ALL_PARTYFLEE,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12312','Thick_Manual50','Thick Battle Manual','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_PLUSEXP,3600000,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12313','Protection_Of_Angel','Guardian Angel','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12314','Noive_Box','Noive Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12315','Goddess_Bless','Goddess Of Blessing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12316','Angel_Bless','Angel Of Blessing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12317','Powder_Snow','Snow Powder','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','end;','','');
+REPLACE INTO `item_db_re` VALUES ('12318','Little_Heart','Small Hearts','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12319','Strawberry_Cake','Rune Strawberry Cake','2','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCATKRATE,600000,5; sc_start SC_INCMATKRATE,600000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12320','Pineapple_Juice','Schwartzwald Pine Jubilee','2','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCHIT,600000,10; sc_start SC_PLUSAVOIDVALUE,600000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12321','Spicy_Sandwich','Arunafeltz Desert Sandwich','2','0','0','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CRITICALPERCENT,600000,7;','','');
+REPLACE INTO `item_db_re` VALUES ('12322','Chocolate_Pie','Chocolate Pie','0','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 5,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12323','N_Fly_Wing','Novice Fly Wing','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill AL_TELEPORT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12324','N_Butterfly_Wing','Novice Butterfly Wing','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill AL_TELEPORT,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12325','N_Magnifier','Novice Magnifier','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MC_IDENTIFY,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12326','J_Firecracker','Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12327','Charm_Of_Luck','Unsuitable Of Lucky','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12328','Charm_Of_Happiness','Unsuitable Of Happyness','2','1800','900','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCLUK,3600000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12329','Recall_MaleGM','Support Game Master','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 2000,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12330','Recall_FemaleGM','Support Game Master','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 2001,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12331','Ginseng','Ginseng','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 6,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12332','Fruit_Juice','Fruit Juice','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 0,6;','','');
+REPLACE INTO `item_db_re` VALUES ('12333','Ansila','Ancilla','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 0,15;','','');
+REPLACE INTO `item_db_re` VALUES ('12334','Cherish_Box','Treasure Edition Helm Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12334,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12335','Yummy_Skewered_Dish','Grilled Delicious Skewer','0','1000','500','350','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 60,60;','','');
+REPLACE INTO `item_db_re` VALUES ('12336','Baked_Mushroom','Grilled Mushroom','0','500','250','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 30,30;','','');
+REPLACE INTO `item_db_re` VALUES ('12337','Grilled_Sausage','Grilled Sausages','0','300','150','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 20,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12338','Grilled_Corn','Grilled Corn','2','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CHASEWALK2,180000,2; sc_start SC_INCINT,180000,2; sc_start SC_INCAGI,180000,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12339','Cherish_Box_Ori','Treasure Edition Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12339,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12340','Mysterious_Rice_Powder','Chewy Rice Powder','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1815;','','');
+REPLACE INTO `item_db_re` VALUES ('12341','Special_Alloy_Trap_Box','Special Alloy Trap Box','2','20000','10000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7940,100;','','');
+REPLACE INTO `item_db_re` VALUES ('12342','Manuk\'s_Opportunity','Manuk\'s Opportunity','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_POTION_BERSERK; sc_start SC_MANU_ATK,600000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12343','Manuk\'s_Courage','Manuk\'s Courage','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_GUARD; sc_start SC_MANU_DEF,600000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12344','Pinguicula\'s_fruit_Jam','Pinguicula\'s Fruit Jam','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_POTION_BERSERK; sc_start SC_SPL_ATK,600000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12345','Luciola\'s_Honey_Jam','Luciola\'s Honey Jam','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_GUARD; sc_start SC_SPL_DEF,600000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12346','Unripe_Acorn','Unripe Acorn','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','heal -100,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12347','Acorn_Jelly','Acorn Jelly','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill ALL_REVERSEORCISH,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12348','Manuk\'s_Faith','Manuk\'s Faith','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_POTION_BERSERK; sc_start SC_MANU_MATK,600000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12349','Cornus\'_Tears','Cornus\' Tears','2','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_POTION_BERSERK; sc_start SC_SPL_MATK,600000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12350','Angeling_Potion','Angeling Potion','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','skilleffect AL_BLESSING,0; sc_start SC_BLESSING,120000,5; itemskill AL_ANGELUS,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12351','Shout_Megaphone','Scream Megaphone','11','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill MC_LOUD,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12352','Dun_Tele_Scroll3','Dungeon Teleport Scroll 3','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12353','Tiny_Waterbottle','Small Bottle','2','800','400','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PROPERTYWATER,90000,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12354','Buche_De_Noel','Buche De Noel','2','2','1','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_ANGELUS; sc_start SC_INCMHPRATE,600000,3; sc_start SC_INCMSPRATE,600000,3; sc_start SC_INCHITRATE,600000,3; sc_start SC_CRITICALPERCENT,600000,7;','','');
+REPLACE INTO `item_db_re` VALUES ('12355','Xmas_Gift','Xmas Gift','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12355,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12356','Louise_Costume_Box','Louise Costume Box','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12356,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12357','Shiny_Wing_Gown','Gingerbread Cookie','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1630;','','');
+REPLACE INTO `item_db_re` VALUES ('12358','Fan_Of_Wind','Fan Of Wind','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1513;','','');
+REPLACE INTO `item_db_re` VALUES ('12359','Very_Soft_Plant','Very Soft Plant','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1586;','','');
+REPLACE INTO `item_db_re` VALUES ('12360','Very_Red_Juice','Very Red Juice','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1505;','','');
+REPLACE INTO `item_db_re` VALUES ('12361','Delicious_Shaved_Ice','Delicious Shaved Ice','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1143;','','');
+REPLACE INTO `item_db_re` VALUES ('12362','Kuloren','Kuloren','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1401;','','');
+REPLACE INTO `item_db_re` VALUES ('12363','Fit_Pipe','Ghost Coffin','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1179;','','');
+REPLACE INTO `item_db_re` VALUES ('12364','Staff_Of_Leader','Staff Of Leader','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1299;','','');
+REPLACE INTO `item_db_re` VALUES ('12365','Charming_Lotus','Charming Lotus','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1416;','','');
+REPLACE INTO `item_db_re` VALUES ('12366','Gril_Doll','Girl Doll','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1404;','','');
+REPLACE INTO `item_db_re` VALUES ('12367','Luxury_Whisky_Bottle','Luxury Whisky Bottle','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1504;','','');
+REPLACE INTO `item_db_re` VALUES ('12368','Splendid_Mirror','Splendid Mirror','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1148;','','');
+REPLACE INTO `item_db_re` VALUES ('12369','Oilpalm_Coconut','Oilpalm Coconut','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1495;','','');
+REPLACE INTO `item_db_re` VALUES ('12370','Gril\'s_Naivety','Girl\'s Naivety','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1374;','','');
+REPLACE INTO `item_db_re` VALUES ('12371','Magical_Lithography','Magical Lithography','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1040;','','');
+REPLACE INTO `item_db_re` VALUES ('12372','Hell_Contract','Hell Contract','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1379;','','');
+REPLACE INTO `item_db_re` VALUES ('12373','Boy\'s_Naivety','Boy\'s Pure Heart','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1370;','','');
+REPLACE INTO `item_db_re` VALUES ('12374','Flaming_Ice','Ice Fireworks','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1837;','','');
+REPLACE INTO `item_db_re` VALUES ('12375','Acaraje','Akaraje','2','0','0','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_STEAL; sc_start SC_INCHITRATE,120000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12376','Mysterious_Can2','Mysterious Can2','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12377','Mysterious_PET_Bottle2','Mysterious PET Bottle2','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12378','2009_Rice_Cake_Soup','Rice Cake Soup','2','10','5','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12379','Pope\'s_Cookie','Pope Cookie','2','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12380','Desert_Wolf_Babe_Scroll','Job Change Flute','2','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 2034,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12381','ValkyrieA_Scroll','Ancient Language Scroll','2','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_arch02\") { mercenary_create 2037,1800000; }','','');
+REPLACE INTO `item_db_re` VALUES ('12382','ValkyrieB_Scroll','Ancient Language Scroll','2','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_arch02\") { mercenary_create 2038,1800000; }','','');
+REPLACE INTO `item_db_re` VALUES ('12383','Vulcan_Bullet_Magazine','Vulcan Bullet Magazine','2','11000','5500','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12384','Rainbow_Ruby_Water','Rainbow Ruby','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_war02\") { itemskill WL_FROSTMISTY,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('12385','Rainbow_Ruby_Fire','Rainbow Ruby','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_war02\") { itemskill WL_CRIMSONROCK,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('12386','Rainbow_Ruby_Wind','Rainbow Ruby','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_war02\") { itemskill WL_CHAINLIGHTNING,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('12387','Rainbow_Ruby_Earth','Rainbow Ruby','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_war02\") { itemskill WL_EARTHSTRAIN,5; }','','');
+REPLACE INTO `item_db_re` VALUES ('12388','Runstone_Crush','Rhydo Runestone For Apprentice','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_rune02\") { itemskill RK_CRUSHSTRIKE,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('12389','Runstone_Storm','Pertz Runestone For Apprentice','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_rune02\") { itemskill RK_STORMBLAST,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('12390','Runstone_Millennium','Verkana Runestone For Apprentice','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(strcharinfo(3)==\"job3_rune02\") { itemskill RK_MILLENNIUMSHIELD,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('12391','Lucky_Egg_C','RWC Groove Pack','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12392','RepairA','Repair A','0','220','110','100','0','0','0','0','0','1024','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12393','RepairB','Repair B','0','500','250','140','0','0','0','0','0','1024','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12394','RepairC','Repair C','0','1100','550','180','0','0','0','0','0','1024','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12395','Tantanmen','Tantan Noodle','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1519;','','');
+REPLACE INTO `item_db_re` VALUES ('12396','Fools_Day_Box','Gift Box?','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(1,10)==1) itemskill AL_TELEPORT,1; else if(rand(1,10)==2) itemskill AL_TELEPORT,3; else if(rand(1,10)==3) percentheal 50,0; else if(rand(1,10)==4) percentheal 0,50; else if(rand(1,10)==5) end; else if(rand(1,10)==6) getitem 512,1; else if(rand(1,10)==7) itemskill ALL_REVERSEORCISH,1; else if(rand(1,10)==8) specialeffect2 247; else if(rand(1,10)==9) specialeffect2 338; else specialeffect2 10;','','');
+REPLACE INTO `item_db_re` VALUES ('12397','Fools_Day_Box2','Gift Box?','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(1,10)==1) itemskill TF_DETOXIFY,1; else if(rand(1,10)==2) itemskill TF_PICKSTONE,1; else if(rand(1,10)==3) itemskill BA_FROSTJOKER,1; else if(rand(1,10)==4) itemskill DC_SCREAM,1; else if(rand(1,10)==5) end; else if(rand(1,10)==6) getitem 909,1; else if(rand(1,10)==7) itemskill AL_RUWACH,1; else if(rand(1,10)==8) specialeffect2 328; else if(rand(1,10)==9) specialeffect2 68; else specialeffect2 196;','','');
+REPLACE INTO `item_db_re` VALUES ('12398','PCBang_Gift_Box','PCRoom Gift Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12399','Castle_Treasure_Box','Castle Treasure Box','2','20','10','1000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12400','Water_Of_Blessing_','Water Of Blessing','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12401','Rune_Kn_Test_Int','Rune Kn Test Int','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCINT,300000,40;','','');
+REPLACE INTO `item_db_re` VALUES ('12402','29Fruit','29Truth','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12403','Lucky_Egg_C2','RWC2011 Lucky Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12404','Acti_Potion','Activation Potion','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12405','Underripe_Yggseed','Unripe Seed Of Yggdrasil','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12406','Psychic_ArmorS','Psychic Armor Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12407','PCBang_Coupon_Box','PCRoom Coupon Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12408','Leaf_Cat_Ball','Hydra Ball','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 2081;','','');
+REPLACE INTO `item_db_re` VALUES ('12409','Pork_Belly_H','1st Class Pork Belly','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12410','Spareribs_H','Thick Pork Belly','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12411','HE_Battle_Manual','HE Battle Manual','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_PLUSEXP,900000,200;','','');
+REPLACE INTO `item_db_re` VALUES ('12412','HE_Bubble_Gum','HE Bubble Gum','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_RECEIVEITEM,900000,300;','','');
+REPLACE INTO `item_db_re` VALUES ('12413','PCBang_Coupon_Box2','PCRoom Coupon Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12414','Guarana_Candy','Guarana Candy','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ATTHASTE_POTION1,1800000,0; sc_start SC_INC_AGI,140000,5; skilleffect AL_INCAGI,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12415','Siege_Teleport_Scroll2','Siege Map Teleport Scroll II','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12416','LUcky_Egg_C3','Thanksgiving Groove Pack','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12417','Boost500','Boost500','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12418','Full_SwingK','Full SwingK','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12419','Mana_Plus','Mana +','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12420','Stamina_Up_M','Muramura(M)','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12421','Digestive_F','Falmons(F)','3','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12422','HP_Increase_PotionS','HP Increase Potion(Small)','0','100','50','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCMHPRATE,500000,1; sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel); percentheal 2,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12423','HP_Increase_PotionM','HP Increase Potion(Mid)','0','100','50','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCMHPRATE,500000,2; sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel); percentheal 3,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12424','HP_Increase_PotionL','HP Increase Potion(Large)','0','100','50','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCMHPRATE,500000,5; sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel); percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12425','SP_Increase_PotionS','SP Increase Potion(Small)','0','100','50','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCMSPRATE,500000,2; percentheal 0,2;','','');
+REPLACE INTO `item_db_re` VALUES ('12426','SP_Increase_PotionM','SP Increase Potion(Mid)','0','100','50','40','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCMSPRATE,500000,4; percentheal 0,4;','','');
+REPLACE INTO `item_db_re` VALUES ('12427','SP_Increase_PotionL','SP Increase Potion(Large)','0','100','50','80','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCMSPRATE,500000,8; percentheal 0,8;','','');
+REPLACE INTO `item_db_re` VALUES ('12428','Enrich_White_PotionZ','Enriched White PotionZ','0','100','50','70','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0; heal 1000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12429','Savage_BBQ','Savage BBQ','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_SAVAGE_STEAK,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12430','Wug_Blood_Cocktail','Warg Blood Cocktail','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_COCKTAIL_WARG_BLOOD,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12431','Minor_Brisket','Minor Brisket','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_MINOR_BBQ,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12432','Siroma_Icetea','Siroma Icetea','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_SIROMA_ICE_TEA,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12433','Drocera_Herb_Stew','Drosera Herb Stew','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_DROCERA_HERB_STEAMED,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12434','Petti_Tail_Noodle','Petite Tail Noodles','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PUTTI_TAILS_NOODLES,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('12435','Black_Thing','Black Thing','2','1000','500','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_STOMACHACHE,60000,rand(5,10);','','');
+REPLACE INTO `item_db_re` VALUES ('12436','Vitata500','Vitata500','0','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_VITATA_500,500000,0; itemheal 0,200;','','');
+REPLACE INTO `item_db_re` VALUES ('12437','Enrich_Celermine_Juice','Enrich Celermine Juice','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12438','F_Giant_Fly_Wing','Giant Fly Wing','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12439','F_Battle_Manual','Old Battle Manual','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12440','F_Insurance','Insurance','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12441','F_Bubble_Gum','Old Bubble Gum','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12442','F_Kafra_Card','Kafra Card','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12443','F_Neuralizer','Neuralizer','2','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12444','F_Dun_Tele_Scroll1','WoE Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12445','F_Str_Dish10_','Steamed Tongue','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12446','F_Agi_Dish10_','Steamed Desert Scorpions','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12447','F_Int_Dish10_','Dragon Breath Cocktail','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12448','F_Dex_Dish10_','Hwergelmir\'s Tonic','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12449','F_Luk_Dish10_','Nine Tail','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12450','F_Vit_Dish10_','Stew Of Immortality','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12451','F_WOB_Rune','Yellow Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12452','F_WOB_Schwaltz','Green Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12453','F_WOB_Rachel','Red Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12454','F_WOB_Local','Blue Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12456','F_Greed_Scroll','Greed Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12457','F_Glass_Of_Illusion','Glass Of Illusion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12458','F_Abrasive','Abrasive','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12459','F_Med_Life_Potion','Medium Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12460','F_Small_Life_Potion','Small Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12461','F_Regeneration_Potion','Regeneration Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12462','F_B_Mdef_Potion','Big Magic Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12463','F_S_Mdef_Potion','Small Magic Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12464','F_B_Def_Potion','Big Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12465','F_S_Def_Potion','Small Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12466','F_Blessing_10_Scroll','LV10 Blessing Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12467','F_Inc_Agi_10_Scroll','LV10 Agil Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12468','F_Aspersio_5_Scroll','LV5 Aspersio Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12470','F_Wind_Walk_10_Scroll','LV10 Wind Walker Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12471','F_Adrenaline_Scroll','LV5 Adrenaline Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12472','F_Convex_Mirror','Convex Mirror','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12473','RWC_Parti_Box','Participant\'s Request Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12474','RWC_Final_Comp_Box','RWC Final Event Memorial Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem(12474);','','');
+REPLACE INTO `item_db_re` VALUES ('12475','Cure_Free','Cure Free','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_end SC_SILENCE; sc_end SC_BLOODING; sc_end SC_POISON; sc_end SC_CURSE; sc_end SC_ORCISH; sc_end SC_PROPERTYUNDEAD; itemheal 500,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12476','PCBang_Coupon_Box3','PCRoom Coupon Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12477','Gift_Bundle','Prontera Costume Pack','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12478','Chance_Box','Opportunity Of Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12479','Caracas_Ring_Box','Caracas Ring Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12480','Attend_3Day_Box','Attendance 3rd Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12481','Attend_7Day_Box','Attendance 7th Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12482','Attend_10Day_Box','Attendance 10day Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12483','Attend_15Day_Box','Attendance 15day Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12484','Attend_20Day_Box','Attendance 20day Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12485','Attend_25Day_Box','Attendance 25day Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12486','GoldPC_First_Box','Gold PCRoom 1etc. Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12487','PC_4Leaf_Clover_Box','PCRoom Leaf Clover Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12488','Ticket_Gift_Box','Valkyrie Mercenary Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12489','Ticket_Gift_Box2','Ticket Gift Box II','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12490','Vivid_Notation','Christmas Music Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12491','Curious_Snowball','Curious Snowball','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12492','Crumpled_Paper','Crumpled Wad Paper','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12493','Lucky_Egg_C4','Groovy Dragon Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12494','E_Giant_Fly_Wing','E Giant Fly Wing','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12495','E_Battle_Manual','E Battle Manual','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12496','E_Insurance','E Insurance','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12497','E_Bubble_Gum','E Bubble Gum','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12498','E_Kafra_Card','E Kafra Card','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12499','E_Neuralizer','E Neuralizer','2','2','1','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12500','E_Dun_Tele_Scroll1','E Dun Tele Scroll1','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12501','E_Str_Dish10_','E Str Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12502','E_Agi_Dish10_','E Agi Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12503','E_Int_Dish10_','E Int Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12504','E_Dex_Dish10_','E Dex Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12505','E_Luk_Dish10_','E Luk Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12506','E_Vit_Dish10_','E Vit Dish10 ','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12507','E_WOB_Rune','Yellow Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12508','E_WOB_Schwaltz','Green Butterfly Wings','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12509','E_WOB_Rachel','Red Butterfly Wings','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12510','E_WOB_Local','Blue Butterfly wings','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12511','E_Siege_Teleport_Scroll','E Siege Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12512','E_Greed_Scroll','E Greed Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12513','E_Glass_Of_Illusion','E Glass Of Illusion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12514','E_Abrasive','E Abrasive','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12515','E_Med_Life_Potion','E Med Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12516','E_Small_Life_Potion','E Small Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12517','E_Regeneration_Potion','E Regeneration Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12518','E_B_Mdef_Potion','E B Mdef Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12519','E_S_Mdef_Potion','E S Mdef Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12520','E_B_Def_Potion','E B Def Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12521','E_S_Def_Potion','E S Def Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12522','E_Blessing_10_Scroll','E Blessing 10 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12523','E_Inc_Agi_10_Scroll','E Inc Agi 10 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12524','E_Aspersio_5_Scroll','E Aspersio 5 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12525','E_Assumptio_5_Scroll','E Assumptio 5 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12526','E_Wind_Walk_10_Scroll','E Wind Walk 10 Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12527','E_Adrenaline_Scroll','E Adrenaline Scroll','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12528','E_Convex_Mirror','E Convex Mirror','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12529','White_Slim_Potion_Box','Condensed White Potion Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12530','Mastela_Fruit_Box','Mastela Fruit Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12531','White_Potion_Box','White Potion 100 Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12532','Royal_Jelly_Box2','Royal Jelly Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12533','Blue_Herb_Box2','Blue Herb Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12534','Yggdrasil_Seed_Box','Yggdrasil Seed Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12536','NY_Rice_Cake_Soup','New Year\'s Rice Cake','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12537','Solo_Gift_Basket','Gift Chocolate Basket','2','1000','500','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12538','Couple_Event_Basket','Firecracker Basket','2','2000','1000','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12539','Splendid_Box','Brilliant Box','2','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12540','GM_Warp_Box','GM Warp Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12541','Fortune_Cookie1','Fortune Cookie1','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12542','Fortune_Cookie2','Fortune Cookie2','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12543','Fortune_Cookie3','Fortune Cookie3','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12544','Mystic_Tree_Branch','Mystic Tree Branch','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12545','Lucky_Egg_C5','Fortune Egg','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12546','Suspicious_Dish','Dark matter','2','100','50','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_POISON,50000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12547','Chalcenodny_Box','Chalcenodny Box','2','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12548','Buy_Market_Permit2','Black Market Bulk Buyer Shop License','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','buyingstore 2;','','');
+REPLACE INTO `item_db_re` VALUES ('12549','White_Slim_Pot_Box2','Condensed White Potion 200 Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12550','Poison_Bottle_Box2','Poison Bottle Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12551','MVP_Tele_Scroll','MVP Tele Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12552','Quest_Tele_Scroll','Quest Tele Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12553','Brysinggamen_Piece_Box','Brysinggamen Keep Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12554','Asprika_Piece_Box','Asprika Piece Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12555','Brynhild_Piece_Box','Brynhild Piece Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12556','Sleipnir_Piece_Box','Sleipnir Keep Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12557','Mjolnir_Piece_Box','Mjolnir Keep Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12558','Magingiorde_Piece_Box','Magingiorde Keep Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12559','Tenkaippin_Strong','Tenkaippin Strong','2','650','325','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12560','Tenkaippin_Clean','Tenkaippin Clean','2','650','325','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12561','Mysterious_Seed','Mysterious Seed','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','warp \"bif_fild01\",32,382;','','');
+REPLACE INTO `item_db_re` VALUES ('12562','Bubble_Gum_Plus','Bubble Gum Plus','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12563','BM75','BM75','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12564','3D_Glasses_Box','3D Glasses Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12565','Cheer_Scarf_Box','Cheering scarf Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12566','Cheer_Scarf2_Box','Cheering scarf II Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12567','Cheer_Scarf3_Box','Cheering scarf III Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12568','Cheer_Scarf4_Box','Cheering scarf IV Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12569','Cheer_Scarf6_Box','Cheering scarf VI Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12570','Cheer_Scarf8_Box','Cheering scarf VIII Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12571','Cheer_Scarf10_Box','Cheering scarf X Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12572','Cheer_Scarf10_Box2','Cheering scarf X Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12573','Fruit_Basket','Fruit Basket','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12573,1; getrandgroupitem 12573,1; getrandgroupitem 12573,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12574','Mora_Berry','Mora Berry','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','120','150','0','0','0','itemheal 0,rand(50,65);','','');
+REPLACE INTO `item_db_re` VALUES ('12575','Arrow_Of_Elf_Cntr','Elf\'s Arrow Quiver','2','500','250','250','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','0','getitem 1773,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12576','Hunting_Arrow_Cntr','Hunting Arrow Quiver','2','500','250','250','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1774,500;','','');
+REPLACE INTO `item_db_re` VALUES ('12577','Lucky_Egg_C6','Fortune Egg','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12578','Rapid_Life_Water','Rapid Water','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12579','Ring_Of_Valkyrie_Box','Ring of The Valkyrie Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12580','Vending_Search_Scroll','Window Shopper Catalogue','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','searchstores 10,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12581','Vending_Search_Scroll2','Bargain Hunter\'s Catalogue','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','searchstores 10,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12582','Siege_Supply_Box','WoE Supply Box','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12583','PR_Team_Box','Public Relations box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12584','Develop_Team_box','Development Team box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12585','Marketing_Team_Box','Marketing Team box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12586','Operating_Team_Box','Operation Team box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12587','Summer_Night_box','A Summer Night\'s Box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12591','Uni_Catalog_Bz','Black Market Catalogue','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','searchstores 10,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12592','Cyclops_Box1','Cyclops Box1','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12593','Cyclops_Box2','Cyclops Box2','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12594','Cyclops_Box3','Cyclops Box3','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12595','Lucky_Egg_C7','Incarnation Of Morocc Doll Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12596','Magic_Candy','Magic Candy','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12597','Opor_Ayam','Opor Ayam','11','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12598','Dendeng_Balado','Dendeng Balado','11','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12599','Kurma','Kurma','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12600','Treasure_Box_Scroll','Treasure Chest Summoned','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12601','Cold_Watermelon_Juice','Fresh Watermelon Juice','0','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 5,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12602','Special_Box1','Special Box I','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12603','Special_Box2','Special Box II','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12604','Special_Box3','Special Box III','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12605','Special_Box4','Special Box IV','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12606','Special_Box5','Special Box V','11','100','50','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12607','Lolli_Pop_Box','Delicious Lollipop Box','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12608','Splendid_Box2','Splendid Box2','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12612','Old_Coin_Pocket','Shabby Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12613','High_Coin_Pocket','Premium Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12613,1; getrandgroupitem 12613,1; getrandgroupitem 12613,1; getrandgroupitem 12613,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12614','Mid_Coin_Pocket','Normal Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12614,1; getrandgroupitem 12614,1; getrandgroupitem 12614,1; getrandgroupitem 12614,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12615','Low_Coin_Pocket','Poor Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12615,1; getrandgroupitem 12615, 1; getrandgroupitem 12615,1; getrandgroupitem 12615,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12616','Sgrade_Pocket','S Grade Coin Bag','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12616,1; getrandgroupitem 12616,1; getrandgroupitem 12616,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12617','Agrade_Pocket','Agrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12617,1; getrandgroupitem 12617,1; getrandgroupitem 12617,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12618','Bgrade_Pocket','Bgrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12619','Cgrade_Pocket','Cgrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12620','Dgrade_Pocket','Dgrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12621','Egrade_Pocket','Egrade Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12622','Boarding_Halter','Halter Lead','11','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','setmounting();','','');
+REPLACE INTO `item_db_re` VALUES ('12623','High_Weapon_Box','High Weapon Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12623,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12624','Delicious_Jelly','Delicious Jelly','0','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 3,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12625','Sapa_Feat_Cert_Pack','Proof Of Sapha\'s Honor Package','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12626','Wander_Man_Scroll','Wanderman Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12627','Wicked_Nymph_Scroll','Wicked Nymph Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12628','Kasa_Scroll','Kasa Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12629','Salamander_Scroll','Salamander Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12630','Teddy_Bear_Scroll','Teddy Bear Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12631','Kouroussa_Stone_A','Stone (1Hour)','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12636','Malang_Sp_Can','Malang Sp Can','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','warp \"malangdo\",140,114;','','');
+REPLACE INTO `item_db_re` VALUES ('12637','Gong_Bug_Pocket','Gong Bug Pocket','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13208,200;','','');
+REPLACE INTO `item_db_re` VALUES ('12638','Dried_Squid_Box','Dried Squid Box','11','20','10','2000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12639','Flying_Fish_Box','Flying Fish Box','11','20','10','2000','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12640','Starfish_Box','Starfish Box','11','20','10','500','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12641','Lucky_Egg_C8','New Recruit Pack','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12642','Fruit_Of_Mastela_Box2','Fruit Box (100)','0','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 504,100;','','');
+REPLACE INTO `item_db_re` VALUES ('12643','E_Coin_Pack50','E Coin Pack50','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6422,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12644','PCBang_Coupon_Box4','PCRoom Coupon Box IV','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12645','J_Aspersio_5_Scroll_C','Sacred Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12646','Takoyaki','Fired Octopus','2','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12647','Ink_Ball','See Ink','2','20','10','30','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12648','Special_Potion_Set','Comprehensive Set Of Potions','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12649','Lv70_Imperial_Gift','Level 70 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12650','Lv90_Imperial_Gift','Level 90 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12651','Lv110_Imperial_Gift','Level 110 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12652','Lv130_Imperial_Gift','Level 130 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12653','Lv150_Imperial_Gift','Level 150 Bounty','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12654','Lucky_Egg_C9','Recruit\'s Mount Gift','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12655','Brain_Powder','Brain Powder','11','2000','1000','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12656','Magical_Powder','Magical Powder','11','3000','1500','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12657','Madness_Powder','Madness Powder','11','4000','2000','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12658','Trans_Scroll_Devi','Transformation Scroll(Deviruchi)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','montransform \"Deviruchi\",1200000,SC_MTF_ASPD;','','');
+REPLACE INTO `item_db_re` VALUES ('12659','Trans_Scroll_Ray_Arch','Transformation Scroll(Raydric)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','montransform \"Raydric Archer\",1200000,SC_MTF_RANGEATK;','','');
+REPLACE INTO `item_db_re` VALUES ('12660','Trans_Scroll_Mavka','Transformation Scroll(Mavka)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','montransform \"Mavka\",1200000,SC_MTF_RANGEATK;','','');
+REPLACE INTO `item_db_re` VALUES ('12661','Trans_Scroll_Marduk','Transformation Scroll(Marduk)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','montransform \"Marduk\",1200000,SC_MTF_MATK;','','');
+REPLACE INTO `item_db_re` VALUES ('12662','Trans_Scroll_Banshee','Transformation Scroll(Banshee)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','montransform \"Banshee\",1200000,SC_MTF_MATK;','','');
+REPLACE INTO `item_db_re` VALUES ('12663','Trans_Scroll_Poring','Transformation Scroll(Poring)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','montransform \"Poring\",1200000,SC_MTF_CRIDAMAGE;','','');
+REPLACE INTO `item_db_re` VALUES ('12664','Trans_Scroll_Golem','Transformation Scroll(Golem)','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','montransform \"Golem\",1200000,SC_MTF_MLEATKED;','','');
+REPLACE INTO `item_db_re` VALUES ('12665','Grovel_Buff','Grovel Buff','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12666','Thai_Perfume_MATK','Thai Perfume(MATK)','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12667','Thai_Perfume_ATK','Thai Perfume(ATK)','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12668','Thai_Perfume_ASPD','Thai Perfume(ASPD)','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12669','Thai_Perfume_CAST','Thai Perfume(CAST)','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12670','Beast_Powder','Beast Powder','11','20','10','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12671','99lv_Battle_Manual','99lv Battle Manual','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12690','Old_C_Album_Helm','Headgear Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12691','Old_C_Album_Armor','Armor Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12692','Old_C_Album_Shield','Shield Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12693','Old_C_Album_Garment','Garment Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12694','Old_C_Album_Shoes','Shoes Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12695','Old_C_Album_Acc','Accessory Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12696','RWC_Cele_Fire','RWC Celebration Firecracker','2','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_STRFOOD,10000,3; sc_start SC_VITFOOD,10000,3; sc_start SC_INTFOOD,10000,3; sc_start SC_DEXFOOD,10000,3; sc_start SC_AGIFOOD,10000,3; sc_start SC_LUKFOOD,10000,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12697','RWC_Cele_Fire2','RWC Celebration Firecracker 2','11','0','0','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12698','Old_C_Album_Weapon','Weapon Card Album','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12774','Empty_Potion_Bottle','Empty Potion Bottle','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12777','Luk_Dish20','Luk Dish20','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12779','Galapago_Scroll','Galapago Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12781','1M_Zeny_Check','1M Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12783','10000_Zeny_Check','10000 Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12785','Dragon_Egg_Scroll','Dragon Egg','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12797','Wish_Maiden_Scroll','Wish Maiden Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12818','High_Weapon_Box_','Advanced Weapons Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','100','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12699','Tikbalang_Belt','Tikbalang Harness','2','20','10','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 2313;','','');
+REPLACE INTO `item_db_re` VALUES ('12700','Insideout_Shirt','Inside-out Shirt','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','warp \"malaya\",242,211;','','');
+REPLACE INTO `item_db_re` VALUES ('12701','Old_Blue_Box_F','Old Blue Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12702','Old_Bleu_Box','Old Blue Box','2','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12702,1; getrandgroupitem 12702,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12703','Holy_Egg_2','Holy Egg','11','0','0','50','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12704','Elixir_Of_Life','Elixir of Life','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','85','150','0','0','0','percentheal 100,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12705','Noble_Nameplate','Noble Nameplate','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','90','150','0','0','0','sc_start SC_CASH_PLUSEXP,1800000,100;','','');
+REPLACE INTO `item_db_re` VALUES ('12706','Lucky_Cookie01','Lucky Cookie','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill PR_GLORIA,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12707','Lucky_Cookie02','Lucky Cookie','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill PR_MAGNIFICAT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12708','Lucky_Cookie03','Lucky Cookie','11','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill PR_IMPOSITIO,3;','','');
+REPLACE INTO `item_db_re` VALUES ('12709','Guyak_Candy','Guyak Candy','0','0','0','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 30,30;','','');
+REPLACE INTO `item_db_re` VALUES ('12710','Guyak_Pudding','Guyak Pudding','2','0','0','200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12711','Pretzel','Pretzel','0','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','50','150','0','0','0','itemheal rand(50,90),0;','','');
+REPLACE INTO `item_db_re` VALUES ('12712','Green_Beer','Green Beer','2','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','50','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12713','Monster_Extract','Monster Extract','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12714','Easter_Scroll','Easter Scroll','2','1','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 12714,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12715','Black_Treasure_Box','Black Treasure Chest','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12716','Indian_Rice_Cake','Indian Rice Cake','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12717','Poison_Paralysis','Paralysis','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(10000)<10) sc_start SC_PARALYSE,300000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12718','Poison_Leech','Leech End','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(10000)<10) sc_start SC_LEECHESEND,300000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12719','Poison_Oblivion','Oblivion Curse','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(10000)<10) sc_start SC_OBLIVIONCURSE,300000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12720','Poison_Contamination','Death Hurt','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(10000)<10) sc_start SC_DEATHHURT,300000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12721','Poison_Numb','Toxin','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(10000)<10) sc_start SC_TOXIN,300000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12722','Poison_Fever','Pyrexia','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(10000)<10) sc_start SC_PYREXIA,300000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12723','Poison_Laughing','Magic Mushroom','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(10000)<10) sc_start SC_MAGICMUSHROOM,300000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12724','Poison_Fatigue','Venom Bleed','0','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(rand(10000)<10) sc_start SC_VENOMBLEED,15000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('12725','Runstone_Nosiege','Nosiege Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_REFRESH,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12726','Runstone_Rhydo','Rhydo Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_CRUSHSTRIKE,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12727','Runstone_Verkana','Verkana Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_MILLENNIUMSHIELD,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12728','Runstone_Isia','Isia Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_VITALITYACTIVATION,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12729','Runstone_Asir','Asir Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_FIGHTINGSPIRIT,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12730','Runstone_Urj','Urj Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_ABUNDANCE,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12731','Runstone_Turisus','Turisus Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_GIANTGROWTH,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12732','Runstone_Pertz','Pertz Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_STORMBLAST,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12733','Runstone_Hagalas','Hagalas Runestone','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_STONEHARDSKIN,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12734','Runstone_Quality','Quality Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','0','makerune 5;','','');
+REPLACE INTO `item_db_re` VALUES ('12735','Runstone_Ancient','Ancient Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','0','makerune 11;','','');
+REPLACE INTO `item_db_re` VALUES ('12736','Runstone_Mystic','Mystic Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','0','makerune 14;','','');
+REPLACE INTO `item_db_re` VALUES ('12737','Runstone_Ordinary','General Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','0','makerune 2;','','');
+REPLACE INTO `item_db_re` VALUES ('12738','Runstone_Rare','Rare Rough Runestone','0','2','1','100','0','0','0','0','0','128','63','2','0','0','0','150','0','0','0','makerune 8;','','');
+REPLACE INTO `item_db_re` VALUES ('12739','Snow_Flower','Snow Flower','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12740','Inc_Str_Scroll','Amplification Scroll','2','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12741','Inc_Int_Scroll','Intellect Amplification Scroll','2','1','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12742','Valentine_Gift_Box1','Valentine Gift Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12743','Valentine_Gift_Box2','Valentine Gift Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12744','Chocotate_Box','Chocolate Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12745','Skull_Scroll','Vivid Notation','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12746','Destruction_Scroll','Destruction Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12747','Royal_Scroll','Royal Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12748','Immune_Scroll','Immune Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12749','Mystic_Scroll','Mystic Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12750','Battle_Scroll','Battle Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12751','Armor_Scroll','Armor Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12752','Prayer_Scroll','Prayer Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12753','Soul_Scroll','Soul Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12754','New_Year_Bun','New Year Bun','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12755','Traditional_Firecrack','Traditional Firecrack','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12756','New_Gift_Envelope','New Gift Envelope','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12757','Loyal_Ring1_Box','Loyal Ring1 Box','2','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12758','Loyal_Ring2_Box','Loyal Ring2 Box','2','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12759','Loyal_Ring3_Box','Loyal Ring3 Box','2','10','5','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12760','Bubble_Gum_Green','Bubble Gum Green','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12761','Bubble_Gum_Yellow','Bubble Gum Yellow','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12762','Bubble_Gum_Orange','Bubble Gum Orange','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12763','Bubble_Gum_Red','Bubble Gum Red','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12764','Fools_Day_Box_Tw','Fools Day Box Tw','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12765','Summer_Knight_Box','Summer Knight Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12766','Reward_Job_BM25','JOB Battle Manual','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12767','Passion_FB_Hat_Box','Passion FB Hat Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12768','Cool_FB_Hat_Box','Cool FB Hat Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12769','Victory_FB_Hat_Box','Victory FB Hat Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12770','Glory_FB_Hat_Box','Glory FB Hat Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12771','Passion_Hat_Box2','Passion Hat Box2','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12772','Cool_Hat_Box2','Cool Hat Box2','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12773','Victory_Hat_Box2','Victory Hat Box2','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12775','Ancient_Spirit_Agimat','Greater Agimat of Ancient Spirit','2','20','10','600','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12776','Agi_Dish20','Agi Dish20','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12778','Bapho_Jr_Scroll','Baphomet Jr Ally Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12780','10M_Zeny_Check','10M Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12782','100T_Zeny_Check','100T Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12784','1000_Zeny_Check','1000 Zeny Check','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12786','Change_Slot_Card','Character Position Change Coupon','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','set SlotChange, SlotChange + 1;','','');
+REPLACE INTO `item_db_re` VALUES ('12787','Diabolic_Scroll','Diabolic Scroll','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','mercenary_create 2342,1800000;','','');
+REPLACE INTO `item_db_re` VALUES ('12788','No100_Firecracker','No100 Firecracker','11','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12789','Juicy_Fruit','Juicy Fruit','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12790','Change_Name_Card','Name Change Coupon','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','set CharRename, CharRename + 1;','','');
+REPLACE INTO `item_db_re` VALUES ('12791','Combat_Pill','Magic Battle Serum','2','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12792','P_Combat_Pill','Advanced Magic Battle Serum','11','20','10','150','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12793','Combat_Pill_Box10','Magic Battle Serum Box','11','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12794','P_Combat_Pill_Box10','Advanced Magic Battle Serum Box','11','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12795','2011_RWC_Scroll_Kr','2011 RWC Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12796','Red_Booster','Red Boost','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12798','Zealotus_Scroll','Zealotus Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12848','Falcon_Flute','Falcon Flute','11','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','if(getskilllv(HT_FALCON)) { if(checkoption(Option_Wug)||checkoption(Option_Wugrider)) end; if(checkfalcon()==1) { setfalcon 0; } else { setfalcon 1; } }','','');
+REPLACE INTO `item_db_re` VALUES ('12849','Combination_Kit','Union Kit','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12850','Heaven_Scroll','Heaven Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12851','Vocation_Scroll','Vocation Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12852','Wisdom_Scroll','Wisdom Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12853','Patron_Scroll','Patron Scroll','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('12900','Battle_Manual_Box','Battle Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12901','Insurance_Package','Insurance Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12209,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12902','Bubble_Gum_Box','Bubble Gum Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12210,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12903','Str_Dish_Box','Steamed Tongue Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12202,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12904','Agi_Dish_Box','Steamed Scorpion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12203,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12905','Int_Dish_Box','Dragon Breath Cocktail Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12204,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12906','Dex_Dish_Box','Hwergelmir\'s Tonic Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12205,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12907','Luk_Dish_Box','Nine Tail Dish Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12206,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12908','Vit_Dish_Box','Stew Of Immortality Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12207,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12909','Kafra_Card_Box','Kafra Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12211,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12910','Giant_Fly_Wing_Box','Giant Fly Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12212,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12911','Neuralizer_Box','Neuralizer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12213,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12912','Convex_Mirror_Box','Convex Mirror Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12214,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12913','Blessing_10_Scroll_Box','Blessing 10 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12215,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12914','Inc_Agi_10_Scroll_Box','Increase AGI 10 scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12216,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12915','Aspersio_5_Scroll_Box','Aspersio 5 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12217,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12916','Assumptio_5_Scroll_Box','Assumptio 5 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12218,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12917','Wind_Walk_10_Scroll_Box','Wind Walk 10 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12219,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12918','Adrenaline_Scroll_Box','Adrenaline 5 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12220,50;','','');
+REPLACE INTO `item_db_re` VALUES ('12919','Megaphone_Box','Megaphone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12221,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12920','Enriched_Elunium_Box','Enriched Elunium 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7619,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12921','Enriched_Oridecon_Box','Enriched Oridecon 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7620,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12922','Token_Of_Siegfried_Box','Token of Siegfried Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7621,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12923','Pet_Egg_Scroll_Box1','December Lucky Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12925,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12924','Pet_Egg_Scroll_Box2','Anniversary Destiny Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12926,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12925','Pet_Egg_Scroll1','Kafra Item Mall Prize Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12926','Pet_Egg_Scroll2','Anniversary Destiny Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12927','J_Aspersio_5_Scroll_Box','Aspersio Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12928,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12928','J_Aspersio_5_Scroll','Sacred Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill PR_ASPERSIO,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12929','Pet_Egg_Scroll_Box3','Pet Egg Box 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12932,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12930','Pet_Egg_Scroll_Box4','Pet Egg Box 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12933,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12931','Pet_Egg_Scroll_Box5','Playspan 5x Easter Lucky Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12934,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12932','Pet_Egg_Scroll3 ','Episode 13.2 Key Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12933','Pet_Egg_Scroll4','Summer Hat Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12934','Pet_Egg_Scroll5','Easter Lucky Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12935','Infiltrator_Box','Infiltrator Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1267,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12936','Muramasa_Box','Muramasa Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1173,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12937','Excalibur_Box','Excalibur Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13401,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12938','Combat_Knife_Box','Combat Knife Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13021,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12939','Counter_Dagger_Box','Dagger of Counter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13022,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12940','Kaiser_Knuckle_Box','Kaiser Knuckle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1817,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12941','Pole_Axe_Box','Poll Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1419,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12942','Mighty_Staff_Box','Mighty Staff Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1623,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12943','Right_Epsilon_Box','Light Epsilon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1372,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12944','Balistar_Box','Ballista Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1728,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12945','Diary_Of_Great_Sage_Box','Sage\'s Diary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1563,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12946','Asura_Box','Asura Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13023,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12947','Apple_Of_Archer_Box','Apple of Archer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5265,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('12948','Bunny_Band_Box','Bunny Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5266,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('12949','Sahkkat_Box','Sakkat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5267,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('12950','Lord_Circlet_Box','Grand Circlet Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5268,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('12951','Elven_Ears_Box','Elven Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2686,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12952','Steel_Flower_Box','Steel Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2687,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('12953','Critical_Ring_Box','Critical Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2688,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12954','Earring_Box','Earring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2689,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12955','Ring_Box','Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2690,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12956','Necklace_Box','Necklace Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2691,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12957','Glove_Box','Glove Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2692,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12958','Brooch_Box','Brooch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2693,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12959','Rosary_Box','Rosary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2694,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12960','Safety_Ring_Box','Safety Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2695,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12961','Vesper_Core01_Box','Vesper Core 01 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2696,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12962','Vesper_Core02_Box','Vesper Core 02 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2697,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12963','Vesper_Core03_Box','Vesper Core 03 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2698,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12964','Vesper_Core04_Box','Vesper Core 04 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2699,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('12965','Emergency_Box1','Emergency Level 1 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12968,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12966','Emergency_Box2','Emergency Level 2 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12969,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12967','Emergency_Box3','Emergency Level 3 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12970,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12968','Emergency_Scroll1','Emergency Level 1 Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill GD_EMERGENCYCALL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12969','Emergency_Scroll2','Emergency Level 2 Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill GD_EMERGENCYCALL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12970','Emergency_Scroll3','Emergency Level 3 Scroll','11','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill GD_EMERGENCYCALL,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12971','Teleport_Box1','Teleport Scroll Box 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12977,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12972','Teleport_Box2','Teleport Scroll Box 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12978,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12973','Teleport_Box3','Teleport Scroll Box 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12979,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12974','Teleport_Box4','Teleport Scroll Box 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12980,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12975','Teleport_Box5','Teleport Scroll Box 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12981,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12976','Teleport_Box6','Teleport Scroll Box 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12982,10;','','');
+REPLACE INTO `item_db_re` VALUES ('12977','Teleport_Scroll1','Teleport Scroll 1','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashTele\",1;','','');
+REPLACE INTO `item_db_re` VALUES ('12978','Teleport_Scroll2','Teleport Scroll 2','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashTele\",2;','','');
+REPLACE INTO `item_db_re` VALUES ('12979','Teleport_Scroll3','Teleport Scroll 3','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashTele\",3;','','');
+REPLACE INTO `item_db_re` VALUES ('12980','Teleport_Scroll4','Teleport Scroll 4','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashTele\",4;','','');
+REPLACE INTO `item_db_re` VALUES ('12981','Teleport_Scroll5','Teleport Scroll 5','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashTele\",5;','','');
+REPLACE INTO `item_db_re` VALUES ('12982','Teleport_Scroll6','Teleport Scroll 6','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashTele\",6;','','');
+REPLACE INTO `item_db_re` VALUES ('12983','Pet_Egg_Scroll_Box6','Christmas Holiday Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12989,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12984','Pet_Egg_Scroll_Box7','Halloween Spooky Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12990,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12985','Pet_Egg_Scroll_Box8','Summer Lucky Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12991,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12986','Pet_Egg_Scroll_Box9','Adventurer Pack Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12992,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12987','Pet_Egg_Scroll_Box10','Pet Egg Scroll Box 10','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12993,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12988','Pet_Egg_Scroll_Box11','Pet Egg Scroll Box 11','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12994,1;','','');
+REPLACE INTO `item_db_re` VALUES ('12989','Pet_Egg_Scroll6','Christmas Holiday Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12990','Pet_Egg_Scroll7','Halloween Spooky Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12991','Pet_Egg_Scroll8','Party Hard Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12992','Pet_Egg_Scroll9','Adventurer Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12993','Pet_Egg_Scroll10','Party Buff Scroll Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12994','Pet_Egg_Scroll11','HD Elunium 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('12995','White_Herb_Box','White Herb Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 509,15;','','');
+REPLACE INTO `item_db_re` VALUES ('12996','Blue_Herb_Box','Blue Herb Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 510,15;','','');
+REPLACE INTO `item_db_re` VALUES ('12997','Elunium_Box','Elunium Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 985,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12998','Oridecon_Box','Oridecon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 984,5;','','');
+REPLACE INTO `item_db_re` VALUES ('12999','Branch_Of_Dead_Tree_Box','Dead Branch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 604,3;','','');
+REPLACE INTO `item_db_re` VALUES ('13000','Jujube_Dagger','Jujube Dagger','4','10000','5000','600','39','0','0','1','0','579821295','63','2','2','1','0','150','1','1','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('13001','Dragon_Killer','Dragon Killer','4','20','10','900','110','0','0','1','0','579821295','63','2','2','4','60','150','1','1','0','bonus bIgnoreDefRace,RC_Dragon; bonus2 bExpAddRace,RC_Dragon,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13002','Ginnungagap','Ginnungagap','4','20','10','700','148','0','0','1','0','579821295','63','2','2','4','70','150','1','1','0','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500; bonus2 bAddEff2,Eff_Blind,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13003','Coward','Cowardice Blade','4','52000','26000','700','80','0','0','1','1','570560576','63','2','2','3','55','150','1','1','0','bonus bDef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13004','Coward_','Cowardice Blade','4','52000','26000','700','80','0','0','1','2','570560576','63','2','2','3','55','150','1','1','0','bonus bDef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13005','Angelwing_Short_Sword','Angelic Wing Dagger','4','20','10','600','120','0','0','1','2','1','47','2','2','4','50','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13006','Khukri','Khukri','4','240000','120000','600','150','0','0','1','0','570425344','1','2','2','3','65','150','1','1','0','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Curse,1000;','','');
+REPLACE INTO `item_db_re` VALUES ('13007','Jitte','Jitte','4','20000','10000','400','70','0','0','1','0','570425344','1','2','2','2','35','150','1','1','0','bonus bBreakWeaponRate,200;','','');
+REPLACE INTO `item_db_re` VALUES ('13008','Jitte_','Jitte','4','20000','10000','400','70','0','0','1','1','570425344','1','2','2','2','35','150','1','1','0','bonus bBreakWeaponRate,200;','','');
+REPLACE INTO `item_db_re` VALUES ('13009','Kamaitachi','Kamaitachi','4','48000','24000','900','125','0','0','2','0','570425344','1','2','2','4','70','150','1','1','0','bonus bAtkEle,Ele_Wind; bonus bCritical,3; bonus bAspdRate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('13010','Asura','Asura','4','3000','1500','600','50','50','0','1','2','570425344','1','2','2','1','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13011','Asura_','Asura','4','3000','1500','600','50','50','0','1','3','570425344','1','2','2','1','12','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13012','Murasame','Murasame','4','20','10','700','95','0','0','1','1','570425344','1','2','2','2','24','150','1','1','0','bonus bAtkEle,Ele_Water; bonus2 bCriticalAddRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13013','Murasame_','Murasame','4','20','10','700','95','0','0','1','2','570425344','1','2','2','2','24','150','1','1','0','bonus bAtkEle,Ele_Water; bonus2 bCriticalAddRace,RC_DemiHuman,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13014','Hakujin','Hakujin','4','20','10','800','120','0','0','1','0','570425344','1','2','2','3','42','150','1','1','0','bonus bInt,2; bonus3 bAutoSpell,AL_HEAL,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13015','Hakujin_','Hakujin','4','20','10','800','120','0','0','1','1','570425344','1','2','2','3','42','150','1','1','0','bonus bInt,2; bonus3 bAutoSpell,AL_HEAL,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13016','Poison_Knife_','Poison Knife','4','20','10','800','64','0','0','1','2','579821294','63','2','2','3','65','150','1','1','0','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000;','','');
+REPLACE INTO `item_db_re` VALUES ('13017','House_Auger_','Ice Pick','4','20','10','600','70','0','0','1','1','579821294','63','2','2','4','36','150','1','1','0','bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss;','','');
+REPLACE INTO `item_db_re` VALUES ('13018','Sucsamad_','Sucsamad','4','20','10','800','140','0','0','1','1','579821294','63','2','2','4','36','150','1','1','0','bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13019','Ginnungagap_','Ginnungagap','4','20','10','700','148','0','0','1','1','579821295','63','2','2','4','70','150','1','1','0','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500; bonus2 bAddEff2,Eff_Blind,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13020','Warrior_Balmung_','Warrior\'s Balmung','4','20','10','1000','170','0','0','1','0','4294967295','63','2','2','4','48','150','1','1','0','bonus bAllStats,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13021','Combat_Knife_C','Rental Combat Knife','4','1','0','0','129','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Demon,-10; bonus bMaxSPrate,10; bonus bSPDrainValue,3;','','');
+REPLACE INTO `item_db_re` VALUES ('13022','Counter_Dagger_C','Rental Dagger of Counter','4','1','0','0','209','0','0','1','0','8454660','63','2','2','4','0','150','0','1','0','bonus bCritical,90;','','');
+REPLACE INTO `item_db_re` VALUES ('13023','Asura_C','Rental Asura','4','1','0','0','120','98','0','1','0','570425344','1','2','2','1','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13024','Sword_Breaker_C','Swordbreaker','4','2','1','0','105','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','bonus bBreakWeaponRate,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13025','Mail_Breaker_C','MailBreaker','4','2','1','0','105','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','bonus bBreakArmorRate,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13026','Moonlight_Sword_C','Moonlight Dagger','4','2','1','0','85','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','bonus bMaxSPrate,10; bonus bSPDrainValue,3;','','');
+REPLACE INTO `item_db_re` VALUES ('13027','Scalpel','Scalpel','4','20','10','500','120','0','0','1','3','1007342','58','2','2','4','55','150','1','1','0','bonus2 bAddEff,Eff_Bleeding,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13028','Tooth_Blade','Tooth Blade','4','20','10','700','130','0','0','1','1','1007342','58','2','2','4','55','150','1','1','0','if(getrefine()>=9) { bonus3 bAutoSpell,NPC_SLOWCAST,2,70; } else bonus3 bAutoSpell,NPC_SLOWCAST,1,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13029','Prinsence_Knife','Prinsense Knife','4','20','10','0','120','0','0','1','0','579821294','63','2','2','1','0','150','0','1','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13030','Dragon_Killer_','Dragon Killer','4','20','10','900','110','0','0','1','2','579821295','63','2','2','4','60','150','1','1','0','bonus bIgnoreDefRace,RC_Dragon; bonus2 bExpAddRace,RC_Dragon,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13031','Sword_Breaker_','Swordbreaker','4','20','10','1000','70','0','0','1','3','579821294','63','2','2','4','36','150','1','1','0','bonus bBreakWeaponRate,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13032','Mail_Breaker_','Mailbreaker','4','20','10','1000','70','0','0','1','3','579821294','63','2','2','4','36','150','1','1','0','bonus bBreakArmorRate,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13033','Assasin_Dagger_','Assassin Dagger','4','20','10','600','140','0','0','1','1','4096','63','2','2','4','36','150','1','1','0','bonus bMaxHPrate,20; bonus bMaxSPrate,15; bonus bAspdRate,2; bonus bAtkEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('13034','Twilight_Desert','Desert Twilight','4','20','10','600','130','0','0','1','2','4096','58','2','2','2','70','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13035','Sandstorm','Sandstorm','4','20','10','600','50','0','0','1','4','4096','58','2','2','2','70','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13036','BF_Dagger1','Brave Assassin\'s Damascus','4','20','10','0','120','0','0','1','0','579821295','63','2','2','3','80','150','1','1','0','bonus bStr,1; bonus bAgi,1; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(Class==Job_Ninja||Class==Job_Rogue||Class==Job_Stalker) bonus bMatkRate,15;','','');
+REPLACE INTO `item_db_re` VALUES ('13037','BF_Dagger2','Valorous Assassin\'s Damascus','4','20','10','0','120','0','0','1','0','579821295','63','2','2','3','80','150','1','1','0','bonus bStr,1; bonus bAgi,1; bonus2 bAddRace,RC_DemiHuman,75; bonus bUnbreakableWeapon,0; autobonus \"{ bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; }\",10,6000,BF_WEAPON,\"{ specialeffect2 EF_HASTEUP; }\"; if(Class==Job_Ninja||Class==Job_Rogue||Class==Job_Stalker) bonus bMatkRate,15;','','');
+REPLACE INTO `item_db_re` VALUES ('13038','Dagger_Of_Hunter','Dagger of Hunter','4','20','10','700','120','0','0','1','3','131072','58','2','2','3','70','150','1','1','0','bonus bStr,1; bonus bAgi,2; bonus bDex,1; bonus4 bAutoSpellOnSkill,RG_BACKSTAP,SM_BASH,10,100; bonus2 bSkillAtk,RG_BACKSTAP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13039','Ivory_Knife','Ivory Knife','4','20','10','700','130','0','0','1','2','1007342','58','2','2','3','50','150','1','1','0','bonus bAgi,2; bonus bAspdRate,3; bonus2 bAddEff,Eff_Bleeding,300; bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13040','N_Cutter','Novice Cutter','4','0','0','0','50','0','0','1','3','579821295','63','2','2','1','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13041','N_Main_Gauche','Novice Main Gauche','4','0','0','0','63','0','0','1','3','579821295','63','2','2','1','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13042','Krieger_Dagger1','Glorious Gladius','4','20','10','0','120','0','0','1','0','579821295','63','2','2','4','80','150','1','1','0','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus3 bAutoSpell,PR_LEXDIVINA,1,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) bonus4 bAutoSpellOnSkill,RG_RAID,NPC_WIDEBLEEDING,1,250;','','');
+REPLACE INTO `item_db_re` VALUES ('13043','Fortune_Sword_I','Fortune Sword','4','0','0','0','120','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','bonus bLuk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13044','House_Auger_I','Ice Pick','4','0','0','0','105','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13045','Kamaitachi_I','Kamaitachi','4','0','0','0','155','0','0','2','0','570425344','1','2','2','4','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13046','Krieg','Krieg','4','20','10','500','110','0','0','1','3','135232','58','2','2','2','50','150','1','1','0','bonus3 bAddEffOnSkill,RG_BACKSTAP,Eff_Bleeding,1000; bonus2 bSkillAtk,RG_BACKSTAP,15;','','');
+REPLACE INTO `item_db_re` VALUES ('13047','Weihna','Weihna','4','20','10','500','135','0','0','1','2','135232','58','2','2','3','50','150','1','1','0','bonus3 bAddEffOnSkill,RG_RAID,Eff_Poison,1000; autobonus \"{ bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; }\",5,5000,BF_WEAPON|BF_SHORT,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('13048','Damascus_C','Damascus','4','0','0','0','153','0','0','1','0','579821294','63','2','2','3','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13049','Lacma','Lacma','4','20','10','650','45','0','0','1','1','579821295','63','2','2','3','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13050','P_Dagger1','Eden Dagger I','4','0','0','0','124','60','0','1','0','579821295','63','2','2','2','26','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13051','P_Dagger2','Eden Dagger II','4','0','0','0','158','70','0','1','0','579821295','63','2','2','2','40','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13052','Tourist_Dagger','Traveler\'s Dagger','4','0','0','500','51','0','0','1','0','579821295','63','2','2','1','0','150','0','1','0','bonus bUnbreakableWeapon,0; bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13053','F_Moonlight_Sword_C','Rental Moonlight Sword','4','2','1','0','85','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13054','F_Combat_Knife_C','Combat Knife','4','1','0','0','129','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13055','F_Asura_C','Asura','4','1','0','0','120','0','0','1','0','570425344','1','2','2','1','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13056','F_Counter_Dagger_C','Counter Dagger','4','1','0','0','209','0','0','1','0','8454660','63','2','2','4','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13057','E_Moonlight_Sword_C','E Moonlight Sword C','4','2','1','0','85','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13058','E_Combat_Knife_C','E Combat Knife C','4','1','0','0','129','0','0','1','0','579821294','63','2','2','4','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13059','E_Asura_C','E Asura C','4','1','0','0','120','0','0','1','0','570425344','1','2','2','1','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13060','E_Counter_Dagger_C','E Counter Dagger C','4','1','0','0','209','0','0','1','0','8454660','63','2','2','4','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13061','Black_Wing','Black Wing','4','20','10','600','142','0','0','1','1','131072','56','2','2','3','102','150','1','1','0','bonus2 bSkillAtk,SC_FATALMENACE,30+(getrefine()*2); bonus bMatkRate,(getrefine()*3);','','');
+REPLACE INTO `item_db_re` VALUES ('13062','Ancient_Dagger','Ancient Dagger','4','20','10','600','107','120','0','1','0','1007342','58','2','2','4','120','150','1','1','0','bonus bMatk,120; bonus bMaxSP,100; bonus bSPrecovRate,5; bonus2 bAddEff2,Eff_Curse,20; bonus3 bAddEff,Eff_Curse,20,ATF_SELF|ATF_SKILL;','','');
+REPLACE INTO `item_db_re` VALUES ('13063','Adventure_Knife','Adventure Knife','4','0','0','0','60','0','0','1','0','570560576','63','2','2','1','0','150','0','1','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13064','Academy_Knife','Academy Knife','4','0','0','700','110','0','0','1','1','570560576','63','2','2','1','0','150','1','1','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13065','Academy_Eti_Knife','Academy Eti Knife','4','0','0','1200','120','0','0','1','1','1','47','2','2','1','0','150','1','1','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13066','P_Dagger3','Eden Group Dagger III','4','0','0','0','165','80','0','1','0','579821295','63','2','2','3','60','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13067','Caress','Keris','4','20','10','700','107','70','0','1','1','579821294','63','2','2','3','30','150','1','1','0','bonus2 bHPDrainRate,20,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13068','Saurel','Saurel','4','0','0','0','160','100','0','1','0','579821294','63','2','2','1','50','150','0','1','0','bonus bAgi,3; bonus bUnbreakableWeapon,0; autobonus \"{ bonus bBaseAtk,30; }\",10,7000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\"; autobonus \"{ bonus bMatk,20; }\",10,7000,BF_MAGIC,\"{ specialeffect2 EF_SUFFRAGIUM; }\"; if(BaseLevel>99) { bonus bBaseAtk,10; bonus bMatk,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('13069','Aztoe_Nail','Aztoe Nail','4','56000','28000','500','160','80','0','1','0','414946','58','2','2','4','110','150','1','1','0','bonus bAtkEle,Ele_Wind; bonus2 bAddEff,Eff_Freeze,100+(getrefine()*50);','','');
+REPLACE INTO `item_db_re` VALUES ('13070','Scarletto_Nail','Scarletto Nail','4','56000','28000','500','160','80','0','1','0','414946','58','2','2','4','110','150','1','1','0','bonus bAtkEle,Ele_Fire; bonus2 bAddEff,Eff_Stone,100+(getrefine()*50);','','');
+REPLACE INTO `item_db_re` VALUES ('13071','Upg_Dagger','Upgrade Dagger','4','20','10','600','55','0','0','1','1','579821295','63','2','2','3','0','150','1','1','0','bonus bBaseAtk,(getrefine()*10); bonus bMatk,(getrefine()*5); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*5);','','');
+REPLACE INTO `item_db_re` VALUES ('13072','Velum_Damascus','Vellum Damascus','4','20','10','1000','180','0','0','1','0','579821295','63','2','2','4','95','150','1','1','0','bonus bAspdRate,getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('13073','Counter_Dagger_','Dagger of Counter','4','120000','60000','550','140','0','0','1','1','8454660','63','2','2','4','55','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13074','Ninja_Cutter','Ninja Cutter','4','0','0','0','0','0','0','1','0','570425344','1','2','2','4','99','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13075','Kurenai','Kurenai','4','5000','2500','700','130','0','0','1','0','570425344','1','2','2','3','99','150','1','1','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('13076','Raksasa_Dagger','Raksasa Dagger','4','40000','20000','600','120','100','0','1','1','570425344','1','2','2','3','110','150','1','1','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('13077','Kagekiri','Kagekiri','4','40000','20000','600','50','120','0','1','0','570425344','1','2','2','4','100','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13078','Mikatsuki','Mikatsuki','4','40000','20000','600','50','120','0','1','1','570425344','1','2','2','4','100','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13079','Metal_Dagger','Metal Dagger','4','20','10','0','55','0','0','1','1','579821295','63','2','2','3','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13081','Octo_kitchen_Knife','Discount knife Octopus','4','200000','100000','700','140','0','0','1','3','579821294','63','2','2','4','105','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13092','RWC_Memory_Knife','RWC Memory Knife','4','20','10','650','50','0','0','1','1','579821295','63','2','2','3','0','150','1','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13100','Six_Shooter','Six Shooter','4','4500','2250','400','30','0','0','7','1','16777216','1','2','34','1','10','150','1','17','0','bonus bHit,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('13101','Six_Shooter_','Six Shooter','4','4500','2250','400','30','0','0','7','2','16777216','1','2','34','1','10','150','1','17','0','bonus bHit,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('13102','Crimson_Bolt','Crimson Bolt','4','20000','10000','450','45','0','0','7','1','16777216','1','2','34','2','35','150','1','17','0','bonus bHit,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('13103','Crimson_Bolt_','Crimson Bolt','4','20000','10000','450','45','0','0','7','2','16777216','1','2','34','2','35','150','1','17','0','bonus bHit,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('13104','The_Garrison','Garrison','4','48000','24000','500','70','0','0','7','1','16777216','1','2','34','2','55','150','1','17','0','bonus bHit,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('13105','The_Garrison_','Garrison','4','48000','24000','500','70','0','0','7','2','16777216','1','2','34','2','55','150','1','17','0','bonus bHit,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('13106','Gold_Lux','Gold Lux','4','100000','50000','500','20','0','0','7','0','16777216','1','2','34','3','12','150','1','17','0','bonus bHit,-10; if(getskilllv(GS_GLITTERING)>0) bonus3 bAutoSpell,GS_GLITTERING,getskilllv(GS_GLITTERING),100;','','');
+REPLACE INTO `item_db_re` VALUES ('13107','Wasteland_Outlaw','Wasteland\'s Outlaw','4','20','10','580','68','0','0','7','2','16777216','1','2','34','3','70','150','1','17','0','bonus bHit,readparam(bAgi)/10; bonus bAspdRate,readparam(bAgi)/14;','','');
+REPLACE INTO `item_db_re` VALUES ('13108','BF_Pistol1','Soldier Revolver','4','20','10','0','70','0','0','7','0','16777216','1','2','34','3','80','150','1','17','0','bonus bDex,2; bonus bHit,-10; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; autobonus \"{ bonus bAspdRate,100; }\",10,3000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\"; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13109','Wasteland_Outlaw_C','Western Outlaw','4','20','10','0','100','0','0','7','0','16777216','1','2','34','3','0','150','0','17','0','bonus bHit,readparam(bAgi)/10; bonus bAspdRate,readparam(bAgi)/14; bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; bonus bMatkRate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13110','Krieger_Pistol1','Glorious Pistol','4','20','10','0','80','0','0','7','0','16777216','1','2','34','4','80','150','1','17','0','bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus4 bAutoSpellOnSkill,GS_RAPIDSHOWER,GS_GLITTERING,1,1000; bonus2 bSkillAtk,GS_RAPIDSHOWER,getrefine()*2; }','','');
+REPLACE INTO `item_db_re` VALUES ('13111','Sharpshooter_Revolver','Sharpshooter Revolver','4','20','10','0','105','0','0','7','0','16777216','1','2','34','4','0','150','0','17','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13112','P_Revolver1','Eden Revolver I','4','0','0','0','44','0','0','7','0','16777216','1','2','34','2','26','150','0','17','0','bonus bHit,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('13113','P_Revolver2','Eden Revolver II','4','0','0','0','60','0','0','7','0','16777216','1','2','34','2','40','150','0','17','0','bonus bHit,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('13114','P_Revolver3','Eden Group Revolver III','4','0','0','0','76','0','0','7','0','16777216','1','2','34','3','60','150','0','17','0','bonus bHit,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('13115','Upg_Revolver','Upgrade Revolver','4','20','10','500','35','0','0','7','1','16777216','1','2','34','3','0','150','1','17','0','bonus bBaseAtk,(getrefine()*5); bonus bLongAtkRate,(getrefine()*2); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*5);','','');
+REPLACE INTO `item_db_re` VALUES ('13116','Novice_Revolver','Beginner Revolver','4','0','0','500','20','0','0','7','0','16777216','1','2','34','1','0','150','0','17','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13150','Branch','Branch','4','3000','1500','500','50','0','0','9','3','16777216','1','2','34','1','0','150','1','18','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13151','The_Cyclone','Cyclone','4','17500','8750','700','120','0','0','9','1','16777216','1','2','34','2','24','150','1','18','0','bonus bHit,10; bonus bCritical,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13152','The_Cyclone_','Cyclone','4','17500','8750','700','120','0','0','9','2','16777216','1','2','34','2','24','150','1','18','0','bonus bHit,10; bonus bCritical,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13153','Dusk','Dusk','4','23500','11750','750','150','0','0','9','1','16777216','1','2','34','2','56','150','1','18','0','bonus bHit,10; bonus bCritical,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13154','Rolling_Stone','Rolling Stone','4','12000','6000','900','135','0','0','9','1','16777216','1','2','34','1','14','150','1','20','0','bonus bSplashRange,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13155','Black_Rose','Black Rose','4','32000','16000','900','180','0','0','9','1','16777216','1','2','34','2','35','150','1','20','0','bonus bSplashRange,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13156','Gate_Keeper','Gate Keeper','4','56000','28000','1000','210','0','0','9','0','16777216','1','2','34','2','55','150','1','20','0','bonus bSplashRange,1; bonus3 bAutoSpell,GS_SPREADATTACK,6,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13157','Drifter','Drifter','4','80000','40000','2300','50','0','0','9','1','16777216','1','2','34','2','55','150','1','19','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13158','Butcher','Butcher','4','130000','65000','2500','75','0','0','9','0','16777216','1','2','34','3','68','150','1','19','0','bonus2 bCriticalAddRace,RC_Brute,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13159','Butcher_','Butcher','4','130000','65000','2500','75','0','0','9','1','16777216','1','2','34','3','68','150','1','19','0','bonus2 bCriticalAddRace,RC_Brute,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13160','Destroyer','Destroyer','4','110000','55000','1200','220','0','0','9','0','16777216','1','2','34','2','52','150','1','21','0','bonus bBreakArmorRate,200;','','');
+REPLACE INTO `item_db_re` VALUES ('13161','Destroyer_','Destroyer','4','110000','55000','1200','220','0','0','9','1','16777216','1','2','34','2','52','150','1','21','0','bonus bBreakArmorRate,200;','','');
+REPLACE INTO `item_db_re` VALUES ('13162','Inferno','Inferno','4','230000','115000','1250','280','0','0','9','1','16777216','1','2','34','2','65','150','1','21','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13163','Long_Barrel','Long Barrel','4','40000','20000','1000','150','0','0','9','0','16777216','1','2','34','3','70','150','1','18','0','bonus bHit,10; bonus bCritical,20; bonus bAspdRate,-3; bonus3 bAutoSpell,GS_TRACKING,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13164','Long_Barrel_','Long Barrel','4','40000','20000','1000','150','0','0','9','1','16777216','1','2','34','3','70','150','1','18','0','bonus bHit,10; bonus bCritical,20; bonus bAspdRate,-3; bonus3 bAutoSpell,GS_TRACKING,5,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13165','Jungle_Carbine','Jungle Carbine','4','56000','28000','700','170','0','0','9','0','16777216','1','2','34','3','70','150','1','18','0','bonus bHit,10; bonus bCritical,4; bonus bAspdRate,10; bonus bHit,-readparam(bDex)/3;','','');
+REPLACE INTO `item_db_re` VALUES ('13166','Jungle_Carbine_','Jungle Carbine','4','56000','28000','700','170','0','0','9','1','16777216','1','2','34','3','70','150','1','18','0','bonus bHit,10; bonus bCritical,4; bonus bAspdRate,10; bonus bHit,-readparam(bDex)/3;','','');
+REPLACE INTO `item_db_re` VALUES ('13167','Gate_KeeperDD','Gate Keeper-DD','4','72000','36000','1300','200','0','0','9','0','16777216','1','2','34','4','70','150','1','20','0','bonus bSplashRange,1; bonus3 bAutoSpell,GS_SPREADATTACK,6,50; bonus bDef,getrefine(); bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13168','Thunder_P','Thunder P','4','76000','38000','700','80','0','0','9','1','16777216','1','2','34','3','70','150','1','20','0','bonus bSplashRange,1; bonus bHit,-5; bonus bAspdRate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13169','Thunder_P_','Thunder P','4','76000','38000','700','80','0','0','9','2','16777216','1','2','34','3','70','150','1','20','0','bonus bSplashRange,1; bonus bHit,-5; bonus bAspdRate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13170','Lever_Action_Rifle','Lever Action Rifle','4','20','10','770','138','0','0','9','2','16777216','1','2','34','3','70','150','1','18','0','bonus bHit,20; bonus bCritical,50; bonus bAspdRate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('13171','BF_Rifle1','Soldier Rifle','4','20','10','0','50','0','0','9','0','16777216','1','2','34','3','80','150','1','18','0','bonus bDex,2; bonus bHit,10; bonus bCritical,10; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bVariableCastrate,GS_TRACKING,-25; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13172','BF_Gatling_Gun1','Soldier GatlingGun','4','20','10','0','80','0','0','9','0','16777216','1','2','34','3','80','150','1','19','0','bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; autobonus \"{ bonus bBaseAtk,80; bonus2 bHPLossRate,120,1000; }\",10,6000,BF_WEAPON,\"{ specialeffect2 EF_BASH3D; }\"; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13173','BF_Shotgun1','Soldier Shotgun','4','20','10','0','100','0','0','9','0','16777216','1','2','34','3','80','150','1','20','0','bonus bDex,2; bonus bSplashRange,1; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; autobonus \"{ bonus bBaseAtk,80; bonus2 bHPLossRate,100,1000; }\",30,6000,BF_WEAPON,\"{ specialeffect2 EF_BASH3D; }\"; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13174','BF_Launcher1','Soldier Grenade Launcher','4','20','10','0','300','0','0','9','0','16777216','1','2','34','3','80','150','1','21','0','bonus bDex,2; bonus bSplashRange,1; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; autobonus \"{ bonus bBaseAtk,300; bonus2 bHPLossRate,120,1000; }\",30,9000,BF_WEAPON,\"{ specialeffect2 EF_BASH3D; }\"; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13175','Lever_Action_Rifle_C','Lever Action Rifle','4','20','10','0','170','0','0','9','0','16777216','1','2','34','3','0','150','0','18','0','bonus bHit,20; bonus bCritical,50; bonus bAspdRate,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('13176','Krieger_Rifle1','Glorious Rifle','4','20','10','0','90','0','0','9','0','16777216','1','2','34','4','80','150','1','18','0','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus2 bSkillAtk,GS_TRIPLEACTION,30; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bVariableCastrate,GS_TRACKING,25; bonus2 bSkillAtk,GS_TRACKING,getrefine() * 3; }','','');
+REPLACE INTO `item_db_re` VALUES ('13177','Krieger_Gatling1','Glorious Gatling gun','4','20','10','0','90','0','0','9','0','16777216','1','2','34','4','80','150','1','19','0','bonus2 bAddRace,RC_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus2 bSkillAtk,GS_TRIPLEACTION,30; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>10)?10:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bAddRace,RC_Boss,getrefine(); bonus2 bAddRace,RC_NonBoss,getrefine(); }','','');
+REPLACE INTO `item_db_re` VALUES ('13178','Krieger_Shotgun1','Glorious Shotgun','4','20','10','0','110','0','0','9','0','16777216','1','2','34','4','80','150','1','20','0','bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bSplashRange,1; bonus2 bSkillAtk,GS_TRIPLEACTION,30; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>10)?10:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bSkillAtk,GS_SPREADATTACK,getrefine() * 2; bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000; }','','');
+REPLACE INTO `item_db_re` VALUES ('13179','Krieger_Launcher1','Glorious Grenade Launcher','4','20','10','0','330','0','0','9','0','16777216','1','2','34','4','80','150','1','21','0','bonus2 bAddRace,RC_DemiHuman,35; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus2 bSkillAtk,GS_TRIPLEACTION,30; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>10)?10:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bSkillAtk,GS_GROUNDDRIFT,getrefine() * 2; bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000; autobonus \"{ bonus bAspdRate,20; }\",200,20000,BF_WEAPON,\"{ specialeffect2 EF_POTION_BERSERK; }\"; }','','');
+REPLACE INTO `item_db_re` VALUES ('13180','Novice_Rifle','Starter Branch','4','0','0','500','50','0','0','9','3','16777216','1','2','34','1','0','150','0','18','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13181','Novice_Shotgun','Beginner Shotgun','4','0','0','1000','80','0','0','9','0','16777216','1','2','34','1','0','150','0','20','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13182','Novice_Gatling','Beginner GatlingGun','4','0','0','1500','40','0','0','9','0','16777216','1','2','34','1','0','150','0','19','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13183','Novice_Grenade_Launcher','Beginner Grenade Launcher','4','0','0','1500','40','0','0','9','0','16777216','1','2','34','1','0','150','0','21','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13200','Bullet','Bullet','10','1','0','2','10','0','0','0','0','16777216','63','2','32768','0','0','150','0','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13201','Silver_Bullet','Silver Bullet','10','15','7','2','15','0','0','0','0','16777216','63','2','32768','0','0','150','0','3','0','bonus bAtkEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('13202','Shell_Of_Blood','Bloody Shell','10','30','15','2','30','0','0','0','0','16777216','63','2','32768','0','0','150','0','3','0','bonus2 bAddEff,Eff_Bleeding,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13203','Flare_Sphere','Flare Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('13204','Lighting_Sphere','Lightning Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('13205','Poison_Sphere','Poison Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','0','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13206','Blind_Sphere','Blind Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','0','bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13207','Freezing_Sphere','Freezing Sphere','10','80','40','5','50','0','0','0','0','16777216','63','2','32768','0','0','150','0','5','0','bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('13208','Gong_Bug','GongBug','10','0','0','20','50','0','0','0','0','16777216','63','2','32768','0','50','150','0','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13250','Shuriken','Shuriken','10','4','2','5','10','0','0','0','0','33554432','63','2','32768','0','0','150','0','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13251','Nimbus_Shuriken','Nimbus Shuriken','10','10','5','5','30','0','0','0','0','33554432','63','2','32768','0','20','150','0','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13252','Flash_Shuriken','Flash Shuriken','10','20','10','5','45','0','0','0','0','33554432','63','2','32768','0','40','150','0','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13253','Sharp_Leaf_Shuriken','Sharp Leaf Shuriken','10','40','20','5','70','0','0','0','0','33554432','63','2','32768','0','60','150','0','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13254','Thorn_Needle_Shuriken','Thorn Needle Shuriken','10','100','50','5','100','0','0','0','0','33554432','63','2','32768','0','80','150','0','6','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13255','Kunai_Of_Icicle','Icicle Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','0','bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('13256','Kunai_Of_Black_Soil','Black Earth Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','0','bonus bAtkEle,Ele_Earth;','','');
+REPLACE INTO `item_db_re` VALUES ('13257','Kunai_Of_Furious_Wind','High Wind Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','0','bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('13258','Kunai_Of_Fierce_Flame','Heat Wave Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('13259','Kunai_Of_Deadly_Poison','Fell Poison Kunai','10','10','5','20','30','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','0','bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13260','Apple_Bomb','Apple Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13261','Coconut_Bomb','Coconut Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13262','Melon_Bomb','Melon Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13263','Pineapple_Bomb','Pineapple Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13264','Banana_Bomb','Banana Bomb','10','100','50','1','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13265','Black_Lump','Black Lump','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13266','Black_Hard_Lump','Black Hard Lump','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13267','Very_Hard_Lump','Very Hard Lump','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13268','Mysterious_Powder','Mysterious Powder','10','100','50','10','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_MYSTERIOUS_POWDER,10000,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13269','Boost500_To_Throw','Throwing Boost500','10','100','50','10','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_BOOST500,500000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13270','Full_SwingK_To_Throw','Full SwingK Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_FULL_SWING_K,500000,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13271','Mana_Plus_To_Throw','Mana + Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_MANA_PLUS,500000,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13272','Cure_Free_To_Throw','Cure Free Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_end SC_BLOODING; sc_end SC_CURSE; sc_end SC_SILENCE; itemheal rand(1000,1200),0;','','');
+REPLACE INTO `item_db_re` VALUES ('13273','Stamina_Up_M_To_Throw','Throwing Muramura(M)','10','100','50','10','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_MUSTLE_M,500000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13274','Digestive_F_To_Throw','Throwing Falmons(F)','10','100','50','10','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_LIFE_FORCE_F,500000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13275','HP_Inc_PotS_To_Throw','HP Increase Potion(Small) Throw','10','100','50','20','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_INCMHPRATE,500000,1; percentheal 1,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13276','HP_Inc_PotM_To_Throw','HP Increase Potion(Mid) Throw','10','100','50','40','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_INCMHPRATE,500000,2; percentheal 2,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13277','HP_Inc_PotL_To_Throw','HP Increase Potion(Large) Throw','10','100','50','80','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_INCMHPRATE,500000,5; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13278','SP_Inc_PotS_To_Throw','HP Increase Potion(Small) Throw','10','100','50','20','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_INCMSPRATE,500000,2; percentheal 0,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13279','SP_Inc_PotM_To_Throw','SP Increase Potion(Mid) Throw','10','100','50','40','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_INCMSPRATE,500000,4; percentheal 0,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13280','SP_Inc_PotL_To_Throw','SP Increase Potion(Large) Throw','10','100','50','80','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_INCMSPRATE,500000,8; percentheal 0,8;','','');
+REPLACE INTO `item_db_re` VALUES ('13281','En_White_PotZ_To_Throw','Enriched White PotionZ Throw','10','100','50','70','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20; itemheal rand(1500,1600),0;','','');
+REPLACE INTO `item_db_re` VALUES ('13282','Vitata500_To_Throw','Vitata50 Throw0','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_VITATA_500,500000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13283','En_Cel_Juice_To_Throw','Enrich Celermine Juice Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; itemheal rand(1500,1600),0;','','');
+REPLACE INTO `item_db_re` VALUES ('13284','Savage_BBQ_To_Throw','Savage BBQ Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_SAVAGE_STEAK,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13285','Wug_Cocktail_To_Throw','Warg Cocktail To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_COCKTAIL_WARG_BLOOD,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13286','M_Brisket_To_Throw','M Brisket To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_MINOR_BBQ,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13287','Siroma_Icetea_To_Throw','Siroma Icetea To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_SIROMA_ICE_TEA,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13288','Drocera_Stew_To_Throw','Drosera Stew To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_DROCERA_HERB_STEAMED,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13289','Petti_Noodle_To_Throw','Petite Noodle To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_PUTTI_TAILS_NOODLES,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13290','Black_Thing_To_Throw','Black Thing To Throw','10','100','50','50','0','0','0','0','0','262144','63','2','32768','0','99','150','0','9','0','sc_start SC_STOMACHACHE,60000,rand(5,10);','','');
+REPLACE INTO `item_db_re` VALUES ('13291','Starfish','Starfish','10','0','0','5','110','0','0','0','0','33554432','63','2','32768','0','50','150','0','7','0','bonus bAtkEle,Ele_Neutral; //bonus2 bAddEff,Eff_Stun,?;','','');
+REPLACE INTO `item_db_re` VALUES ('13292','Dried_Squid','Dried Squid','10','10','5','20','50','0','0','0','0','33554432','63','2','32768','0','0','150','0','7','0','bonus bAtkEle,Ele_Neutral; //bonus2 bAddEff,Eff_Blind,?;','','');
+REPLACE INTO `item_db_re` VALUES ('13293','Flying_Fish','Flying Fish','10','10','5','20','50','0','0','0','0','33554432','63','2','32768','0','0','150','0','6','0','bonus bAtkEle,Ele_Neutral; //bonus2 bAddEff,Eff_Bleeding,?;','','');
+REPLACE INTO `item_db_re` VALUES ('13294','Explosive_Kunai','Explosive Kunai','10','100','50','30','50','0','0','0','0','33554432','63','2','32768','0','100','150','0','7','0','bonus bAtkEle,Ele_Neutral;','','');
+REPLACE INTO `item_db_re` VALUES ('13295','Light_Shuriken','Light Shuriken','10','0','0','5','5','0','0','0','0','4294967295','63','2','32768','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13300','Huuma_Bird_Wing','Huuma Wing Shuriken','4','90000','45000','3000','150','0','0','1','0','570425344','1','2','34','4','65','150','1','22','0','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Wind; bonus bDex,-2; bonus bAgi,-1;','','');
+REPLACE INTO `item_db_re` VALUES ('13301','Huuma_Giant_Wheel','Huuma Giant Wheel Shuriken','4','40000','20000','2500','50','0','0','1','3','570425344','1','2','34','4','42','150','1','22','0','bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Bleeding,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13302','Huuma_Giant_Wheel_','Huuma Giant Wheel Shuriken','4','40000','20000','2500','50','0','0','1','4','570425344','1','2','34','4','42','150','1','22','0','bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Bleeding,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13303','Huuma_Blaze','Huuma Blaze Shuriken','4','78000','39000','1500','185','0','0','1','0','570425344','1','2','34','4','55','150','1','22','0','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Fire; bonus bDex,-2; bonus3 bAutoSpell,MG_FIREBALL,5,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13304','Huuma_Calm_Mind','Huuma Calm Mind','4','20','10','1550','112','0','0','1','2','570425344','1','2','34','3','70','150','1','22','0','bonus bUnbreakableWeapon,0; bonus2 bSkillAtk,NJ_HUUMA,30; bonus bNoCastCancel,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13305','BF_Huuma_Shuriken1','Brave Huuma Front Shuriken','4','20','10','0','55','0','0','1','0','570425344','1','2','34','3','80','150','1','22','0','bonus bStr,2; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13306','BF_Huuma_Shuriken2','Valorous Huuma Front Shuriken','4','20','10','0','55','0','0','1','0','570425344','1','2','34','3','80','150','1','22','0','bonus bStr,2; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,95; autobonus \"{ bonus2 bSkillAtk,NJ_HUUMA,100; bonus2 bSkillAtk,NJ_ISSEN,100; }\",50,10000,BF_WEAPON,\"{specialeffect2 EF_POTION_BERSERK; }\"; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13307','Krieger_Huuma_Shuriken1','Glorious Shuriken','4','20','10','0','55','90','0','1','0','570425344','1','2','34','4','80','150','1','22','0','bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bMatkRate,15; autobonus \"{ bonus2 bSkillAtk,NJ_HUUMA,100; bonus2 bSkillAtk,NJ_ISSEN,100; }\",50,10000; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-3,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus5 bAutoSpellOnSkill,NJ_ISSEN,AL_HEAL,10,1000,1; bonus4 bAutoSpellOnSkill,NJ_HUUMA,NPC_CRITICALWOUND,2,200; }','','');
+REPLACE INTO `item_db_re` VALUES ('13308','Huuma_Blaze_I','Huuma Blaze Shuriken','4','0','0','0','230','0','0','1','0','570425344','1','2','34','4','0','150','0','22','0','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Fire; bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13309','Huuma_Giant_Wheel_C','Huuma Giant Wheel Shuriken','4','0','0','0','99','0','0','1','0','570425344','1','2','34','4','0','150','0','22','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13310','P_Huuma_Shuriken1','Eden Group Huuma Shuriken I','4','0','0','0','150','50','0','1','0','570425344','1','2','34','3','60','150','0','22','0','bonus bMatk,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13311','Huuma_Shadow','Huuma Shadow','4','5000','2500','1500','170','0','0','1','0','570425344','1','2','34','4','99','150','1','22','0','bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('13312','Huuma_Job_Test','Huuma Job Test','4','90000','45000','3000','0','0','0','1','0','570425344','1','2','34','4','99','150','1','22','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13313','Huuma_Swirling_Petal','Huuma Swirling Petal','4','100000','50000','1500','150','50','0','1','2','570425344','1','2','34','3','110','150','1','22','0','bonus bMatk,50; bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('13314','Huuma_Fluttering_Snow','Huuma Fluttering Snow','4','100000','50000','1500','200','50','0','1','0','570425344','1','2','34','4','110','150','1','22','0','bonus bMatk,50; bonus bAtkEle,Ele_Water;','','');
+REPLACE INTO `item_db_re` VALUES ('13315','Huuma_Thunderstorm','Huuma Thunderstorm','4','100000','50000','1500','200','50','0','1','0','570425344','1','2','34','4','110','150','1','22','0','bonus bMatk,50; bonus bAtkEle,Ele_Wind;','','');
+REPLACE INTO `item_db_re` VALUES ('13316','Upg_Huuma_Shuriken','Upg Huuma Shuriken','4','20','10','1500','55','0','0','1','1','570425344','1','2','34','3','0','150','1','22','0','bonus bBaseAtk,10*getrefine(); bonus bMatk,5*getrefine(); bonus bLongAtkRate,getrefine(); if(BaseLevel>=70) { bonus bBaseAtk,5*((BaseLevel-60)/10); }','','');
+REPLACE INTO `item_db_re` VALUES ('13400','Cutlas_','Cutlus','4','20','10','900','150','0','0','1','1','414946','63','2','2','4','40','150','1','2','0','skill SM_BASH,5; bonus bStr,2; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13401','Excalibur_C','Excalibur','4','1','0','0','199','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','bonus bInt,10; bonus bLuk,10; bonus bAtkEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('13402','Cutlas_C','Cutlas','4','2','1','0','185','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','skill SM_BASH,5; bonus bStr,2; bonus bDef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13403','Solar_Sword_C','Solar Sword','4','2','1','0','120','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','bonus bAtkEle,Ele_Fire; bonus2 bHPDrainRate,1000,1; bonus2 bSPLossRate,15,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('13404','Platinum_Shotel','Platinum Shotel','4','20','10','1500','130','0','0','1','1','414946','58','2','2','4','55','150','1','2','0','bonus bCritical,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13405','Curved_Sword','Curved Sword','4','20','10','800','125','0','0','1','2','414946','58','2','2','4','55','150','1','2','0','bonus bAspdRate,10; bonus2 bAddEff,Eff_Curse,300;','','');
+REPLACE INTO `item_db_re` VALUES ('13406','Edger','Edger','4','20','10','0','120','0','0','1','0','414946','63','2','2','1','0','150','0','2','0','bonus2 bAddRace,RC_Boss,50; bonus2 bAddRace,RC_NonBoss,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13407','Nagan_C','Refined Nagan','4','1','0','0','148','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','skill TF_DOUBLE,5; bonus bDoubleRate,25; bonus2 bAddRace,RC_DemiHuman,40;','','');
+REPLACE INTO `item_db_re` VALUES ('13408','Fire_Brand_C','Refined Fireblend','4','1','0','0','120','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','bonus bAtkEle,Ele_Fire; bonus bInt,2; skill MG_FIREBOLT,5; bonus3 bAutoSpell,MG_FIREBOLT,5,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13409','Immaterial_Sword_C','Refined Immaterial Sword','4','1','0','0','160','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','bonus bAtkEle,Ele_Ghost; bonus2 bSPVanishRate,45,30; bonus bSPDrainValue,-1; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13410','BF_Sword1','Valorous Gladiator Blade','4','20','10','0','115','0','0','1','0','414947','63','2','2','3','80','150','1','2','0','bonus bStr,1; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13411','BF_Sword2','Brave Gladiator Blade','4','20','10','0','115','74','0','1','0','414947','63','2','2','3','80','150','1','2','0','bonus bStr,1; bonus bDex,1; bonus2 bAddRace,RC_DemiHuman,75; bonus bMatkRate,10; bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13412','Twin_Edge_B','Twin Edge of Naght Sieger','4','20','10','1500','150','0','0','1','3','414946','58','2','2','4','75','150','1','2','0','bonus bAtkEle,Ele_Water; skill MG_FROSTDIVER,5; autobonus \"{ bonus bIgnoreDefRace,RC_NonBoss; }\",50,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('13413','Twin_Edge_R','Twin Edge of Naght Sieger','4','20','10','1500','160','0','0','1','3','414946','58','2','2','4','75','150','1','2','0','bonus bAtkEle,Ele_Fire; skill WZ_METEOR,3; autobonus \"{ bonus bIgnoreDefRace,RC_NonBoss; }\",50,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('13414','Elemental_Sword','Elemental Sword','4','20','10','1200','105','95','0','1','3','414946','58','2','2','3','70','150','1','2','0','bonus bStr,2; bonus bInt,4; bonus bDex,1; bonus2 bAddEle,Ele_Neutral,10; bonus3 bAutoSpell,MG_COLDBOLT,3,50; bonus4 bAutoSpellOnSkill,MG_COLDBOLT,MG_FIREBOLT,3,1000; bonus4 bAutoSpellOnSkill,MG_FIREBOLT,MG_LIGHTNINGBOLT,3,10000; bonus4 bAutoSpellOnSkill,MG_LIGHTNINGBOLT,WZ_EARTHSPIKE,3,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('13415','N_Falchion','Novice Falchion','4','0','0','0','59','0','0','1','3','414947','63','2','2','1','2','150','0','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13416','Krieger_Onehand_Sword1','Glorious Flamberge','4','20','10','0','130','0','0','1','0','414947','63','2','2','4','80','150','1','2','0','bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>6) bonus bAspdRate,5; if(getrefine()>8) { bonus bAspdRate,5; bonus4 bAutoSpellOnSkill,SM_BASH,NPC_CRITICALWOUND,2,200; }','','');
+REPLACE INTO `item_db_re` VALUES ('13417','Krieger_Onehand_Sword2','Glorious Rapier','4','20','10','0','130','80','0','1','0','414947','63','2','2','4','80','150','1','2','0','bonus bInt,6; bonus bUnbreakableWeapon,0; if(getrefine()>5) bonus bUseSPrate,-10; if(getrefine()>8) bonus bInt,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13418','Krieger_Onehand_Sword3','Glorious Holy Avenger','4','20','10','0','130','80','0','1','0','279714','63','2','2','4','80','150','1','2','0','bonus bInt,6; bonus bUnbreakableWeapon,0; if(getrefine()>5) bonus bUseSPrate,-10; if(getrefine()>8) bonus4 bAutoSpellOnSkill,PA_PRESSURE,PR_LEXDIVINA,1,1000; if(getrefine()>9) bonus bInt,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13419','Holy_Saber','Holy Saber','4','20','10','0','160','0','0','1','0','414946','63','2','2','3','0','150','0','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13420','Honglyun\'s_Sword','Honglyun\'s Sword','4','20','10','1200','160','0','0','1','1','414946','63','2','2','4','70','150','1','2','0','bonus bAtkEle,Ele_Fire; bonus bStr,2; bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13421','Ruber','Ruber','4','20','10','1500','170','0','0','1','1','279714','58','2','2','3','50','150','1','2','0','autobonus \"{ bonus2 bSkillAtk,KN_BOWLINGBASH,20; bonus2 bSkillAtk,SM_BASH,20; }\",5,15000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('13422','Flamberge_C','Flamberge','4','0','0','0','185','0','0','1','0','16512','63','2','2','3','0','150','0','2','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('13423','P_Sabre1','Eden Sabre I','4','0','0','0','147','0','0','1','0','414946','63','2','2','2','26','150','0','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13424','P_Sabre2','Eden Sabre II','4','0','0','0','170','0','0','1','0','414946','63','2','2','2','40','150','0','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13425','Tourist_Sword','Traveler\'s Sword','4','0','0','500','61','0','0','1','0','414947','63','2','2','1','0','150','0','2','0','bonus bUnbreakableWeapon,0; bonus bStr,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13426','F_Cutlas_C','Rental Cutlas','4','2','1','0','185','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13427','F_Solar_Sword_C','Rental Solar Sword','4','2','1','0','120','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('13428','Priest_Sword','Priest Sword','4','20','10','1200','170','0','0','1','3','414946','63','2','2','4','50','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13429','E_Cutlas_C','E Cutlas C','4','2','1','0','185','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13430','E_Solar_Sword_C','E Solar Sword C','4','2','1','0','120','0','0','1','0','414946','63','2','2','4','0','150','0','2','0','bonus bAtkEle,Ele_Fire;','','');
+REPLACE INTO `item_db_re` VALUES ('13431','Chrome_Sword','Chrome Metal Sword','4','20','10','2200','180','0','0','1','0','279714','58','2','2','3','110','150','1','2','0','bonus bUnbreakableWeapon,0; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13432','Adventure_Sword','Adventure Sword','4','0','0','0','80','0','0','1','0','16514','63','2','2','1','0','150','0','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13433','Academy_Sword','Academy Sword','4','0','0','1200','120','0','0','1','1','16514','63','2','2','1','0','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13434','P_Saber3','Eden Group Saber III','4','0','0','0','185','0','0','1','0','414946','63','2','2','3','60','150','0','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13438','Magical_Blade','Magical Blade','4','60000','30000','2000','165','110','0','1','2','414947','63','2','2','4','105','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13444','Pala','Pala','4','20','10','700','190','0','0','0','1','414946','63','2','2','3','0','150','1','2','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13500','Insurance60_Package','Life Insurrance Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14500,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13501','Assorted_Scroll_Box','Experience Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13502','Drooping_Kitty_Box','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5279,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13503','Magestic_Goat_Box','Baphomet Horns Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5280,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13504','Deviruchi_Cap_Box','Refined Deviruchi Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5281,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13505','Executioner_Box','Executioner Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1174,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13506','Brood_Axe_Box','Refined Bloody Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1373,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13507','Tomahawk_Box','Tomahawk Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1374,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13508','Bow_Of_Rudra_Box','Rudra Bow Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1729,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13509','Cutlas_Box','Cutlas Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13402,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13510','Solar_Sword_Box','Solar Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13403,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13511','Sword_Breaker_Box','Refined Swordbreaker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13024,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13512','Mail_Breaker_Box','Refined Mailbreaker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13025,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13513','Moonlight_Sword_Box','Moonlight Dagger Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13026,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13514','Spanner_Box','Wrench Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1534,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13515','Grape_Box','Grape Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 514,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13516','Royal_Jelly_Box','Royal Jelly Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 526,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13517','Yggdrasilberry_Box','Yggdrasil Berry Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 607,3;','','');
+REPLACE INTO `item_db_re` VALUES ('13518','Weapon_Card_Scroll_Box','Weapon Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13558,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13519','Armor_Card_Scroll_Box','Armor Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13559,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13520','Helmet_Card_Scroll_Box','Helmet Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13560,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13521','Garment_Card_Scroll_Box','Garment Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13561,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13522','Shield_Card_Scroll_Box','Shield Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13562,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13523','Shoes_Card_Scroll_Box','Shoes Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13563,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13524','Accy_Card_Scroll_Box','Accessory Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13564,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13525','Zeny_Card_Scroll_Box','Zeny Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14508,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13526','Pet_Egg_Scroll_Box1_','Pet Egg Scroll Box 12','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12925,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13527','Pet_Egg_Scroll_Box2_','Pet Egg Scroll Box 13','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12926,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13528','Pet_Egg_Scroll_Box3_','Pet Egg Scroll Box 14','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12932,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13529','Pet_Egg_Scroll_Box4_','Pet Egg Scroll Box 15','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12933,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13530','Pet_Egg_Scroll_Box5_','Pet Egg Scroll Box 16','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12934,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13531','Light_Red_Pot_Box','Light Red Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 598,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13532','Light_Orange_Pot_Box','Light Orange Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 599,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13533','Light_Yellow_Pot_Box','Light Yellow Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 11500,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13534','Light_White_Pot_Box','Light White Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 11501,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13535','Light_Center_Pot_Box','Light Center Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14509,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13536','Light_Awakening_Pot_Box','Light Awakening Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14510,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13537','Light_Berserk_Pot_Box','Light Berserk Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14511,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13538','Meteor_10_Scroll_Box','Meteor Storm Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14512,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13539','Storm_10_Scroll_Box','Storm Gust Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14513,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13540','Vermilion_10_Scroll_Box','Lord of Vermilion Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14514,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13541','Lex_Aeterna_Scroll_Box','Lex Aeterna Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14515,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13542','Magnificat_5_Scroll_Box','Magnificat Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14516,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13543','CP_Helm_Scroll_Box','Chemical Protection Helm Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14517,10; getitem 7139,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13544','CP_Shield_Scroll_Box','Chemical Protection Shield Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14518,10; getitem 7139,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13545','CP_Armor_Scroll_Box','Chemical Protection Armor Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14519,10; getitem 7139,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13546','CP_Weapon_Scroll_Box','Chemical Protection Weapon Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14520,10; getitem 7139,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13547','Repair_Scroll_Box','Repair Weapon Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14587,5; getitem 1002,5; getitem 998,5; getitem 756,5; getitem 999,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13548','Big_Bun_Box','Big Bun Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14522,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13549','Pill__Box','Pill Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14523,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13550','Superb_Fish_Slice_Box','Fish Slice Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14524,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13551','Chewy_Ricecake_Box','Chewy Ricecake Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14525,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13552','Oriental_Pastry_Box','Pastry Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14526,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13553','Dun_Tele_Scroll1_Box','Dungeon Teleport Scroll 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14527,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13554','Weapon_Card_Scroll_Box2','Weapon Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13565,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13555','Weapon_Card_Scroll_Box3','Weapon Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13566,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13556','Armor_Card_Scroll_Box2','Armor Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13567,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13557','Accy_Card_Scroll_Box2','Accessory Card Pet Egg Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13568,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13558','Weapon_Card_Scroll','Weapon Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13559','Armor_Card_Scroll','Armor Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13560','Helmet_Card_Scroll','Helmet Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13561','Hood_Card_Scroll','Garment Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13562','Hood_Card_Scroll2','Shield Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13563','Shoes_Card_Scroll','Shoes Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13564','Accy_Card_Scroll','Accessory Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13565','Weapon_Card_Scroll2','Weapon Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13566','Weapon_Card_Scroll3','Weapon Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13567','Armor_Card_Scroll2','Armor Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13568','Accy_Card_Scroll2','Accessory Card Pet Egg Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13569','PVP_Tele_Scroll_Box','PVP Teleport Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14528,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13570','Giant_Fly_Wing_Box50','Giant Fly Wing Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12212,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13571','Giant_Fly_Wing_Box100','Giant Fly Wing Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12212,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13572','Dex_Dish_Box30','Hwergelmir\'s Tonic 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12205,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13573','Dex_Dish_Box50','Hwergelmir\'s Tonic 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12205,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13574','Luk_Dish_Box30','Nine Tail Dish 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12206,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13575','Luk_Dish_Box50','Nine Tail Dish 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12206,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13576','Inc_Agi_10_Box30','Increase Agility Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12216,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13577','Inc_Agi_10_Box50','Increase Agility Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12216,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13578','Vit_Dish_Box30','Stew of Immortality 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12207,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13579','Vit_Dish_Box50','Stew of Immortality 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12207,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13580','Insurance_Package30','Life Insurance 30 Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12209,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13581','Insurance_Package50','Life Insurrance Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12209,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13582','Convex_Mirror_Box5','Convex Mirror Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12214,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13583','Convex_Mirror_Box30','Convex Mirror Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12214,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13584','Blessing10_Box30','Blessing Scroll 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12215,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13585','Blessing10_Box50','Blessing Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12215,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13586','Adrenaline10_Box30','Adrenaline Rush Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12220,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13587','Adrenaline10_Box50','Adrenaline Rush Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12220,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13588','Assumptio_5_Box30','Assumptio Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12218,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13589','Assumptio_5_Box50','Assumptio Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12218,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13590','Aspersio_5_Box30','Aspersio Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12217,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13591','Aspersio_5_Box50','Aspersio Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12217,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13592','Agi_Dish_Box30','Steamed Scorpion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12203,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13593','Agi_Dish_Box50','Steamed Scorpion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12203,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13594','Wind_Walk10_Box30','Wind Walk Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12219,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13595','Wind_Walk10_Box50','Wind Walk Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12219,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13596','Int_Dish_Box30','Dragon Breath Cocktail 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12204,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13597','Int_Dish_Box50','Dragon Breath Cocktail 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12204,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13598','Battle_Manual_Box1','Field Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13599','Battle_Manual_Box5','Field Manual Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13600','Siegfried_Box5','Token of Ziegfried Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7621,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13601','Siegfried_Box20','Token Of Siegfried 20 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7621,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13602','Kafra_Card_Box30','Kafra Card Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12211,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13603','Kafra_Card_Box50','Kafra Card Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12211,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13604','Str_Dish_Box30','Steamed Tongue 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12202,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13605','Str_Dish_Box50','Steamed Tongue 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12202,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13606','Bubble_Gum_Box1','Bubble Gum Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12210,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13607','Bubble_Gum_Box5','Bubble Gum Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12210,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13608','Megaphone_Box1','Megaphone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12221,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13609','Megaphone_Box5','Megaphone Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12221,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13610','Enriched_Elunium_Box5','Enriched Elunium 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7619,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13611','Enriched_Oridecon_Box5','Enriched Oridecon 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7620,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13612','Handcuff_Box','Arrest Handcuffs Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2706,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13613','Super_Pet_Egg_Box1','Super Pet Egg Box 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13617,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13614','Super_Pet_Egg_Box2','Super Pet Egg Box 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13618,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13615','Super_Pet_Egg_Box3','Super Pet Egg Box 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13619,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13616','Super_Pet_Egg_Box4','Super Pet Egg Box 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13620,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13617','Super_Pet_Egg1','Super Pet Egg 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13618','Super_Pet_Egg2','Super Pet Egg 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13619','Super_Pet_Egg3','Super Pet Egg 3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13620','Super_Pet_Egg4','Super Pet Egg 4','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13621','Greed_Box30','Greed Scroll 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14529,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13622','Greed_Box50','Greed Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14529,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13623','Greed_Box100','Greed Scroll Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14529,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13624','Flee_30_Scroll_Box','Evasion Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14530,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13625','Accuracy_30_Scroll_Box','Concentration Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14531,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13626','Super_Card_Pet_Egg_Box1','Super Card Pet Egg Box 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13630,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13627','Super_Card_Pet_Egg_Box2','Super Card Pet Egg Box 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13631,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13628','Super_Card_Pet_Egg_Box3','Super Card Pet Egg Box 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13632,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13629','Super_Card_Pet_Egg_Box4','Super Card Pet Egg Box 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13633,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13630','Super_Card_Pet_Egg1','Super Card Pet Egg 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13631','Super_Card_Pet_Egg2','Super Card Pet Egg 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13632','Super_Card_Pet_Egg3','Super Card Pet Egg 3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13633','Super_Card_Pet_Egg4','Super Card Pet Egg 4','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13634','Vigorgra_Package1','1 Hour Package Vol. 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,2; getitem 12251,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13635','Vigorgra_Package2','1 Hour Package Vol. 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,2; getitem 12255,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13636','Vigorgra_Package3','1 Hour Package Vol. 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,2; getitem 12253,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13637','Vigorgra_Package4','1 Hour Package Vol. 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,2; getitem 12255,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13638','Vigorgra_Package5','1 Hour Package Vol. 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,2; getitem 12250,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13639','Vigorgra_Package6','1 Hour Package Vol. 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,2; getitem 12251,2; getitem 12208,2; getitem 12215,15; getitem 12217,20; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13640','Vigorgra_Package7','2 Hour Package Vol. 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,4; getitem 12251,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13641','Vigorgra_Package8','2 Hour Package Vol. 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,4; getitem 12255,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13642','Vigorgra_Package9','Start your Journey Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,4; getitem 12253,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13643','Vigorgra_Package10','2 Hour Package Vol. 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,4; getitem 12255,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13644','Vigorgra_Package11','2 Hour Package Vol. 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,4; getitem 12250,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13645','Vigorgra_Package12','2 Hour Package Vol. 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,4; getitem 12251,4; getitem 12208,4; getitem 12215,30; getitem 12217,40; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('13646','Infiltrator_Box1','Refined Infiltrator Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1267,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13647','Muramasa_Box1','Refined Muramasa Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1173,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13648','Excalibur_Box1','Refined Excalibur Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13401,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13649','Combat_Knife_Box1','Refined Combat Knife Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13021,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13650','Counter_Dagger_Box1','Refined Dagger of Counter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13022,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13651','Kaiser_Knuckle_Box1','Refined Kaiser Knuckle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1817,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13652','Pole_Axe_Box1','Refined Pole Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1419,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13653','Mighty_Staff_Box1','Refined Mighty Staff Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1623,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13654','Right_Epsilon_Box1','Refined Light Epsilon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1372,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13655','Balistar_Box1','Refined Ballista Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1728,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13656','Diary_Of_Sage_Box1','Refined Sage\'s Diary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1563,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13657','Asura_Box1','Refined Ashura Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13023,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13658','Apple_Of_Archer_Box1','Refined Apple of Archer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5265,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13659','Bunny_Band_Box1','Refined Bunny Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5266,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13660','Sahkkat_Box1','Refined Sakkat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5267,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13661','Lord_Circlet_Box1','Refined Grand Circlet Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5268,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13662','Elven_Ears_Box1','Refined Elven Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2686,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13663','Steel_Flower_Box1','Refined Romantic Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2687,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13664','Critical_Ring_Box1','Refined Critical Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2688,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13665','Earring_Box1','Refined Earring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2689,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13666','Ring_Box1','Refined Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2690,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13667','Necklace_Box1','Refined Necklace Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2691,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13668','Glove_Box1','Refined Glove Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2692,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13669','Brooch_Box1','Refined Brooch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2693,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13670','Rosary_Box1','Refined Rosary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2694,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13671','Safety_Ring_Box1','Refined Safety Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2695,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13672','Vesper_Core01_Box1','Refined Vesper Core 01 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2696,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13673','Vesper_Core02_Box1','Refined Vesper Core 02 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2697,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13674','Vesper_Core03_Box1','Refined Vesper Core 03 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2698,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13675','Vesper_Core04_Box1','Refined Vesper Core 04 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2699,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13676','Drooping_Kitty_Box1','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5279,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13677','Magestic_Goat_Box1','Refined Majestic Goat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5280,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13678','Deviruchi_Cap_Box1','Refined Deviruchi Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5281,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13679','Executioner_Box1','Refined Executioner Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1174,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13680','Brood_Axe_Box1','Punksutawney Phil\'s Lucky Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1373,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13681','Tomahawk_Box1','Serpent\'s Surprise','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1374,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13682','Bow_Of_Rudra_Box1','Tricky Halloween Treat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1729,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13683','Cutlas_Box1','Lovely Groove Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13402,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13684','Solar_Sword_Box1','Refined Solar Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13403,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13685','Sword_Breaker_Box1','Tricky Halloween Treat Crate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13024,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13686','Mail_Breaker_Box1','Yule Love This Lucky Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13025,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13687','Moonlight_Sword_Box1','Apocalypse Survivor Fire Sale Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13026,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13688','Spanner_Box1','Refined Wrench Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1534,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13689','Bok_Choy_Box','Bok Choy Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7766,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13690','Chung_E_Cake_Box','Chung E Cake Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7767,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13691','Freyja_Overcoat_Box','Freya\'s Clothes Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2369,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13692','Freyja_Boots_Box','Freya\'s Boots Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2428,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13693','Freyja_Cape_Box','Freya\'s Manteau Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2533,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13694','Freyja_Crown_Box','Freya\'s Crown Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5306,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13695','Battle_Manual25_Box','Field Manual 25% Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14532,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13696','Battle_Manual100_Box','Field Manual 100% Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14533,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13697','J_Blessing10_Box','Blessing Scroll Box(10)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12215,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13698','J_Inc_Agi10_Box','Increase Agility Scroll Box(10)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12216,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13699','J_Wind_Walk10_Box','Wind Walk Scroll Box(10)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12219,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13700','J_Adrenaline10_Box','Adrenaline Rush Scroll Box(10)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12220,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13701','Pet_Egg_Scroll12','Pet Egg Scroll 12','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13702','Pet_Egg_Scroll13','Pet Egg Scroll 13','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13703','Pet_Egg_Scroll14','Pet Egg Scroll 14','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13704','Super_Pet_Egg5','Super Pet Egg 5','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13705','Super_Pet_Egg6','Super Pet Egg 6','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13706','Super_Pet_Egg7','Super Pet Egg 7','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13707','Super_Pet_Egg8','Super Pet Egg 8','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13708','Pet_Egg_Scroll_E','Pet Egg Scroll E','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13709','BRO_Package_1','BRO Package Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13710','Max_Weight_Up_Box','Gym Pass Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7776,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13711','Small_Life_Potion_Box','Small Life Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14534,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13712','Small_Life_Potion_Box30','Small Life Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14534,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13713','Small_Life_Potion_Box50','Small Life Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14534,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13714','Med_Life_Potion_Box','Medium Life Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14535,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13715','Med_Life_Potion_Box30','Medium Life Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14535,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13716','Med_Life_Potion_Box50','Medium Life Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14535,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13717','Abrasive_Box5','Abrasive 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14536,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13718','Abrasive_Box10','Abrasive 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14536,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13719','Regeneration_Box5','Regeneration Potion 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14537,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13720','Regeneration_Box10','Regeneration 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14537,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13721','Dun_Tele_Scroll_Box10','Dungeon Teleport Scroll 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14527,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13722','Pecopeco_Hairband_Box','Pecopeco Hairband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5286,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13723','Red_Glasses_Box','Red Glasses Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5288,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13724','Whisper_Mask_Box','Whisper Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5294,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13725','Ramen_Hat_Box','Ramen Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5293,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13726','Gold_Box_','Golden Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7777,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13727','Silver_Box_','Silver Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7778,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13728','Gold_Key1_Box','Golden Key Box(1)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7779,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13729','Gold_Key5_Box','Golden Key Box(5)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7779,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13730','Silver_Key1_Box','Silver Key Box(1)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7780,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13731','Silver_Key5_Box','Silver Key Box(5)','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7780,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13734','Pecopeco_Hairband_Box1','Peco Peco Hairband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5286,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13735','Red_Glasses_Box1','Red Glasses Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5288,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13736','Whisper_Mask_Box1','Whisper Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5294,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13737','Ramen_Hat_Box1','Ramen Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5293,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13738','Glass_Of_Illusion_Box5','Glass of Illusion 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14538,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13739','Glass_Of_Illusion_Box10','Glass of Illusion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14538,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13740','Shadow_Armor_S_Box5','Shadow Armor Scroll 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14539,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13741','Shadow_Armor_S_Box10','Shadow Armor Scroll 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14539,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13742','Shadow_Armor_S_Box30','Shadow Armor Scroll 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14539,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13743','Holy_Armor_S_Box5','Holy Armor Scroll 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14540,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13744','Holy_Armor_S_Box10','Holy Armor Scroll 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14540,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13745','Holy_Armor_S_Box30','Holy Armor Scroll 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14540,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13746','S_Def_Potion_Box10','Small Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14541,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13747','S_Def_Potion_Box30','Small Defense Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14541,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13748','S_Def_Potion_Box50','Small Defense Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14541,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13749','B_Def_Potion_Box10','Big Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14542,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13750','B_Def_Potion_Box30','Big Defense Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14542,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13751','B_Def_Potion_Box50','Big Defense Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14542,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13752','S_Mdef_Potion_Box10','Small Magic Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14543,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13753','S_Mdef_Potion_Box30','Small Magic Defense Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14543,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13754','S_Mdef_Potion_Box50','Small Magic Defense Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14543,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13755','B_Mdef_Potion_Box10','Big Magic Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14544,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13756','B_Mdef_Potion_Box30','Big Magic Defense Potion 30 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14544,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13757','B_Mdef_Potion_Box50','Big Magic Defense Potion 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14544,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13758','Battle_Manual_X3_Box','Field Manual 300% Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14545,20;','','');
+REPLACE INTO `item_db_re` VALUES ('13759','In_Blue_Herb_Box','Blue Herb Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 510,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13760','Honey_Box','Honey Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 518,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13761','Empty_Bottle_Box','Empty Bottle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 713,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13762','In_Royal_Jelly_Box','Royal Jelly Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 526,70;','','');
+REPLACE INTO `item_db_re` VALUES ('13763','5_Anniversary_Coin_Box','PCRoom Premium Anniversary Coin Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2709,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13764','Battle_Manual_Box_TW','Beginner\'s Field Manual Box(5)','18','189','94','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7803,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13765','Certificate_TW_Box','... Certificate','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7804,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13766','Nagan_Box','Refined Nagan Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13407,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13767','Skewer_Box','Refined Brocca Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1424,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13768','Survival_Rod_Box','Refined Survivor\'s Rod Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1628,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13769','Quadrille_Box','Refined Quadrille Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1537,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13770','Great_Axe_Box','Refined Great Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1378,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13771','Bloody_Roar_Box','Refined Bloody Roar Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1273,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13772','Hardback_Box','Refined Hardcover Book Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1567,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13773','Fire_Brand_Box','Refined Fireblend Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13408,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13774','Immaterial_Sword_Box','Refined Immaterial Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13409,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13775','Unholy_Touch_Box','Refined Unholy Touch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1274,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13776','Cloak_Of_Survival_Box','Refined Survivor\'s Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2535,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13777','Masquerade_Box','Refined Masquerade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5326,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13778','Orc_Hero_Helm_Box','Refined Helmet of Orc Hero Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5327,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13779','Evil_Wing_Ears_Box','Refined Wing of Diablo Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5328,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13780','Dark_Blindfold_Box','Refined Dark Blinder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5329,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13781','kRO_Drooping_Kitty_Box','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5330,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13782','Corsair_Box','Refined Corsair Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5331,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('13783','Bloody_Iron_Ball_Box','Refined Bloodied Shackle Ball Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2710,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13784','Spiritual_Ring_Box','Refined Spiritual Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2711,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13785','Nagan_Box1','Refined Nagan Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13407,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13786','Skewer_Box1','Refined Brocca Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1424,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13787','Survival_Rod_Box1','Refined Survivor\'s Rod Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1628,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13788','Quadrille_Box1','Refined Quadrille Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1537,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13789','Great_Axe_Box1','Refined Great Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1378,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13790','Bloody_Roar_Box1','Fall Into The Groove Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1273,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13791','Hardback_Box1','Turkey Day Groove Pack with Gravy','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1567,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13792','Fire_Brand_Box1','Refined Fireblend Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13408,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13793','Immaterial_Sword_Box1','Black Friday Groove Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13409,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13794','Unholy_Touch_Box1','Cyber Monday Lucky Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1274,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13795','Cloak_Of_Survival_Box1','Refined Survivor\'s Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2535,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13796','Masquerade_Box1','Refined Masquerade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5326,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13797','Orc_Hero_Helm_Box1','Refined Helmet of Orc Hero Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5327,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13798','Evil_Wing_Ears_Box1','Refined Wing of Diablo Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5328,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13799','Dark_Blindfold_Box1','Refined Dark Blinder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5329,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13800','kRO_Drooping_Kitty_Box1','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5330,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13801','Corsair_Box1','Refined Corsair Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5331,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13802','Bloody_Iron_Ball_Box1','Pirate\'s Booty Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2710,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13803','Spiritual_Ring_Box1','Refined Spiritual Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2711,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13804','Fire_Cracker_Love_Box','I Love You Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14546,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13805','Fire_Cracker_Wday_Box','Whiteday Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14547,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13806','Fire_Cracker_Vday_Box','Valentine\'s Day Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14548,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13807','Fire_Cracker_Bday_Box','Birthday Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14549,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13808','Fire_Cracker_Xmas_Box','Xmas Firecracker Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14550,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13809','Blue_Gemstone_Box','Blue Gemstone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 717,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13810','Blue_Potion_Box','Light Blue Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 11502,25;','','');
+REPLACE INTO `item_db_re` VALUES ('13811','Food_Box_Lv1','+20 Basic Food Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14551,1; getitem 14554,1; getitem 14557,1; getitem 14560,1; getitem 14563,1; getitem 14566,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13812','Food_Box_Lv2','Food Box Vol 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14552,1; getitem 14555,1; getitem 14558,1; getitem 14561,1; getitem 14564,1; getitem 14567,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13813','Food_Box_Lv3','Food Box Vol 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14553,1; getitem 14556,1; getitem 14559,1; getitem 14562,1; getitem 14565,1; getitem 14568,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13814','Indonesia_Box','Healing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13815','Knife_Goblin_Box','Knife Goblin Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14569,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13816','Flail_Goblin_Box','Flail Goblin Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14570,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13817','Hammer_Goblin_Box','Hammer Goblin Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14571,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13818','Red_Deleter_Box','Red Deleter Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14572,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13819','Diabolic_Box','Diabolic Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14573,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13820','Wanderer_Box','Wanderer Taming Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14574,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13821','Green_Apple_Box','Green Apple Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7821,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13822','Whole_Barbecue_Box','Barbeque Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7822,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13823','Meat_Veg_Skewer_Box','Meat Skewer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7823,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13824','Spirit_Liquor_Box','Spirit Liquor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7824,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13825','Green_Box_','Old Green Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13826','Power_Box1','Power Box 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 682,1; getitem 12123,1; getitem 12122,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13827','Power_Box2','Power Box 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 683,1; getitem 12123,1; getitem 12122,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13828','Resist_Box1','Resist Box 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12118,1; getitem 12119,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13829','Resist_Box2','Resist Box 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12120,1; getitem 12121,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13830','Stat_Boost1','Stat Boost 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CHASEWALK2,60000,5; sc_start SC_INCAGI,60000,5; sc_start SC_INCVIT,60000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13831','Stat_Boost2','Stat Boost 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCINT,60000,5; sc_start SC_INCLUK,60000,5; sc_start SC_INCDEX,60000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13832','Stat_Boost3','Stat Boost 3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCAGI,60000,5; sc_start SC_INCVIT,60000,5; sc_start SC_INCDEX,60000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13833','Stat_Boost4','Stat Boost 4','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCINT,60000,5; sc_start SC_INCVIT,60000,5; sc_start SC_INCDEX,60000,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13834','Dun_Tele_Scroll2_Box5','Dungeon Teleport Scroll II Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14581,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13835','Dun_Tele_Scroll2_Box10','Dungeon Teleport Scroll II Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14581,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13836','Mbl_Str_Dish_Box','Steamed Tongue Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13837','Mbl_Agi_Dish_Box','Steamed Desert Scorpions Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12251,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13838','Mbl_Int_Dish_Box','Dragon Breath Cocktail Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13839','Mbl_Dex_Dish_Box','Hwergelmir\'s Tonic Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12253,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13840','Mbl_Luk_Dish_Box','Cooked Nine Tail Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12254,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13841','Mbl_Vit_Dish_Box','Immortal Stew Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12255,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13842','Mbl_Kafra_Card_Box','Payment Statement for Kafra Employee Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12249,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13843','Mbl_Battle_Manual_Box','Field Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14532,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13844','Heroic_Stone_Box','Heroic Stone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7825,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13845','Mysterious_Travel_Sack1','Mystery Travel Sack A','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13846','Mysterious_Travel_Sack2','Mystery Travel Sack B','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13847','Mysterious_Travel_Sack3','Mystery Travel Sack C','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13848','Mysterious_Travel_Sack4','Mystery Travel Sack D','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13849','WOB_Box_Rune5','Yellow Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14582,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13850','WOB_Box_Rune10','Yellow Butterfly Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14582,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13851','WOB_Box_Schawaltz5','Green Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14583,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13852','WOB_Box_Schawaltz10','Green Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14583,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13853','WOB_Box_Rachel5','Red Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14584,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13854','WOB_Box_Rachel10','Red Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14584,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13855','WOB_Box_Local5','Blue Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14585,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13856','WOB_Box_Local10','Blue Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14585,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13857','Spark_Candy_Box5','Candy Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14586,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13858','Spark_Candy_Box10','Candy Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14586,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13859','Directive_A_Envelope','Directive Envelope A','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2734,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13860','Directive_B_Envelope','Directive Envelope B','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2735,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13861','Mini_Battle_Manual_Box','Small Field Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13862','Trial_Box','Trial Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,2; getitem 12215,15; getitem 12216,15;','','');
+REPLACE INTO `item_db_re` VALUES ('13863','Repair_Scroll_Box10','Repair Weapon Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14521,10; getitem 1002,10; getitem 998,10; getitem 756,10; getitem 999,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13864','Hockey_Mask_Box','Hockey Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5314,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13865','Observer_Box','Observer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5315,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13866','Flying_Angel_Box','Flapping Angel Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5210,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13867','Neko_Mimi_Box','Neko Mimi Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5099,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13868','MFH_Box','Moonlight Flower Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5214,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13869','Chick_Hat_Box','Chick Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5283,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13870','New_Style_Box','Beauty Gift Certificate Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7622,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13871','Magician_Card_Box','Mage Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4327,1; getitem 4309,1; getitem 4325,1; getitem 4208,1; getitem 4258,1; getitem 4191,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13872','Acolyte_Card_Box','Acolyte Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4185,1; getitem 4312,1; getitem 4217,1; getitem 4280,1; getitem 4293,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13873','Archer_Card_Box','Archer Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4297,1; getitem 4234,1; getitem 4199,1; getitem 4178,1; getitem 4252,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13874','Swordman_Card_Box','Swordman Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4319,1; getitem 4331,1; getitem 4220,1; getitem 4311,1; getitem 4246,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13875','Thief_Card_Box','Thief Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4230,1; getitem 4210,1; getitem 4257,1; getitem 4172,1; getitem 4272,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13876','Merchant_Card_Box','Merchant Set Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4206,1; getitem 4281,1; getitem 4186,1; getitem 4233,1; getitem 4321,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13877','Clock_Tower_Card_Box','Clock Tower Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4244,1; getitem 4299,1; getitem 4313,1; getitem 4229,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13878','Geffenia_Card_Box','Geffenia Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4218,1; getitem 4269,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13879','Owl_Card_Box','Owl Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4237,1; getitem 4238,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13880','Ghost_Card_Box','Ghost Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4193,1; getitem 4294,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13881','Nightmare_Card_Box','Nightmare Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4127,1; getitem 4166,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13882','Curse_Card_Box','Curse Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4076,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13883','Sleep_Card_Box','Sleep Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4024,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13884','Freeze_Card_Box','Freeze Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4055,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13885','Stun_Card_Box','Stun Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4017,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13886','Silence_Card_Box','Silence Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4057,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13887','Blind_Card_Box','Blind Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4020,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13888','Chaos_Card_Box','Chaos Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4104,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13889','Elunium_Box_','Elunium Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 985,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13890','Oridecon_Box_','Oridecon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 984,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13891','Fire_Converter_Box','Fire Converter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12114,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13892','Water_Converter_Box','Water Converter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12115,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13893','Wind_Converter_Box','Wind Converter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12117,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13894','Earth_Converter_Box','Earth Converter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12116,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13895','Starter_Pack','Starter Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7229,2; getitem 569,300; getitem 504,20; getitem 505,20; getitem 7060,30; getitem 2403,1; getitem 5039,1; getitem 2503,1; getitem 2307,1; getitem 616,1; getitem 603,1; getitem 617,1; getitem 610,5; getitem 604,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13896','Mimic_Scroll_Box5','Mimic Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12276,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13897','Disguise_Croll_Box5','Disguise Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12277,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13898','Alice_Scroll_Box5','Alice Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12278,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13899','Mimic_Scroll_Box10','Mimic Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12276,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13900','Disguise_Croll_Box10','Disguise Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12277,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13901','Alice_Scroll_Box10','Alice Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12278,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13902','Fish_Head_Hat_Box','Fish Head Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5380,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13903','Santa_Poring_Hat_Box','Santa Poring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5381,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13904','Bell_Ribbon_Box','Bell Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5382,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13905','Hard_Core_Set_Box','XM Hardcore Set Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,10; getitem 12209,10; getitem 12210,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13906','Kitty_Set_Box','XM Kitty Set Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5230,1; getitem 5231,1; getitem 5232,1; getitem 5233,1; getitem 5234,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13907','Soft_Core_Set_Box','XM Softcore Set Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,5; getitem 12209,5; getitem 12210,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13908','Deviruchi_Set_Box','Class Set Card Album','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5227,1; getitem 5228,1; getitem 5229,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13909','MVP_Hunt_Box','MVP Hunting Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7621,1; getitem 12210,1; getitem 12221,1; getitem 12214,3;','','');
+REPLACE INTO `item_db_re` VALUES ('13910','Cook_Box','XM Brewing Set Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12204,10; getitem 12205,10; getitem 12206,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13911','Xmas_Pet_Scroll','Christmas Pet Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13912','Party_Blessing_Box','Party Blessing 10 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14588,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13913','Party_Inc_Agi_Box','Party Increase Agi 10 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14589,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13914','Party_Assumptio_Box','Party Assumptio 5 Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14590,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13915','Love_Angel_Box','Love Angel Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12287,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13916','Squirrel_Box','Squirrel Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12288,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13917','Gogo_Box','Gogo Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12289,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13918','Drooping_W_Kitty_Box','Koneko Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5372,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13919','L_Magestic_Goat_Box','Baphomet Horns Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5374,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13920','Satanic_Chain_P_Box','Flying Evil Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5376,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13921','Antique_Pipe_Box','Gentleman\'s Pipe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5377,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13922','Rabbit_Ear_Hat_Box','Bunny Top Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5378,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13923','Darkness_Helm_Box','Dark Randgris Helm Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5373,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13924','L_Orc_Hero_Helm_Box','Orc Hero Headdress Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5375,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13925','Lucky_Scroll08','Mouse Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13926','Crusader_Card_Box','Crusader Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4371,1; getitem 4311,1; getitem 4319,1; getitem 4331,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13927','Alchemist_Card_Box','Alchemist Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4281,1; getitem 4233,1; getitem 4343,1; getitem 4186,1; getitem 4036,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13928','Rogue_Card_Box','Bard Dancer Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4039,1; getitem 4210,1; getitem 4257,1; getitem 4230,1; getitem 4348,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13929','Bard_Dancer_Card_Box','Rogue Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4297,1; getitem 4234,1; getitem 4178,1; getitem 4381,1; getitem 4252,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13930','Sage_Card_Box','Sage card box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4382,1; getitem 4258,1; getitem 4325,1; getitem 4208,1; getitem 4327,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13931','Monk_Card_Box','Monk Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4312,1; getitem 4332,1; getitem 4185,1; getitem 4293,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13932','Sylph_Box','Sylph Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4345,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13933','Undine_Box','Undine Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4350,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13934','Salamander_Box','Salamander Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4380,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13935','Soul_Box','Soul Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4388,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13936','Noum_Bpx','Gnome Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 4335,4;','','');
+REPLACE INTO `item_db_re` VALUES ('13937','Robo_Eye_Box','Robo Eye Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5325,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13938','Twin_Ribbon_Box','Maiden\'s Twin Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5187,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13939','Diadem_Box','Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5313,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13940','Siege_Tele_Scroll_Box','WoE Teleport Scroll 100 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14591,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13941','Valentine_Scroll_TW','Taiwan Valentine Scroll','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13942','Love_Angel_Box_1m','Love Angel Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14009,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13943','Squirrel_Box_1m','Squirrel Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14010,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13944','Gogo_Box_1m','Gogo Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14011,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13945','Br_SwordPackage','Brazil Swordsman Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13946','Br_MagePackage','Brazil Magician Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13947','Br_AcolPackage','Brazil Acolyte Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13948','Br_ArcherPackage','Brazil Archer package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13949','Br_MerPackage','Brazil Merchant Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13950','Br_ThiefPackage','Brazil Thief Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('13951','Wasteland_Outlaw_Box','Western Outlaw Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13109,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13952','Lever_Action_Rifle_Box','Lever Action Rifle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13170,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13953','All_In_One_Ring_Box','All In One Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2741,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13954','Spiritual_Tunic_Box','Spiritual Tunic Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2384,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13955','Recuperative_Armor_Box','Recuvative Armor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2385,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13956','Shelter_Resistance_Box','Shell Of Resistance Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2132,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13957','Sylphid_Manteau_Box','Silf Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2543,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13958','Refresh_Shoes_Box','Refresh Shoes Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2439,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13959','Toast_Box','Crunch Toast Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5391,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13960','Name_Change_Coupon_Box','Identification Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7623,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13961','Mojji_Box','Mochi Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 554,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13962','Deprotai_Doll_Hat_Box','Defolty Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5340,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13963','Claris_Doll_Hat_Box','Glaris Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5341,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13964','Sorin_Doll_Hat_Box','Sorin Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5342,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13965','Tayelin_Doll_Hat_Box','Telling Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5343,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13966','Binit_Doll_Hat_Box','Vinit Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5344,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13967','Debril_Doll_Hat_Box','W Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5345,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13968','Bubblegum_Lower_Box','Bubble Gum Low Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5394,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13969','Lucky_Clip_Box','Lucky Clip Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2742,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('13970','Iron_10_Box','Iron Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 998,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13971','Steel_10_Box','Steel Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 999,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13972','Coal_10_Box','Coal Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1003,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13973','Poison_Bottle_30_Box','Poison Bottle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 678,30;','','');
+REPLACE INTO `item_db_re` VALUES ('13974','TW_Scroll01','Fisherman Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('13975','Picture_Diary_Box','Diary Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12304,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13976','Mini_Heart_Box','Mini Heart Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12305,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13977','Newcomer_Box','Freshman Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12306,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13978','Kid_Box','Kid Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12307,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13979','Magic_Castle_Box','Magic Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12308,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13980','Bulging_Head_Box','JJangu Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12309,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('13981','Picture_Diary_Box_1m','Diary Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12304,2592000;','','');
+REPLACE INTO `item_db_re` VALUES ('13982','Mini_Heart_Box_1m','Mini Heart Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12305,2592000;','','');
+REPLACE INTO `item_db_re` VALUES ('13983','Newcomer_Box_1m','Freshman Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12306,2592000;','','');
+REPLACE INTO `item_db_re` VALUES ('13984','Kid_Box_1m','Kid Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12307,2592000;','','');
+REPLACE INTO `item_db_re` VALUES ('13985','Magic_Castle_Box_1m','Magic Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12308,2592000;','','');
+REPLACE INTO `item_db_re` VALUES ('13986','Bulging_Head_Box_1m','JJangu Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12309,2592000;','','');
+REPLACE INTO `item_db_re` VALUES ('13987','Ori_Stone_5_Box','Rough Oridecon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 756,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13988','Ori_Stone_50_Box','Rough Oridecon Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 756,50;','','');
+REPLACE INTO `item_db_re` VALUES ('13989','Acidbomb_10_Box','Acid Bomb Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7135,10; getitem 7136,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13990','Job_Manual50_Box','Job Battle Manual 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14592,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13991','Tiger_Mask_Box','Tiger Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5098,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13992','Cat_Hat_Box','Neko Mimi Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5099,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13993','Alice_Doll_Box','Alice Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5137,1;','','');
+REPLACE INTO `item_db_re` VALUES ('13994','Speed_Up_Potion_Box5','Speed Potion Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12016,5;','','');
+REPLACE INTO `item_db_re` VALUES ('13995','Speed_Up_Potion_Box10','Speed Potion Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12016,10;','','');
+REPLACE INTO `item_db_re` VALUES ('13996','Big_Bun_Box100','Big Bun Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14522,100;','','');
+REPLACE INTO `item_db_re` VALUES ('13997','Big_Bun_Box500','Big Bun Box(500)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14522,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13998','Giant_Fly_Wing_Box500','Giant Fly Wing Box 500','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12212,500;','','');
+REPLACE INTO `item_db_re` VALUES ('13999','Pill__Box100','Pill Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14523,100;','','');
+REPLACE INTO `item_db_re` VALUES ('14000','Pill__Box500','Pill Box(500)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14523,500;','','');
+REPLACE INTO `item_db_re` VALUES ('14001','Basic_Siege_Supply_Box','Recruit Siege Supply Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 11503,25; getitem 11504,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14002','Adv_Siege_Supply_Box','Advanced WoE Supply Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 11503,50; getitem 11504,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14003','Elite_Siege_Supply_Box','Elite Siege Supply Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 11503,100; getitem 11504,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14004','Poison_Bottle_10_Box','Poison Bottle Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 678,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14005','Poison_Bottle_5_Box','Poison Bottle Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 678,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14006','F_Drooping_W_Kitty_Box','Evolved Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5372,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14007','F_Rabbit_Ear_Hat_Box','Evolved Rabbits Headband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5378,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14008','F_L_Orc_Hero_Helm_Box','Evolved Helmet Of Orc Hero Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5375,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14009','F_Love_Angel_Box','Love Angel Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12287,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14010','F_Squirrel_Box','Squillroll Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12288,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14011','F_Gogo_Box','Gogo Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12289,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14012','F_Love_Angel_Box_1m','Love Angel Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13915,2592000;','','');
+REPLACE INTO `item_db_re` VALUES ('14013','F_Squirrel_Box_1m','Squillroll Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13916,2592000;','','');
+REPLACE INTO `item_db_re` VALUES ('14014','F_Gogo_Box_1m','Gogo Magic Powder Box 30 Days','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13917,2592000;','','');
+REPLACE INTO `item_db_re` VALUES ('14015','F_Wasteland_Outlaw_Box','Western Outlaw Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13107,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14016','F_Lever_Action_Rifle_Box','Lever Action Rifle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13170,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14017','F_All_In_One_Ring_Box','All In One Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2741,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14018','F_Spritual_Tunic_Box','Spiritual Tunic Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2384,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14019','F_Recuperative_Box','Recuvative Armor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2385,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14020','F_Shelter_Resist_Box','Shell Of Resistance Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2132,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14021','F_Sylphid_Manteau_Box','Silf Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2543,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14022','F_Refresh_Shoes_Box','Refresh Shoes Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2439,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14023','F_Toast_Box','Crunch Toast Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5391,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14024','F_Robo_Eye_Box','Robo Eye Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5325,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14025','F_Twin_Ribbon_Box','Maiden\'s Twin Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5187,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14026','F_Diadem_Box','Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5313,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14027','F_Fish_Head_Hat_Box','Fish Head Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5380,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14028','F_Santa_Poring_Hat_Box','SantaPoring Cap Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5381,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14029','F_Bell_Ribbon_Box','Bell Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5382,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14030','F_Mimic_Scroll_Box5','Mimic Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12276,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14031','F_Disguise_Scroll_Box5','Disguise Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12277,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14032','F_Alice_Scroll_Box5','Alice Summoning Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12278,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14033','F_Mimic_Scroll_Box10','Mimic Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12276,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14034','F_Disguise_Scroll_Box10','Disguise Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12277,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14035','F_Alice_Scroll_Box10','Alice Summoning Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12278,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14036','F_New_Style_Coupon_Box','New Style Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7622,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14037','F_Repair_Scroll_Box','Safe to All Pack','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14521,5; getitem 1002,5; getitem 998,5; getitem 756,5; getitem 999,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14038','F_Repair_Scroll_Box10','Repair Weapon Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14521,10; getitem 1002,10; getitem 998,10; getitem 756,10; getitem 999,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14039','F_Hockey_Mask_Box','Hockey Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5314,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14040','F_Observer_Box','Observer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5315,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14041','F_WOB_Rune_Box5','Yellow Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14582,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14042','F_WOB_Rune_Box10','Yellow Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14582,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14043','F_WOB_Schwaltz_Box5','Green Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14583,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14044','F_WOB_Schwaltz_Box10','Green Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14583,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14045','F_WOB_Rachel_Box5','Red Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14584,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14046','F_WOB_Rachel_Box10','Red Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14584,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14047','F_WOB_Local_Box5','Blue Butterfly Wing Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14585,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14048','F_WOB_Local_Box10','Blue Butterfly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14585,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14049','F_Spark_Candy_Box5','Candy Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14586,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14050','F_Spark_Candy_Box10','Candy Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14586,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14051','F_Dun_Tel_Scroll2_Box5','Dungeon Teleport Scroll II Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14581,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14052','F_Dun_Tel_Scroll2_Box10','Dungeon Teleport Scroll II Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14581,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14053','F_Little_Angel_Doll_Box','Little Angel Doll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5324,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14054','F_Triple_Poring_Hat_Box','Poring 3 Hats Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5255,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14055','F_Nagan_Box','Refined Nagan Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13407,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14056','F_Skewer_Box','Refined Brocca Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1424,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14057','F_Survival_Rod_Box','Refined Survivor\'s Rod Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1628,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14058','F_Quadrille_Box','Refined Quadrille Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1537,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14059','F_Great_Axe_Box','Refined Great Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1378,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14060','F_Bloody_Roar_Box','Refined Bloody Roar Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1273,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14061','F_Hardback_Box','Refined Hardcover Book Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1567,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14062','F_Fire_Brand_Box','Refined Fireblend Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13408,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14063','F_Immaterial_Sword_Box','Refined Immaterial Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13409,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14064','F_Unholy_Touch_Box','Refined Unholy Touch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1274,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14065','F_Clack_Of_Servival_Box','Refined Survivor\'s Manteau Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2535,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14066','F_Masquerade_Box','Refined Masquerade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5326,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14067','F_Orc_Hero_Helm_Box','Refined Helmet of Orc Hero Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5327,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14068','F_Ear_Of_Devil_Wing_Box','Refined Wing of Diablo Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5328,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14069','F_Dark_Blindfold_Box','Refined Dark Blinder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5329,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14070','F_K_Drooping_Kitty_Box','Refined Drooping Cat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5330,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14071','F_Corsair_Box','Refined Corsair Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5331,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14072','F_Bloody_Iron_Ball_Box','Refined Bloodied Shackle Ball Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2710,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14073','F_Spiritual_Ring_Box','Refined Spiritual Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2711,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14074','F_G_O_I_Box5','Wine Glass of Illusion Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14538,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14075','F_G_O_I_Box10','Glass Of Illusion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14538,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14076','F_Shadow_Armor_S_Box5','Scroll of Shadow Armor Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14539,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14077','F_Shadow_Armor_S_Box10','Scroll of Shadow Armor Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14539,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14078','F_Shadow_Armor_S_Box30','Scroll of Shadow Armor Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14539,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14079','F_Holy_Armor_S_Box5','Scroll of Holy Armor Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14540,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14080','F_Holy_Armor_S_Box10','Scroll of Holy Armor Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14540,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14081','F_Holy_Armor_S_Box30','Scroll of Holy Armor Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14540,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14082','FS_Def_Potion_Box10','Small Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14541,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14083','FS_Def_Potion_Box30','Small Physical Defense Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14541,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14084','FS_Def_Potion_Box50','Small Physical Defense Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14541,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14085','FB_Def_Potion_Box10','Big Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14542,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14086','FB_Def_Potion_Box30','Large Physical Defense Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14542,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14087','FB_Def_Potion_Box50','Large Physical Defense Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14542,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14088','FS_Mdef_Potion_Box10','Small Magic Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14543,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14089','FS_Mdef_Potion_Box30','Small Magical Defense Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14543,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14090','FS_Mdef_Potion_Box50','Small Magical Defense Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14543,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14091','FB_Mdef_Potion_Box10','Big Magic Defense Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14544,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14092','FB_Mdef_Potion_Box30','Large Magical Defense Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14544,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14093','FB_Mdef_Potion_Box50','Large Magical Defense Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14544,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14094','F_Flying_Angel_Box','Flapping Angel Wing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5210,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14095','F_Cat_Hat_Box','Neko Mimi Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5099,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14096','F_M_F_H_Box','Moonlight Flower Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5214,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14097','F_Chick_Hat_Box','Chick Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5283,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14098','F_Pecopeco_Hairband_Box','Pecopeco Hairband Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5286,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14099','F_Red_Glasses_Box','Red Glasses Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5288,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14100','F_Whisper_Mask_Box','Whisper Mask Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5294,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14101','F_Ramen_Hat_Box','Ramen Hat Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5293,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14102','F_Dun_Tele_Scroll1_Box','Dungeon Teleport Scroll Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14527,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14103','F_Max_Weight_Up_Box','Gym Membership Card Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7776,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14104','F_S_Life_Potion_Box','Small Life Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14534,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14105','F_S_Life_Potion_Box30','Small Life Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14534,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14106','F_S_Life_Potion_Box50','Small Life Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14534,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14107','F_M_Life_Potion_Box','Medium Life Potion 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14535,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14108','F_M_Life_Potion_Box30','Large Life Potion Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14535,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14109','F_M_Life_Potion_Box50','Large Life Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14535,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14110','F_Abrasive_Box5','Abrasive Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14536,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14111','F_Abrasive_Box10','Abrasive 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14536,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14112','F_Regeneration_Box5','Regeneration Potion 5 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14537,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14113','F_Regeneration_Box10','Regeneration Potion Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14537,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14114','F_Dun_Tele_Scroll_Box10','Dungeon Teleport Scroll 10 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14527,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14115','F_Infiltrator_Box','Refined Infiltrator Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1267,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14116','F_Muramasa_Box','Refined Muramasa Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1173,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14117','F_Excalibur_Box','Refined Excalibur Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13401,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14118','F_Combat_Knife_Box','Combat Knife Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13021,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14119','F_Counter_Dagger_Box','Counter Dagger Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13022,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14120','F_Kaiser_Knuckle_Box','Refined Kaiser Knuckle Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1817,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14121','F_Mighty_Staff_Box','Refined Mighty Staff Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1623,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14122','F_Right_Epsilon_Box','Light Epsilon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1372,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14123','F_Balistar_Box','Refined Ballista Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1728,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14124','F_Diary_Of_Great_Sage','Refined Sage\'s Diary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1563,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14125','F_Asura_Box','Refined Ashura Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13023,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14126','F_Apple_Of_Archer_Box','Refined Apple of Archer Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5265,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14127','F_Bunny_Band_Box','Refined Bunny Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5266,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14128','F_Sahkkat_Box','Refined Sakkat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5267,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14129','F_Lord_Circlet_Box','Refined Grand Circlet Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 5268,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14130','F_Elven_Ears_Box','Refined Elven Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2686,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14131','F_Steel_Flower_Box','Refined Romantic Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2687,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('14132','F_Critical_Ring_Box','Refined Critical Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2688,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14133','F_Earring_Box','Refined Earring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2689,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14134','F_Ring_Box','Refined Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2690,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14135','F_Necklace_Box','Refined Necklace Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2691,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14136','F_Glove_Box','Refined Glove Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2692,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14137','F_Brooch_Box','Refined Brooch Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2693,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14138','F_Rosary_Box','Refined Rosary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2694,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14139','F_Safety_Ring_Box','Refined Safety Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2695,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14140','F_Vesper_Core_Box01','Refined Vesper Core 01 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2696,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14141','F_Vesper_Core_Box02','Refined Vesper Core 02 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2697,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14142','F_Vesper_Core_Box03','Refined Vesper Core 03 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2698,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14143','F_Vesper_Core_Box04','Refined Vesper Core 04 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2699,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14144','F_Vigorgra_Package1','1 Hour Package Vol. 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,2; getitem 12251,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14145','F_Vigorgra_Package2','1 Hour Package Vol. 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,2; getitem 12255,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14146','F_Vigorgra_Package3','1 Hour Package Vol. 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,2; getitem 12253,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14147','F_Vigorgra_Package4','1 Hour Package Vol. 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,2; getitem 12255,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14148','F_Vigorgra_Package5','1 Hour Package Vol. 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,2; getitem 12250,2; getitem 12208,2; getitem 12215,15; getitem 12216,15; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14149','F_Vigorgra_Package6','1 Hour Package Vol. 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,2; getitem 12251,2; getitem 12208,2; getitem 12215,15; getitem 12217,20; getitem 12211,1; getitem 7621,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14150','F_Vigorgra_Package7','2 Hour Package Vol. 1','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,4; getitem 12251,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14151','F_Vigorgra_Package8','2 Hour Package Vol. 2','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,4; getitem 12255,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14152','F_Vigorgra_Package9','2 Hour Package Vol. 3','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,4; getitem 12253,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14153','F_Vigorgra_Package10','2 Hour Package Vol. 4','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,4; getitem 12255,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14154','F_Vigorgra_Package11','2 Hour Package Vol. 5','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12252,4; getitem 12250,4; getitem 12208,4; getitem 12215,30; getitem 12216,30; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14155','F_Vigorgra_Package12','2 Hour Package Vol. 6','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12250,4; getitem 12251,4; getitem 12208,4; getitem 12215,30; getitem 12217,40; getitem 12211,2; getitem 7621,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14156','F_Battle_Manual_Box','Field Manual Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14157','F_Insurance_Package','Life Insurrance Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12209,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14158','F_Bubble_Gum_Box','Bubble Gum Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12210,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14159','F_Str_Dish_Box','Steamed Tongue Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12202,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14160','F_Agi_Dish_Box','Steamed Desert Scorpions Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12203,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14161','F_Int_Dish_Box','Dragon Breath Cocktail Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12204,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14162','F_Dex_Dish_Box','Hwergelmir\'s Tonic Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12205,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14163','F_Luk_Dish_Box','Cooked Nine Tail Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12206,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14164','F_Vit_Dish_Box','Immortal Stew Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12207,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14165','F_Kafra_Card_Box','Kafra Card Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12211,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14166','F_Giant_Fly_Wing_Box','Giant Fly Wing Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12212,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14167','F_Neuralizer_Box','Neuralizer Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12213,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14168','F_Convex_Mirror_Box','Convex Mirror Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12214,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14169','F_Blessing_10_Scroll_Box','Blessing Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12215,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14170','F_Inc_Agi_10_Scroll_Box','Increase Agility Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12216,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14171','F_Aspersio_5_Scroll_Box','Aspersio Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12217,10; getitem 523,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14172','F_Assumptio_5_Scroll_Box','Assumptio Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12218,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14173','F_Wind_Walk_10_Scroll_Box','Wind Walk Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12219,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14174','F_Adrenaline_Scroll_Box','Adrenaline Rush Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12220,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14175','F_Megaphone_Box','Megaphone Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12221,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14176','F_Enriched_Elunium_Box','Enriched Elunium Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7619,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14177','F_Enriched_Oridecon_Box','Enriched Oridecon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7620,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14178','F_Token_Of_Siegfried_Box','Token of Ziegfried Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7621,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14179','F_Giant_Fly_Wing_Box50','Giant Fly Wing Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12212,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14180','F_Giant_Fly_Wing_Box100','Giant Fly Wing Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12212,100;','','');
+REPLACE INTO `item_db_re` VALUES ('14181','F_Dex_Dish_Box30','Hwergelmir\'s Tonic Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12205,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14182','F_Dex_Dish_Box50','Hwergelmir\'s Tonic Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12205,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14183','F_Luk_Dish_Box30','Cooked Nine Tail Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12206,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14184','F_Luk_Dish_Box50','Cooked Nine Tail Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12206,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14185','F_Inc_Agi_10_Box30','Increase Agility Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12216,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14186','F_Inc_Agi_10_Box50','Increase Agility Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12216,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14187','F_Vit_Dish_Box30','Immortal Stew Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12207,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14188','F_Vit_Dish_Box50','Immortal Stew Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12207,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14189','F_Insurance_Package30','Life Insurrance Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12209,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14190','F_Insurance_Package50','Life Insurrance Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12209,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14191','F_Convex_Mirror_Box5','Convex Mirror Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12214,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14192','F_Convex_Mirror_Box30','Convex Mirror Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12214,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14193','F_Blessing10_Box30','Blessing Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12215,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14194','F_Blessing10_Box50','Blessing Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12215,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14195','F_Adrenaline10_Box30','Adrenaline Rush Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12220,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14196','F_Adrenaline10_Box50','Adrenaline Rush Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12220,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14197','F_Assumptio_5_Box30','Assumptio Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12218,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14198','F_Assumptio_5_Box50','Assumptio Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12218,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14199','F_Aspersio_5_Box30','Aspersio Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12217,30; getitem 523,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14200','F_Aspersio_5_Box50','Aspersio Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12217,50; getitem 523,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14201','F_Agi_Dish_Box30','Steamed Desert Scorpions Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12203,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14202','F_Agi_Dish_Box50','Steamed Desert Scorpions Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12203,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14203','F_Wind_Walk10_Box30','Wind Walk Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12219,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14204','F_Wind_Walk10_Box50','Wind Walk Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12219,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14205','F_Int_Dish_Box30','Dragon Breath Cocktail Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12204,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14206','F_Int_Dish_Box50','Dragon Breath Cocktail Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12204,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14207','F_Battle_Manual_Box1','Field Manual Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14208','F_Battle_Manual_Box5','Field Manual Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14209','F_Siegfried_Box5','Token of Ziegfried Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7621,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14210','F_Siegfried_Box20','Token of Ziegfried Box(20)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7621,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14211','F_Kafra_Card_Box30','Kafra Card Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12211,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14212','F_Kafra_Card_Box50','Kafra Card Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12211,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14213','F_Str_Dish_Box30','Steamed Tongue Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12202,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14214','F_Str_Dish_Box50','Steamed Tongue Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12202,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14215','F_Bubble_Gum_Box1','Bubble Gum Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12210,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14216','F_Bubble_Gum_Box5','Bubble Gum Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12210,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14217','F_Megaphone_Box1','Megaphone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12221,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14218','F_Megaphone_Box5','Megaphone Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12221,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14219','F_Enriched_Elunium_Box5','Enriched Elunium Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7619,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14220','FEnriched_Oridecon_Box5','Enriched Oridecon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7620,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14221','MP_Scroll_Box','Mystical Amplification Scroll(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14593,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14222','MP_Scroll_Box30','Mystical Amplification Scroll(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14593,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14223','MP_Scroll_Box50','Mystical Amplification Scroll(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14593,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14224','Quagmire_Scroll_Box','Quagmire Scroll Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14594,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14225','Quagmire_Scroll_Box30','Quagmire Scroll Box(30)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14594,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14226','Quagmire_Scroll_Box50','Quagmire Scroll Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14594,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14227','Healing_Staff_Box','Staff of Healing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1638,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14228','Praxinus_Box','Praccsinos Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 2752,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14229','Sakura_Scroll','Cherry Blossoms Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14230','Note_Headphones_Box','Note Headphones Box','18','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5151,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14231','Novice_Breastplate_Boxes','Novice Breastplate Boxes','18','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14232','Yggdrasilberry_Box_','Yggdrasil Berry Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 607,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14233','Dead_Tree_Branch_Box1','Dead Branch Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 604,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14234','Dead_Tree_Branch_Box2','Dead Branch Box(25)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 604,25;','','');
+REPLACE INTO `item_db_re` VALUES ('14235','Field_Manual_Box_2','Field Manual 2 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12208,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14236','Steamed_Tongue_Box_20','Steamed Tongue 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12202,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14237','Steamed_Desert_Scorpions_Box_20','Steamed Desert Scorpions Box(20)','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12203,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14238','Stew_Of_Immortality_Box_20','Immortal Stew 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12207,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14239','Dragon_Breath_Cocktail_Box_20','Dragon Breath Cocktail 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12204,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14240','Hwergelmir\'s_Tonic_Box_20','Hwergelmir\'s Tonic 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12205,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14241','Nine_Tail_Dish_Box_20','Nine Tail Dish 20 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12206,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14242','Beholder_Ring_Box','Beholder Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2753,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14243','Hallow_Ring_Box','Hallow Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2754,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14244','Clamorous_Ring_Box','Clamorous Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2755,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14245','Chemical_Ring_Box','Chemical Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2756,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14246','Insecticide_Ring_Box','Insecticide Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2757,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14247','Fisher_Ring_Box','Fisher Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2758,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14248','Decussate_Ring_Box','Decussate Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2759,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14249','Bloody_Ring_Box','Bloody Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2760,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14250','Satanic_Ring_Box','Satanic Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2761,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14251','Dragoon_Ring_Box','Dragon Ring Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2762,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14252','Beholder_Ring_Box2','Beholder Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2753,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14253','Hallow_Ring_Box2','Hallow Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2754,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14254','Clamorous_Ring_Box2','Clamorous Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2755,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14255','Chemical_Ring_Box2','Chemical Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2756,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14256','Insecticide_Ring_Box2','Insecticide Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2757,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14257','Fisher_Ring_Box2','Fisher Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2758,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14258','Decussate_Ring_Box2','Decussate Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2759,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14259','Bloody_Ring_Box2','Bloody Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2760,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14260','Satanic_Ring_Box2','Satanic Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2761,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14261','Dragoon_Ring_Box2','Dragon Ring Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2762,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14262','Diary_Magic_Powder_Box','Diary Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12304,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14263','Mini_Heart_Magic_Powder_Box','Mini Heart Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12305,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14264','Freshman_Magic_Powder_Box','Freshman Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12306,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14265','Kid_Magic_Powder_Box','Kid Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12307,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14266','Magic_Magic_Powder_Box','Magic Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12308,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14267','JJangu_Magic_Powder_Box','JJangu Magic Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 12309,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('14268','Diary_Magic_Powder_Box4','Diary Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14269','Mini_Heart_Magic_Powder_Box4','Mini_Heart_Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14270','Freshman_Magic_Powder_Box4','Freshman Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14271','Kid_Magic_Powder_Box4','Kid Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14272','Magic_Magic_Powder_Box4','Magic Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14273','JJangu_Magic_Powder_Box4','JJangu Magic Powder Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14274','Amplification_10_Scroll_Box2','Mystical Amplification Scroll 10 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14593,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14275','Amplification_30_Scroll_Box2','Mystical Amplification Scroll 30 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14593,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14276','Amplification_50_Scroll_Box2','Mystical Amplification Scroll 50 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14593,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14277','Quagmire_10_Scroll_Box2','Quagmire Scroll 10 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14594,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14278','Quagmire_30_Scroll_Box2','Quagmire Scroll 30 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14594,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14279','Quagmire_50_Scroll_Box2','Quagmire Scroll 50 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14594,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14280','Healing_Staff_Box2','Healing Staff Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1638,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14281','Praccsinos_Box','Praccsinos_Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2752,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14282','Emperium_Box','Emperium Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 714,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14283','Marriage_Covenant_Box','Marriage Certificate Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6026,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14284','Muffler_Box','Muffler Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2548,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14285','Balkiriah_Shield_Box','Balkiriah Shield Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2137,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14286','Skull_Ring_Box','Skull Ring Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2763,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14287','Baricade_Repair_Kit','Barricade Repair Kit','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1019,30; getitem 999,10; getitem 1011,10; getitem 984,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14288','Guardian_Stone_Repair_Kit','Guardian Stone Repair Kit','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 984,1; getitem 985,1; getitem 7049,30; getitem 717,5; getitem 716,5; getitem 715,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14289','Cloth_Dye_Coupon_Box','Clothing Dye Coupon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6046,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14290','Cloth_Dye_Coupon2_Box','Clothing Dye Coupon Box II','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6047,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14291','Cloth_Dye_Coupon3_Box','Clothing Dye Coupon Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6046,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14292','Cloth_Dye_Coupon4_Box','Clothing Dye Coupon Box II','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6047,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14293','Mercenary_Contract_Box','Mercenary Contract Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6050,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14294','Mercenary_Contract_Box5','Mercenary Contract Box 5ea','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6050,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14295','Mercenary_Contract_Box10','Mercenary Contract Box 10ea','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6050,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14296','Angel_Scroll','Angel Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14297','Devil_Scroll','Devil Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14298','Surprise_Scroll','Surprised Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14300','Mask_Of_Ifrit_Box','Mask Of Ifrit Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5420,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14301','Ifrit\'s_Ear_Box','Ifrit\'s Ear Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5421,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14304','Scuba_Mask_Box','Scuba Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5397,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14306','RWC_Special_Scroll','RWC Special Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14307','RWC_Limited_Scroll','RWC Limited Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14308','Ardor_Scroll','Ardor Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14314','PhreeoniS_Box','Phreeoni Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14597,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14315','GhostringS_Box','Ghostring Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14598,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14316','July7_Scroll','Love Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14317','Bacsojin_Scroll','Bacsojin Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14343','Spiked_Scarf_Box','Spiked Scarf Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5462,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14344','Rainbow_Scarf_Box','Rainbow Scarf Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5463,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14345','Animal_Scroll','Animal Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14349','Mental_Potion20_Box','Mental Potion Box(20)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14600,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14350','Mental_Potion50_Box','Mental Potion Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14600,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14351','Tyr\'s_Blessing20_Box','Tyr\'s Blessing Box(20)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14601,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14352','Tyr\'s_Blessing50_Box','Tyr\'s Blessing Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14601,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14361','Orc_HeroS_Box','Orc Hero Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14604,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14362','Orc_LoadS_Box','Orc Lord Scroll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14605,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14363','Heart_Scroll','Warm Heart Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14372','Powder_Snow_Box','Snow Powder Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12317,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14375','Holy_Celestial_Axe_Box','Holy Celestial Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1383,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14376','Angeling_Pot_Box','Angeling Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12350,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14377','Shout_Megaphone_Box','Scream Megaphone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12351,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14379','Love_Daddy_Box','Love Daddy Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5489,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14380','Anubis_Helm_Box','Anubis Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5490,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14381','Piercing_Box_M','Staff of Piercing Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1644,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14382','Lich_Bone_Box_M','Lich\'s Bone Wand Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1645,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14383','Long_Horn_Box_M','Long Horn Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1428,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14384','Hunting_Spear_Box_M','Hunting Spear Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1429,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14385','Death_Note_Box_M','Book of the Dead Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1579,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14393','Almighty_Charm_Box','Universal Amulet Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7945,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14407','Xmas_Scroll','Christmas Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14408','New_Year_Scroll','Solar Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14438','Honglyun\'s_Sword_Box','Honglyun\'s Sword Sword Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13420,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14439','Power_Of_Thor_Box','Power Of Thor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5495,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14440','Dice_Hat_Box','Dice Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5496,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14441','King_Tiger_Doll_Hat_Box','King Tiger Doll Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5497,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14442','Wondering_Wolf_Helm_Box','Wandering Wolf Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5498,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14443','Pizza_Hat_Box','Pizza Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5499,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14444','Icecream_Hat_Box','Ice Cream Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5500,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14447','Pirate\'s_Pride_Box','Scallywag\'s Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5501,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14448','Necromencer\'s_Hood_Box','Necromancer Hood Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5502,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14459','Rabbit_Magic_Hat_Box','Magic Rabbit Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5503,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14460','China_Wedding_Veil_Box','RO 5th Wedding Anniversary Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5504,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14461','Asara_Fairy_Hat_Box','Ashura Fairy Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5505,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14466','Valentine_Pledge_Box','Valentine\'s Emblem Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14469','Ox_Tail_Scroll','Ox Tail Egg','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('14485','Academy_Badge_Box','Academy Of Badge Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2751,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14486','Academy_Fresh_Hat_Box','Academy Freshman Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5406,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14487','Academy_Gradu_Cap_Box','Academy Completion Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5407,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14488','Blue_Pajamas_Hat_Box','Blue Pajamas Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5506,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14489','Pink_Pajamas_Hat_Box','Pink Pajamas Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5507,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14500','Insurance60','Life Insurrance Certificate','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_DEATHPENALTY,3600000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14508','Zeny_Scroll','Zeny Pet Egg Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14509','Light_Center_Pot','Light Concentration Potion','2','800','400','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ATTHASTE_POTION1,1800000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14510','Light_Awakening_Pot','Light Awakening Potion','2','1500','750','20','0','0','0','0','0','4294442735','63','2','0','0','0','150','0','0','0','sc_start SC_ATTHASTE_POTION2,1800000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14511','Light_Berserk_Pot','Light Berserk Potion','2','3000','1500','20','0','0','0','0','0','31868582','63','2','0','0','0','150','0','0','0','sc_start SC_ATTHASTE_POTION3,1800000,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14512','Meteor_10_Scroll','Meteor Storm Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill WZ_METEOR,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14513','Storm_10_Scroll','Storm Gust Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill WZ_STORMGUST,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14514','Vermilion_10_Scroll','Lord of Vermilion Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill WZ_VERMILION,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14515','Lex_Aeterna_Scroll','Lex Aeterna Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill PR_LEXAETERNA,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14516','Magnificat_5_Scroll','Magnificat Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill PR_MAGNIFICAT,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14517','CP_Helm_Scroll','Chemical Protection Helm Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','unitskilluseid getcharid(3),237,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14518','CP_Shield_Scroll','Chemical Protection Shield Scrol','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','unitskilluseid getcharid(3),235,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14519','CP_Armor_Scroll','Chemical Protection Armor Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','unitskilluseid getcharid(3),236,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14520','CP_Weapon_Scroll','Chemical Protection Weapon Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','unitskilluseid getcharid(3),234,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14521','Repair_Scroll','Repair Weapon Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','unitskilluseid getcharid(3),108,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14522','Big_Bun','Big Bun','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 100,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14523','Pill_','Pill','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 0,100;','','');
+REPLACE INTO `item_db_re` VALUES ('14524','Superb_Fish_Slice','Superb Fish Slice','0','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 100,100;','','');
+REPLACE INTO `item_db_re` VALUES ('14525','Chewy_Ricecake','Chewy Ricecake','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSATTACKPOWER,180000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14526','Oriental_Pastry','Oriental Pastry','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_PLUSMAGICPOWER,180000,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14527','Dun_Tele_Scroll1','Dungeon Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashDungeon\";','','');
+REPLACE INTO `item_db_re` VALUES ('14528','PVP_Tele_Scroll','PVP Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14529','Greed_Scroll','Greed Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill BS_GREED,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14530','Flee_30_Scroll','Evasion Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCFLEE,1800000,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14531','Accuracy_30_Scroll','Concentration Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCHIT,1800000,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14532','Battle_Manual25','Field Manual 25%','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_PLUSEXP,1800000,25;','','');
+REPLACE INTO `item_db_re` VALUES ('14533','Battle_Manual100','Field Manual 100%','2','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_PLUSEXP,1800000,100;','','');
+REPLACE INTO `item_db_re` VALUES ('14534','Small_Life_Potion','Small Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 320; sc_start4 SC_S_LIFEPOTION,600000,-5,5,0,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14535','Med_Life_Potion','Medium Life Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 320; sc_start4 SC_L_LIFEPOTION,600000,-7,4,0,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14536','Abrasive','Abrasive','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 182; sc_start SC_CRITICALPERCENT,300000,30;','','');
+REPLACE INTO `item_db_re` VALUES ('14537','Regeneration_Potion','Regeneration Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 348; sc_start SC_HEALPLUS,1800000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14538','Glass_Of_Illusion','Glass of Illusion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_STEAL; sc_start SC_PLUSAVOIDVALUE,60000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14539','Shadow_Armor_S','Shadow Armor Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_CLOAKING; sc_start4 SC_ARMOR_PROPERTY,1800000,1,Ele_Dark,1,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14540','Holy_Armor_S','Holy Armor Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 91; sc_start4 SC_ARMOR_PROPERTY,1800000,1,Ele_Holy,1,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14541','S_Def_Potion','Small Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_GUARD; sc_start SC_PROTECT_DEF,60000,3;','','');
+REPLACE INTO `item_db_re` VALUES ('14542','B_Def_Potion','Big Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_GUARD; sc_start SC_PROTECT_DEF,180000,3;','','');
+REPLACE INTO `item_db_re` VALUES ('14543','S_Mdef_Potion','Small Magic Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_SPELLBREAKER; sc_start SC_PROTECT_MDEF,60000,3;','','');
+REPLACE INTO `item_db_re` VALUES ('14544','B_Mdef_Potion','Big Magic Defense Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','specialeffect2 EF_SPELLBREAKER; sc_start SC_PROTECT_MDEF,180000,3;','','');
+REPLACE INTO `item_db_re` VALUES ('14545','Battle_Manual_X3','Battle Manual X3','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_PLUSEXP,1800000,300;','','');
+REPLACE INTO `item_db_re` VALUES ('14546','Fire_Cracker_Love','I Love You Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','end;','','');
+REPLACE INTO `item_db_re` VALUES ('14547','Fire_Cracker_Wday','Whiteday Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','end;','','');
+REPLACE INTO `item_db_re` VALUES ('14548','Fire_Cracker_Vday','Valentine\'s Day Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','end;','','');
+REPLACE INTO `item_db_re` VALUES ('14549','Fire_Cracker_Bday','Birthday Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','end;','','');
+REPLACE INTO `item_db_re` VALUES ('14550','Fire_Cracker_Xmas','Xmas Firecracker','2','2','1','20','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','end;','','');
+REPLACE INTO `item_db_re` VALUES ('14551','Str_Dish01_','Fried Grasshopper Legs','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,1; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14552','Str_Dish02_','Seasoned Sticky Webfoot','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,2; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14553','Str_Dish03_','Bomber Steak','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,3; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14554','Int_Dish01_','Grape Juice Herbal Tea','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,1; percentheal 0,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14555','Int_Dish02_','Autumn Red Tea','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,2; percentheal 0,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14556','Int_Dish03_','Honey Herbal Tea','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,3; percentheal 0,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14557','Vit_Dish01_','Steamed Crab Nippers','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,1; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14558','Vit_Dish02_','Assorted Seafood','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,2; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14559','Vit_Dish03_','Clam Soup','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,3; percentheal 5,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14560','Agi_Dish01_','Frog Egg Squid Ink Soup','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,1; percentheal 3,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14561','Agi_Dish02_','Smooth Noodle','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,2; percentheal 3,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14562','Agi_Dish03_','Tentacle Cheese Gratin','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,3; percentheal 3,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14563','Dex_Dish01_','Honey Grape Juice','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,1; percentheal 2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14564','Dex_Dish02_','Chocolate Mousse Cake','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,2; percentheal 2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14565','Dex_Dish03_','Fruit Mix','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,3; percentheal 2,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14566','Luk_Dish01_','Fried Monkey Tails','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,1; percentheal 3,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14567','Luk_Dish02_','Mixed Juice','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,2; percentheal 3,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14568','Luk_Dish03_','Fried Sweet Potato','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,3; percentheal 4,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14569','Knife_Goblin_Ring','Knife Goblin Ring','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1122;','','');
+REPLACE INTO `item_db_re` VALUES ('14570','Flail_Goblin_Ring','Flail Goblin Ring','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1123;','','');
+REPLACE INTO `item_db_re` VALUES ('14571','Hammer_Goblin_Ring','Hammer Goblin Ring','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1125;','','');
+REPLACE INTO `item_db_re` VALUES ('14572','Holy_Marble','Holy Marble','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1385;','','');
+REPLACE INTO `item_db_re` VALUES ('14573','Red_Burning_Stone','Red Burning Stone','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1382;','','');
+REPLACE INTO `item_db_re` VALUES ('14574','Skull_Of_Vagabond','Vagabond\'s Skull','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','pet 1208;','','');
+REPLACE INTO `item_db_re` VALUES ('14575','Str_Dish05_','Lutie Lady\'s Pancake','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_STR,1200000,5; percentheal 10,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14576','Int_Dish05_','Mastela Fruit Wine','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_INT,1200000,5; percentheal 0,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14577','Vit_Dish05_','Spicy Fried Bao','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_VIT,1200000,5; percentheal 10,0;','','');
+REPLACE INTO `item_db_re` VALUES ('14578','Agi_Dish05_','Steamed Bat Wing in Pumpkin','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_AGI,1200000,5; percentheal 6,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14579','Dex_Dish05_','Green Salad','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_DEX,1200000,5; percentheal 5,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14580','Luk_Dish05_','Fried Scorpion Tails','0','2','1','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_FOOD_LUK,1200000,5; percentheal 5,2;','','');
+REPLACE INTO `item_db_re` VALUES ('14581','Dun_Tele_Scroll2','Dungeon Teleport Scroll II','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashDungeon\";','','');
+REPLACE INTO `item_db_re` VALUES ('14582','WOB_Rune','Yellow Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashCity\",1;','','');
+REPLACE INTO `item_db_re` VALUES ('14583','WOB_Schwaltz','Green Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashCity\",2;','','');
+REPLACE INTO `item_db_re` VALUES ('14584','WOB_Rachel','Red Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashCity\",3;','','');
+REPLACE INTO `item_db_re` VALUES ('14585','WOB_Local','Blue Butterfly Wing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashCity\",4;','','');
+REPLACE INTO `item_db_re` VALUES ('14586','Spark_Candy','Jumping Candy','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','bonus2 bHPLossRate,100,10000;','','');
+REPLACE INTO `item_db_re` VALUES ('14587','Repair_Scroll_','Equipment Repair Spell Book','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill BS_REPAIRWEAPON,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14588','Pty_Blessing_Scroll','Party Blessing 10 Scroll','11','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill CASH_BLESSING,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14589','Pty_Inc_Agi_Scroll','Party Increase Agi 10 Scroll','11','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill CASH_INCAGI,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14590','Pty_Assumptio_Scroll','Party Assumptio 5 Scroll','11','10','5','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill CASH_ASSUMPTIO,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14591','Siege_Teleport_Scroll','WoE Teleport Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','callfunc \"F_CashSeigeTele\";','','');
+REPLACE INTO `item_db_re` VALUES ('14592','Job_Manual50','Job Battle Manual','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_CASH_PLUSONLYJOBEXP,1800000,50;','','');
+REPLACE INTO `item_db_re` VALUES ('14593','Magic_Power_Scroll','Mystical Amplification Scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill HW_MAGICPOWER,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14594','Quagmire_Scroll','Quagmire scroll','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill WZ_QUAGMIRE,5;','','');
+REPLACE INTO `item_db_re` VALUES ('14595','Unsealed_Magic_Spell','Unsealed Magic Spell','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','warp \"yuno_fild09\",255,127;','','');
+REPLACE INTO `item_db_re` VALUES ('14596','Pierre_Treasurebox','Pierre\'s Treasurebox','2','0','0','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getrandgroupitem 14596,1; getrandgroupitem 14596,1; getrandgroupitem 14596,1; getrandgroupitem 14596,1; getrandgroupitem 14596,1; getrandgroupitem 14596,1;','','');
+REPLACE INTO `item_db_re` VALUES ('14597','PhreeoniS','Phreeoni Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ITEMSCRIPT,180000,4121;','','');
+REPLACE INTO `item_db_re` VALUES ('14598','GhostringS','Ghostring Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ITEMSCRIPT,60000,4047;','','');
+REPLACE INTO `item_db_re` VALUES ('14599','Greed_Scroll_C','Greed Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14600','Mental_Potion','Mental Potion','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14601','Tyr\'s_Blessing','Tyr\'s Blessing','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCFLEE,300000,30; sc_start SC_INCHIT,300000,30; sc_start SC_PLUSATTACKPOWER,300000,20; sc_start SC_PLUSMAGICPOWER,300000,20;','','');
+REPLACE INTO `item_db_re` VALUES ('14602','TaogunkaS','Tao Gunka Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ITEMSCRIPT,180000,4302;','','');
+REPLACE INTO `item_db_re` VALUES ('14603','MistressS','Mistress Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ITEMSCRIPT,180000,4132;','','');
+REPLACE INTO `item_db_re` VALUES ('14604','Orc_HeroS','Orc Hero Scard','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ITEMSCRIPT,60000,4143;','','');
+REPLACE INTO `item_db_re` VALUES ('14605','Orc_LoadS','Orc Load Scroll','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_ITEMSCRIPT,180000,4135;','','');
+REPLACE INTO `item_db_re` VALUES ('14606','Job_Manual25','JOB Battle Manual','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14607','Luxurious_Dinner_W','Luxurious Western Food','2','10000','5000','600','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCALLSTATUS,3600000,3;','','');
+REPLACE INTO `item_db_re` VALUES ('14608','Luxurious_Dinner_E','Manchu-Han Imperial Feast','2','20000','10000','1200','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','sc_start SC_INCALLSTATUS,3600000,6;','','');
+REPLACE INTO `item_db_re` VALUES ('14609','Spoiled_Cuisine','Spoiled Cuisine','2','5000','2500','300','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','percentheal 10,10;','','');
+REPLACE INTO `item_db_re` VALUES ('14611','M_Def_Potion','M Def Potion','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14612','M_Mdef_Potion','M Mdef Potion','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14613','RWC_Scroll_2012','RWC Arms Box','2','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14614','Ex_Def_Potion','Special Defense Potion','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14616','STR_Biscuit_Stick','Bar of Strength','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14617','VIT_Biscuit_Stick','Bar of Fitness','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('14618','AGI_Biscuit_Stick','Bar of Agility','11','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15000','Bone_Plate','Bone Plate','5','20','10','1000','0','0','60','0','1','414946','58','2','16','0','0','150','1','0','0','bonus bStr,1; bonus bMdef,3; bonus2 bIgnoreDefRate,RC_DemiHuman,10; bonus2 bIgnoreDefRate,RC_Brute,10; bonus3 bAutoSpellWhenHit,NPC_WIDEBLEEDING,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('15001','Odin\'s_Blessing_I','Odin\'s Blessing','5','0','0','0','0','0','10','0','0','4294967294','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15002','Rune_Plate','Rune Plate','5','0','0','0','0','0','95','0','1','16512','56','2','16','0','99','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15003','Freyja_SRobe7','Freya Soul Robe','5','0','0','300','0','0','7','0','0','4294967295','63','2','16','0','20','150','0','0','0','bonus bMaxHP,700;','','');
+REPLACE INTO `item_db_re` VALUES ('15004','Freyja_SRobe30','Freya Soul Robe','5','0','0','300','0','0','7','0','0','4294967295','63','2','16','0','20','150','0','0','0','bonus bMaxHP,700;','','');
+REPLACE INTO `item_db_re` VALUES ('15005','Freyja_SRobe60','Freya Soul Robe','5','0','0','300','0','0','7','0','0','4294967295','63','2','16','0','20','150','0','0','0','bonus bMaxHP,700;','','');
+REPLACE INTO `item_db_re` VALUES ('15006','Freyja_SRobe90','Freya Soul Robe','5','0','0','300','0','0','7','0','0','4294967295','63','2','16','0','20','150','0','0','0','bonus bMaxHP,700;','','');
+REPLACE INTO `item_db_re` VALUES ('15007','Time_Keepr_Robe','Guardian Robe','5','30000','15000','0','0','0','62','0','0','4294967295','63','2','16','0','0','150','1','0','0','bonus bMdef,1; bonus bStr,2; bonus bMaxHP,200;','','');
+REPLACE INTO `item_db_re` VALUES ('15008','Flame_Sprits_Armor__','Flame Sprits Armor','5','20','10','1000','0','0','25','0','0','4294967295','63','2','16','0','0','150','1','0','0','bonus bMdef,1; bonus2 bSubEle,Ele_Fire,5;','','');
+REPLACE INTO `item_db_re` VALUES ('15009','Para_Team_Uniform1','Eden Group Uniform I','5','0','0','0','0','0','35','0','0','4294967295','63','2','16','0','12','150','0','0','0','bonus bMaxHP,100; bonus bMaxSP,10;','','');
+REPLACE INTO `item_db_re` VALUES ('15010','Para_Team_Uniform2','Eden Group Uniform II','5','0','0','0','0','0','46','0','0','4294967295','63','2','16','0','26','150','0','0','0','bonus bMaxHP,200; bonus bMaxSP,20;','','');
+REPLACE INTO `item_db_re` VALUES ('15011','Para_Team_Uniform3','Eden Group Uniform III','5','0','0','0','0','0','58','0','0','4294967295','63','2','16','0','40','150','0','0','0','bonus bMaxHP,300; bonus bMaxSP,30; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('15012','Puente_Robe','Puente Robe','5','12000','6000','400','0','0','42','0','1','4294967295','63','2','16','0','22','150','1','0','0','bonus bFixedCastrate,-3; bonus bHealPower,5;','','');
+REPLACE INTO `item_db_re` VALUES ('15013','Claire_Suits','Claire Suits','5','28000','14000','2800','0','0','58','0','1','1040382','58','2','16','0','22','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15014','Ebone_Armor','Ebone Armor','5','40000','20000','4500','0','0','93','0','1','16512','56','2','16','0','100','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15015','Upg_Adv_Suit','Reinforcement Adventure Suit','5','20','10','150','0','0','25','0','1','4294967295','63','2','16','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('15016','Upg_Coat','Reinforcement Coat','5','20','10','600','0','0','47','0','1','4294967294','63','2','16','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('15017','Upg_Saint_Robe','Reinforcement Saint Robe','5','20','10','300','0','0','55','0','1','296240','63','2','16','0','0','150','1','0','0','bonus bMdef,5; bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('15018','Upg_Tights','Reinforcement Tight','5','20','10','250','0','0','32','0','1','526344','63','2','16','0','0','150','1','0','0','bonus bDex,1; bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('15019','Upg_Thief_Cloth','Reinforcement Thief Clothes','5','20','10','100','0','0','45','0','1','570560576','63','2','16','0','0','150','1','0','0','bonus bAgi,1; bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('15020','Upg_Mail','Reinforcement Mail','5','20','10','1650','0','0','60','0','1','414946','63','2','16','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('15021','Upg_Formal_Dress','Reinforcement Formal Suit','5','20','10','150','0','0','45','0','1','4294967294','63','2','16','0','0','150','1','0','0','bonus bMaxHPrate,3;','','');
+REPLACE INTO `item_db_re` VALUES ('15022','Brazil_Swimsuit','Swimming Suit','5','20','10','100','0','0','1','0','0','4294967295','63','2','16','0','0','150','1','0','0','bonus bStr,4; bonus bInt,4; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('15023','Half_Brynhild','Brynhild (Trial Version)','5','20','10','0','0','0','60','0','0','4294967295','63','2','16','0','47','150','0','0','0','bonus bMdef,10; bonus bMaxHP,20*BaseLevel; bonus bMaxSP,5*BaseLevel; bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus bMatkRate,5; bonus bUnbreakableArmor,0; bonus bNoKnockback,0;','','');
+REPLACE INTO `item_db_re` VALUES ('15024','Army_Padding','Army Padding','5','0','0','10','0','0','10','0','0','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15025','Golden_Rod_Robe','Golden Rod Robe','5','20','10','500','0','0','40','0','0','512','56','2','16','0','100','150','1','0','0','bonus bDefEle,Ele_Wind; bonus bMdef,10; bonus bInt,1; if(readparam(bInt)>=120) { bonus bInt,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('15026','Aqua_Robe','Aqua Robe','5','20','10','500','0','0','40','0','0','512','56','2','16','0','100','150','1','0','0','bonus bDefEle,Ele_Water; bonus bMdef,10; bonus bInt,1; if(readparam(bInt)>=120) { bonus bInt,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('15027','Crimson_Robe','Crimson Robe','5','20','10','500','0','0','40','0','0','512','56','2','16','0','100','150','1','0','0','bonus bDefEle,Ele_Fire; bonus bMdef,10; bonus bInt,1; if(readparam(bInt)>=120) { bonus bInt,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('15028','Forest_Robe','Forest Robe','5','20','10','500','0','0','40','0','0','512','56','2','16','0','100','150','1','0','0','bonus bDefEle,Ele_Earth; bonus bMdef,10; bonus bInt,1; if(readparam(bInt)>=120) { bonus bInt,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('15029','Robe_Of_Affection','Robe Of Affection','5','20','10','300','0','0','22','0','0','256','56','2','16','0','100','150','1','0','0','bonus bDefEle,Ele_Holy; bonus bMdef,10; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('15030','Robe_Of_Judgement','Robe Of Judgement','5','20','10','300','0','0','22','0','0','256','56','2','16','0','100','150','1','0','0','bonus bDefEle,Ele_Dark; bonus bMdef,10; bonus bStr,1; bonus bInt,1; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; bonus2 bSubRace,RC_Formless,-10; bonus2 bSubRace,RC_Brute,-10; bonus2 bSubRace,RC_DemiHuman,-10; bonus2 bSubRace,RC_Plant,-10; bonus2 bSubRace,RC_Insect,-10; bonus2 bSubRace,RC_Fish,-10; bonus2 bSubRace,RC_Angel,-10; bonus2 bSubRace,RC_Dragon,-10;','','');
+REPLACE INTO `item_db_re` VALUES ('15031','Para_Team_Armor','Eden Group Armor','5','0','0','0','0','0','70','0','0','4294967295','63','2','16','0','60','150','0','0','0','bonus bMdef,5; bonus bMaxHP,500; bonus bMaxSP,50; bonus bStr,1; bonus bInt,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('15032','Tidung','Tidung','5','10','5','500','0','0','2','0','1','4294967294','63','2','16','0','0','150','1','0','0','bonus bMdef,10; bonus2 bResEff,Eff_Stun,1500; bonus2 bResEff,Eff_Freeze,1500; bonus2 bSubRace,RC_NonBoss,5; bonus2 bSubRace,RC_Boss,5;','','');
+REPLACE INTO `item_db_re` VALUES ('15033','Tutorial_Mattle','Tutorial Mantle','5','0','0','600','0','0','37','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15034','Tutorial_Mattle_','Tutorial Mantle','5','0','0','600','0','0','37','0','1','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15035','2010Love_Daddy','2010 Love Daddy Shirt','5','10','5','100','0','0','6','0','0','4294967295','63','2','16','0','0','150','1','0','0','bonus bAllStats,1; bonus bMaxHP,150; bonus bMaxSP,150; bonus2 bResEff,Eff_Stone,9000; bonus2 bResEff,Eff_Freeze,9000; bonus2 bResEff,Eff_Stun,9000; bonus2 bResEff,Eff_Sleep,9000; bonus2 bResEff,Eff_Silence,9000; bonus2 bResEff,Eff_Curse,9000; bonus2 bResEff,Eff_Confusion,9000; bonus2 bResEff,Eff_Blind,9000; bonus2 bResEff,Eff_Poison,9000; bonus2 bResEff,Eff_Bleeding,9000;','','');
+REPLACE INTO `item_db_re` VALUES ('15036','Ur_Plate','Ur\'s Plate','5','20','10','3000','0','0','110','0','0','16512','56','2','16','0','100','150','1','0','0','bonus bMdef,10; bonus bMaxHPrate,getequiprefinerycnt(EQI_ARMOR); bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubEle,Ele_Neutral,5;','','');
+REPLACE INTO `item_db_re` VALUES ('15037','Peuz_Plate','Peuz\'s Plate','5','20','10','3000','0','0','110','0','0','16512','56','2','16','0','100','150','1','0','0','bonus bMdef,10; bonus bBaseAtk,20; bonus bFlee,17;','','');
+REPLACE INTO `item_db_re` VALUES ('15038','Sabah_Cloth','Sapha\'s Cloth','5','20','10','100','0','0','45','0','1','4096','56','2','16','0','100','150','1','0','0','bonus bLuk,3; bonus3 bAutoSpell,ASC_METEORASSAULT,getskilllv(ASC_METEORASSAULT),10;','','');
+REPLACE INTO `item_db_re` VALUES ('15039','Nab_Cloth','Nab\'s Cloth','5','20','10','100','0','0','45','0','1','4096','56','2','16','0','100','150','1','0','0','bonus bStr,2; bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('15040','Prison_Uniform','Prison Uniform','5','10','5','1500','0','0','5','0','0','4294967295','63','2','16','0','50','150','1','0','0','set .@rate,(getrefine()>10)?10:getrefine(); bonus bHit,.@rate; bonus bFlee,.@rate;','','');
+REPLACE INTO `item_db_re` VALUES ('15041','Boitata_Armor','Boitata Armor','5','20','10','600','0','0','45','0','1','4294967295','63','2','16','0','60','150','1','0','0','bonus bUnbreakableArmor,0; bonus bMdef,3; bonus2 bSubEle,Ele_Neutral,7; bonus bMaxHPrate,5; bonus bFlee,5;','','');
+REPLACE INTO `item_db_re` VALUES ('15042','White_Wing_Suits','White Wing Suits','5','20','10','100','0','0','45','0','1','2048','56','2','16','0','100','150','1','0','0','bonus bLongAtkRate,getrefine()*2; bonus bFlee,getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('15043','Black_Wing_Suits','Black Wing Suits','5','20','10','100','0','0','45','0','1','2048','56','2','16','0','100','150','1','0','0','bonus bInt,2; bonus bBaseAtk,getequiprefinerycnt(EQI_ARMOR)*3;','','');
+REPLACE INTO `item_db_re` VALUES ('15044','Green_Operation_Coat','Green Operation Coat','5','56000','28000','660','0','0','66','0','1','262144','56','2','16','0','100','150','1','0','0','bonus bDex,1; bonus bMaxSP,30;','','');
+REPLACE INTO `item_db_re` VALUES ('15045','Armor_Of_Valor','Armor Of Valor','5','0','0','0','0','0','4','0','0','4294967295','63','2','16','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15046','Siege_Plate','WoE Plate','5','10','5','3300','0','0','85','0','1','6571170','63','2','16','0','95','150','1','0','0','bonus bMdef,5; bonus2 bSubRace,RC_DemiHuman,2; if(getrefine()>5) { bonus bHealPower2,12; bonus bAddItemHealRate,12; } if(getrefine()>8) { bonus bMaxHPrate,25; }','','');
+REPLACE INTO `item_db_re` VALUES ('15047','Siege_Suits','WoE Suits','5','10','5','750','0','0','50','0','1','594435306','63','2','16','0','95','150','1','0','0','bonus bMdef,10; bonus2 bSubRace,RC_DemiHuman,2; if(getrefine()>5) { bonus bFlee2,5; bonus bLongAtkDef,20; } if(getrefine()>8) { bonus bMaxHPrate,15; }','','');
+REPLACE INTO `item_db_re` VALUES ('15048','Siege_Robe','WoE Robe','5','10','5','500','0','0','40','0','1','8487701','63','2','16','0','95','150','1','0','0','bonus bMdef,20; bonus2 bSubRace,RC_DemiHuman,2; if(getrefine()>5) { bonus bFlee,5; bonus bLongAtkDef,15; } if(getrefine()>8) { bonus bMaxHP,1000; bonus bMaxSP,100; }','','');
+REPLACE INTO `item_db_re` VALUES ('15049','Armor_Of_Faith','Divine','5','20','10','1000','0','0','0','0','0','4294967295','63','2','16','0','50','150','1','0','0','bonus bStr,4; bonus bInt,4; bonus bVit,4; bonus bDex,4; bonus bAgi,4; bonus bLuk,4;','','');
+REPLACE INTO `item_db_re` VALUES ('15050','Armor_Of_Sanctity','Province','5','20','10','1000','0','0','0','0','0','4294967295','63','2','16','0','50','150','1','0','0','bonus bStr,4; bonus bInt,4; bonus bVit,4; bonus bDex,4; bonus bAgi,4; bonus bLuk,4;','','');
+REPLACE INTO `item_db_re` VALUES ('15051','Bakonawa_Armor','Bakonawa Scale Armor','5','20','10','500','0','0','55','0','0','4294967295','63','2','16','0','0','150','1','0','0','bonus2 bSubRace,RC_Boss,getrefine()/2; bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('15052','Bayani_Bakonawa_Armor','Bakonawa Scale Armor(Bayani)','5','20','10','500','0','0','55','0','1','4294967295','63','2','16','0','0','150','1','0','0','bonus2 bSubRace,RC_Boss,getrefine()/2; bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('15053','Special_Ninja_Suit','Special Ninja Suit','5','10000','5000','1200','0','0','70','0','0','570425344','1','2','16','0','100','150','1','0','0','bonus bAgi,1+(getrefine()/3);','','');
+REPLACE INTO `item_db_re` VALUES ('15054','Ninja_Scale_Armor','Ninja Scale Armor','5','10000','5000','1800','0','0','90','0','1','570425344','1','2','16','0','100','150','1','0','0','bonus bMaxHPrate,15; bonus bMaxSPrate,-30;','','');
+REPLACE INTO `item_db_re` VALUES ('15055','Tenebris_Latitantes','Tenebris Latitantes','5','10000','5000','1500','0','0','60','0','1','570425344','1','2','16','0','100','150','1','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('15056','Special_Ninja_Suit_','Special Ninja Suit','5','10000','5000','1200','0','0','70','0','1','570425344','1','2','16','0','100','150','1','0','0','bonus bAgi,1+(getrefine()/3);','','');
+REPLACE INTO `item_db_re` VALUES ('15057','Pure_White_Apron','White Apron','5','20','10','600','0','0','50','0','1','4294967295','63','2','16','0','50','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15058','Rider_Suit','Rider Suit','5','20','10','1000','0','0','40','0','1','1040382','58','2','16','0','55','150','1','0','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('15059','2011Love_Daddy','2011Love Daddy','5','20','10','100','0','0','80','0','1','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15060','Sky_Blue_Smock','Sky-Blue Smock','5','20','10','300','0','0','1','0','1','4294967295','63','2','16','0','0','150','1','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('15061','Egir_Armor','Aegir Armor','5','200000','100000','2600','0','0','55','0','1','4294967295','63','2','16','0','110','150','1','0','0','bonus bStr,1; bonus bInt,1; bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1; bonus bUnbreakableArmor,0;','','');
+REPLACE INTO `item_db_re` VALUES ('16000','Erde','Erde','4','20','10','500','130','0','0','1','2','312754','58','2','2','3','50','150','1','8','0','bonus2 bSkillAtk,AM_ACIDTERROR,20; bonus2 bSkillAtk,AM_DEMONSTRATION,20; bonus bMaxSP,50; bonus bHealPower,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16001','Red_Square_Bag','Red Square Bag','4','20','10','500','130','0','0','1','2','312754','58','2','2','3','50','150','1','8','0','bonus bMaxHP,200; bonus2 bSkillAtk,AM_ACIDTERROR,20; bonus2 bSkillAtk,AM_DEMONSTRATION,20; bonus2 bAddMonsterDropItem,501,50; bonus2 bAddMonsterDropItem,502,20; bonus2 bAddMonsterDropItem,503,20; bonus2 bAddMonsterDropItem,504,20; bonus2 bAddMonsterDropItem,505,10; if(readparam(bStr)>=95) bonus2 bAddEff,Eff_Stun,500;','','');
+REPLACE INTO `item_db_re` VALUES ('16002','Stunner_C','Stunner','4','0','0','0','175','0','0','1','0','33040','63','2','2','3','0','150','0','8','0','bonus2 bAddEff,Eff_Stun,1000; bonus2 bAddSize,Size_Small,40; bonus2 bAddSize,Size_Medium,40; bonus2 bAddSize,Size_Large,40;','','');
+REPLACE INTO `item_db_re` VALUES ('16003','Carga_Mace','Carga Mace','4','20','10','1500','175','0','0','1','2','312704','56','2','2','3','100','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16004','P_Mace1','Eden Mace I','4','0','0','0','142','0','0','1','0','312754','63','2','2','2','26','150','0','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16005','P_Mace2','Eden Mace II','4','0','0','0','163','0','0','1','0','312754','63','2','2','2','40','150','0','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16006','Tourist_Mace','Traveler\'s Mace','4','0','0','500','45','0','0','1','0','312755','63','2','2','1','0','150','0','8','0','bonus bInt,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16007','Mjolnir_C','Ephemeral Mjolnir','4','20','10','0','250','0','0','1','0','279714','63','2','2','4','95','150','0','8','0','bonus bAtkEle,Ele_Wind; bonus bStr,15; bonus bDex,40;','','');
+REPLACE INTO `item_db_re` VALUES ('16008','F_Spanner_C','Rental Wrench','4','2','1','0','150','0','0','1','0','33040','63','2','2','3','0','150','0','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16009','E_Spanner_C','E Spanner C','4','2','1','0','150','0','0','1','0','33040','63','2','2','3','0','150','0','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16010','Red_Ether_Bag','Red Ether Bag','4','20','10','1000','15','100','0','1','1','262144','56','2','2','3','102','150','1','8','0','if(getrefine()>=6) { bonus2 bSkillAtk,GN_CRAZYWEED,20+((getrefine()-5)*2); bonus2 bSkillAtk,GN_DEMONIC_FIRE,20+((getrefine()-5)*2); } else { bonus2 bSkillAtk,GN_CRAZYWEED,20; bonus2 bSkillAtk,GN_DEMONIC_FIRE,20; }','','');
+REPLACE INTO `item_db_re` VALUES ('16011','Adventure_Mace','Adventure Mace','4','0','0','0','60','0','0','1','0','33040','63','2','2','1','0','150','0','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16012','Academy_Mace','Academy Mace','4','0','0','1000','110','0','0','1','1','33040','63','2','2','1','0','150','1','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16013','Mace_Of_Judgement','Mace Of Judgement','4','20','10','1200','140','180','0','1','2','256','56','2','2','3','100','150','1','8','0','bonus bAtkEle,Ele_Holy; bonus bStr,1; bonus bInt,1; autobonus \"{ bonus2 bAddRace,RC_Demon,20; }\",10,7000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_BLOODDRAIN; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('16014','P_Mace3','Eden Group Mace3','4','0','0','0','172','0','0','1','0','312754','63','2','2','3','60','150','0','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16015','Cat_Club','Cat Club','4','20','10','700','88','0','0','1','3','312755','63','2','2','1','0','150','1','8','0','bonus2 bAddRace,RC_Brute,15;','','');
+REPLACE INTO `item_db_re` VALUES ('16016','Tuna','Tuna','4','0','0','0','180','0','0','1','0','312754','63','2','2','1','50','150','0','8','0','bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Stun,100; bonus3 bAutoSpell,SM_BASH,5+5*(getskilllv(SM_BASH)==10),10; if(BaseLevel>99) { bonus bBaseAtk,20; }','','');
+REPLACE INTO `item_db_re` VALUES ('16017','Bloody_Cross','Bloody Cross','4','20','10','1500','170','0','0','1','0','33040','58','2','2','4','100','150','1','8','0','bonus bAtkEle,Ele_Dark; bonus3 bAutoSpell,WL_HELLINFERNO,1,10+(getrefine()*5);','','');
+REPLACE INTO `item_db_re` VALUES ('16018','Mace_Of_Judgement2','Empowered Mace Of Judgement','4','20','10','1200','170','180','0','1','1','256','56','2','2','4','130','150','1','8','0','bonus bAtkEle,Ele_Holy; bonus bStr,2; bonus bInt,2; autobonus \"{ bonus2 bAddRace,RC_Demon,40; }\",10,7000,BF_WEAPON|BF_MAGIC,\"{ specialeffect2 EF_BLOODDRAIN; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('16019','Upg_Mace','Upgrade Mace','4','20','10','800','80','0','0','1','1','312755','63','2','2','3','0','150','1','8','0','bonus bBaseAtk,(getrefine()*10); bonus bHealPower,getrefine(); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*5);','','');
+REPLACE INTO `item_db_re` VALUES ('16020','Velum_Stunner','Vellum Stunner','4','20','10','1500','170','0','0','1','0','312755','63','2','2','4','95','150','1','8','0','bonus bUnbreakableWeapon,0; bonus2 bAddEff,Eff_Stun,1000+getrefine(); bonus bAspdRate,getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('16021','Velum_Flail','Vellum Flail','4','20','10','1500','170','0','0','1','0','312755','63','2','2','4','95','150','1','8','0','bonus bUnbreakableWeapon,0; bonus3 bAutoSpell,NPC_CRITICALWOUND,5,10; bonus bHit,getrefine(); bonus bCritical,getrefine();','','');
+REPLACE INTO `item_db_re` VALUES ('16022','Nemesis_','Nemesis','4','20','10','900','120','0','0','1','2','33040','63','2','2','4','60','150','1','8','0','bonus bUnbreakableWeapon,0; bonus bAtkEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('16023','Metal_Mace','Metal Mace','4','20','10','0','80','0','0','1','1','312755','63','2','2','3','0','150','1','8','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('16026','RWC_Memory_Mace','RWC Memory Mace','4','20','10','800','100','0','0','1','1','312754','63','2','2','3','0','150','1','8','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('16131','Lady_Tanee_Doll_Box','Tanigumi Girl Doll Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5526,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16132','Lunatic_Hat_Box','Lunatic Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5527,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16134','King_Frog_Hat_Box','Frog King Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5528,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16135','Evil\'s_Bone_Hat_Box','Satanic Bone Helm Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5529,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16186','B_Dragon_Hat_Box','Baby Dragon Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5531,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16192','Quati_Hat_Box','Quati Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5537,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16194','Jaguar_Hat_Box','Jaguar Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5539,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16226','Aries_Diadem_Box','Aries Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5545,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16227','Aries_Crown_Box','Aries Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5546,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16228','RJC_Katusa_Box','RJC Katyusha Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5547,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16229','Scarlet_Rose_Box','Rose Of Crimson Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5548,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16230','Taurus_Diadem_Box','Taurus Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5549,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16231','Taurus_Crown_Box','Taurus Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5550,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16232','Reginleif_Box','Hairband Of Reginleif Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5471,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16235','Octopus_Hat_Box','Octopus Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5554,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16236','Leaf_Cat_Hat_Box','Leaf Cat Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5555,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16238','Wild_Rose_Hat_Box','Wild Rose Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5557,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16246','Crown_Of_Deceit_Box','Crown of Deceit Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5564,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16185','Raven_Cap_Box','Crow Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5530,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16193','Tucan_Hat_Box','Tucan Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5538,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16195','Tw_March_Scroll','Taiwan April Scroll','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16237','Fur_Seal_Hat_Box','Seal Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5556,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16239','Saci_Hat_Box','Luxury Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5558,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16247','Dragon_Arhat_Mask_Box','Dragon Arhat Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5565,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16248','Tiger_Arhat_Mask_Box','Tiger Arhat Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5566,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16249','Knight_Gift_Box','Knight\'s Gift Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16251','Gemini_Diadem_Box','Gemini Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5569,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16252','Gemini_Crown_Box','Gemini Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5570,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16253','Rabbit_Scroll','Rabbit Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16254','Energizing_Potion_Box','Activation Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16257','Buddah_Scroll','French Heart Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16258','HD_Bradium_5_Box','HD Bradium 5 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6226,5;','','');
+REPLACE INTO `item_db_re` VALUES ('16259','HD_Carnium_5_Box','HD Carnium 5 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6225,5;','','');
+REPLACE INTO `item_db_re` VALUES ('16260','HD_Bradium_10_Box','HD Bradium 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6226,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16261','HD_Carnium_10_Box','HD Carnium 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6225,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16269','Cancer_Diadem_Box','Cancer Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5581,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16270','Cancer_Crown_Box','Cancer Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5582,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16304','Evil_Incarnation','Deviling Incarnation Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16306','F_Upg_Guard_Box','Reinforcement Guard Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2149,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16308','F_Upg_Buckler_Box','Reinforcement Buckler Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2150,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16310','F_Upg_Shield_Box','Reinforcement Shield Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2151,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16312','F_Upg_Shoes_Box','Reinforcement Shoes Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2459,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16343','Leo_Crown_Box','Leo Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5588,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16344','Leo_Diadem_Box','Leo Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5589,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16345','F_Leo_Crown_Box','Leo Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5588,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16346','F_Leo_Diadem_Box','Leo Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5589,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16360','Desert_Prince_Box','Desert Prince Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5591,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16361','FDesert_Prince_Box','Desert Prince Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5591,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16362','Sigrun\'s_Wing_Box','Sigrun\'s Wings Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5592,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16363','FSigrun\'s_Wing_Box','Sigrun\'s Wings Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5592,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16368','Virgo_Crown_Box','Virgo Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5598,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16305','Upg_Guard_Box','Reinforcement Guard Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2149,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16307','Upg_Buckler_Box','Reinforcement Buckler Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2150,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16309','Upg_Shield_Box','Reinforcement Shield Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2151,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16311','Upg_Shoes_Box','Reinforcement Shoes Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2459,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16313','Upg_Boots_Box','Reinforcement Boots Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2460,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16371','Tw_Aug_Scroll','Tw Aug Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16372','F_Clover_Box_Mouth','Four Leaf Clover Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16374','BGum_Box_In_Mouth','Chewing Bubblegum R Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16385','F_Clover_Box_Mouth2','O\'Riley\'s Green Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16386','F_Clover_Box_Mouth4','4 Leaf Clover In Mouth R Box III','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16389','BGum_Box_In_Mouth2','Chewing Bubblegum R Box II','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16390','BGum_Box_In_Mouth4','Chewing Bubblegum R Box III','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16393','HD_Ori_Box5','Purified Oridecon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6240,5;','','');
+REPLACE INTO `item_db_re` VALUES ('16394','HD_Ori_Box10','Purified Oridecon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6240,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16395','HD_Elu_Box5','Purified Eluminium(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6241,5;','','');
+REPLACE INTO `item_db_re` VALUES ('16396','HD_Elu_Box10','Purified Eluminium(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6241,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16397','Virgo_Diadem_Box','Virgo Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5599,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16405','Midgard_Coin_Box','Midgard Coin Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6242,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16406','FMidgard_Coin_Box','Midgard Coin Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6242,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16409','Tw_Sep_Scroll','Flower Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16410','Chung_Hairband_Box','Chung Hairband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5609,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16411','FChung_Hairband_Box','FChung Hairband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5609,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16412','Ice_Wing_Ear_Box','Ice Wing Ear Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5610,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16413','FIce_Wing_Ear_Box','FIce Wing Ear Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5610,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16414','Turtle_Hat_Box','Turtle Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5611,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16415','FTurtle_Hat_Box','Turtle Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5611,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16436','Libra_Crown_Box','Libra Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5662,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16438','Libra_Diadem_Box','Libra Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5663,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16440','Filir_Wing_Box','Filir Wings Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5664,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16446','Tw_October_Scroll','Pegasus Egg','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16447','Scorpio_Crown_Box','Scorpio Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5676,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16448','Scorpio_Diadem_Box','Scorpio Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5677,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16450','FScorpio_Diadem_Box','Scorpio Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5677,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16456','My_Scroll1','Bride\'s Ribbon Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16457','Tw_Nov_Scroll','±???­?­?????','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16461','Red_Wing_Hat_Box','Red Wing Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5690,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16462','FRed_Wing_Hat_Box','Red Wing Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5690,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16466','My_Scroll2','Egg Of Light Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16503','E_Insurance_Package','E Insurance Package','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12209,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16542','Xmas_Bless','Xmas Bless','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16543','Snowman_Hat_Box','Snowman Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5738,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16544','FSnowman_Hat_Box','Snowman Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5738,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16548','Sagittarius_Crown_Box','Ephemeral Brysinggamen Trade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5739,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16549','Sagittarius_Diadem_Box','Ephemeral Sleipnir Trade Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5740,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16555','Premium_Reset_Stone_Box','Playspan Reset Stone Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16556','FPremium_Reset_Stone_Box','Reset Stone Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16557','CP_Helm_Scroll10','CP Helm Scroll10','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14517,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16558','CP_Shield_Scroll10','CP Shield Scroll10','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14518,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16559','CP_Armor_Scroll10','CP Armor Scroll10','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14519,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16560','CP_Weapon_Scroll10','CP Weapon Scroll10','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14520,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16561','CP_Scroll_Package','CP Scroll Package','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16562','Majestic_Devil_Scroll','Majestic Devil Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16563','BM100_Box_5','BM100 Box 5','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14533,5;','','');
+REPLACE INTO `item_db_re` VALUES ('16565','Capricorn_Crown_Box','Capricorn Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5744,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16567','Capricorn_Diadem_Box','Capricorn Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5745,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16568','FCapricorn_Diadem_Box','Capricorn Diadem Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5745,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16569','Summber_Scroll','Komodo Egg','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16576','Illusion_Nothing','Illusion Nothing','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16577','Dragon_Captain','Dragon Captain','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16582','Red_Bunny_Band_Box','Red Bunny Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5763,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16584','Sloth_Hat_Box','Sloth Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5761,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16585','F_Sloth_Hat_Box','F Sloth Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5761,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16586','Duneyrr_Helm_Box','Duneyrr Helm Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5762,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16587','F_Duneyrr_Helm_Box','F Duneyrr Helm Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5762,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16600','Spring_Flower_Scr_Tw','Spring Flower Scr Tw','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16601','Blue_Arara_Hat_Box','Blue Arara Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5778,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16602','F_Blue_Arara_Hat_Box','F Blue Arara Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5778,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16619','Yellow_Bunnyband_Box','Yellow Bunnyband Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 5783,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16631','Aributa_Scroll','Aributa Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16638','Life_Ribbon_Box','Ribbon of Life Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16639','Life_Ribbon_Box2','Ribbon of Life Box II','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16640','Life_Ribbon_Box3','Life Ribbon Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16652','Flame_Light','Flame Light','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16653','BM75_10Box','BM75 10Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12563,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16654','Valiant_Will','Valiant Will','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16665','Virgo_Scroll','Virgo Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16666','Magic_Candy_Box10','Magic Candy Box(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16673','Libra_Scroll','Libra Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16675','Splash_Scroll','Splash Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16681','BR_Independence_Scroll','BR Independence Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16682','Boarding_Halter_Box','Halter Lead 7 Day Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12622,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16683','B_Halter_Box_30Days','Halter Lead 30 Day Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16684','Wing_Of_Fly_Box10','Wing Of Fly Box10','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 601,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16685','Wing_Of_Fly_Box50','Wing Of Fly Box50','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 601,50;','','');
+REPLACE INTO `item_db_re` VALUES ('16686','Wing_Of_Fly_Box100','Wing Of Fly Box100','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 601,100;','','');
+REPLACE INTO `item_db_re` VALUES ('16687','RWC2010_SuitcaseA','RWC 2010 Travel Sack 1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16688','RWC2010_SuitcaseB','RWC 2010 Travel Sack 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16691','Scorpius_Scroll','Scorpius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16740','Ptotection_Seagod_Box','Seagod\'s Protection Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 6436,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('16741','Hairtail_Box1','Hairtail Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1198,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('16742','Hairtail_Box2','Hairtail Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1198,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('16743','Spearfish_Box1','Marlin Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1489,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('16744','Spearfish_Box2','Marlin Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 1489,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('16745','Saurel_Box1','Saurel Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13068,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('16746','Saurel_Box2','Saurel Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13068,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('16747','Tuna_Box1','Tuna Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 16016,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('16748','Tuna_Box2','Tuna Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 16016,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('16749','Malang_Crab_Box1','Malangdo Crab Box(1hr)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 18107,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('16750','Malang_Crab_Box2','Malangdo Crab Box(7day)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 18107,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('16751','Brindle_Eel_Box1','Spotty Eel Box1','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 18108,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('16752','Brindle_Eel_Box2','Spotty Eel Box2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 18108,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('16753','Unbreak_Weap_Box','Blessed Weapon Ore Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6438,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16754','F_Unbreak_Weap_Box','F Unbreak Weap Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6438,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16755','Unbreak_Def_Box','Blessed Armor Ore Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6439,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16756','F_Unbreak_Def_Box','F Unbreak Def Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6439,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16757','Hallo_Scroll','halloween Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16760','Umbala_Spirit_Box2','Umbala Spirit Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16761','F_Umbala_Spirit_Box2','Umbala Spirit Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16763','Ptotection_Seagod_Box2','Seagod\'s Protection Box2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 6436,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('16764','Ptotection_Seagod_Box3','Seagod\'s Protection Box3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 6436,1209600;','','');
+REPLACE INTO `item_db_re` VALUES ('16765','Octo_Hstick_Box','Octopus Hstick Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 6442,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('16766','Octo_Hstick_Box2','Octopus Hstick Box2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 6442,259200;','','');
+REPLACE INTO `item_db_re` VALUES ('16767','Octo_Hstick_Box3','Octopus Hstick Box3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 6442,604800;','','');
+REPLACE INTO `item_db_re` VALUES ('16770','Silvervine_Fruit_Box10','Silvervine 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6417,10; getitem 12636,30;','','');
+REPLACE INTO `item_db_re` VALUES ('16771','Silvervine_Fruit_Box40','Silvervine 40 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6417,40; getitem 12636,120;','','');
+REPLACE INTO `item_db_re` VALUES ('16774','Asgard_Scroll','Asgard Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16775','Sagittarius_Scroll','Sagittarius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16776','Universal_Catalog_Gold_Box10','Universal Catalog Gold 10 Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12581,10;','','');
+REPLACE INTO `item_db_re` VALUES ('16777','Universal_Catalog_Gold_Box50','Universal Catalog Gold 50 Box','2','0','0','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12581,50;','','');
+REPLACE INTO `item_db_re` VALUES ('16826','Sagittarius_Scr_Box','Sagittarius Scr Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16972','Weather_Report_Box','Weather Forecast Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16973','Yellow_Hat_Box','Costume: Yellow Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 19515,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16974','Comin_Actor_Box','Costume: Old-Timey Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16975','Singing_Bird_Box','Costume: Singing Bird Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 19516,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16976','Hen_Set_Box','Costume: Chicken Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16977','Red_Minicrown_Box','Costume: Mini Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 19522,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16979','Silvervine_Fruit_Box4','Silvervine 4 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6417,4; getitem 12636,12;','','');
+REPLACE INTO `item_db_re` VALUES ('16990','Sagittar_Diadem_Scroll','Sagittar Diadem Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16991','Sagittar_Di_Scroll_Box','Sagittar Di Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16992','Butterfly_Wing_Box20','Butterfly Wing Box20','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 602,20;','','');
+REPLACE INTO `item_db_re` VALUES ('16993','Butterfly_Wing_Box50','Butterfly Wing Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 602,50;','','');
+REPLACE INTO `item_db_re` VALUES ('16995','Old_Hat_Box','Old Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('16996','Capri_Crown_Scroll','Capri Crown Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16997','Capri_Crown_Scroll_Box','Capri Crown Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('16998','Archangel_Wing_Box','Archangel\'s Wing Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2573,1;','','');
+REPLACE INTO `item_db_re` VALUES ('16999','Bravery_Bag_Box','Heroic Backpack Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2576,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17000','Wander_Man_Box5','WanderM. Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12626,5;','','');
+REPLACE INTO `item_db_re` VALUES ('17001','Wander_Man_Box10','WanderM. Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12626,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17002','Wicked_Nymph_Box5','Wicked N. Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12627,5;','','');
+REPLACE INTO `item_db_re` VALUES ('17003','Wicked_Nymph_Box10','Wicked N. Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12627,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17004','Kasa_Scroll_Box5','Kasa Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12628,5;','','');
+REPLACE INTO `item_db_re` VALUES ('17005','Kasa_Scroll_Box10','Kasa Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12628,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17006','Salamander_Box5','Salamander Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12629,5;','','');
+REPLACE INTO `item_db_re` VALUES ('17007','Salamander_Box10','Salamander Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12629,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17008','Teddy_Bear_Box5','Teddy Bear Summon Box(5)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12630,5;','','');
+REPLACE INTO `item_db_re` VALUES ('17009','Teddy_Bear_Box10','Teddy Bear Summon Box(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12630,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17011','Capricon_Di_Scroll','New YearCapricon scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17012','Capricon_Di_Scroll_Box','New Year Capricon Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17013','Malang_Woe_Encard_Box','Malangdo Woe Encard Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 16740,1; getitem 16765,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17014','Butterfly_ear_Box','Costume: Butterfly Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 19509,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17015','Stuckhead_Screw_Box','Costume: Bolt Ears Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 19510,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17016','Aquarius_Diadem_Scroll','Aquarius Diadem Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17017','Aquarius_Di_Scroll_Box','Aquarius Diadem Box 10','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17018','Libra_Scroll2','Libra Scroll2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17019','Scorpio_Scroll2','Scorpio Scroll2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17020','Tw_Nov_Scroll2','Anubis Scroll II','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17021','Summer_Scroll3','Summer Scroll3','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17022','Super_Pet_Egg1_2','Super Pet Egg1 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17023','Super_Pet_Egg4_2','Super Pet Egg4 2','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17024','Lovely_Aquarius_Scroll','Lovely Aquarius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17025','Lovely_Aquarius_Box','Lovely Aquarius Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17026','Boitata_Scroll','Boitata Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17028','Pisces_Diadem_Scroll','Pisces Diadem Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17029','Pisces_Diadem_Box','Pisces Diadem Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17030','St_Pat_Hat_box','St Patrick\'s Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18565,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17035','Energetic_Pisces_Scroll','Energetic Pisces Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17036','Energetic_Pisces_Box','Energetic Pisces Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17037','Transbox_Devi','Transformation Scroll Box(Deviruchi)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12658,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17038','Transbox_Ray','Transformation Scroll Box(Raydric Archer)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12659,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17039','Transbox_Mavka','Transformation Scroll Box(Mavka)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12660,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17040','Transbox_Marduk','Transformation Scroll Box(Manuk)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12661,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17041','Transbox_Banshee','Transformation Scroll Box(Banshee)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12662,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17042','Transbox_Poring','Transformation Scroll Box(Poring)(10)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12663,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17043','Transbox_Golem','Transformation Scroll Box(Golem)(10)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12664,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17050','Aries_Scroll','Aries Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17051','Aries_Scroll_Box','Aries Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17052','Holy_Mom_Blaze_Box','Virgin Splendor Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6472,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17056','Wiz_Card_Album','Wiz Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17057','Swordman_Card_Album','Swordman Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17058','Thief_Card_Album','Thief Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17059','Acolyte_Card_Album','Acolyte Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17060','Merchant_Card_Album','Merchant Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17061','Archer_Card_Album','Archer Card Album','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17062','Taurus_Diadem_Scroll','Taurus Diadem Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17063','Taurus_Di_Scroll_Box','Taurus Di Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17064','Tw_Sagitt_Scroll','Tw Sagitt Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17066','Poison_Bottle_Box50','Poison Bottle Box50','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 678,50;','','');
+REPLACE INTO `item_db_re` VALUES ('17067','Poison_Bottle_Box100','Poison Bottle Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 678,100;','','');
+REPLACE INTO `item_db_re` VALUES ('17068','Acidbomb_Box50','Acid Bomb 50 Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17069','Acidbomb_Box100','Acidbomb Box(100)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17070','Acidbomb_Box500','Acidbomb Box(500)','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17071','Superb_Fish_Box50','Superb Fish Box(50)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14524,50;','','');
+REPLACE INTO `item_db_re` VALUES ('17072','Superb_Fish_Box100','Superb Fish Box(100)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14524,100;','','');
+REPLACE INTO `item_db_re` VALUES ('17073','Superb_Fish_Box500','Superb Fish Box(500)','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14524,500;','','');
+REPLACE INTO `item_db_re` VALUES ('17074','Empty_Bottle_Box10','Empty Bottle Box10','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 713,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17075','Empty_Bottle_Box100','Empty Bottle Box100','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 713,100;','','');
+REPLACE INTO `item_db_re` VALUES ('17076','Empty_Bottle_Box500','Empty Bottle Box500','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 713,500;','','');
+REPLACE INTO `item_db_re` VALUES ('17077','Taurus_Crown_Scroll','Taurus Crown Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17078','Taurus_Crown_Scroll_Box','Taurus Crown Scroll Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17080','Scorpio_Scroll3','March and Groove Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17081','Yggdrasil_Crown_Box','Yggdrasil Crown Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18580,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17082','Gemi_Diadem_Scroll','Alora\'s Costume Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17083','Gemi_Diadem_Scroll_Box','Hawt Groove Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17084','Upg_Katar_Box','Upgrade Katar Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1292,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17085','Upg_Two_Handed_Axe_Box','Upgrade Two-Handed Axe Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1394,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17086','Upg_Lance_Box','Upgrade Spear Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1491,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17087','Upg_Book_Box','Upgrade Book Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 1585,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17088','Upg_Staff_Box','Upgrade Staff Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2015,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17089','Upg_Dagger_Box','Upgrade Dagger Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13071,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17090','Upg_Revolver_Box','Upgrade Revolver Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 13115,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17091','Upg_Mace_Box','Upgrade Mace Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 16019,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17092','Upg_Bow_Box','Upgrade Bow Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18112,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17093','Upg_Twohand_Sword_Box','Upgrade Two-Hand Sword Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 21000,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17094','Upg_Katar_Box2','Upgrade Katar Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17095','Upg_Two_Handed_Axe_Box2','Upgrade Two-Hand Axe Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17096','Upg_Lance_Box2','Upgrade Lance Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17104','HD_Oridecon_50Box','HD Oridecon 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6240,50;','','');
+REPLACE INTO `item_db_re` VALUES ('17105','HD_Elunium_50Box','HD Elunium 50 Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6241,50;','','');
+REPLACE INTO `item_db_re` VALUES ('17106','Max_Weight_Up_10Box','Heavy Lifter Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 7776,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17107','Gemi_Crown_Scroll','Gemini Crown Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17108','Gemi_Crown_Scroll_Box','Gemini Crown Scroll 10 Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17109','Capri_Scroll','May You Groove On Pack','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17110','Aquarius_Scroll','Aquarius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17113','Pisces_Scroll','Marching Hat Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17114','Horn_Of_Ancient_Box','Ancient Horns Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18595,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17115','Sprout_Hat_Box','Sprout Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18596,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17116','Mercury_Helm_Box','Mercury Riser Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18597,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17118','ASPD_Potion_Box10','ASPD Enhanced Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17120','Taurus_Scroll','Taurus Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17121','Starry_Scroll','Starry Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17122','Immuned_Shield_Box','Immune Shield Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2168,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17123','Black_Devil_Mask_Box','Black Devil\'s Mask Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18599,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17124','Cat_Ears_Beret_Box','Cat Ear Beret Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18600,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17125','Red_Bread_Hat_Box','Red Pom Band Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18601,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17126','ASPD_Potion_Box10_2','ASPD Enhanced Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 12684,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17127','Leo_Scroll2','March Groove and Win Crate','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17134','RWC_Scroll','RWC Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17138','Ms_Cancer_Scroll','Cancer Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17139','RWC_Super_Scroll','RWC Super Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17140','Leo_Scroll','Leo Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17141','Ms_Virgo_Scroll','Virgo Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17143','Ms_Scorpio_Scroll','Scorpius Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17146','Dep_Alice_Hat_Box','Dep Alice Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18630,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17147','Ribbon_Chef_Hat_Box','Ribbon Chef Hat Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18631,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17152','Bridal_Ribbon_Box','Bridal Ribbon Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 18636,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17155','Upg_Huuma_Shuriken_Box','Upg Huuma Shuriken Box','2','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','rentitem 13316,86400;','','');
+REPLACE INTO `item_db_re` VALUES ('17156','TCG_Card_Scroll','Bossnia Ticket Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17157','Vital_Flower_Box','Vital Flower Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6113,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17158','Flame_Gemstone_Box','Flame Gemstone Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6114,10;','','');
+REPLACE INTO `item_db_re` VALUES ('17162','Boarding_Halter_Box7','Boarding Halter Box 7D','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17165','Challenge_Kit','Challenge Kit','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17176','Boarding_Halter_Box3','Halter Lead Box[Trial]','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17181','Jan_Groove_Box','Getting Lucky Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17184','3rd_Test_Pass_Box','3rd Test Pass Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 6583,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17203','Free_Pass_Box','Free Pass Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17207','Idn_Heart_Scroll','Idn Heart Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17209','Tw_Rainbow_Scroll','Tw Rainbow Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17210','Tw_Red_Scroll','Tw Red Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17211','Tw_Orange_Scroll','Tw Orange Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17212','Tw_Yellow_Scroll','Tw Yellow Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17233','Scroll_Of_Death','Scroll Of Death','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17234','Scroll_Of_Life','Scroll Of Life','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17235','Scroll_Of_Magic','Scroll Of Magic','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17236','Scroll_Of_Thews','Scroll Of Thews','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17237','Scroll_Of_Darkness','Scroll Of Darkness','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17238','Scroll_Of_Holiness','Scroll Of Holiness','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17239','Horned_Scroll','Horned Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17240','Mercury_Scroll','Mercury Scroll','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17245','Idn_Independ_Scroll','Idn Independ Scroll','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17251','C_Wing_Of_Fly_3Day_Box','Fly Wing Infinite 3rd Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17252','RWC_2012_Set_Box','RWC Rally Box','2','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','packageitem();','','');
+REPLACE INTO `item_db_re` VALUES ('17253','RWC_2012_Ring_Box','RWC Enchant Reset Ticket Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2966,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17254','RWC_2012_Pendant_Box','RWC Enchant Reset 5 Ticket Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 2968,1;','','');
+REPLACE INTO `item_db_re` VALUES ('17256','Good_Student_Gift_Box','Good Student Gift Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17257','Bad_Student_Gift_Box','Bad Student Gift Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17262','Ex_Def_Potion_Box','Special Defense Potion Box','18','20','10','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('17270','STR_Biscuit_Stick_Box','Bar of Strength Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14616,20;','','');
+REPLACE INTO `item_db_re` VALUES ('17271','VIT_Biscuit_Stick_Box','VIT Biscuit Stick Box','18','0','0','0','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','getitem 14617,20;','','');
+REPLACE INTO `item_db_re` VALUES ('18000','Cannon_Ball','Cannon Ball','10','100','50','10','100','0','0','0','0','263168','8','2','32768','0','0','150','0','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18001','Holy_Cannon_Ball','Holy Cannon Ball','10','200','100','10','120','0','0','0','0','263168','8','2','32768','0','0','150','0','8','0','bonus bAtkEle,Ele_Holy;','','');
+REPLACE INTO `item_db_re` VALUES ('18002','Dark_Cannon_Ball','Dark Cannon Ball','10','200','100','10','120','0','0','0','0','263168','8','2','32768','0','0','150','0','8','0','bonus bAtkEle,Ele_Dark;','','');
+REPLACE INTO `item_db_re` VALUES ('18003','Soul_Cannon_Ball','Soul Cannon Ball','10','200','100','10','120','0','0','0','0','263168','8','2','32768','0','0','150','0','8','0','bonus bAtkEle,Ele_Ghost;','','');
+REPLACE INTO `item_db_re` VALUES ('18004','Iron_Cannon_Ball','Iron Cannon Ball','10','500','250','10','250','0','0','0','0','263168','8','2','32768','0','0','150','0','8','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18100','Shooting_Star_C','Shooting Star','4','1','0','0','190','0','0','5','0','526336','63','2','34','4','0','150','0','11','0','bonus bLongAtkRate,20;','','');
+REPLACE INTO `item_db_re` VALUES ('18101','F_Bow_Of_Rudra_C','Rental Bow Of Rudra','4','2','1','0','185','0','0','5','0','657416','63','2','34','4','0','150','0','11','0','bonus bAtkEle,Ele_Holy; bonus bInt,5; skill AL_CURE,1; skill AL_HEAL,1; bonus2 bResEff,Eff_Poison,5000; bonus2 bResEff,Eff_Curse,5000; bonus2 bResEff,Eff_Silence,5000; bonus2 bResEff,Eff_Confusion,5000; bonus2 bResEff,Eff_Blind,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('18102','E_Bow_Of_Rudra_C','E Bow Of Rudra C','4','2','1','0','185','0','0','5','0','657416','63','2','34','4','0','150','0','11','0','bonus bAtkEle,Ele_Holy; bonus bInt,5; skill AL_CURE,1; skill AL_HEAL,1; bonus2 bResEff,Eff_Poison,5000; bonus2 bResEff,Eff_Curse,5000; bonus2 bResEff,Eff_Silence,5000; bonus2 bResEff,Eff_Confusion,5000; bonus2 bResEff,Eff_Blind,5000;','','');
+REPLACE INTO `item_db_re` VALUES ('18103','Mystic_Bow','Mystic Bow','4','20','10','1700','75','0','0','5','0','526336','56','2','34','3','105','150','1','11','0','bonus bMatk,100; bonus bInt,4; bonus2 bSkillUseSP,WM_SEVERE_RAINSTORM,10;','','');
+REPLACE INTO `item_db_re` VALUES ('18104','Adventure_Bow','Adventure Bow','4','0','0','0','60','0','0','1','0','526344','63','2','34','1','0','150','0','11','0','bonus bUnbreakableWeapon,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18105','Academy_Bow','Academy Bow','4','0','0','1200','90','0','0','5','1','526344','63','2','34','1','0','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18106','P_Bow3','Eden Group Bow3','4','0','0','0','140','0','0','5','0','526344','63','2','34','3','60','150','0','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18107','Malang_Snow_Crab','Malang Snow Crab','4','0','0','0','120','0','0','5','0','657480','63','2','34','1','50','150','0','11','0','bonus bUnbreakableWeapon,0; bonus bLuk,3; bonus bCritAtkRate,50; if(BaseLevel>99) { bonus bLongAtkRate,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('18108','Brindle_Eel','Brindle Eel','4','0','0','0','180','0','0','5','0','526336','63','2','34','1','50','150','0','11','0','bonus bUnbreakableWeapon,0; bonus bAgi,3; autobonus \"{ bonus bAspd,2; }\",10,7000,BF_WEAPON,\"{ specialeffect2 EF_HASTEUP; }\"; if(BaseLevel>99) { bonus bLongAtkRate,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('18109','Catapult','Catapult','4','56000','28000','1100','150','0','0','5','2','131072','56','2','34','4','100','150','1','11','0','bonus2 bSkillAtk,SC_TRIANGLESHOT,(getrefine()/2);','','');
+REPLACE INTO `item_db_re` VALUES ('18110','Big_CrossBow','Big CrossBow','4','56000','28000','900','160','0','0','5','2','2048','56','2','34','4','110','150','1','11','0','bonus2 bSkillAtk,RA_ARROWSTORM,(getrefine()/5); if(readparam(bAgi)>=120) { bonus bAspd,1; }','','');
+REPLACE INTO `item_db_re` VALUES ('18111','Creeper_Bow','Creeper Bow','4','56000','28000','1500','150','0','0','5','2','526336','56','2','34','3','120','150','1','11','0','bonus bDex,1; bonus3 bAutoSpell,PF_SPIDERWEB,1,10;','','');
+REPLACE INTO `item_db_re` VALUES ('18112','Upg_Bow','Upgrade Bow','4','20','10','600','60','0','0','5','1','526344','63','2','34','3','0','150','1','11','0','bonus bBaseAtk,(getrefine()*7); bonus bLongAtkRate,(getrefine()*2); if(BaseJob==Job_Hunter) bonus bBaseAtk,20; if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
+REPLACE INTO `item_db_re` VALUES ('18113','Velum_Arbalest','Vellum Arbalest','4','20','10','1100','50','0','0','5','0','657480','63','2','34','4','95','150','1','11','0','bonus2 bSPVanishRate,10000,4; bonus bAspd,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('18114','Velum_CrossBow','Vellum CrossBow','4','20','10','1100','110','0','0','5','0','657480','63','2','34','4','95','150','1','11','0','bonus2 bAddRace,RC_DemiHuman,30+getrefine(); bonus2 bIgnoreDefRate,RC_DemiHuman,30;','','');
+REPLACE INTO `item_db_re` VALUES ('18115','Orc_Archer_Bow_','Orc Archer\'s Bow','4','20','10','1600','120','0','0','5','1','657416','63','2','34','3','65','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18116','Metal_Bow','Metal Bow','4','20','10','0','50','0','0','5','1','526344','63','2','34','3','0','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18117','Royal_Bow','Royal Bow','4','200000','100000','1500','80','0','0','5','1','657416','63','2','34','4','105','150','1','11','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18500','Cheer_Scarf6','Cheering scarf VI','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','0','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,60; bonus2 bExpAddRace,RC_NonBoss,60;','','');
+REPLACE INTO `item_db_re` VALUES ('18501','Cheer_Scarf8','Cheering scarf VIII','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','0','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,80; bonus2 bExpAddRace,RC_NonBoss,80;','','');
+REPLACE INTO `item_db_re` VALUES ('18502','Cheer_Scarf10','Cheering scarf X','5','0','0','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','369','0','bonus bUnbreakableHelm,0; bonus2 bExpAddRace,RC_Boss,100; bonus2 bExpAddRace,RC_NonBoss,100;','','');
+REPLACE INTO `item_db_re` VALUES ('18503','Small_Horn_Of_Devil','Small Devil Horns','5','20','10','100','0','0','2','0','0','4294967295','63','2','512','0','0','150','0','562','0','bonus bAtkRate,5; bonus bMatkRate,5; bonus bMaxHPrate,10; bonus bMaxSPrate,10;','','');
+REPLACE INTO `item_db_re` VALUES ('18504','Anubis_Helm_J','Anubis Helm J','5','20','10','1000','0','0','0','0','0','4294967295','63','2','769','0','70','150','0','485','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18505','Umbala_Spirit','Umbala Spirit','5','0','0','0','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','675','0','bonus bVit,1; bonus bMaxHPrate,1; bonus2 bAddMonsterDropItem,517,500;','','');
+REPLACE INTO `item_db_re` VALUES ('18506','Hattah_Black','Hata Black','5','12000','6000','4000','0','0','2','0','1','4294967295','63','2','769','0','0','150','1','676','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18507','Elven_Ears_','Elven Ears','5','20','10','100','0','0','0','0','1','4294967294','63','2','512','0','70','150','0','73','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18508','Garuda_Hat','Garuda Hat','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','30','150','1','677','0','bonus bLuk,5; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18509','RWC2010_Indonesia','RWC 2010 Indonesia','5','20','10','100','0','0','6','0','1','4294967294','63','2','256','0','15','150','1','678','0','bonus bLuk,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18510','Blood_Angel_Hair_Band','Bloody Angel Wings','5','0','0','0','0','0','1','0','0','4294967295','63','2','256','0','60','150','0','679','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18511','Blood_Angel_Wing_Ear','Bloody Angel Wing Ears','5','0','0','0','0','0','1','0','0','4294967295','63','2','512','0','60','150','0','680','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18512','Juho_Necktie','Necktie of Drunkard','5','0','0','0','0','0','1','0','1','4294967295','63','2','256','0','20','150','1','443','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18513','Shining_Sunflower','Shining Sunflower','5','20','10','300','0','0','0','0','0','4294967294','63','2','256','0','0','150','0','681','0','bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18514','Para_Team_Hat2','Eden Group Hat II','5','0','0','0','0','0','5','0','1','4294967295','63','2','256','0','60','150','1','682','0','autobonus \"{ bonus bBaseAtk,10; }\",50,5000,BF_WEAPON,\"{ specialeffect2 EF_ENHANCE; }\"; autobonus \"{ bonus bMatk,10; }\",50,5000,BF_MAGIC,\"{ specialeffect2 EF_MAGICALATTHIT; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('18515','RTC_1st_Helm','RTC winners Pitching','5','6000','3000','2500','0','0','0','0','1','4294967294','63','2','769','0','90','150','0','683','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18516','RTC_2nd_Helm','RTC Second Pitching','5','6000','3000','2500','0','0','0','0','1','4294967294','63','2','769','0','90','150','0','684','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18517','RTC_3rd_Helm','RTC 3rd Winner Hat','5','6000','3000','2500','0','0','0','0','1','4294967294','63','2','769','0','90','150','0','685','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18518','Ear_Of_Angel\'s_Wing_','Angel Wing Ears','5','20','10','100','0','0','3','0','1','4294967295','63','2','512','0','70','150','0','158','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18519','Ear_Of_Devil\'s_Wing_','Wing of Diablo','5','20','10','100','0','0','3','0','1','4294967295','63','2','512','0','70','150','0','152','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18520','Jaty_C','Jaty Crown','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','686','0','bonus2 bSubRace,RC_Plant,5; bonus2 bSubRace,RC_Brute,5; bonus2 bAddRace,RC_Plant,5; bonus2 bAddRace,RC_Brute,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18521','Lucky_Clover','Lucky Clover','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','50','150','0','571','0','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18522','Evil_Marcher_Hat','Evil Marching Hat','5','20','10','500','0','0','10','0','1','4294967295','63','2','256','0','0','150','1','687','0','bonus bStr,2; bonus bMdef,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18523','Super_Scell','Thunderstorm Cloud','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','30','150','0','688','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18524','Dokkebi_Mask','Mask Of Demon','5','20','10','700','0','0','1','0','0','4294967295','63','2','513','0','50','150','0','689','0','bonus bUnbreakableHelm,0; bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18525','Watermelon_Hat','Watermelon Hat','5','20','10','100','0','0','4','0','1','4294967295','63','2','256','0','30','150','1','690','0','bonus bLuk,1; bonus bVit,1; bonus bMdef,4; bonus2 bAddEle,Ele_Fire,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18526','Yummy_Lollipop','Delicious Lollipop','5','20','10','0','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','446','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18527','Gloomy_Pumpkin_Hat','Gloomy Pumpkin Hat','5','200','100','500','0','0','5','0','0','4294967295','63','2','256','0','45','150','0','691','0','bonus bUnbreakableHelm,0; bonus2 bAddMonsterDropItem,12192,10; bonus bMdef,5; bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18528','Tare_Neko_Cru','Drooping Neko Crew','5','20','10','100','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','692','0','bonus bInt,2; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18529','Drooping_Wild_Rose','Accurate Wild Rose','5','20','10','500','0','0','5','0','1','4294967295','63','2','768','0','30','150','1','541','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18530','Tha_Despero_Mask','Thanatos Despero Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','513','0','30','150','0','693','0','bonus bUnbreakableHelm,0; bonus bLuk,-5;','','');
+REPLACE INTO `item_db_re` VALUES ('18531','Drooping_Permeter','Drooping Permeter','5','20','10','1000','0','0','8','0','1','4294967295','63','2','256','0','10','150','1','694','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18532','Heart_Ribbon_Band','Heart Ribbon Hairband','5','20','10','100','0','0','0','0','1','4294967295','63','2','256','0','10','150','1','708','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18533','Honeybee_Hat','Honey Bee Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','50','150','1','709','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18534','Fancy_Phantom_Mask','Fancy Phantom Mask','5','20','10','1000','0','0','5','0','1','4294967295','63','2','768','0','20','150','1','710','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18535','Pumpkin_Hat_2010','Pumpkin Hat 2010','5','20','10','200','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','206','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18536','Foxtail','Foxtail','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','711','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18537','Malangdo_Hat','Malangdo Hat','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','726','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18538','Evil_Whisper','Spirit Whispers','5','20','10','300','0','0','3','0','0','4294967295','63','2','512','0','0','150','0','712','0','bonus bUnbreakableHelm,0; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18539','Skull_Cap','Skull Cap','5','20','10','400','0','0','5','0','1','4294967295','63','2','256','0','10','150','1','713','0','bonus bMatkRate,2; if(getrefine() >= 5) { bonus bMatkRate,3; } if(getrefine() >= 7) { bonus bMatkRate,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('18540','Evil_Mask','Demon Mask','5','20','10','1000','0','0','3','0','0','4294967295','63','2','513','0','10','150','0','714','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18541','Little_Feather_Hat','Little Feather Hat','5','20','10','500','0','0','1','0','1','4294967295','63','2','256','0','30','150','1','715','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18542','All_Love_Guard','Benevolent Guardian','5','20','10','500','0','0','10','0','1','4294967295','63','2','768','0','10','150','1','716','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18543','Witchs_Hat','Witch Hat','5','20','10','300','0','0','7','0','0','4294967295','63','2','256','0','20','150','1','717','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18544','Blrabbit_Hband','Blrabbit Hband','5','20','10','100','0','0','6','0','0','4294967295','63','2','256','0','30','150','1','718','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18545','Whrabbit_Hband','Whrabbit Hband','5','20','10','100','0','0','6','0','0','4294967295','63','2','256','0','30','150','1','719','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18546','Lover_In_Mouth','Sweetheart Gum Of Mouth','5','20','10','300','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','720','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18547','Campus_Festival','Campus Festival Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','721','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18548','Tiny_Hat','Taini Cap','5','20','10','30','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','722','0','bonus bInt,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18549','Nabi_Hair_Pin','Butterfly Hairpin','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','20','150','1','723','0','bonus bInt,1; bonus bAgi,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18550','Asgard_Blessing','Asgard Blessing','5','20','10','300','0','0','3','0','1','4294967295','63','2','256','0','30','150','1','724','0','bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18551','Galaxy_Circlet','Galaxy Circlet','5','20','10','1000','0','0','5','0','1','4294967295','63','2','256','0','50','150','1','725','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18552','Proba_Angel_Blessing','Baby Angel Stone Hat','5','20','10','1200','0','0','0','0','1','4294967295','63','2','256','0','10','150','1','444','0','bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18553','Mini_Tree','Christmas Tree Hat','5','20','10','50','0','0','5','0','0','4294967295','63','2','256','0','0','150','1','727','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18554','King_Prawn_Hat','Amami Old Hat','5','20','10','1000','0','0','8','0','0','4294967295','63','2','256','0','0','150','0','728','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18555','General_Helmet','Dragon General Helm','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','10','150','1','729','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18556','Angel_Team_Helm','Angel\'s Symbol','5','0','0','0','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18557','Devil_Team_Helm','Devil\'s Symbol','5','0','0','0','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18558','Sinsuncho_Hat','Sinsuncho Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','730','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18559','Fafnir_Skin','Fafunirusukin','5','20','10','100','0','0','3','0','0','4294967295','63','2','512','0','50','150','0','152','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18560','Fafnir_Mask','Fafunirumasuku','5','20','10','300','0','0','2','0','0','4294967295','63','2','1','0','50','150','0','180','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18561','B_Feather_Beret','Black Feather Beret','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','40','150','1','731','0','bonus bVit,2; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18562','Bone_Hat','Death Corsage','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','10','150','1','732','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18563','Heart_Wing_Hairband','Heart Wing Headband','5','20','10','300','0','0','0','0','1','4294967295','63','2','256','0','50','150','1','733','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18564','Love_Piece','Fragments of The Love','5','20','10','200','0','0','0','0','0','4294967295','63','2','1','0','50','150','0','734','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18565','Leprechaun_Hat','St Patrick\'s Hat','5','20','10','300','0','0','8','0','1','4294967295','63','2','256','0','40','150','0','735','0','bonus bUnbreakableHelm,0; bonus bStr,1; bonus bInt,1; bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('18566','Nut_Donut_In_Mouth','Nut Donut In Mouth','5','20','10','0','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','736','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18567','Stretched_Nose','Increased His Nose','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','737','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18568','Humming_Bird','Humming Bird','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','10','150','0','702','0','bonus bMdef,6;','','');
+REPLACE INTO `item_db_re` VALUES ('18569','Soft_Sheep_Hat','Soft Sheep Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','738','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18570','Ancient_Gold_Deco','Ancient Gold Ornament','5','56000','28000','400','0','0','7','0','1','1040256','56','2','256','0','100','150','1','739','0','if(BaseLevel >= 150) { bonus bAllStats,2; } if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) { bonus2 bAddRace,RC_Boss,8; bonus2 bAddRace,RC_NonBoss,8; } if(BaseClass==Job_Mage||BaseClass==Job_Acolyte) { bonus bMatk,8; } if(BaseClass==Job_Archer) { bonus bDex,3; bonus bLongAtkRate,10; }','','');
+REPLACE INTO `item_db_re` VALUES ('18571','Lucky_Hat','Lucky Hat','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','740','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18572','Korean_Judge_Hat','Judges Hat','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','377','0','bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18573','White_Feather','White Feather','5','20','10','500','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','741','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18574','Lord_of_Death','Lord of the Dead Helm','5','20','10','1000','0','0','10','0','1','4294967295','63','2','768','0','70','150','1','742','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18575','Wunderkammer','Wunderkammer','5','20','10','500','0','0','10','0','1','4294967295','63','2','769','0','20','150','0','743','0','bonus bMdef,10;','','');
+REPLACE INTO `item_db_re` VALUES ('18576','YinYang_Earring','Yin Yang Earrings','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','50','150','0','744','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18577','24_Bolt','Screw Stuck Head','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','696','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18578','Helm_Of_Valor','Helm Of Valor','5','0','0','0','0','0','4','0','0','4294967295','63','2','256','0','0','150','0','258','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18579','9th_Anni_Hat','kRO 9 Anniversary Hat','5','0','0','90','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','745','0','bonus bUnbreakableHelm,0; bonus bMdef,9;','','');
+REPLACE INTO `item_db_re` VALUES ('18580','Yggdrasil_Crown','Yggdrasil Crown','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','724','0','bonus bVit,2; bonus bInt,2; bonus bMdef,3; bonus bHealPower,2; bonus bHealPower2,10; if(getrefine() >= 7) { bonus bHealPower,5; } if(getrefine() >= 9) { bonus bHealPower,3; }','','');
+REPLACE INTO `item_db_re` VALUES ('18581','Red_Tiger_Mask','Red Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','747','0','bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18582','Blue_Tiger_Mask','Blue Tiger Mask','5','20','10','400','0','0','2','0','0','4294967295','63','2','768','0','50','150','0','748','0','bonus bStr,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18583','Navy_Drooping_Kitty','Navy Drooping Kitty','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','749','0','bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('18584','Brown_Drooping_Kitty','Brown Drooping Kitty','5','250000','125000','500','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','750','0','bonus bMdef,15;','','');
+REPLACE INTO `item_db_re` VALUES ('18585','Orange_Bunny_Hairband','Orange Bunny Band','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','751','0','bonus bStr,1; bonus bInt,2; bonus bVit,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18586','Violet_Bunny_Hairband','Violet Bunny Band','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','752','0','bonus bStr,1; bonus bInt,3; bonus bVit,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18587','Blue_Bunny_Hairband','Blue Bunny Band','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','753','0','bonus bStr,3; bonus bInt,1; bonus bVit,2; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18588','Silver_Bunny_Hairband','Silvah Bunny Band','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','754','0','bonus bStr,2; bonus bInt,3; bonus bVit,1; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18589','Strawberry_Hat','Strawberry Hat','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','755','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18590','Gemma_Hairband','Demon Hair Band','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','10','150','1','564','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18591','Mini_Glasses_','Mini Glasses','5','20','10','100','0','0','2','0','1','4294967294','63','2','512','0','0','150','0','47','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18592','Nestea_Hat','Nestea Hat','5','20','10','200','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','756','0','bonus bUnbreakableHelm,0; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18593','Fancy_Mini_Crown','Fancy Mini Crown','5','20','10','100','0','0','2','0','1','4294967295','63','2','256','0','30','150','1','707','0','bonus bInt,1; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18594','Magni_Cap_','Magni Cap','5','30000','15000','1000','0','0','9','0','1','4294967294','63','2','256','0','0','150','1','250','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18595','Horn_Of_Ancient','Ancient Horns','5','20','10','400','0','0','8','0','1','4294967295','63','2','256','0','50','150','1','757','0','autobonus \"{ bonus bBaseAtk,100; }\",5,10000,0,\"{ specialeffect2 EF_POTION_BERSERK; }\";','','');
+REPLACE INTO `item_db_re` VALUES ('18596','Sprout_Hat','Sprout Hat','5','20','10','200','0','0','4','0','0','4294967295','63','2','256','0','70','150','1','758','0','skill WZ_HEAVENDRIVE,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18597','Mercury_Helm','Mercury Riser','5','20','10','400','0','0','10','0','1','4294967295','63','2','256','0','70','150','1','759','0','bonus bAspdRate,3; bonus bCritical,3; if(getrefine() >= 7) { bonus bAspdRate,2; bonus bCritical,2; } if(getrefine() >= 9) { bonus bAspdRate,2; bonus bCritical,2; }','','');
+REPLACE INTO `item_db_re` VALUES ('18598','Mini_Tree_J','Holy xmas Tree','5','20','10','50','0','0','0','0','1','4294967295','63','2','256','0','0','150','0','727','0','bonus bMdef,20;','','');
+REPLACE INTO `item_db_re` VALUES ('18599','Black_Devil_Mask','Black Devil\'s Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','760','0','bonus bAllStats,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18600','Cat_Ears_Beret','Cat Ear Beret','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','761','0','bonus bAtkRate,5; if(getrefine() > 5 && getrefine() <= 12) { bonus2 bAddRace,RC_DemiHuman,(getrefine() - 5); bonus2 bSubRace,RC_DemiHuman,(getrefine() - 5); } if(getrefine() > 12) { bonus2 bAddRace,RC_DemiHuman,7; bonus2 bSubRace,RC_DemiHuman,7; }','','');
+REPLACE INTO `item_db_re` VALUES ('18601','Red_Bread_Hat','Red Pom Band','5','20','10','300','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','762','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18602','Watermelon_Slice','Watermelon Bite','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','30','150','0','763','0','bonus bUnbreakableHelm,0; bonus bMdef,4; bonus2 bAddEle,Ele_Fire,4;','','');
+REPLACE INTO `item_db_re` VALUES ('18603','Black_Devil_Mask_','Black Devil\'s Mask','5','20','10','100','0','0','0','0','1','4294967295','63','2','512','0','0','150','0','760','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18604','Falcon_Mask','Falcon Mask','5','10','5','30','0','0','0','0','1','4294967295','63','2','513','0','50','150','0','782','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18605','Dark_Age','Dark Age','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','10','150','1','766','0','bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18606','Tear_Drop','Tear drop','5','20','10','100','0','0','1','0','0','4294967295','63','2','513','0','30','150','0','767','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18607','Blush_','Blush','5','20','10','100','0','0','0','0','1','4294967295','63','2','512','0','0','150','0','125','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18608','Pair_Of_Red_Ribbon2','Small Ribbons','5','20','10','100','0','0','2','0','1','4294967295','63','2','512','0','45','150','0','169','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18609','Dark_Blindfold_','Dark Blinder','5','20','10','100','0','0','0','0','1','4294967294','63','2','512','0','0','150','0','187','0','bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Stun,200;','','');
+REPLACE INTO `item_db_re` VALUES ('18610','7th_Anni_Hat_B','7th Anni Hat B','5','20','10','500','0','0','4','0','0','4294967295','63','2','256','0','0','150','1','778','0','bonus bAllStats,5; bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('18611','Black_Glasses_','Black Frame Glasses','5','20','10','200','0','0','2','0','1','4294967295','63','2','512','0','0','150','0','404','0','bonus bUnbreakableHelm,0; bonus bInt,1; bonus bMdef,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18612','White_Musang_Hat','White Musang Hat','5','20','10','400','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','770','0','bonus bStr,2; bonus bVit,2; bonus bLuk,1; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18613','Black_Musang_Hat','Black Musang Hat','5','20','10','400','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','771','0','bonus bInt,2; bonus bDex,2; bonus bAgi,1; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18614','Grim_Reaper_Hat','Grim Reaper','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','20','150','1','732','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18615','Injured_Eyepatch','Injured Eyepatch','5','20','10','200','0','0','2','0','0','4294967294','63','2','512','0','20','150','0','772','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18616','Long_Tongue','Long Tongue','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','773','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18617','Onigiri_In_Mouth','Onigiri','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','774','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18618','Airplane_Hat','Rockabilly Hair','5','20','10','200','0','0','8','0','1','4294967294','63','2','256','0','20','150','1','775','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18619','Thief_Bandana','Thief Bandana','5','20','10','200','0','0','1','0','0','4294967294','63','2','256','0','20','150','1','776','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18620','Heart_Eyepatch','Heart Eyepatch','5','20','10','50','0','0','2','0','0','4294967295','63','2','512','0','20','150','0','779','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18621','Gangster_Mask_A','Mobster\'s Disguise','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','52','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18622','Rocket_Helm1','Rocket Helm1','5','20','10','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','1','764','0','bonus bMdef,5; bonus bAllStats,5; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18623','Rocket_Helm2','Rocket Helm2','5','20','10','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','1','765','0','bonus bMdef,5; bonus bAllStats,4; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18624','Rocket_Helm3','Rocket Helm3','5','20','10','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','1','768','0','bonus bMdef,5; bonus bAllStats,3; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18625','Rocket_Helm_RWC','Rocket Helm','5','10000','5000','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','1','769','0','bonus bMdef,5; bonus bAllStats,2; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18626','Gelato_Hat','Gelato Hat','5','20','10','200','0','0','2','0','1','4294967295','63','2','256','0','40','150','1','777','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18627','Dried_Leaf','Dried Leaf','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','711','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18628','Tare_Brownie','Tare Brownie','5','20','10','500','0','0','5','0','1','4294967295','63','2','256','0','50','150','0','781','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18629','B_Desert_Wolf_Hat','B Desert Wolf Hat','5','10','5','300','0','0','0','0','1','4294967295','63','2','256','0','0','150','1','392','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18630','Droopy_Alice_Doll','Drooping Alicel','5','20','10','500','0','0','6','0','0','4294967294','63','2','256','0','70','150','1','784','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18631','Ribbon_Chef_Hat','Ribbon Chef hat','5','20','10','300','0','0','5','0','0','4294967295','63','2','256','0','70','150','1','785','0','bonus bDex,3; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18632','Yellow_Poring_Pin','Yellow Poring Hairpin','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','786','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18633','Pink_Poring_Pin','Pink Poring Hairpin','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','787','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18634','Green_Poring_Pin','Green Poring Hairpin','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','788','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18635','Blue_Poring_Pin','Blue Poring Hairpin','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','789','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18636','Bridal_Ribbon','Ribbon of bride','5','20','10','200','0','0','6','0','0','4294967295','63','2','256','0','30','150','1','790','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18637','Ancient_Admiral_Helm','Ancient Admiral Helm','5','20','10','700','0','0','4','0','1','4294967295','63','2','768','0','0','150','1','660','0','bonus bStr,2; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18638','Citron_Hat','Citron Hat','5','20','10','400','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','791','0','bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18639','Naval_Officer_Hat','Naval Officer Hat','5','20','10','200','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','792','0','bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18640','Starfish_Headband','Starfish Headband','5','20','10','200','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','793','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18641','Ribbon_Magic_Hat','Ribbon Magic Hat','5','20','10','200','0','0','2','0','0','4294967294','63','2','256','0','0','150','1','794','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18642','hand_Scissorhand_Model','Scissorhand Model','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','795','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18643','Rockhand_Model','Rockhand Model','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','796','0','bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18644','Paperhand_Model','Paperhand Model','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','797','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18645','Sailor_Hat','Sailor Hat','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','798','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18646','Cow_Hat','Cow Hat','5','20','10','300','0','0','4','0','1','4294967295','63','2','256','0','0','150','1','799','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18647','Star_Eyepatch','Stunning Star Eyepatch','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','800','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18648','Tongue_Charm','Tongue Charm','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','801','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18649','Lude_Mask','Lude Mask','5','10','5','100','0','0','1','0','0','4294967295','63','2','513','0','0','150','1','802','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18650','RWC_Shouting_Mouth','RWC Shouting Mouth','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','194','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18651','Ignis_Cap','Ignis Cap','5','20','10','800','0','0','8','0','1','4294967295','63','2','256','0','40','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18652','Vanargandr_Helm','Vanargand Helm','5','20','10','1500','0','0','10','0','1','4294967295','63','2','256','0','80','150','1','7','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18653','Deviruchi_Headphone','Headphones Debiruchi','5','20','10','200','0','0','8','0','1','4294967295','63','2','256','0','30','150','1','7','0','bonus bMdef,4; bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18655','Goedo_Monocle','Dragonfly Monocle','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','50','150','0','23','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18656','Wit_Pumpkin_Hat','Witch\'s Pumpkin Hat','5','20','10','300','0','0','10','0','0','4294967295','63','2','256','0','20','150','1','717','0','bonus bMdef,10; bonus bStr,2; bonus bInt,2; bonus2 bMagicAddRace,RC_Undead,15; bonus2 bMagicAddRace,RC_Demon,15;','','');
+REPLACE INTO `item_db_re` VALUES ('18657','Pegasus_Wing_Ears','Pegasus Ear Wing','5','20','10','500','0','0','1','0','0','4294967295','63','2','512','0','80','150','0','568','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18658','Holy_Santa_Beard','Santa\'s Beard Holy','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','25','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18659','Boitata_Hat','Boitata Hat','5','20','10','0','0','0','5','0','1','4294967295','63','2','768','0','0','150','1','808','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18660','Indi_Feather_Band','Indian Feather Headband','5','20','10','400','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','809','0','bonus bAgi,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18661','Trident_Helmet','Trident Helmet','5','20','10','400','0','0','3','0','1','4294967294','63','2','256','0','20','150','1','810','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18662','Antler_Fedora','Antler Fedora','5','20','10','400','0','0','3','0','0','4294967294','63','2','256','0','0','150','1','811','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18663','Sunglasses_Bball_Hat','Sunglasses Baseball Hat','5','20','10','200','0','0','2','0','1','4294967294','63','2','256','0','20','150','1','812','0','bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18664','Blind_Glasses','Stunner Shades','5','20','10','400','0','0','3','0','0','4294967294','63','2','512','0','20','150','1','813','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18665','Orange_In_Mouth','Orange In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','814','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18666','CD_In_Mouth','CD In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','815','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18667','Cat_Lace_Hairband','Cat Lace Hairband','5','20','10','500','0','0','2','0','0','4294967294','63','2','256','0','60','150','0','816','0','bonus bDex,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18668','Droopy_Turtle_Hat','Droopy Turtle Hat','5','20','10','300','0','0','1','0','1','4294967295','63','2','256','0','0','150','1','694','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18669','Cowhide_Hat','Cowhide Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','11','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18670','Hankie_In_Mouth','Handkerchief In Mouth','5','20','10','100','0','0','1','0','0','4294967295','63','2','1','0','12','150','0','818','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18671','Rudolf_Hairband','Rudolf Hairband','5','20','10','200','0','0','5','0','0','4294967295','63','2','256','0','30','150','1','836','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18672','Tare_Pope','Flap Pope','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','817','0','bonus bMdef,1; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18673','Tare_Pope_','Chibi Pope','5','20','10','300','0','0','0','0','1','4294967295','63','2','256','0','0','150','0','817','0','bonus bMdef,1; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18674','Planewing_Hat','Planewing Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','11','0','bonus bAgi,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18675','Green_Apple_Hat','Green Apple Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','20','150','1','11','0','bonus bDex,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18676','Hexagon_Spectacles','Hexagon Spectacles','5','20','10','400','0','0','3','0','0','4294967294','63','2','512','0','20','150','0','822','0','bonus bFlee,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18677','Cherry_Twig_In_Mouth','Cherry Twig In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','823','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18678','Leek_In_Mouth','Leek In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','824','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18679','Abacus_In_Mouth','Abacus In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','825','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18680','Tw_Frog_Hat','Tw Frog Hat','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','35','150','0','11','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18681','Puppy_Ears_Hat','Puppy Ears Hat','5','20','10','200','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','11','0','bonus bVit,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18682','Teardrop','Teardrop','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','0','150','1','828','0','bonus bMaxSP,15;','','');
+REPLACE INTO `item_db_re` VALUES ('18683','Carrot_In_Mouth','Carrot In Mouth','5','20','10','200','0','0','1','0','0','4294967295','63','2','1','0','0','150','0','829','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18684','Showy_High_Cap','Showy High Cap','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','11','0','bonus bStr,3; bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18685','Stardust_Hairband','Stardust Hairband','5','20','10','1000','0','0','0','0','0','4294967295','63','2','256','0','10','150','0','831','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18686','2011_RMSC_1','2011 RMSC 1','5','20','10','2500','0','0','20','0','1','4294967295','63','2','256','0','0','150','0','832','0','bonus bUnbreakableHelm,0; bonus bAllStats,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18687','2011_RMSC_2','2011 RMSC 2','5','20','10','2500','0','0','20','0','1','4294967295','63','2','256','0','0','150','0','832','0','bonus bUnbreakableHelm,0; bonus bAllStats,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18688','2011_RMSC_3','2011 RMSC 3','5','20','10','2500','0','0','20','0','1','4294967295','63','2','256','0','0','150','0','832','0','bonus bUnbreakableHelm,0; bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18689','2011_RMSC_4','2011 RMSC 4','5','20','10','10','0','0','0','0','0','4294967295','63','2','256','0','0','150','0','832','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18690','Sirt_Evil_Eye','Sirt Evil Eye','5','20','10','400','0','0','0','0','0','4294967295','63','2','512','0','50','150','0','345','0','bonus bUnbreakableHelm,0; bonus bStr,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18691','Rising_Black_Dragon','Ascension Black Dragon','5','20','10','100','0','0','3','0','0','4294967295','63','2','256','0','0','150','1','166','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18692','Mike_Hat','Mike Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','837','0','bonus bDex,2; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18693','Sleeping_Kitty_Cat','Sleeping Kitty Cat','5','20','10','200','0','0','4','0','1','4294967294','63','2','256','0','20','150','1','838','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18694','Red_Hood','Red Hood','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','20','150','1','839','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18695','Phoenix_Crown','Phoenix Crown','5','20','10','400','0','0','3','0','1','4294967294','63','2','256','0','20','150','1','840','0','bonus bInt,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18696','Orange_Hat','Orange Hat','5','20','10','200','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','841','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18697','Syringe_In_Mouth','Syringe In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','842','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18698','Cheesy_Snack_In_Mouth','Cheesy Snack In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','843','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18699','Starving_Fish_Hat','Starving Fish Hat','5','20','10','1200','0','0','3','0','0','4294967295','63','2','256','0','0','150','0','844','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18700','Rabbit_Ribbon','Rabbit Ribbon Hat','5','20','10','500','0','0','3','0','1','4294967295','63','2','256','0','50','150','1','845','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18701','Ancient_Civil_Man','Ancient Civil Man Hat','5','20','10','500','0','0','2','0','0','4294967294','63','2','256','0','70','150','0','846','0','bonus bInt,3; bonus bDex,2; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18702','Shaving_Cream','Shaving Cream','5','20','10','50','0','0','1','0','0','4294967295','63','2','1','0','10','150','0','847','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18703','Stem_In_Mouth','Stem In Mouth','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','848','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18704','Drosera_Hairpin','Drosera Hairpin','5','20','10','640','0','0','6','0','1','4294967295','63','2','256','0','64','150','1','850','0','bonus bMdef,4;','','');
+REPLACE INTO `item_db_re` VALUES ('18706','Can_Hat','Can Hat','5','20','10','400','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','851','0','bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18707','Maneater_Flower_Hat','Maneater Flower Hat','5','20','10','500','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','852','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18708','Candy_Hat','Candy Hat','5','20','10','200','0','0','3','0','0','4294967294','63','2','256','0','20','150','1','853','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18709','Black_Knitted_Hat','Black Knitted Hat','5','20','10','200','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','854','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18710','Sugared_Fruit_Stick','Sugared Fruit Stick','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','855','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18711','Electric_Sunglass','Electric Sunglass','5','20','10','400','0','0','3','0','0','4294967294','63','2','512','0','20','150','0','856','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18712','Fan_In_Mouth','Fan In Mouth','5','20','10','200','0','0','0','0','0','4294967294','63','2','1','0','20','150','0','857','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18713','Monkey_On_Fur_Hat','Monkey Fur Hat','5','20','10','300','0','0','6','0','1','4294967295','63','2','256','0','20','150','1','858','0','bonus bDex,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18714','Hippo_Hat','Hippo Hat','5','20','10','500','0','0','5','0','1','4294967295','63','2','256','0','10','150','1','859','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18715','Helm_Of_Thoth','Helm Of Thoth','5','20','10','2500','0','0','2','0','1','4294967294','63','2','768','0','80','150','0','860','0','bonus bInt,2; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18716','Strawberry_In_Mouth','Strawberry In Mouth','5','20','10','50','0','0','2','0','0','4294967295','63','2','1','0','10','150','0','861','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18718','Rose_Hairband','Rose Hairband','5','20','10','200','0','0','3','0','0','4294967295','63','2','256','0','30','150','0','864','0','bonus bInt,1; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18727','Sedora_Hat','Sedora Hat','5','20','10','300','0','0','13','0','1','4294967295','63','2','256','0','10','150','1','869','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18728','Egir_Helm','Aegir Helm','5','200000','100000','800','0','0','10','0','1','4294967295','63','2','256','0','110','150','1','870','0','bonus bMdef,5; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18729','MVP_Basketball','MVP Basketball Hat','5','20','10','150','0','0','6','0','1','4294967295','63','2','256','0','0','150','1','871','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18730','Cryptura_Academy_Hat','Criatura Hat','5','0','0','200','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','872','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18737','Fortier_Mask','Fortier Masque','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','876','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18739','Carnation_Hairband','Carnation Hairband','5','20','10','100','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','878','0','bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18740','Hair_Of_The_Strong','RMSC2012 Special Costume','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','879','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18742','C_MoonStar_Accessory','Moon and Stars','5','20','10','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','881','0','','sc_start SC_MOONSTAR,-1,0;','sc_end SC_MOONSTAR;');
+REPLACE INTO `item_db_re` VALUES ('18743','Spirit_Of_Chung_E','Spirit Of Chung E','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','882','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18744','C_World_Star','Twilight','5','20','10','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','883','0','','sc_start SC_SUPER_STAR,-1,0;','sc_end SC_SUPER_STAR;');
+REPLACE INTO `item_db_re` VALUES ('18745','Choco_Stick_In_Mouth','Choco Stick In Mouth','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','884','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18746','Chilly_Breath','Chilly Breath','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','885','0','bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18747','Eyes_Of_Ifrit','Eyes Of Ifrit','5','20','10','100','0','0','1','0','1','4294967295','63','2','512','0','0','150','0','886','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18748','Gold_Ingot_Poring_Hat','Gold Ingot Poring Hat','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','887','0','bonus bDex,2; bonus bLuk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18749','Majoruros_Horn','Majoruros Horn','5','20','10','500','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','888','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('18750','Poker_Card_In_Mouth','Poker Card In Mouth','5','20','10','50','0','0','0','0','0','4294967295','63','2','1','0','10','150','0','889','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18753','Tw_Rice_Ball','Rice Dumpling Hat','5','20','10','100','0','0','6','0','0','4294967295','63','2','256','0','0','150','0','892','0','bonus bUnbreakableHelm,0; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18754','Blood_Sucker','Blood Sucker','5','20','10','300','0','0','0','0','0','4294967295','63','2','1','0','40','150','0','893','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18756','Black_Shiba_Inu_Hat','Black Shiba Inu Hat','5','20','10','400','0','0','6','0','1','4294967295','63','2','256','0','50','150','1','894','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18758','Hat_Of_Scrat','Hat Of Scrat','5','20','10','200','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','896','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18759','Stretched_Nose_M','Wood Goblin\'s Nose','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','50','150','0','737','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18782','Butterfly_Wing_Ear_J','Butterfly Wing Ear','5','20','10','100','0','0','0','0','0','4294967295','63','2','512','0','0','150','0','695','0','bonus bDex,2; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18785','King_Poring_Hat','King Poring Hat','5','20','10','600','0','0','10','0','1','4294967295','63','2','256','0','10','150','1','905','0','bonus bDex,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18786','Anemos_Mask','Anemos Mask','5','20','10','200','0','0','0','0','0','4294967295','63','2','512','0','10','150','0','906','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18790','Rainbow_Poring_Hat','Rainbow Poring Hat','5','20','10','100','0','0','3','0','1','4294967295','63','2','256','0','0','150','1','900','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18805','Eclipse_Hat','Eclipse Hat','5','20','10','300','0','0','2','0','0','4294967295','63','2','256','0','0','150','1','922','0','bonus bLuk,3; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18806','Black_Rabbit_Hat','Black Rabbit Hat','5','20','10','300','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','923','0','bonus bDex,2; bonus bAgi,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18807','Yellow_Yuzu_Hat','White Citron Hat','5','20','10','400','0','0','3','0','1','4294967294','63','2','256','0','0','150','1','924','0','bonus bVit,2; bonus bLuk,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18808','Wing_Form_Spectacle','Wing Style Spectacle','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','925','0','bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18810','Hell_Pumpkin_Hat','Hell Pumpkin Hat','5','20','10','500','0','0','12','0','0','4294967295','63','2','256','0','0','150','1','717','0','bonus bMdef,12;','','');
+REPLACE INTO `item_db_re` VALUES ('18814','Angel_School_Cap','Angel School Cap','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','927','0','bonus bInt,2; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18815','Devil_School_Cap','Devil School Cap','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','928','0','bonus bStr,2; bonus bVit,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18816','Adv_Angel_School_Cap','Evoked Angel School Cap','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','929','0','bonus bInt,2; bonus bVit,2; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18817','Adv_Devil_School_Cap','Evoked Devil School Cap','5','20','10','100','0','0','4','0','1','4294967294','63','2','256','0','0','150','1','930','0','bonus bStr,2; bonus bVit,2; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18818','Red_Pencil_In_Mouth','Red Pencil In Mouth','5','20','10','100','0','0','0','0','0','4294967295','63','2','1','0','0','150','0','931','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18821','Rainbow_Feather_Deco','RWC Commemorative Pin','5','20','10','300','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','934','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18828','2012RMSCNO1','RMSC2012 Champion Headgear','5','0','0','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','0','942','0','bonus bUnbreakableHelm,0; bonus bAllStats,5; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18829','2012RMSCNO2','RMSC2012 1st Runner Headgear','5','0','0','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','0','943','0','bonus bUnbreakableHelm,0; bonus bAllStats,4; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18830','2012RMSCNO3','RMSC2012 2nd Runner Headgear','5','0','0','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','0','944','0','bonus bUnbreakableHelm,0; bonus bAllStats,3; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18831','2012RMSCNO4','RMSC2012 Special Headgear','5','0','0','1000','0','0','20','0','1','4294967295','63','2','256','0','95','150','0','945','0','bonus bUnbreakableHelm,0; bonus bAllStats,2; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18832','Rolf_Von_Gigue_666','Rolf Von Gigue 666','5','20','10','300','0','0','0','0','0','4294967295','63','2','256','0','0','150','1','946','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18839','Poring_Sunglasses','Poring Sunglasses','5','0','0','100','0','0','10','0','1','4294967295','63','2','512','0','0','150','0','954','0','bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18841','Small_Poring_Band','Small Poring Band','5','20','10','350','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','955','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18842','Hat_Of_Girl','Hat Of Girl','5','20','10','350','0','0','8','0','1','4294967295','63','2','256','0','0','150','1','956','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18843','Small_Deviling_Hat','Small Deviling Hat','5','20','10','350','0','0','7','0','1','4294967295','63','2','256','0','0','150','1','957','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18844','Blue_Poring_Bubble','Blue Poring Bubble','5','20','10','50','0','0','5','0','0','4294967295','63','2','1','0','0','150','0','958','0','bonus bStr,2; bonus bInt,2; bonus bVit,2; bonus bDex,2; bonus bAgi,2; bonus bLuk,2; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18845','Banshee_Master_Kiss','Banshee Master Kiss','5','20','10','200','0','0','5','0','0','4294967295','63','2','1','0','0','150','0','959','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18850','Polar_Bear_Cap','Polar Bear Cap','5','20','10','300','0','0','7','0','0','4294967295','63','2','256','0','0','150','0','966','0','bonus bMdef,3; bonus bUnbreakableHelm,0; bonus bDex,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('18872','Snake_Hat','Snake Hat','5','20','10','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','986','0','bonus bStr,3; bonus bInt,3; bonus bMdef,5; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('18873','Sweet_Valentine_Out','Sweet Valentine','5','20','10','100','0','0','1','0','0','4294967295','63','2','256','0','0','150','1','965','0','','','');
+REPLACE INTO `item_db_re` VALUES ('18879','Angry_Scorpion_Hat','Angry Scorpion Hat','5','10','5','100','0','0','5','0','1','4294967295','63','2','256','0','0','150','1','995','0','bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('18885','Jejecap','Jejecap','5','0','0','100','0','0','8','0','0','4294967295','63','2','256','0','70','150','1','1011','0','bonus bStr,2; bonus bInt,3;','','');
+REPLACE INTO `item_db_re` VALUES ('18887','Aqua_Bunny_Band','Aqua Bunny Band','5','0','0','100','0','0','2','0','1','4294967295','63','2','256','0','0','150','1','1012','0','bonus bVit,3; bonus bMdef,5;','','');
+REPLACE INTO `item_db_re` VALUES ('19500','T_Mr_Smile','Costume: Mr. Smile','5','0','0','0','0','0','0','0','0','4294967295','63','2','6144','0','0','150','0','65','0','bonus bStr,2;','','');
+REPLACE INTO `item_db_re` VALUES ('19501','T_Spinx_Helm','Costume: Sphinx Hat','5','0','0','0','0','0','0','0','1','4294967295','63','2','5120','0','0','150','0','137','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19502','T_Goggle','Costume: Goggles','5','0','0','0','0','0','0','0','0','4294967295','63','2','3072','0','0','150','0','1','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19503','T_Munak_Hat','Costume: Munak Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','7168','0','0','150','0','51','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19504','T_Sunglasses','Costume: Sunglasses','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','12','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19505','T_Cigarette','Costume: Cigarette','5','0','0','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','54','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19506','T_Valkyrie_Feather_Band','Costume: Valkyrie Feather Band','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','1','300','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19507','Clear_Sun','Costume: Shining Sun','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','654','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19508','T_Gemmed_Sallet','Costume: Gemmed Sallet','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','0','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19509','Butterfly_Wing_Ear','Costume: Yellow Butterfly Wings','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','695','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19510','Nut_On_Head','Costume: Bolt Ears','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','696','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19511','Heart_Eye_Patch1','Costume: Heart Blue Eyebandge','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','697','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19512','Heart_Eye_Patch2','Costume: Heart Pink Eyebandge','5','0','0','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','698','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19513','Chicken_Beak','Costume: Chicken Beak','5','0','0','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','699','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19514','Charlie_Beard','Costume: Old Timey Mustache','5','0','0','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','700','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19515','Yellow_Hat','Costume: Yellow Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','701','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19516','Singing_Bird','Costume: Singing Bird','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','702','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19517','Cocks_Comb','Costume: Rooster\'s Comb','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','703','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19518','Rainbow','Costume: Rainbow','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','704','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19519','Lightning_Cloud','Costume: Lightning Cloud','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','688','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19520','Rain_Cloud','Costume: Rain Cloud','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','705','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19521','Charlie_Hat','Costume: Old Timey Derby','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','706','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19522','Mini_Crown1','Costume: Mini Crown','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','707','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19523','Donation_Ribbon','Costume: Green Ribbon','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','244','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19524','C_Green_Feeler','Costume: Green Tentacles','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','85','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19525','C_Jack_A_Dandy','Costume: Jack be Dandy','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','47','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19526','C_Helm','Costume: Helm','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','40','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19527','C_Sharp_Gear','Costume: Spiky Band','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','43','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19528','C_Iron_Cane','Costume: Iron Kane','5','0','0','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','53','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19529','C_Angelic_Chain','Costume: Angel Wing','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','38','0','bonus bUnbreakableHelm,0; bonus bVit,1; bonus bAgi,1;','','');
+REPLACE INTO `item_db_re` VALUES ('19530','C_Wild_Rose','Costume: Wild Rose','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','541','0','bonus bUnbreakableHelm,0; bonus bAtk,2; bonus bMatk,2;','','');
+REPLACE INTO `item_db_re` VALUES ('19531','C_Cube_Mask','Costume: Cube Mask','5','0','0','0','0','0','0','0','0','4294967295','63','2','6144','0','0','150','0','472','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19532','C_Red_Bunny_Band','Costume: Red Bunny Band','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','640','0','bonus bUnbreakableHelm,0; bonus bDex,1;','','');
+REPLACE INTO `item_db_re` VALUES ('19533','C_Spore_Hat','Costume: Spore Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','114','0','bonus bUnbreakableHelm,0; bonus bVit,1; bonus2 bExpAddRace,RC_NonBoss,1; bonus2 bExpAddRace,RC_Boss,1;','','');
+REPLACE INTO `item_db_re` VALUES ('19534','C_Tha_Despero_Mask','Costume: Despero of Thanatos','5','0','0','0','0','0','0','0','0','4294967295','63','2','6144','0','0','150','0','693','0','bonus bAtkRate,1; bonus bMatkRate,1; bonus bHealPower,1;','','');
+REPLACE INTO `item_db_re` VALUES ('19535','C_Sinsuncho_Hat','Costume: Sinsuncho Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','730','0','bonus bUnbreakableHelm,0; bonus bStr,1; bonus2 bExpAddRace,RC_NonBoss,1; bonus2 bExpAddRace,RC_Boss,1;','','');
+REPLACE INTO `item_db_re` VALUES ('19536','C_Rose_Corsage','Costume: Rose RJC Cathusa','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','533','0','bonus bUnbreakableHelm,0; bonus bInt,1;','','');
+REPLACE INTO `item_db_re` VALUES ('19537','C_Gryphon_Hat','Costume: Gryphon Hat','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','591','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19538','Full_Moon','Costume: Full Moon','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','780','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19539','C_Reginleif_Hairband','Costume: Hairband Wing','5','0','0','0','0','0','0','0','0','4294967295','63','2','3072','0','0','150','0','468','0','bonus bAllStats,1;','','');
+REPLACE INTO `item_db_re` VALUES ('19540','C_Rabbit_Earplug','Costume: Bunny Ear Costume','5','20','10','0','0','0','0','0','0','4294967295','63','2','3072','0','0','150','0','515','0','bonus bAgi,1; bonus bFlee,2;','','');
+REPLACE INTO `item_db_re` VALUES ('19541','C_Romantic_White_Flower','Costume: White Flower','5','20','10','0','0','0','0','0','0','4294967295','63','2','4096','0','0','150','0','259','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19542','C_Devil_Whisper','Costume: Devil\'s Whisper','5','20','10','0','0','0','0','0','0','4294967295','63','2','2048','0','0','150','0','712','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19543','Oliver_Wolf_Hood','Costume: Oliver Wolf Hood','5','20','10','300','0','0','0','0','1','4294967295','63','2','1024','0','70','150','0','849','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19544','C_Tare_Neko_Cru','Costume: Drooping Neko Crew Costume','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','692','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19545','C_Boy\'s_Cap','Costume: Boy\'s Cap','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','102','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19546','C_Valkyrie_Helm','Costume: Valkyrie Helm','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','225','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19547','C_Deviruchi_Cap','Costume: Deviruchi Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','123','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19548','C_Frog_Cap','Costume: Frog Hat','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','448','0','','bonus bUnbreakableHelm,0;','');
+REPLACE INTO `item_db_re` VALUES ('19549','C_Magestic_Goat','Costume: Majestic Goat','5','20','10','100','0','0','0','0','0','4294967295','63','2','1024','0','100','150','0','41','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19550','C_Blush','Costume: Blush','5','20','10','100','0','0','0','0','0','4294967295','63','2','2048','0','100','150','0','125','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19551','C_Elven_Ears','Costume: Elven Ears','5','20','10','100','0','0','0','0','0','4294967295','63','2','2048','0','100','150','0','73','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19552','C_Centimental_Flower','Costume: Romantic Flower','5','20','10','100','0','0','0','0','0','4294967295','63','2','4096','0','100','150','0','56','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19553','C_Assassin_Mask_','Costume: Assassin Mask','5','20','10','100','0','0','0','0','0','4294967295','63','2','4096','0','100','150','0','180','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19573','C_Heart_Wing_Hairband','Costume: Heart Wing Hairband','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','1','733','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19574','C_Lord_of_Death','Costume: Lord Of Death Helm','5','0','0','0','0','0','0','0','0','4294967295','63','2','3072','0','0','150','1','742','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19587','C_King_Poring_Hat','Costume: King Poring','5','0','0','100','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','905','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19589','C_Fallen_Angel_Lost_J','C Fallen Angel Lost J','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','907','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19650','C_Rainbow_Feather_Deco','Costume: Five Colored Feathers','5','0','0','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','1','934','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19655','C_Tiraya_Bonnet','C Tiraya Bonnet','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','398','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19707','C_Polar_Bear_Cap','Costume: Polar Bear Cap','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','966','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('19730','C_Snake_Hat','C Snake Hat','5','20','10','10','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','986','0','','','');
+REPLACE INTO `item_db_re` VALUES ('19829','C_Straw_Hat','C Straw Hat','5','20','10','0','0','0','0','0','0','4294967295','63','2','1024','0','0','150','0','146','0','','','');
+REPLACE INTO `item_db_re` VALUES ('20500','T_Archangel_Wing','T Archangel\'s Wings','5','0','0','0','0','0','0','0','0','4294967295','63','2','8192','0','0','150','0','1','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('20600','Fantastic_Aura','Fantastic Aura','5','0','0','0','0','0','0','0','0','4294967295','63','2','16384','0','0','150','0','0','0','bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('20700','Egir_Manteau','Aegir Mantle','5','200000','100000','300','0','0','10','0','1','4294967295','63','2','4','0','110','150','1','0','0','bonus bUnbreakableGarment,0; bonus bUnbreakableHelm,0;','','');
+REPLACE INTO `item_db_re` VALUES ('20707','Kirin_Wing','Kirin Wing','5','20','10','0','0','0','18','0','0','4294967295','63','2','4','0','0','150','1','6','0','bonus bStr,1; bonus bInt,1; bonus bVit,1; bonus bDex,1; bonus bAgi,1; bonus bLuk,1;','','');
+REPLACE INTO `item_db_re` VALUES ('20711','Manteau_Of_Diego','Manteau Of Diego','5','20','10','600','0','0','15','0','1','4294967295','63','2','4','0','0','150','1','0','0','bonus bInt,1; bonus bDex,1; bonus bMdef,3;','','');
+REPLACE INTO `item_db_re` VALUES ('20724','Love_Dad_Wings_2012','Love Dad Wings 2012','5','0','0','100','0','0','15','0','1','4294967295','63','2','4','0','0','150','1','5','0','','','');
+REPLACE INTO `item_db_re` VALUES ('21000','Upg_Twohand_Sword','Upgrade Two-Hand Sword','4','20','10','1500','100','0','0','1','1','16514','63','2','34','3','0','150','1','3','0','bonus bBaseAtk,(getrefine()*12); bonus bMatk,(getrefine()*5); if(BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10);','','');
+REPLACE INTO `item_db_re` VALUES ('21001','Velum_Claymore','Vellum Claymore','4','20','10','3500','260','0','0','2','0','16514','63','2','34','4','95','150','1','3','0','bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,30; if(getrefine()>=6) { bonus2 bAddRace,RC_DemiHuman,40; } if(getrefine()>=9) { autobonus2 \"{ bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; }\",200,1000,BF_WEAPON,\"{ specialeffect2 EF_REFLECTSHIELD; }\"; }','','');
+REPLACE INTO `item_db_re` VALUES ('21002','Velum_Katzbalger','Vellum Katzbalger','4','20','10','2500','100','0','0','1','0','16514','63','2','34','4','95','150','1','3','0','bonus2 bSPVanishRate,10000,8;','','');
+REPLACE INTO `item_db_re` VALUES ('21003','Muramasa_','Muramasa','4','20','10','1000','155','0','0','1','2','16514','63','2','34','4','48','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('21004','Alca_Bringer_','Alca Bringer','4','20','10','3400','280','0','0','2','2','16512','56','2','34','3','100','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('21005','Metal_Two_Hand_Sword','Metal Two-Handed Sword','4','20','10','0','95','0','0','1','1','16514','63','2','34','3','0','150','1','3','0','','','');
+REPLACE INTO `item_db_re` VALUES ('22514','Candy_Holder','Candy Holder','11','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','','','');
+REPLACE INTO `item_db_re` VALUES ('22540','Runstone_Luxanima','Lux Anima Rune','11','2','1','100','0','0','0','0','0','4294967295','63','2','0','0','0','150','0','0','0','itemskill RK_LUXANIMA,1;','','');