# # Table data for table `item_db_re` # REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (500,'Choko_Gangjeong','Choko Gangjeong','Healing',10,'percentheal 10,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (501,'Red_Potion','Red Potion','Healing',10,70,'itemheal rand(45,65),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (502,'Orange_Potion','Orange Potion','Healing',50,100,'itemheal rand(105,145),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (503,'Yellow_Potion','Yellow Potion','Healing',180,130,'itemheal rand(175,235),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (504,'White_Potion','White Potion','Healing',1200,150,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (505,'Blue_Potion','Blue Potion','Healing',5000,150,'itemheal 0,rand(40,60);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (506,'Green_Potion','Green Potion','Healing',40,70,true,'sc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_HALLUCINATION;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (507,'Red_Herb','Red Herb','Healing',18,30,true,'itemheal rand(18,28),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (508,'Yellow_Herb','Yellow Herb','Healing',40,50,true,'itemheal rand(38,58),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (509,'White_Herb','White Herb','Healing',120,70,true,'itemheal rand(75,115),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (510,'Blue_Herb','Blue Herb','Healing',60,70,true,'itemheal 0,rand(15,30);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (511,'Green_Herb','Green Herb','Healing',10,30,true,'sc_end SC_POISON;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (512,'Apple','Apple','Healing',15,20,true,'itemheal rand(16,22),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (513,'Banana','Banana','Healing',15,20,true,'itemheal rand(17,21),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (514,'Grape','Grape','Healing',200,20,true,'itemheal 0,rand(10,15);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (515,'Carrot','Carrot','Healing',15,20,true,'itemheal rand(18,20),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (516,'Sweet_Potato','Potato','Healing',15,20,true,'itemheal rand(15,23),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (517,'Meat','Meat','Healing',50,150,true,'itemheal rand(70,100),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (518,'Honey','Honey','Healing',500,100,true,'itemheal rand(70,100),rand(20,40);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (519,'Milk','Milk','Healing',25,30,true,'itemheal rand(27,37),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (520,'Leaflet_Of_Hinal','Hinalle Leaflet','Healing',150,10,true,'itemheal rand(175,235),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (521,'Leaflet_Of_Aloe','Aloe Leaflet','Healing',360,20,true,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (522,'Fruit_Of_Mastela','Mastela Fruit','Healing',8500,30,true,'itemheal rand(400,600),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (523,'Holy_Water','Holy Water','Healing',20,30,true,'sc_end SC_CURSE;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (525,'Panacea','Panacea','Healing',500,100,true,'sc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (526,'Royal_Jelly','Royal Jelly','Healing',7000,150,true,'itemheal rand(325,405),rand(40,60);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (528,'Monster\'s_Feed','Monster\'s Feed','Healing',60,150,true,'itemheal rand(72,108),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (529,'Candy','Candy','Healing',10,30,true,'itemheal rand(45,65),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (530,'Candy_Striper','Candy Cane','Healing',20,40,true,'itemheal rand(105,145),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (531,'Apple_Juice','Apple Juice','Healing',20,40,true,'itemheal rand(25,35),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (532,'Banana_Juice','Banana Juice','Healing',20,40,true,'itemheal rand(26,34),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (533,'Grape_Juice','Grape Juice','Healing',250,40,true,'itemheal 0,rand(15,25);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (534,'Carrot_Juice','Carrot Juice','Healing',20,40,true,'itemheal rand(27,33),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (535,'Pumpkin','Pumpkin','Healing',15,20,true,'itemheal 19,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (536,'Ice_Cream','Ice Cream','Healing',150,80,true,'itemheal rand(105,145),0;\nsc_start SC_FREEZE,10000,0,2500,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (537,'Pet_Food','Pet Food','Healing',1000,10,true,'itemheal rand(50,90),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (538,'Well_Baked_Cookie','Well-baked Cookie','Healing',1000,30,true,'itemheal rand(160,200),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (539,'Piece_Of_Cake','Piece of Cake','Healing',3000,100,true,'itemheal rand(270,330),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (540,'Falcon\'s_Feed','Falcon Food','Healing',2000,50,'itemheal rand(185,225),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (541,'Pecopeco\'s_Feed','PecoPeco Food','Healing',3000,50,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (542,'Festive_Cookie','Festival Cookie','Healing',10,10,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (543,'Festive_Rainbow_Cake','Festival Rainbow Cake','Healing',10,10,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (544,'Fish_Slice','Raw Fish','Healing',20,30,true,'itemheal rand(25,60),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (545,'Red_Slim_Potion','Condensed Red Potion','Healing',150,20,'itemheal rand(45,65),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (546,'Yellow_Slim_Potion','Condensed Yellow Potion','Healing',600,30,'itemheal rand(175,235),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nosell`,`script`) VALUES (547,'White_Slim_Potion','Condensed White Potion','Healing',1650,50,100,true,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (548,'Cheese','Cheese','Healing',2800,50,true,'itemheal 0,rand(10,15);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (549,'Nice_Sweet_Potato','Yam','Healing',180,80,true,'itemheal rand(50,100),0;\nsc_start SC_STUN,3000,0,1500,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (550,'Popped_Rice','Rice Cake','Healing',10,10,true,'itemheal rand(10,15),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (551,'Shusi','Sushi','Healing',1,50,true,'itemheal rand(50,60),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (552,'KETUPAT','Ketupat','Healing',1,10,'itemheal rand(70,90),rand(20,30);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (553,'Bun','Bao','Healing',1,50,true,'itemheal rand(35,70),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (554,'Mojji','Mochi','Healing',100,80,'itemheal rand(105,145),0;\nsc_start SC_STUN,3000,0;\nsc_start SC_BLIND,2000,0,1500,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (555,'Rice_Cake','Traditional Rice Cake','Healing',100,20,'itemheal rand(105,145),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (556,'Long_Rice_Cake','Rice Cake Stick','Healing',10,10,'itemheal rand(20,25),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (557,'Hash_Rice_Cake','Neatly Sliced Rice Cake','Healing',10,10,'itemheal rand(25,30),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (558,'Chocolate','Chocolate','Healing',1,20,'itemheal 1,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (559,'HandMade_Chocolate','Hand-made Chocolate','Healing',1,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (560,'HandMade_Chocolate_','Handmade White Chocolate','Healing',5000,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (561,'White_Chocolate','White Chocolate','Healing',5000,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (562,'Pizza','Doublecrust Swiss Fondue','Healing',100,150,'itemheal rand(70,100),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (563,'Pizza_01','Doublecrust Swiss Fondue','Healing',1200,150,'itemheal rand(375,445),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (564,'Rice_Ball','Rice Ball','Healing',1,30,true,'itemheal 200,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (565,'Vita500_Bottle','Vita500','Healing',580,100,'itemheal rand(142,274),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (566,'Tomyumkung','Tom Yum Goong','Healing',10000,150,true,'itemheal rand(244,350),rand(10,30);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (567,'Prawn','Shrimp','Healing',500,40,true,'itemheal rand(117,192),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (568,'Lemon','Lemon','Healing',60,40,true,'itemheal 0,rand(10,20);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (569,'Novice_Potion','Novice Potion','Healing',10,true,'itemheal rand(44,66),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (570,'Lucky_Candy','Lucky Candy','Healing',10,30,true,'itemheal rand(45,65),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (571,'Lucky_Candy_Cane','Lucky Candy Cane','Healing',20,40,true,'itemheal rand(105,145),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (572,'Lucky_Cookie','Lucky Cookie','Healing',1000,30,true,'itemheal rand(160,200),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (573,'Chocolate_Drink','Chocolate Drink','Healing',7000,150,'itemheal rand(330,410),rand(45,65);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (574,'Egg','Egg','Healing',20,30,true,'itemheal rand(33,42),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (575,'Piece_Of_Cake_','2nd Anniversary Cake','Healing',10,100,'itemheal rand(270,330),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (576,'Prickly_Fruit','Prickly Fruit','Healing',540,60,true,'itemheal rand(150,300),rand(20,30);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (577,'Grain','Bag of Grain','Healing',200,20,true,'itemheal rand(60,70),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (578,'Strawberry','Strawberry','Healing',200,20,true,'itemheal 0,rand(16,28);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (579,'Delicious_Fish','Fresh Fish','Healing',700,20,true,'itemheal rand(100,150),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (580,'Bread','Bread','Healing',150,20,true,'itemheal rand(50,90),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (581,'Mushroom','Edible Mushroom','Healing',40,20,true,'itemheal rand(20,30),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (582,'Orange','Orange','Healing',300,20,true,'itemheal rand(10,20),rand(10,20);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (583,'KETUPAT_','Ketupat Sayur','Healing',7000,150,'itemheal rand(325,405),rand(40,60);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (584,'Fish_Ball_Soup','Fish Cake Soup','Healing',100,60,true,'itemheal rand(40,70),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (585,'Wurst','Brusti','Delayconsume',2,40,'itemheal rand(15,20),0;\nitemskill "PR_MAGNIFICAT",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (586,'Mother\'s_Cake','Mother\'s Cake','Healing',20,100,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (587,'Prickly_Fruit_','Red Prickly Fruit','Healing',880,60,true,'itemheal rand(270,330),rand(20,30);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (588,'Spaghetti','Spaghetti','Healing',100,100,'itemheal rand(40,70),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (589,'Pizza_02','Pizza','Healing',1200,150,'itemheal rand(375,445),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (590,'Brezel_','Pretzel','Healing',2,20,'itemheal rand(50,90),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (591,'Caviar_Pancake','Caviar Pancake','Healing',150,true,'itemheal rand(325,405),rand(40,60);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (592,'Jam_Pancake','Jam Pancake','Healing',150,true,'itemheal rand(325,405),rand(40,60);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (593,'Honey_Pancake','Honey Pancake','Healing',150,true,'itemheal rand(325,405),rand(40,60);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (594,'Sour_Cream_Pancake','Sour-Cream Pancake','Healing',150,true,'itemheal rand(325,405),rand(40,60);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (595,'Mushroom_Pancake','Mushroom Pancake','Healing',150,true,'itemheal rand(325,405),rand(40,60);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (596,'Cute_Strawberry_Choco','Cute Strawberry-Choco','Healing',20,100,'itemheal 0,rand(1,100);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (597,'Lovely_Choco_Tart','Lovely Choco-Tart','Healing',20,100,'itemheal rand(10,400),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (598,'Light_Red_Pot','Light Red Potion','Healing',50,10,100,true,true,true,true,true,true,true,'itemheal rand(45,65),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (599,'Light_Orange_Pot','Light Orange Potion','Healing',200,10,100,true,true,true,true,true,true,true,'itemheal rand(105,145),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (601,'Wing_Of_Fly','Fly Wing','Delayconsume',250,50,true,'itemskill "AL_TELEPORT",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (602,'Wing_Of_Butterfly','Butterfly Wing','Delayconsume',1000,50,true,'itemskill "AL_TELEPORT",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`trade_override`,`trade_nosell`,`script`) VALUES (603,'Old_Blue_Box','Old Blue Box','Usable',10000,200,true,true,100,true,'getrandgroupitem(IG_BlueBox,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_deadbranch`,`script`) VALUES (604,'Branch_Of_Dead_Tree','Dead Branch','Usable',50,50,true,true,'monster "this",-1,-1,"--ja--",-1-MOBG_BRANCH_OF_DEAD_TREE,1,"";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (605,'Anodyne','Anodyne','Delayconsume',2000,100,true,'itemskill "SM_ENDURE",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (606,'Aloebera','Aloevera','Delayconsume',1500,100,true,100,true,'itemskill "SM_SELFPROVOKE",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (607,'Yggdrasilberry','Yggdrasil Berry','Healing',5000,300,true,5000,'Reuse_Limit_F','percentheal 100,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (608,'Seed_Of_Yggdrasil','Yggdrasil Seed','Healing',5000,300,true,3000,'Reuse_Limit_G','percentheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (609,'Amulet','Amulet','Usable',100,100,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (610,'Leaf_Of_Yggdrasil','Yggdrasil Leaf','Delayconsume',12000,100,true,'itemskill "ALL_RESURRECTION",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (611,'Spectacles','Magnifier','Delayconsume',40,50,true,'itemskill "MC_IDENTIFY",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (612,'Portable_Furnace','Mini Furnace','Usable',150,200,true,'produce 21;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (613,'Iron_Hammer','Iron Hammer','Usable',1000,200,true,'produce 1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (614,'Golden_Hammer','Golden Hammer','Usable',3000,300,true,'produce 2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (615,'Oridecon_Hammer','Oridecon Hammer','Usable',5000,400,true,'produce 3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (616,'Old_Card_Album','Old Card Album','Usable',10000,50,true,true,'getrandgroupitem(IG_CardAlbum,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`trade_override`,`trade_nosell`,`script`) VALUES (617,'Old_Violet_Box','Old Purple Box','Usable',10000,200,true,true,100,true,'getrandgroupitem(IG_VioletBox,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (618,'Worn_Out_Scroll','Worn Out Scroll','Usable',50,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (619,'Unripe_Apple','Unripe Apple','Usable',1000,50,true,100,true,'pet 1002;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (620,'Orange_Juice','Orange Juice','Usable',1500,50,true,100,true,'pet 1113;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (621,'Bitter_Herb','Bitter Herb','Usable',20,50,true,100,true,'pet 1031;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (622,'Rainbow_Carrot','Rainbow Carrot','Usable',2500,50,true,100,true,'pet 1063;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (623,'Earthworm_The_Dude','Earthworm the Dude','Usable',4000,50,true,100,true,'pet 1049;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (624,'Rotten_Fish','Rotten Fish','Usable',2500,50,true,100,true,'pet 1011;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (625,'Lusty_Iron','Rusty Iron','Usable',100,50,true,100,true,'pet 1042;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (626,'Monster_Juice','Monster Juice','Usable',1500,50,true,100,true,'pet 1035;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (627,'Sweet_Milk','Sweet Milk','Usable',7000,50,true,100,true,'pet 1167;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (628,'Well_Dried_Bone','Well-Dried Bone','Usable',10000,50,true,100,true,'pet 1107;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (629,'Singing_Flower','Singing Flower','Usable',300,50,true,100,true,'pet 1052;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (630,'Dew_Laden_Moss','Dew Laden Moss','Usable',10,50,true,100,true,'pet 1014;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (631,'Deadly_Noxious_Herb','Deadly Noxious Herb','Usable',20,50,true,100,true,'pet 1077;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (632,'Fatty_Chubby_Earthworm','Fatty Chubby Earthworm','Usable',5000,50,true,100,true,'pet 1019;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (633,'Baked_Yam','Sweet Potato','Usable',20,50,true,100,true,'pet 1056;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (634,'Tropical_Banana','Tropical Banana','Usable',20,50,true,100,true,'pet 1057;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (635,'Horror_Of_Tribe','Orc Trophy','Usable',300,50,true,100,true,'pet 1023;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (636,'No_Recipient','No Recipient','Usable',100,50,true,100,true,'pet 1026;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (637,'Old_Broom','Old Broom','Usable',350,50,true,100,true,'pet 1110;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (638,'Silver_Knife_Of_Chaste','Silver Knife of Chastity','Usable',12000,50,true,100,true,'pet 1170;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (639,'Armlet_Of_Obedience','Armlet of Obedience','Usable',18000,50,true,100,true,'pet 1029;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (640,'Shining_Stone','Shining Stone','Usable',3000,50,true,100,true,'pet 1155;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (641,'Contracts_In_Shadow','Contract in Shadow','Usable',100,50,true,100,true,'pet 1109;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (642,'Book_Of_Devil','Book of the Devil','Usable',1800,50,true,100,true,'pet 1101;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (643,'Pet_Incubator','Pet Incubator','Usable',10000,30,true,'bpet;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (644,'Gift_Box','Gift Box','Usable',1000,200,true,true,'getrandgroupitem(IG_GiftBox,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (645,'Center_Potion','Concentration Potion','Usable',1200,100,true,'sc_start SC_ASPDPOTION0,1800000,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_alchemist`,`job_archer`,`job_assassin`,`job_blacksmith`,`job_crusader`,`job_gunslinger`,`job_hunter`,`job_kagerouoboro`,`job_knight`,`job_mage`,`job_merchant`,`job_monk`,`job_ninja`,`job_novice`,`job_rebellion`,`job_rogue`,`job_sage`,`job_soullinker`,`job_stargladiator`,`job_summoner`,`job_supernovice`,`job_swordman`,`job_taekwon`,`job_thief`,`job_wizard`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (656,'Awakening_Potion','Awakening Potion','Usable',2200,150,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,40,true,'sc_start SC_ASPDPOTION1,1800000,6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_alchemist`,`job_blacksmith`,`job_crusader`,`job_gunslinger`,`job_knight`,`job_mage`,`job_merchant`,`job_rebellion`,`job_rogue`,`job_soullinker`,`job_stargladiator`,`job_swordman`,`job_taekwon`,`job_wizard`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (657,'Berserk_Potion','Berserk Potion','Usable',4500,200,true,true,true,true,true,true,true,true,true,true,true,true,true,true,85,true,'sc_start SC_ASPDPOTION2,1800000,9;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (658,'Union_Of_Tribe','Union of Tribe','Usable',2,500,true,'guildgetexp rand(50000,100000);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (659,'Heart_Of_Her','Her Heart','Usable',500,50,true,100,true,'pet 1188;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (660,'Prohibition_Red_Candle','Forbidden Red Candle','Usable',20000,50,true,100,true,'pet 1200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (661,'Sway_Apron','Soft Apron','Usable',20000,50,true,100,true,'pet 1275;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (662,'Inspector_Certificate','Authoritative Badge','Usable',1450,30,true,'sc_start SC_SPEEDUP0,180000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (663,'Korea_Rice_Cake','Korean Rice Cake','Healing',1,10,true,'percentheal 10,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (664,'Gift_Box_1','Gift Box','Usable',1000,200,true,true,'getrandgroupitem(IG_GiftBox_1,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (665,'Gift_Box_2','Gift Box','Usable',1000,200,true,true,'getrandgroupitem(IG_GiftBox_2,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (666,'Gift_Box_3','Gift Box','Usable',1000,200,true,true,'getrandgroupitem(IG_GiftBox_3,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (667,'Gift_Box_4','Gift Box','Usable',1000,200,true,true,'getrandgroupitem(IG_GiftBox_4,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (668,'Handsei','Red Envelope','Usable',20,true,'Zeny += rand(1000,10000);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (669,'Rice_Cake_Soup','Tempting Rice-Cake Soup','Healing',500,100,true,'percentheal 10,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (671,'Gold_Coin','Gold Coin','Usable',100,true,true,true,true,true,true,true,true,'RouletteGold++;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (673,'Copper_Coin','Bronze Coin','Usable',100,40,'RouletteBronze++;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (675,'Silver_Coin','Silver Coin','Usable',100,true,true,true,true,true,true,true,true,'RouletteSilver++;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (678,'Poison_Bottle','Poison Bottle','Usable',5000,100,true,'if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {\n sc_start SC_DPOISON,60000,0;\n sc_start SC_ASPDPOTION3,60000,9;\n}\nelse\n percentheal -100,-100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (679,'Gold_Pill','Pilule','Usable',5000,300,true,'sc_start SC_DPOISON,10000,0,1000,0;\nsc_start SC_POISON,50000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (680,'Magical_Carnation','Magic Carnation','Healing',1000,'percentheal 0,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (681,'Memory_Of_Wedding','Sweet Memory of Marriage','Usable',50000,10,true,'if (getpartnerid())\n sc_start SC_WEDDING,600000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (682,'Realgar_Wine','Distilled Fighting Spirit','Usable',100,true,'sc_start SC_ATKPOTION,60000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (683,'Exorcize_Herb','Herb of Incantation','Usable',50,true,'sc_start SC_MATKPOTION,60000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (684,'Durian','Durian','Usable',15000,300,true,'sc_start SC_ATKPOTION,60000,10;\nsc_start SC_MATKPOTION,60000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (685,'RAMADAN','Ramadan','Healing',5000,300,'percentheal 100,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (686,'Earth_Scroll_1_3','Level 3 Earth Spike','Delayconsume',1000,10,true,100,true,'itemskill "WZ_EARTHSPIKE",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (687,'Earth_Scroll_1_5','Level 5 Earth Spike','Delayconsume',2000,10,true,100,true,'itemskill "WZ_EARTHSPIKE",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (688,'Cold_Scroll_1_3','Level 3 Cold Bolt','Delayconsume',1000,10,true,100,true,'itemskill "MG_COLDBOLT",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (689,'Cold_Scroll_1_5','Level 5 Cold Bolt','Delayconsume',2000,10,true,100,true,'itemskill "MG_COLDBOLT",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (690,'Fire_Scroll_1_3','Level 3 Fire Bolt','Delayconsume',1000,10,true,100,true,'itemskill "MG_FIREBOLT",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (691,'Fire_Scroll_1_5','Level 5 Fire Bolt','Delayconsume',2000,10,true,100,true,'itemskill "MG_FIREBOLT",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (692,'Wind_Scroll_1_3','Level 3 Lightening Bolt','Delayconsume',1000,10,true,100,true,'itemskill "MG_LIGHTNINGBOLT",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (693,'Wind_Scroll_1_5','Level 5 Lightening Bolt','Delayconsume',2000,10,true,100,true,'itemskill "MG_LIGHTNINGBOLT",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (694,'Ghost_Scroll_1_3','Level 3 Soul Strike','Delayconsume',1000,10,true,100,true,'itemskill "MG_SOULSTRIKE",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (695,'Ghost_Scroll_1_5','Level 5 Soul Strike','Delayconsume',2000,10,true,100,true,'itemskill "MG_SOULSTRIKE",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (696,'Fire_Scroll_2_1','Level 1 Fire Ball','Delayconsume',1000,10,true,100,true,'itemskill "MG_FIREBALL",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (697,'Fire_Scroll_2_5','Level 5 Fire Ball','Delayconsume',2000,10,true,100,true,'itemskill "MG_FIREBALL",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (698,'Fire_Scroll_3_1','Level 1 Fire Wall','Delayconsume',1000,10,true,100,true,'itemskill "MG_FIREWALL",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (699,'Fire_Scroll_3_5','Level 5 Fire Wall','Delayconsume',2000,10,true,100,true,'itemskill "MG_FIREWALL",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (700,'Cold_Scroll_2_1','Level 1 Frost Diver','Delayconsume',1000,10,true,100,true,'itemskill "MG_FROSTDIVER",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (6046,'Clothing_Dye_Coupon','Clothing Dye Coupon','Usable',100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (6047,'Clothing_Dye_Coupon_II','Clothing Dye Coupon II','Usable',100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (6720,'Status_Reset_Coupon','Status Reset Coupon','Cash',10,1,100,true,true,true,true,true,true,true,true,'resetstatus;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (6721,'Status_Reset_Coupon_','Status Reset Coupon','Cash',10,1,100,true,true,true,true,true,true,true,true,'resetstatus;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (7037,'Trade_Coupon','Coupon','Usable',100,false,100,true,true,true,true,true,true,true,'/*set pcroom,(gettimetick(2)+7200);*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (9510,'Enchant_Stone_Box17','Costume Enchant Stone Box 17','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box17);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (9514,'Ein_Ddbox','Physical Modification Permit','DelayConsume',10,100,true,true,true,true,true,true,true,'/* upgradeui 9514; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (9523,'Metal_Smelting_Ticket','Metal Refining Ticket','Delayconsume',1,'/*upgradeui 9523;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (9529,'Ein_Ddbox2','Magical Modification Permit','DelayConsume',10,100,true,true,true,true,true,true,true,'/* upgradeui 9529; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (9550,'Gemstone_Of_Time','Gemstone of Time','Delayconsume',1,'/*upgradeui 9550;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (9551,'Time_Unseal_Key','Time Unseal Key','Delayconsume',1,'/*upgradeui 9551;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (9553,'C_CatPaw_7Day_Box_','Endless Cat Hand Ticket 7day Box','Usable',10,'rentitem 22998,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (9785,'Frozen_Box_IL','Frozen Refine Box','DelayConsume',10,'/* upgradeui 9785; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (9894,'aegis_9894','[Scroll] Adrenaline Lv.5 Scroll','Delayconsume',2,10,100,true,100,true,true,true,true,true,true,true,'itemskill "BS_ADRENALINE",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (9895,'aegis_9895','[Scroll] Abrasive','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'specialeffect2 EF_MAGICALATTHIT;\nsc_start SC_INCCRI,300000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (9896,'aegis_9896','[Scroll] Power Booster','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'bonus_script "{ bonus bBaseAtk,30; bonus bMatk,30; bonus2 bAddClass,Class_All,1; bonus bMatkRate,1; bonus bHit,30; bonus bFlee,30; bonus bAspd,1; bonus bUseSPrate,-5; bonus bFixedCastrate,-30; }",1800,1,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (9909,'aegis_9909','[Scroll] Ex Def Potion','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'specialeffect2 EF_GUARD;\nsc_start SC_DEF_RATE,1800000,3;\nsc_start SC_MDEF_RATE,1800000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (9933,'True_Hunting_9Refine','Troi Hunting 9 Refinement Package','DelayConsume',10,'/* upgradeui 9933; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (9934,'True_Hunting_Opt_A','Trois Hunting Physical Craft Kit','DelayConsume',10,'/* upgradeui 9934; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (9935,'True_Hunting_Opt_B','Trois Hunting Magical Craft Kit','DelayConsume',10,'/* upgradeui 9935; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11500,'Light_Yellow_Pot','Light Yellow Potion','Healing',550,10,100,true,true,true,true,true,true,true,'itemheal rand(175,235),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11501,'Light_White_Pot','Light White Potion','Healing',1200,10,100,true,true,true,true,true,true,true,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11502,'Light_Blue_Pot','Light Blue Potion','Healing',5000,10,100,true,true,true,true,true,true,true,'itemheal 0,rand(40,60);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11503,'Siege_White_Potion','WoE White Potion','Healing',100,100,true,true,true,true,true,true,true,'itemheal rand(400,500),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11504,'Siege_Blue_Potion','WoE Blue Potion','Healing',100,100,true,true,true,true,true,true,true,'itemheal 0,rand(50,70);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (11505,'Iris','Iris','Healing',30,'itemheal 0,150;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11506,'Fanta_Orange','Fanta Orange','Healing',800,10,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11507,'Fanta_Grape','Fanta Grape','Healing',800,10,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11508,'Karada_Meguri_Tea','Karada Meguricha','Healing',800,100,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11509,'Royal_Milk_Tea','Black Tea Kochakaden','Healing',800,100,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11510,'Coke_Zero','Coca Cola Zero','Healing',800,100,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11511,'Coke_No_Cal','Diet Coca Cola','Healing',800,100,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11512,'Coca_Cola','Coca Cola','Healing',800,100,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11513,'Protect_Neck_Candy','Protect Neck Candy','Healing',200,1,true,'itemheal rand(5,25),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11514,'Enriched_Slim_Pot','Enriched Slim Pot','Healing',50,100,true,true,true,true,true,true,true,'itemheal rand(335,415),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11515,'Coconut','Coconut','Healing',1500,120,true,'itemheal rand(300,400),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11516,'Asai_Fruit','Asai Fruit','Healing',15,20,true,'itemheal rand(16,22),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11517,'Puri_Potion','Puri Potion','Healing',20,100,true,'itemheal rand(400,600),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11518,'N_Blue_Potion','Blue Potion','Healing',50,100,true,true,true,true,true,true,true,'itemheal 0,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11519,'Beef_Toast','Beef Toast','Healing',1200,40,true,'itemheal rand(170,250),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (11520,'Mora_Mandarin','Mora Mandar','Healing',500,20,100,true,'itemheal 0,rand(50,80);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (11521,'Pingui_Berry_Juice','Pingui Berry Juice','Healing',500,50,100,true,'itemheal rand(400,800),rand(50,80);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (11522,'Red_Raffle_Sap','Red Raffle Sap','Healing',2500,100,100,true,1000,'Reuse_Limit_E','itemheal rand(400,800),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (11523,'Yellow_Raffle_Sap','Yellow Raffle Sap','Healing',3000,120,110,true,2000,'Reuse_Limit_E','itemheal rand(600,1000),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (11524,'White_Raffle_Sap','White Raffle Sap','Healing',3500,140,120,true,3000,'Reuse_Limit_E','itemheal rand(800,1200),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (11525,'Mora_Hip_Tea','Mora Hip Tea','Healing',20,150,120,true,5000,'Reuse_Limit_H','itemheal rand(1500,2000),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (11526,'Rafflecino','Rafflecino','Healing',20,100,120,true,'itemheal 0,rand(120,160);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11527,'Baklava','Baklava','Healing',3500,600,'itemheal 1200,440;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11528,'Kanafeh','Kanafeh','Healing',1500,200,'itemheal 300,240;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11529,'MAAMOUL_','Maamoul','Healing',500,100,'itemheal 120,60;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11530,'Jujube','Jujube','Healing',10,100,'itemheal 30,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11531,'Coffee','Coffee','Healing',10,100,'itemheal 0,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11532,'Nasi_Goreng','Nasi Goreng','Healing',15,20,true,'itemheal rand(17,23),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11533,'Satay','Satay','Healing',15,20,true,'itemheal rand(17,23),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11534,'Coco_Juice','Coconut Juice','Healing',20,50,true,'itemheal rand(17,23),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11535,'Almond_Chocolate','Almond Chocolate','Healing',190,200,'itemheal 0,rand(8,16);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (11536,'Cat_Hard_Biscuit','Cat Biscuit','Healing',10,true,'itemheal rand(70,110),0;\ncallfunc "F_Cat_Hard_Biscuit";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (11537,'Rice_weevil_Bug','Rice Weevil Bug','Healing',10,true,'itemheal rand(100,150),0;\ncallfunc "F_Rice_Weevil_Bug";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11538,'Octupus_Leg','Fresh Octopus Legs','Healing',20,30,'itemheal rand(35,60),rand(5,10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11539,'Athale_Choco','Athale Choco','Healing',1,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11540,'Shyai_Choco','Shyai Choco','Healing',1,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11541,'Mid_Choco','Mid Choco','Healing',1,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11542,'Zonda_Choco','Zonda Choco','Healing',1,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11543,'Goedo_Choco','Goedo Choco','Healing',1,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11544,'Huike_Choco','Huike Choco','Healing',1,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11545,'Rune_Choco','Rune Choco','Healing',1,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11546,'Pope_Choco','Pope Choco','Healing',1,80,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (11547,'Woe_Violet_Potion','Siege Purple Potion','Healing',80,true,'itemheal rand(500,700),rand(60,85);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (11548,'Woe_White_Potion','Siege White Potion','Healing',80,true,'percentheal 10,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (11549,'Woe_Blue_Potion','Siege Blue Potion','Healing',80,true,'percentheal 0,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11550,'Pumpkin_Cake','Pumpkin Cake','Healing',10,40,'percentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11551,'Savory_Herb_Salad','Savory Herb Salad','Healing',10,100,true,true,true,true,true,true,true,'itemheal rand(20,30),0;\nsc_start SC_STRFOOD,180000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11552,'Apple_Carrot_Salad','Apple Carrot Salad','Healing',10,100,true,true,true,true,true,true,true,'itemheal rand(20,30),0;\nsc_start SC_AGIFOOD,180000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11553,'Casual_Stew','Casual Stew','Healing',10,100,true,true,true,true,true,true,true,'itemheal rand(20,30),0;\nsc_start SC_VITFOOD,180000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11554,'Golden_Roasted_Apple','Golden Roasted Apple','Healing',10,100,true,true,true,true,true,true,true,'itemheal rand(20,30),0;\nsc_start SC_DEXFOOD,180000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (11555,'Red_Potion_RG','Red Potion RG','Healing',40,'itemheal 325,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11557,'TE_White_Potion','TE White Potion','Healing',200,300,true,'itemheal 325,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11558,'TE_White_Slim_Potion','TE White Slim Potion','Healing',275,100,true,'itemheal 325,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11563,'Hot_Tee','Hot Tea','Usable',10,20,true,'itemheal 0,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11564,'Sweet_Canape','Sweet Canape','Usable',10,20,true,'itemheal 1000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11565,'White_Potion_B','White Potion','Healing',10,150,100,true,true,true,true,true,true,true,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11566,'Yellow_Potion_','Yellow Potion','Healing',10,130,100,true,true,true,true,true,true,true,'itemheal rand(175,235),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11567,'Novice_Potion_B','Novice Potion','Healing',10,100,true,true,true,true,true,true,true,'itemheal rand(44,66),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11568,'Red_Slim_Potion_B','Red Slim Potion','Healing',10,20,100,true,true,true,true,true,true,true,'itemheal rand(45,65),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11569,'Orange_Potion_','Orange Potion','Healing',10,100,100,true,true,true,true,true,true,true,'itemheal rand(105,145),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11570,'Red_Potion_','Red Potion','Healing',10,70,100,true,true,true,true,true,true,true,'itemheal rand(45,65),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11571,'Green_Potion_','Green Potion','Healing',10,70,100,true,true,true,true,true,true,true,'sc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11572,'Blue_Potion_B','Blue Potion','Healing',10,150,100,true,true,true,true,true,true,true,'itemheal 0,rand(40,60);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11573,'White_Slim_Potion_B','White Slim Potion','Healing',10,50,100,true,true,true,true,true,true,true,'itemheal rand(325,405),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11574,'Yellow_Slim_Potion_','Yellow Slim Potion','Healing',10,30,100,true,true,true,true,true,true,true,'itemheal rand(175,235),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11577,'Rice_Ball_B','Rice Ball','Healing',10,30,100,true,true,true,true,true,true,true,'itemheal 200,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11578,'Candy_Striper_B','Candy Bar','Healing',10,40,100,true,true,true,true,true,true,true,'itemheal rand(105,145),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11580,'Candy_B','Candy','Healing',10,30,100,true,true,true,true,true,true,true,'itemheal rand(45,65),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11581,'Piece_Of_Cake_B','Piece of Cake','Healing',10,100,100,true,true,true,true,true,true,true,'itemheal rand(270,330),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11582,'Well_Baked_Cookie_B','Well-baked Cookie','Healing',10,30,100,true,true,true,true,true,true,true,'itemheal rand(160,200),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11583,'Chocolate_Drink_B','Chocolate Drink','Healing',10,150,100,true,true,true,true,true,true,true,'itemheal rand(330,410),rand(45,65);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11584,'White_Chocolate_B','White Chocolate','Healing',10,80,100,true,true,true,true,true,true,true,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11585,'HandMade_Chocolate_B','Hand-made Chocolate','Healing',10,80,100,true,true,true,true,true,true,true,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11586,'HandMade_Chocolate_B_','Hand-made White Chocolate','Healing',10,80,100,true,true,true,true,true,true,true,'itemheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (11587,'Chocolate_B','Chocolate','Healing',10,20,100,true,true,true,true,true,true,true,'itemheal 1,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11588,'Fresh_Strawberries','Fresh Strawberries','Healing',10,10,'itemheal rand(32,56),rand(16,28);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11589,'Iceflake','Cold Snow Cone','Healing',20,50,true,'percentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11590,'Meat_Skewer5','Skewer No.5','Healing',5000,300,true,'itemheal rand(760,810),10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11592,'Trance_Candy_R','Trans Candy Red','Healing',20,30,'itemheal 45,0;\ntransform 1507,600000,SC_MTF_MHP,20;\nspecialeffect2 EF_CLOAKING;\nshowscript "Trans-Form-!! Bloody Murderer Fo-rm!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11593,'Trance_Candy_B','Trans Candy Blue','Healing',20,30,'itemheal 45,0;\ntransform 1102,600000,SC_MTF_MSP,20;\nspecialeffect2 EF_CLOAKING;\nshowscript "Trans-Form-!!! Bathory Fo-rm!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11594,'Trance_Candy_Y','Trans Candy Yellow','Healing',20,30,'itemheal 45,0;\ntransform 1130,600000,SC_MTF_PUMPKIN,2000,100;\nspecialeffect2 EF_CLOAKING;\nshowscript "Trans-Form-!! Jack Fo-rm!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11595,'Trance_Candy_G','Trans Candy Green','Healing',20,30,'itemheal 45,0;\ntransform 1508,600000,SC_MTF_HITFLEE,10,20;\nspecialeffect2 EF_CLOAKING;\nshowscript "Trans-Form-!! Cube Fo-rm!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11596,'Blood_In_Skull','Blood In Skull','Healing',20,50,'itemheal rand(600,800),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (11597,'Iron_Bug','Iron Worm','Healing',10,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (11598,'Bitter_Cacao_Bean','Bitter Cacao Bean','Healing',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (11599,'Superstar_Potion','Superstar Potion','Healing',10,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (11600,'ShiningHolyWater','Shining Holy Water','Healing',10,15,true,'if (strcharinfo(3) == "prt_q") {\n specialeffect2 EF_GUARD;\n bonus_script "{ bonus2 bSubSize,Size_All,10; }",600;\n sc_end SC_SILENCE;\n sc_end SC_POISON;\n sc_end SC_CURSE;\n heal 1000,0;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11601,'Tasty_Anchovy','Delicious Anchovy','Healing',20,20,'itemheal rand(30,46),0;\nspecialeffect2 EF_HEAL3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11602,'Nepeta_Cataria','Catnip Fruit','Healing',15,1,'itemheal rand(36,40),0;\nspecialeffect2 EF_HEAL3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (11605,'Cookies_Bat','Cookie Bat','Healing',30,'itemheal rand(50,100),0;\n/*TODO*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11616,'Yummy_Meat','Delicious Meat','Healing',1400,50,'itemheal rand(100,150),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`delay_duration`,`script`) VALUES (11621,'Red_Syrup','Red Syrup','Healing',800,70,60,1000,'itemheal 325,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`delay_duration`,`script`) VALUES (11622,'Yellow_Syrup','Yellow Syrup','Healing',1200,100,60,1000,'itemheal 900,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`delay_duration`,`script`) VALUES (11623,'White_Syrup','White Syrup','Healing',1500,140,60,1000,'itemheal 1800,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`delay_duration`,`script`) VALUES (11624,'Blue_Syrup','Blue Syrup','Healing',7000,100,60,10000,'itemheal 0,180;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11701,'Girl_Bunch_Of_Flower','Girl\'s Bouquet','Healing',20,50,'itemheal rand(105,145),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (11702,'Moon_Cookie','Moon Cookie','Healing',300,100,true,'unitskilluseid getcharid(3),"AL_BLESSING",7;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (11703,'Mysterious_Blood','Mystery Blood','Healing',10,'itemheal 0,rand(25,35);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11704,'KETUPAT_F','Ketupat','Healing',2,10,'itemheal rand(70,90),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11705,'Special_White_Potion','Children\'s Potion','Healing',1,10,'itemheal rand(425,425),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11706,'Steak','Steak','Healing',1,200,'itemheal rand(700,1000),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11707,'Roasted_Beef','Roast Beef','Healing',1,200,'itemheal 0,rand(100,200);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11708,'Fore_Flank_Sirloin','Fore Flank Sirloin','Healing',20,100,'itemheal rand(30,50),rand(1,5);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11709,'Fanta_Zero_Lemon','Fanta Zero Lemon','Healing',800,100,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11710,'Sakura_Mist','Sakura Mist','Healing',800,100,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11711,'Sakura_Milk_Tea','Sakura Milk Tea','Healing',800,100,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (11712,'First_Leaf_Tea','Flower','Healing',800,100,'itemheal rand(50,70),rand(10,12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (11713,'Julia\'s_Candy','Julia\'s Candy','Healing',30,'itemheal rand(40,45),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12000,'Cold_Scroll_2_5','Level 5 Frost Diver','Delayconsume',2000,10,true,100,true,'itemskill "MG_FROSTDIVER",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12001,'Holy_Scroll_1_3','Level 3 Heal','Delayconsume',2000,10,true,100,true,'itemskill "AL_HEAL",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12002,'Holy_Scroll_1_5','Level 5 Heal','Delayconsume',2000,10,true,100,true,'itemskill "AL_HEAL",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12003,'Holy_Scroll_2_1','Level 1 Teleport','Delayconsume',1000,10,true,'itemskill "AL_TELEPORT",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12004,'Arrow_Container','Quiver','Usable',2,250,true,'getitem 1750,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12005,'Iron_Arrow_Container','Iron Arrow Quiver','Usable',2,250,true,'getitem 1770,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12006,'Steel_Arrow_Container','Steel Arrow Quiver','Usable',2,250,true,'getitem 1753,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12007,'Ori_Arrow_Container','Oridecon Arrow Quiver','Usable',2,250,true,'getitem 1765,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12008,'Fire_Arrow_Container','Fire Arrow Quiver','Usable',2,250,true,'getitem 1752,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12009,'Silver_Arrow_Container','Silver Arrow Quiver','Usable',2,250,true,'getitem 1751,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12010,'Wind_Arrow_Container','Wind Arrow Quiver','Usable',2,250,true,'getitem 1755,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12011,'Stone_Arrow_Container','Stone Arrow Quiver','Usable',2,250,true,'getitem 1756,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12012,'Crystal_Arrow_Container','Crystal Arrow Quiver','Usable',2,250,true,'getitem 1754,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12013,'Shadow_Arrow_Container','Shadow Arrow Quiver','Usable',2,250,true,'getitem 1767,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12014,'Imma_Arrow_Container','Immaterial Arrow Quiver','Usable',2,250,true,'getitem 1757,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12015,'Rusty_Arrow_Container','Rusty Arrow Quiver','Usable',2,250,true,'getitem 1762,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12016,'Speed_Up_Potion','Speed Potion','Usable',2,100,true,'sc_start SC_SPEEDUP1,5000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12017,'Slow_Down_Potion','Slow Potion','Usable',2,100,true,'sc_start SC_SLOWDOWN,5000,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12018,'Fire_Cracker','Firecracker','Usable',2,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12019,'Holy_Egg','Holy Egg','Delayconsume',2,150,'itemskill "ALL_RESURRECTION",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12020,'Water_Of_Darkness','Cursed Water','Delayconsume',2,30,true,'itemskill "ITEM_ENCHANTARMS",8;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12021,'Pork_Belly','Pork','Healing',10,'getexp2 33333333,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12022,'Spareribs','Galbi','Healing',10,'getexp2 0,33333333;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12023,'Giftbox_China','Wrapped Box','Usable',1000,200,true,'getrandgroupitem(IG_GiftBoxChina,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_deadbranch`,`script`) VALUES (12024,'Red_Pouch_Of_Surprise','Red Pouch','Usable',50,50,true,'monster "this",-1,-1,"--ja--",-1-MOBG_RED_POUCH_OF_SURPRISE,1,"";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12025,'Egg_Boy','Dano Festival Egg','Usable',1000,200,true,'getrandgroupitem(IG_EggBoy,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12026,'Egg_Girl','Dano Festival Egg','Usable',1000,200,true,'getrandgroupitem(IG_EggGirl,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12027,'Giggling_Box','Giggling Box','Usable',1000,200,true,100,true,'percentheal 9,0;\nsc_start SC_CURSE,30000,0,3000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12028,'Box_Of_Thunder','Box of Thunder','Usable',1000,200,true,100,true,'sc_start SC_SPEEDUP0,20000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12029,'Gloomy_Box','Box of Gloom','Delayconsume',1000,200,true,100,true,'itemskill "AC_CONCENTRATION",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12030,'Box_Of_Grudge','Box of Resentment','Usable',1000,200,true,100,true,'sc_start SC_ATKPOTION,60000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12031,'Sleepy_Box','Box of Drowsiness','Usable',1000,200,true,100,true,'sc_start SC_MATKPOTION,60000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12032,'Box_Of_Storm','Box of Storms','Delayconsume',1000,200,true,100,true,'itemskill "ITEM_ENCHANTARMS",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12033,'Box_Of_Sunlight','Box of Sunlight','Usable',1000,200,true,100,true,'sc_start SC_Intravision,30000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12034,'Painting_Box','Box of Panting','Usable',1000,200,true,100,true,'percentheal 0,9;\nsc_start SC_SILENCE,30000,0,3000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12035,'Lotto_Box01','Lotto Box 01','Usable',20,'getrandgroupitem(IG_LottoBox1,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12036,'Lotto_Box02','Lotto Box 02','Usable',20,'getrandgroupitem(IG_LottoBox2,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12037,'Lotto_Box03','Lotto Box 03','Usable',20,'getrandgroupitem(IG_LottoBox3,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (12038,'Lotto_Box04','Lotto Box 04','Usable',20,true,'getrandgroupitem(IG_LottoBox4,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12039,'Lotto_Box05','Lotto Box 05','Usable',20,'getrandgroupitem(IG_LottoBox5,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12040,'Stone_Of_Intelligence_','Stone of Sage','Usable',100000,300,true,'homevolution;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12041,'Str_Dish01','Fried Grasshopper Legs','Healing',2000,50,true,'sc_start SC_STRFOOD,1200000,1;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12042,'Str_Dish02','Seasoned Sticky Webfoot','Healing',4000,50,true,'sc_start SC_STRFOOD,1200000,2;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12043,'Str_Dish03','Bomber Steak','Healing',6000,50,true,'sc_start SC_STRFOOD,1200000,3;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12044,'Str_Dish04','Herb Marinade Beef','Healing',8000,50,true,'sc_start SC_STRFOOD,1200000,4;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12045,'Str_Dish05','Lutie Lady\'s Pancake','Healing',10000,50,true,'sc_start SC_STRFOOD,1200000,5;\npercentheal 10,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12046,'Int_Dish01','Grape Juice Herbal Tea','Healing',2000,50,true,'sc_start SC_INTFOOD,1200000,1;\npercentheal 0,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12047,'Int_Dish02','Autumn Red Tea','Healing',4000,50,true,'sc_start SC_INTFOOD,1200000,2;\npercentheal 0,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12048,'Int_Dish03','Honey Herbal Tea','Healing',6000,50,true,'sc_start SC_INTFOOD,1200000,3;\npercentheal 0,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12049,'Int_Dish04','Morocc Fruit Wine','Healing',8000,50,true,'sc_start SC_INTFOOD,1200000,4;\npercentheal 0,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12050,'Int_Dish05','Mastela Fruit Wine','Healing',10000,50,true,'sc_start SC_INTFOOD,1200000,5;\npercentheal 0,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12051,'Vit_Dish01','Steamed Crab Nippers','Healing',2000,50,true,'sc_start SC_VITFOOD,1200000,1;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12052,'Vit_Dish02','Assorted Seafood','Healing',4000,50,true,'sc_start SC_VITFOOD,1200000,2;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12053,'Vit_Dish03','Clam Soup','Healing',6000,50,true,'sc_start SC_VITFOOD,1200000,3;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12054,'Vit_Dish04','Seasoned Jellyfish','Healing',8000,50,true,'sc_start SC_VITFOOD,1200000,4;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12055,'Vit_Dish05','Spicy Fried Bao','Healing',10000,50,true,'sc_start SC_VITFOOD,1200000,5;\npercentheal 10,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12056,'Agi_Dish01','Frog Egg Squid Ink Soup','Healing',2000,50,true,'sc_start SC_AGIFOOD,1200000,1;\npercentheal 3,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12057,'Agi_Dish02','Smooth Noodle','Healing',4000,50,true,'sc_start SC_AGIFOOD,1200000,2;\npercentheal 3,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12058,'Agi_Dish03','Tentacle Cheese Gratin','Healing',6000,50,true,'sc_start SC_AGIFOOD,1200000,3;\npercentheal 3,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12059,'Agi_Dish04','Lutie Cold Noodle','Healing',8000,50,true,'sc_start SC_AGIFOOD,1200000,4;\npercentheal 3,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12060,'Agi_Dish05','Steamed Bat Wing in Pumpkin','Healing',10000,50,true,'sc_start SC_AGIFOOD,1200000,5;\npercentheal 6,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12061,'Dex_Dish01','Honey Grape Juice','Healing',2000,50,true,'sc_start SC_DEXFOOD,1200000,1;\npercentheal 2,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12062,'Dex_Dish02','Chocolate Mousse Cake','Healing',4000,50,true,'sc_start SC_DEXFOOD,1200000,2;\npercentheal 2,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12063,'Dex_Dish03','Fruit Mix','Healing',6000,50,true,'sc_start SC_DEXFOOD,1200000,3;\npercentheal 2,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12064,'Dex_Dish04','Cream Sandwich','Healing',8000,50,true,'sc_start SC_DEXFOOD,1200000,4;\npercentheal 2,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12065,'Dex_Dish05','Green Salad','Healing',10000,50,true,'sc_start SC_DEXFOOD,1200000,5;\npercentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12066,'Luk_Dish01','Fried Monkey Tails','Healing',2000,50,true,'sc_start SC_LUKFOOD,1200000,1;\npercentheal 3,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12067,'Luk_Dish02','Mixed Juice','Healing',4000,50,true,'sc_start SC_LUKFOOD,1200000,2;\npercentheal 3,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12068,'Luk_Dish03','Fried Sweet Potato','Healing',6000,50,true,'sc_start SC_LUKFOOD,1200000,3;\npercentheal 4,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12069,'Luk_Dish04','Steamed Ancient Lips','Healing',8000,50,true,'sc_start SC_LUKFOOD,1200000,4;\npercentheal 4,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12070,'Luk_Dish05','Fried Scorpion Tails','Healing',10000,50,true,'sc_start SC_LUKFOOD,1200000,5;\npercentheal 5,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12071,'Str_Dish06','Shiny Marinade Beef','Healing',20000,50,true,'sc_start SC_STRFOOD,1200000,6;\npercentheal 10,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12072,'Str_Dish07','Whole Roast','Healing',40000,50,true,'sc_start SC_STRFOOD,1200000,7;\npercentheal 10,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12073,'Str_Dish08','Bearfoot Special','Healing',60000,50,true,'sc_start SC_STRFOOD,1200000,8;\npercentheal 15,6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12074,'Str_Dish09','Tendon Satay','Healing',80000,50,true,'sc_start SC_STRFOOD,1200000,9;\npercentheal 15,8;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12075,'Str_Dish10','Steamed Tongue','Healing',100000,50,true,'sc_start SC_STRFOOD,1200000,10;\npercentheal 20,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12076,'Int_Dish06','Red Mushroom Wine','Healing',20000,50,true,'sc_start SC_INTFOOD,1200000,6;\npercentheal 2,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12077,'Int_Dish07','Special Royal Jelly Herbal Tea','Healing',40000,50,true,'sc_start SC_INTFOOD,1200000,7;\npercentheal 4,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12078,'Int_Dish08','Royal Family Tea','Healing',60000,50,true,'sc_start SC_INTFOOD,1200000,8;\npercentheal 6,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12079,'Int_Dish09','Tristan XII','Healing',80000,50,true,'sc_start SC_INTFOOD,1200000,9;\npercentheal 8,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12080,'Int_Dish10','Dragon Breath Cocktail','Healing',100000,50,true,'sc_start SC_INTFOOD,1200000,10;\npercentheal 10,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12081,'Vit_Dish06','Awfully Bitter Bracer','Healing',20000,50,true,'sc_start SC_VITFOOD,1200000,6;\npercentheal 13,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12082,'Vit_Dish07','Sumptuous Feast','Healing',40000,50,true,'sc_start SC_VITFOOD,1200000,7;\npercentheal 16,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12083,'Vit_Dish08','Giant Burito','Healing',60000,50,true,'sc_start SC_VITFOOD,1200000,8;\npercentheal 19,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12084,'Vit_Dish09','Ascending Dragon Soup','Healing',80000,50,true,'sc_start SC_VITFOOD,1200000,9;\npercentheal 22,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12085,'Vit_Dish10','Immortal Stew','Healing',100000,50,true,'sc_start SC_VITFOOD,1200000,10;\npercentheal 25,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12086,'Agi_Dish06','Chile Shrimp Gratin','Healing',20000,50,true,'sc_start SC_AGIFOOD,1200000,6;\npercentheal 7,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12087,'Agi_Dish07','Steamed Alligator with Vegetable','Healing',40000,50,true,'sc_start SC_AGIFOOD,1200000,7;\npercentheal 8,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12088,'Agi_Dish08','Incredibly Spicy Curry','Healing',60000,50,true,'sc_start SC_AGIFOOD,1200000,8;\npercentheal 9,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12089,'Agi_Dish09','Special Meat Stew','Healing',80000,50,true,'sc_start SC_AGIFOOD,1200000,9;\npercentheal 10,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12090,'Agi_Dish10','Steamed Desert Scorpions','Healing',100000,50,true,'sc_start SC_AGIFOOD,1200000,10;\npercentheal 15,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12091,'Dex_Dish06','Peach Cake','Healing',20000,50,true,'sc_start SC_DEXFOOD,1200000,6;\npercentheal 5,6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12092,'Dex_Dish07','Soul Haunted Bread','Healing',40000,50,true,'sc_start SC_DEXFOOD,1200000,7;\npercentheal 5,7;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12093,'Dex_Dish08','Special Toast','Healing',60000,50,true,'sc_start SC_DEXFOOD,1200000,8;\npercentheal 5,8;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12094,'Dex_Dish09','Heavenly Fruit Juice','Healing',80000,50,true,'sc_start SC_DEXFOOD,1200000,9;\npercentheal 5,9;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12095,'Dex_Dish10','Hwergelmir\'s Tonic','Healing',100000,50,true,'sc_start SC_DEXFOOD,1200000,10;\npercentheal 10,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12096,'Luk_Dish06','Lucky Soup','Healing',20000,50,true,'sc_start SC_LUKFOOD,1200000,6;\npercentheal 6,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12097,'Luk_Dish07','Assorted Shish Kebob','Healing',40000,50,true,'sc_start SC_LUKFOOD,1200000,7;\npercentheal 7,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12098,'Luk_Dish08','Strawberry Flavored Rice Ball','Healing',60000,50,true,'sc_start SC_LUKFOOD,1200000,8;\npercentheal 9,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12099,'Luk_Dish09','Blood Flavored Soda','Healing',80000,50,true,'sc_start SC_LUKFOOD,1200000,9;\npercentheal 10,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12100,'Luk_Dish10','Cooked Nine Tail\'s Tails','Healing',100000,50,true,'sc_start SC_LUKFOOD,1200000,10;\npercentheal 14,8;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12101,'Citron','Citron','Healing',20,300,true,'sc_start SC_FLEEFOOD,180000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12102,'Meat_Skewer','Grilled Skewer','Healing',20,300,true,'sc_start SC_HITFOOD,180000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_deadbranch`,`script`) VALUES (12103,'Bloody_Dead_Branch','Bloody Branch','Usable',10000,200,true,true,'monster "this",-1,-1,"--ja--",-1-MOBG_BLOODY_DEAD_BRANCH,1,"";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12104,'Random_Quiver','Random Quiver','Usable',10000,200,true,true,'getrandgroupitem(IG_Quiver,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12105,'Set_Of_Taiming_Item','Taming Gift Set','Usable',10000,200,true,true,'getrandgroupitem(IG_Taming,1);\ngetrandgroupitem(IG_Taming,1);\ngetrandgroupitem(IG_Taming,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12106,'Accessory_Box','Jewelry Box','Usable',10000,200,true,true,'getrandgroupitem(IG_Accesory,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12107,'Wrapped_Mask','Wrapped Mask','Usable',10000,200,true,true,'getrandgroupitem(IG_Mask,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12108,'Bundle_Of_Magic_Scroll','Scroll Package','Usable',10000,200,true,true,'getrandgroupitem(IG_Scroll,1);\ngetrandgroupitem(IG_Scroll,1);\ngetrandgroupitem(IG_Scroll,1);\ngetrandgroupitem(IG_Scroll,1);\ngetrandgroupitem(IG_Scroll,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_deadbranch`,`script`) VALUES (12109,'Poring_Box','Poring Box','Usable',10000,200,true,true,'monster "this",-1,-1,"--ja--",-1-MOBG_PORING_BOX,1,"";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12110,'First_Aid_Kit','First Aid Kit','Usable',10000,200,true,true,'getrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12111,'Food_Package','Bundle of Food','Usable',10000,200,true,true,'getrandgroupitem(IG_FoodBag,1);\ngetrandgroupitem(IG_FoodBag,1);\ngetrandgroupitem(IG_FoodBag,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12112,'Tropical_Sograt','Tropical Sograt','Usable',1000,100,true,'sc_start SC_CURSE,10000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12113,'Vermilion_The_Beach','Vermilion on the Beach','Usable',1000,100,true,'sc_start SC_STUN,10000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12114,'Elemental_Fire','Elemental Converter','Delayconsume',2,10,true,'itemskill "ITEM_ENCHANTARMS",4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12115,'Elemental_Water','Elemental Converter','Delayconsume',2,10,true,'itemskill "ITEM_ENCHANTARMS",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12116,'Elemental_Earth','Elemental Converter','Delayconsume',2,10,true,'itemskill "ITEM_ENCHANTARMS",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12117,'Elemental_Wind','Elemental Converter','Delayconsume',2,10,true,'itemskill "ITEM_ENCHANTARMS",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12118,'Resist_Fire','Fireproof Potion','Usable',2,10,true,'sc_start4 SC_ARMOR_ELEMENT_FIRE,1200000,-15,0,20,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12119,'Resist_Water','Coldproof Potion','Usable',2,10,true,'sc_start4 SC_ARMOR_ELEMENT_WATER,1200000,20,0,0,-15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12120,'Resist_Earth','Earthproof Potion','Usable',2,10,true,'sc_start4 SC_ARMOR_ELEMENT_EARTH,1200000,0,20,-15,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12121,'Resist_Wind','Thunderproof Potion','Usable',2,10,true,'sc_start4 SC_ARMOR_ELEMENT_WIND,1200000,0,-15,0,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12122,'Sesame_Pastry','Sesame Pastry','Usable',2,70,true,'sc_start SC_HITFOOD,180000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12123,'Honey_Pastry','Honey Pastry','Usable',2,70,true,'sc_start SC_FLEEFOOD,180000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12124,'Rainbow_Cake','Rainbow Cake','Usable',2,70,true,'sc_start SC_BATKFOOD,60000,10;\nsc_start SC_MATKFOOD,60000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12125,'Outdoor_Cooking_Kits','Outdoor Cooking Kit','Usable',500,20,true,'cooking 11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12126,'Indoor_Cooking_Kits','Home Cooking Kit','Usable',1000,30,true,'cooking 12;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12127,'High_end_Cooking_Kits','Professional Cooking Kit','Usable',2000,50,true,'cooking 13;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12128,'Imperial_Cooking_Kits','Royal Cooking Kit','Usable',5000,70,true,'cooking 14;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12129,'Fantastic_Cooking_Kits','Fantastic Cooking Kit','Usable',10000,70,true,'cooking 15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12130,'Cookie_Bag','Cookie Bag','Usable',2,70,true,true,'getrandgroupitem(IG_CookieBag,1);\ngetrandgroupitem(IG_CookieBag,1);\ngetrandgroupitem(IG_CookieBag,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12131,'Lucky_Potion','Lucky Potion','Healing',2,100,'/* sc_start SC_LUKFOOD,180000,15; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12132,'Red_Bag','Santa\'s Bag','Usable',200,true,'sc_start SC_XMAS,600000,0;\nsc_start SC_SPEEDUP0,600000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12133,'Ice_Cream_','McDonald\'s Ice Cone','Healing',80,'if (gettime(DT_DAYOFMONTH) != MDiceCone) {\n MDiceCone = gettime(DT_DAYOFMONTH);\n percentheal 50,50;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12134,'Red_Envelope','Red Envelope','Usable',1,10,'.@r = BaseLevel*100;\ngetexp2 .@r,.@r;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`script`) VALUES (12135,'Green_Ale','Green Ale','Usable',20,30,3000,'percentheal 50,50;\nsc_start SC_CONFUSION,10000,0,1000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12136,'Women\'s_Bundle','Women\'s Bundle','Usable',100,'getitem callfunc("F_Rand",558,529,2668,7518),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12137,'1st_Stage_Prize','First Stage Prize','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12138,'2nd_Stage_Prize','Second Stage Prize','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12139,'3rd_Stage_Prize','Third Stage Prize','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12140,'4th_Stage_Prize','Fourth Stage Prize','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12141,'5th_Stage_Prize','Fifth Stage Prize','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12142,'Magic_Book','Book of Magic','Usable',100,100,true,true,true,true,true,true,true,true,'sc_start SC_AGIFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12143,'Red_Can','Red Can','Usable',50000,300,'percentheal 25,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12144,'Sphere_Case_Wind','Lightning Sphere Pack','Usable',2,350,true,'getitem 13204,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12145,'Sphere_Case_Darkness','Blind Sphere Pack','Usable',2,350,true,'getitem 13206,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12146,'Sphere_Case_Poison','Poison Sphere Pack','Usable',2,350,true,'getitem 13205,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12147,'Sphere_Case_Water','Freezing Sphere Pack','Usable',2,350,true,'getitem 13207,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12148,'Sphere_Case_Fire','Flare Sphere Pack','Usable',2,350,true,'getitem 13203,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12149,'Bullet_Case','Cartridge','Usable',2,250,true,'getitem 13200,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12150,'Bullet_Case_Blood','Blood Cartridge','Usable',2,250,true,'getitem 13202,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12151,'Bullet_Case_Silver','Silver Cartridge','Usable',2,250,true,'getitem 13201,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (12152,'Special_Box','Special Present','Usable',100,true,'getgroupitem(IG_Special_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12153,'Bow_Mercenary_Scroll1','Bowman Scroll 1','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6017,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12154,'Bow_Mercenary_Scroll2','Bowman Scroll 2','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6018,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12155,'Bow_Mercenary_Scroll3','Bowman Scroll 3','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6019,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12156,'Bow_Mercenary_Scroll4','Bowman Scroll 4','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6020,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12157,'Bow_Mercenary_Scroll5','Bowman Scroll 5','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6021,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12158,'Bow_Mercenary_Scroll6','Bowman Scroll 6','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6022,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12159,'Bow_Mercenary_Scroll7','Bowman Scroll 7','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6023,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12160,'Bow_Mercenary_Scroll8','Bowman Scroll 8','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6024,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12161,'Bow_Mercenary_Scroll9','Bowman Scroll 9','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6025,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12162,'Bow_Mercenary_Scroll10','Bowman Scroll 10','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6026,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12163,'SwordMercenary_Scroll1','Fencer Scroll 1','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6037,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12164,'SwordMercenary_Scroll2','Fencer Scroll 2','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6038,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12165,'SwordMercenary_Scroll3','Fencer Scroll 3','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6039,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12166,'SwordMercenary_Scroll4','Fencer Scroll 4','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6040,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12167,'SwordMercenary_Scroll5','Fencer Scroll 5','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6041,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12168,'SwordMercenary_Scroll6','Fencer Scroll 6','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6042,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12169,'SwordMercenary_Scroll7','Fencer Scroll 7','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6043,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12170,'SwordMercenary_Scroll8','Fencer Scroll 8','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6044,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12171,'SwordMercenary_Scroll9','Fencer Scroll 9','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6045,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12172,'SwordMercenary_Scroll10','Fencer Scroll 10','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6046,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12173,'SpearMercenary_Scroll1','Spearman Scroll 1','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6027,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12174,'SpearMercenary_Scroll2','Spearman Scroll 2','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6028,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12175,'SpearMercenary_Scroll3','Spearman Scroll 3','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6029,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12176,'SpearMercenary_Scroll4','Spearman Scroll 4','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6030,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12177,'SpearMercenary_Scroll5','Spearman Scroll 5','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6031,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12178,'SpearMercenary_Scroll6','Spearman Scroll 6','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6032,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12179,'SpearMercenary_Scroll7','Spearman Scroll 7','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6033,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12180,'SpearMercenary_Scroll8','Spearman Scroll 8','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6034,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12181,'SpearMercenary_Scroll9','Spearman Scroll 9','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6035,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12182,'SpearMercenary_Scroll10','Spearman Scroll 10','Usable',2,100,100,true,true,true,true,true,true,true,'mercenary_create 6036,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12183,'Holy_Arrow_Quiver','Holy Arrow Quiver','Usable',2,250,true,'getitem 1772,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12184,'Mercenary_Red_Potion','Mercenary Red Potion','Usable',500,100,true,'mercenary_heal 1000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12185,'Mercenary_Blue_Potion','Mercenary Blue Potion','Usable',1000,100,true,'mercenary_heal 0,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12186,'Red_Box','Old Red Box','Usable',50000,200,true,'getrandgroupitem(IG_RedBox,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12187,'Green_Box','Old Green Box','Usable',50000,200,true,'getrandgroupitem(IG_GreenBox,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12188,'Magical_Moon_Cake','Grace Moon Cake','Healing',20,300,'percentheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12189,'Red_Box_','Old Red Box','Usable',50000,200,true,'getrandgroupitem(IG_RedBox_2,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12190,'Moon_Cake','Moon Cake','Usable',2,300,'sc_start SC_SPEEDUP0,180000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12191,'Special_Moon_Cake','Special Moon Cake','Usable',2,300,'sc_start SC_ASPDPOTION0,600000,4;\nsc_start SC_SPEEDUP0,600000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12192,'Pumpkin_Pie','Pumpkin Pie','Healing',20,30,'percentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12193,'Brezel','Pretzel','Usable',20,20,'percentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12194,'Hometown_Gift','Hometown Gift','Usable',20,200,true,true,'getrandgroupitem(IG_HometownGift,1);\ngetrandgroupitem(IG_HometownGift,1);\ngetrandgroupitem(IG_HometownGift,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12195,'Plain_Rice_Cake','Plain Rice Cake','Healing',20,100,true,'percentheal 0,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12196,'Hearty_Rice_Cake','Hearty Rice Cake','Healing',20,100,true,'percentheal 50,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12197,'Salty_Rice_Cake','Salty Rice Cake','Healing',20,100,true,'percentheal 10,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12198,'Lucky_Rice_Cake','Lucky Rice Cake','Usable',20,100,true,'sc_start SC_INCLUK,1200000,21;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12199,'Rice_Scroll','Scroll of Magic','Usable',100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12200,'Event_Cake','X-mas Cake','Delayconsume',20,50,'percentheal 5,0;\nitemskill "PR_MAGNIFICAT",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12201,'Red_Box_C','Commonplace Red Box','Usable',20,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12202,'Str_Dish10_','Steamed Tongue','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_STR_CASH,1800000,10;\npercentheal 15,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12203,'Agi_Dish10_','Steamed Scorpion','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_AGI_CASH,1800000,10;\npercentheal 15,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12204,'Int_Dish10_','Dragon Breath Cocktail','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_INT_CASH,1800000,10;\npercentheal 15,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12205,'Dex_Dish10_','Hwergelmir\'s Tonic','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_DEX_CASH,1800000,10;\npercentheal 15,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12206,'Luk_Dish10_','Cooked Nine Tail\'s Tails','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_LUK_CASH,1800000,10;\npercentheal 15,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12207,'Vit_Dish10_','Stew Of Immortality','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_VIT_CASH,1800000,10;\npercentheal 15,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12208,'Battle_Manual','Battle Manual','Usable',2,10,60000,'Reuse_Limit_C',100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12209,'Insurance','Life Insurance','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_LIFEINSURANCE,1800000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12210,'Bubble_Gum','Bubble Gum','Usable',2,10,60000,'Reuse_Limit_D',100,true,true,true,true,true,true,true,'sc_start SC_ITEMBOOST,1800000,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12211,'Kafra_Card','Kafra Card','Usable',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashStore";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12212,'Giant_Fly_Wing','Giant Fly Wing','DelayConsume',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashPartyCall";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12213,'Neuralizer','Neuralizer','Delayconsume',2,100,true,true,true,true,true,true,true,'callfunc "F_CashReset";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12214,'Convex_Mirror','Convex Mirror','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_BOSSMAPINFO,600000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12215,'Blessing_10_Scroll','LV10 Blessing Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'skilleffect "AL_BLESSING",0;\nsc_start SC_BLESSING,240000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12216,'Inc_Agi_10_Scroll','LV10 Agil Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'if (Hp>15) {\n skilleffect "AL_INCAGI",0;\n sc_start SC_INCREASEAGI,240000,10;\n heal -15,0;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12217,'Aspersio_5_Scroll','LV5 Aspersio Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'if (countitem(523)>0) {\n skilleffect "PR_ASPERSIO",0;\n sc_start SC_ASPERSIO,180000,5;\n delitem 523,1;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12218,'Assumptio_5_Scroll','LV5 Assumptio Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_ASSUMPTIO,100000,5;\nskilleffect "HP_ASSUMPTIO",0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12219,'Wind_Walk_10_Scroll','LV10 Wind Walker Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'skilleffect "SN_WINDWALK",0;\nsc_start SC_WINDWALK,250000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12220,'Adrenaline_Scroll','LV5 Adrenaline Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'.@type = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);\nif (.@type == W_1HAXE || .@type == W_2HAXE || .@type == W_MACE) {\n skilleffect "BS_ADRENALINE",0;\n sc_start SC_ADRENALINE,150000,5;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12221,'Megaphone_','Megaphone','Usable',2,10,100,true,true,true,true,true,true,true,'input .@megaphone$;\nannounce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12225,'Sweet_Candy_Striper','Sweet Candy Cane','Usable',20,50,100,true,'pet 1245;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12226,'Examination1','Examination 1','Healing',20,50,'sc_start SC_SPEEDUP0,5400000,25;\npercentheal 100,100;\nsc_start SC_STRFOOD,5400000,10;\nsc_start SC_DEXFOOD,5400000,5;\nsc_start SC_ATKPOTION,5400000,22;\nsc_start SC_MATKFOOD,5400000,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12227,'Examination2','Examination 2','Healing',20,50,'sc_start SC_SPEEDUP0,5400000,25;\npercentheal 100,100;\nsc_start SC_INTFOOD,5400000,8;\nsc_start SC_VITFOOD,5400000,7;\nsc_start SC_LUKFOOD,5400000,7;\nsc_start SC_ATKPOTION,5400000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12228,'Examination3','Examination 3','Healing',20,50,'sc_start SC_SPEEDUP0,5400000,25;\npercentheal 100,100;\nsc_start SC_AGIFOOD,5400000,15;\nsc_start SC_ATKPOTION,5400000,52;\nsc_start SC_MATKFOOD,5400000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12229,'Examination4','Examination 4','Healing',20,50,'sc_start SC_SPEEDUP0,5400000,25;\npercentheal 100,100;\nsc_start SC_STRFOOD,5400000,3;\nsc_start SC_AGIFOOD,5400000,5;\nsc_start SC_VITFOOD,5400000,10;\nsc_start SC_MATKFOOD,5400000,52;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12230,'Examination5','Examination 5','Healing',20,50,'sc_start SC_SPEEDUP0,5400000,25;\npercentheal 100,100;\nsc_start SC_INTFOOD,5400000,3;\nsc_start SC_DEXFOOD,5400000,12;\nsc_start SC_ATKPOTION,5400000,20;\nsc_start SC_MATKFOOD,5400000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12231,'Examination6','Examination 6','Healing',20,50,'percentheal 100,100;\nsc_start SC_SPEEDUP0,5400000,25;\nsc_start SC_STRFOOD,5400000,6;\nsc_start SC_DEXFOOD,5400000,6;\nsc_start SC_AGIFOOD,5400000,6;\nsc_start SC_INTFOOD,5400000,6;\nsc_start SC_VITFOOD,5400000,6;\nsc_start SC_LUKFOOD,5400000,6;\nsc_start SC_ATKPOTION,5400000,24;\nsc_start SC_MATKFOOD,5400000,24;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12232,'Gingerbread','Ginger Bread','Usable',20,150,'sc_start SC_ASPDPOTION1,900000,0;\nsc_start SC_SPEEDUP0,900000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12233,'Kvass','Kvass','Healing',20,200,'percentheal 100,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12234,'Cacao99','Fierce Cacao 99%','Healing',20,100,'percentheal 25,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12235,'Strawberry_Choco','Chocolate Strawberry','Usable',20,100,100,true,'percentheal 0,5;\nskilleffect "AL_BLESSING",0;\nsc_start SC_BLESSING,240000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12236,'Choco_Tart','Chocolate Tart','Delayconsume',20,100,100,true,'percentheal 5,0;\nitemskill "AL_ANGELUS",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12237,'Choco_Lump','Junky Chocolate','Usable',100,100,true,'percentheal 0,5;\nsc_start SC_POISON,18000,0;\nsc_start SC_BLEEDING,18000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12238,'New_Year_Rice_Cake_1','New Year Rice Cake','Usable',20,100,100,true,true,true,true,true,true,'sc_start SC_DPOISON,10000,0,1000,0;\nsc_start SC_POISON,50000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12239,'New_Year_Rice_Cake_2','New Year Rice Cake','Usable',20,100,100,true,true,true,true,true,true,'sc_start SC_DPOISON,10000,0,1000,0;\nsc_start SC_POISON,50000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12240,'Old_Yellow_Box','Old Yellow Box','Usable',20,200,true,'getrandgroupitem(IG_YellowBox,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12241,'M_Center_Potion','Mercenary Concentration Potion','Usable',800,100,true,'mercenary_sc_start SC_ASPDPOTION0,1800000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12242,'M_Awakening_Potion','Mercenary Awakening Potion','Usable',1500,150,true,'mercenary_sc_start SC_ASPDPOTION1,1800000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12243,'M_Berserk_Potion','Mercenary Berserk Potion','Usable',3000,200,true,'mercenary_sc_start SC_ASPDPOTION2,1800000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12244,'Old_Gift_Box','Old Gift Box','Usable',20,200,true,'getrandgroupitem(IG_OldGiftBox,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12245,'Green_Ale_US','Green Ale','Healing',5000,500,'percentheal 100,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12246,'Magic_Card_Album','Mystical Card Album','Usable',10000,50,true,true,'getrandgroupitem(IG_MagicCardAlbum,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (12247,'Halohalo','Halo-Halo','Usable',2,100,20,'sc_start SC_INCALLSTATUS,600000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12248,'Masquerade_Ball_Box','Fancy Ball Box','Usable',20,10,true,'getrandgroupitem(IG_Masquerade,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12249,'Payroll_Of_Kafra_','Payment Statement for Kafra Employee','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12250,'Str_Dish10_M','Steamed Tongue','Usable',10,'sc_start SC_STRFOOD,3600000,10;\npercentheal 20,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12251,'Agi_Dish10_M','Steamed Desert Scorpions','Usable',10,'sc_start SC_AGIFOOD,3600000,10;\npercentheal 15,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12252,'Int_Dish10_M','Dragon Breath Cocktail','Usable',10,'sc_start SC_INTFOOD,3600000,10;\npercentheal 10,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12253,'Dex_Dish10_M','Hwergelmir\'s Tonic','Usable',10,'sc_start SC_DEXFOOD,3600000,10;\npercentheal 10,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12254,'Luk_Dish10_M','Cooked Nine Tail','Usable',10,'sc_start SC_LUKFOOD,3600000,10;\npercentheal 14,8;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12255,'Vit_Dish10_M','Immortal Stew','Usable',10,'sc_start SC_VITFOOD,3600000,10;\npercentheal 25,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12256,'PRO_Gift_Box','PRO Gift Box','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (12257,'Cold_Medicine','Cold Medicine','Healing',20,100,50,'percentheal 25,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12258,'Bombring_Box','Bomb Poring Box','Usable',10,100,true,true,true,true,true,true,true,'if (strcharinfo(3) == "job3_rang02") {\n monster "this",-1,-1,"--ja--",1904,1,"";\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12259,'Miracle_Medicine','Miracle Tonic','Usable',100,true,true,true,true,true,true,true,true,'getexp2(3000000,1500000);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12260,'Cool_Summer_Outfit','Cool Summer Outfit','Usable',100,true,'sc_start SC_SUMMER,600000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12261,'Secret_Medicine','Leap of Fantasy','Usable',100,true,true,true,true,true,true,true,true,'getexp2(2000000,1000000);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12262,'Inspector_Certificate_','Authoritative Badge','Usable',10,100,true,true,true,true,true,true,true,true,'sc_start SC_SPEEDUP0,540000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12263,'Comp_Battle_Manual','Field Manual','Usable',2,10,100,true,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12264,'Comp_Bubble_Gum','Bubble Gum','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_ITEMBOOST,1800000,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12265,'Comp_Insurance','Life Insurrance','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_LIFEINSURANCE,1800000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12266,'Sesame_Pastry_','Sesame Pastry','Usable',2,70,100,true,true,true,true,true,true,true,true,'sc_start SC_HITFOOD,180000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12267,'Honey_Pastry_','Honey Pastry','Usable',2,70,100,true,true,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,180000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12268,'Rainbow_Cake_','Rainbow Cake','Usable',2,70,100,true,true,true,true,true,true,true,true,'sc_start SC_ATKPOTION,60000,10;\nsc_start SC_MATKFOOD,60000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12269,'Tasty_Colonel','Tasty Pink Ration','Usable',2,70,100,true,true,true,true,true,true,'sc_start SC_ATKPOTION,600000,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12270,'Tasty_Major','Tasty White Ration','Usable',2,70,100,true,true,true,true,true,true,'sc_start SC_MATKPOTION,600000,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12271,'Mre_A','Military Ration A','Healing',2,70,100,true,true,true,true,true,true,'percentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12272,'Mre_B','Military Ration B','Usable',2,70,100,true,true,true,true,true,true,'sc_start SC_HITFOOD,600000,33;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12273,'Mre_C','Military Ration C','Usable',2,70,100,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,600000,33;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12274,'Gold_Pill_1','Daehwandan','Healing',10,100,true,true,true,true,true,true,true,true,'sc_start2 SC_INCREASE_MAXHP,3600000,5,10;\npercentheal 10,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12275,'Gold_Pill_2','Taecheongdan','Healing',10,100,true,true,true,true,true,true,true,true,'sc_start2 SC_INCREASE_MAXSP,3600000,5,10;\npercentheal 0,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12276,'Mimic_Scroll','Mimic Scroll','Usable',2,10,100,true,true,true,true,true,true,true,'mercenary_create 2058,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12277,'Disguise_Scroll','Disguise Scroll','Usable',2,10,100,true,true,true,true,true,true,true,'mercenary_create 2059,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12278,'Alice_Scroll','Alice Scroll','Usable',2,10,100,true,true,true,true,true,true,true,'mercenary_create 2060,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12279,'Undead_Element_Scroll','Undead Elemental Scroll','Usable',10,'sc_start4 SC_ARMOR_RESIST,300000,20,20,20,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12280,'Holy_Element_Scroll','Holy Elemental Scroll','Usable',10,'specialeffect2 EF_BENEDICTIO;\nsc_start SC_BENEDICTIO,300000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12281,'Tresure_Box_WoE','Event Treasure Box','Usable',20,150,true,'getgroupitem(IG_Tresure_Box_WoE_);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12282,'Internet_Cafe1','Internet Cafe1','Usable',10,'sc_start SC_INCALLSTATUS,5400000,3;\nsc_start SC_ATKPOTION,5400000,15;\nsc_start SC_MATKPOTION,5400000,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12283,'Internet_Cafe2','Internet Cafe2','Usable',10,'sc_start SC_INCSTR,5400000,8;\nsc_start SC_INCDEX,5400000,4;\nsc_start SC_INCAGI,5400000,6;\nsc_start SC_ATKPOTION,5400000,32;\nsc_start SC_INCFLEE,5400000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12284,'Internet_Cafe3','Internet Cafe3','Usable',10,'sc_start SC_INCINT,5400000,8;\nsc_start SC_INCVIT,5400000,4;\nsc_start SC_INCDEX,5400000,6;\nsc_start SC_MATKPOTION,5400000,40;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12285,'Internet_Cafe4','Internet Cafe4','Usable',10,'sc_start SC_INCDEX,5400000,8;\nsc_start SC_INCLUK,5400000,4;\nsc_start SC_INCAGI,5400000,6;\nsc_start SC_ATKPOTION,5400000,24;\nsc_start SC_MATKPOTION,5400000,24;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (12286,'Masquerade_Ball_Box2','Masquerade Ball Box2','Usable',10,true,'getrandgroupitem(IG_Masquerade_2,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12287,'Love_Angel','Love Angel Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 1;','setfont 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12288,'Squirrel','Squirrel Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 2;','setfont 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12289,'Gogo','Gogo Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 3;','setfont 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12290,'Mysterious_Can','Mysterious Can Magic Powder','Usable',10,100,true,100,true,'percentheal 5,0;\nskilleffect "AL_BLESSING",0;\nsc_start SC_BLESSING,120000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12291,'Mysterious_PET_Bottle','Mysterious PET Bottle','Usable',10,100,true,100,true,'percentheal 5,0;\nskilleffect "AL_INCAGI",0;\nsc_start SC_INCREASEAGI,120000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12292,'Unripe_Fruit','Unripe Yggdrasilberry','Healing',500,200,true,'percentheal 20,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12293,'Dried_Yggdrasilberry','Dried Yggdrasilberry','Healing',500,200,true,'percentheal 0,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12294,'PC_Bang_Coin_Box1','PC-Room Coin Box','Usable',10,100,true,true,true,true,true,true,true,true,'getitem 2740,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12295,'PC_Bang_Coin_Box2','PC-Room Coin Box','Usable',10,100,true,true,true,true,true,true,true,true,'getitem 2739,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12296,'PC_Bang_Coin_Box3','PC-Room Coin Box','Usable',10,100,true,true,true,true,true,true,true,true,'getitem 2738,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12297,'PC_Bang_Coin_Box4','PC-Room Coin Box','Usable',10,100,true,true,true,true,true,true,true,true,'getitem 2738,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12298,'SP_Potion','SP Consumption Reduction Potion','Usable',10,100,true,true,true,true,true,true,true,true,'sc_start SC_SPCOST_RATE,3600000,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12299,'Mega_Resist_Potion','Mega Resist Potion','Usable',10,100,true,true,true,true,true,true,true,true,'sc_start SC_COMMONSC_RESIST,3600000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12300,'Wild_Rose_Scroll','Wild Rose Contract','Usable',10,100,true,true,true,true,true,true,true,'mercenary_create 1965,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12301,'Doppelganger_Scroll','Doppelganger Contract','Usable',10,100,true,true,true,true,true,true,true,'mercenary_create 1966,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12302,'Ygnizem_Scroll','Egnigem Cenia Contract','Usable',10,100,true,true,true,true,true,true,true,'mercenary_create 1967,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12303,'Water_Of_Blessing','Blessing Of Water','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12304,'Picture_Diary','Diary Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 4;','setfont 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12305,'Mini_Heart','Mini Heart Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 5;','setfont 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12306,'Newcomer','Freshman Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 6;','setfont 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12307,'Kid','Kid Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 7;','setfont 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12308,'Magic_Castle','Magic Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 8;','setfont 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12309,'Bulging_Head','JJangu Magic Powder','Usable',100,true,true,true,true,true,true,true,true,'setfont 9;','setfont 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12310,'Spray_Of_Flowers','Spray Of Flowers','Usable',50,100,true,100,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,300000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12311,'Large_Spray_Of_Flowers','Huge Spray Of Flowers','Delayconsume',100,100,true,100,true,true,true,true,true,true,'itemskill "ALL_PARTYFLEE",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (12312,'Thick_Manual50','Thick Battle Manual','Usable','sc_start SC_EXPBOOST,3600000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12313,'Protection_Of_Angel','Guardian Angel','Usable',100,true,100,true,true,true,true,true,true,true,'/* itemskill "ALL_ANGEL_PROTECT",1; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12314,'Noive_Box','Adventurer Returns Support Box','Usable',10,100,true,true,true,true,true,true,true,true,'getgroupitem(IG_Noive_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12315,'Goddess_Bless','Goddess Of Blessing','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12316,'Angel_Bless','Angel Of Blessing','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12317,'Powder_Snow','Snow Powder','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12318,'Little_Heart','Small Hearts','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12319,'Strawberry_Cake','Rune Strawberry Cake','Usable',300,100,true,true,true,true,true,true,'sc_start SC_ATKPOTION,600000,5;\nsc_start SC_MATKPOTION,600000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12320,'Pineapple_Juice','Schwarzwald Pine Jubilee','Usable',300,100,true,true,true,true,true,true,'sc_start SC_HITFOOD,600000,10;\nsc_start SC_FLEEFOOD,600000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12321,'Spicy_Sandwich','Arunafeltz Desert Sandwich','Usable',300,100,true,true,true,true,true,true,'sc_start SC_INCCRI,600000,7;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12322,'Chocolate_Pie','Chocolate Pie','Healing',50,100,true,true,true,true,true,true,true,'percentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12323,'N_Fly_Wing','Novice Fly Wing','Delayconsume',100,true,100,true,true,true,true,true,true,true,'itemskill "AL_TELEPORT",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12324,'N_Butterfly_Wing','Novice Butterfly Wing','Delayconsume',100,true,100,true,true,true,true,true,true,true,'itemskill "AL_TELEPORT",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12325,'N_Magnifier','Novice Magnifier','Delayconsume',100,true,100,true,true,true,true,true,true,true,'itemskill "MC_IDENTIFY",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12326,'J_Firecracker','Large Firecracker','Usable',2,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12327,'Charm_Of_Luck','Charm Of Luck','Usable',1000,50,'sc_start SC_INCLUK,3600000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12328,'Charm_Of_Happiness','Charm Of Happiness','Usable',1800,100,'sc_start SC_INCLUK,3600000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12329,'Recall_MaleGM','Summon Male GameMaster Scroll','Usable',10,true,'mercenary_create 2000,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12330,'Recall_FemaleGM','Summon Female GameMaster Scroll','Usable',10,true,'mercenary_create 2001,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12331,'Ginseng','Ginseng','Healing',10,100,true,true,true,true,true,true,true,true,'percentheal 6,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12332,'Fruit_Juice','Fruit Juice','Healing',10,100,true,true,true,true,true,true,'percentheal 0,6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`stack_amount`,`stack_inventory`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12333,'Ansila','Ancilla','Usable',10,3,true,100,true,true,true,true,true,true,true,true,'percentheal 0,15;\nsc_start SC_ANCILLA,60000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (12334,'Cherish_Box','Treasure Edition Helm Box','Usable',10,true,'getrandgroupitem(IG_Cherish_Box,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12335,'Yummy_Skewered_Dish','Grilled Delicious Skewer','Healing',1000,350,'percentheal 60,60;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12336,'Baked_Mushroom','Grilled Mushroom','Healing',500,300,'percentheal 30,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12337,'Grilled_Sausage','Grilled Sausages','Healing',300,200,'percentheal 20,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12338,'Grilled_Corn','Grilled Corn','Usable',100,100,'sc_start SC_INCSTR,180000,2;\nsc_start SC_INCINT,180000,2;\nsc_start SC_INCAGI,180000,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (12339,'Cherish_Box_Ori','Treasure Edition Box','Usable',10,true,'getrandgroupitem(IG_Cherish_Box_Ori,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12340,'Mysterious_Rice_Powder','Chewy Rice Powder','Usable',10,100,true,100,true,true,true,true,true,true,true,'pet 1815;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12341,'Special_Alloy_Trap_Box','Special Alloy Trap Box','Usable',30000,100,true,'getitem 7940,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12342,'Manuk\'s_Opportunity','Manuk\'s Opportunity','Usable',50,true,'specialeffect2 EF_POTION_BERSERK;\nsc_start SC_MANU_ATK,600000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12343,'Manuk\'s_Courage','Manuk\'s Courage','Usable',50,true,'specialeffect2 EF_GUARD;\nsc_start SC_MANU_DEF,600000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12344,'Pinguicula\'s_fruit_Jam','Pinguicula\'s Fruit Jam','Usable',50,true,'specialeffect2 EF_POTION_BERSERK;\nsc_start SC_SPL_ATK,600000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12345,'Luciola\'s_Honey_Jam','Luciola\'s Honey Jam','Usable',50,true,'specialeffect2 EF_GUARD;\nsc_start SC_SPL_DEF,600000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_buyingstore`,`script`) VALUES (12346,'Unripe_Acorn','Unripe Acorn','Usable',true,'heal -100,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12347,'Acorn_Jelly','Acorn Jelly','Delayconsume',true,100,true,'itemskill "ALL_REVERSEORCISH",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12348,'Manuk\'s_Faith','Manuk\'s Faith','Usable',50,true,'specialeffect2 EF_POTION_BERSERK;\nsc_start SC_MANU_MATK,600000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12349,'Cornus\'_Tears','Cornus\' Tears','Usable',50,true,'specialeffect2 EF_POTION_BERSERK;\nsc_start SC_SPL_MATK,600000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12350,'Angeling_Potion','Angeling Potion','Delayconsume',20,100,true,100,true,'skilleffect "AL_BLESSING",0;\nsc_start SC_BLESSING,120000,5;\nitemskill "AL_ANGELUS",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12351,'Shout_Megaphone','Scream Megaphone','Delayconsume',20,50,true,'itemskill "MC_LOUD",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12352,'Dun_Tele_Scroll3','Dungeon Teleport Scroll 3','Usable',10,'callfunc "F_CashDungeon",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12353,'Tiny_Waterbottle','Small Bottle','Usable',800,10,true,'sc_start SC_WATERWEAPON,90000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12354,'Buche_De_Noel','Buche De Noel','Usable',2,50,true,'specialeffect2 EF_ANGELUS;\nbonus_script "{ bonus bHPrecovRate,3; bonus bSPrecovRate,3; bonus bHit,3; bonus bCritical,7; }",600,0,0,EFST_BUCHEDENOEL;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12355,'Xmas_Gift','Xmas Gift','Usable',2,100,true,true,'getrandgroupitem(IG_Xmas_Gift,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12356,'Louise_Costume_Box','Louise Costume Box','Usable',2,100,true,true,'getrandgroupitem(IG_Louise_Costume_Box,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12357,'Shiny_Wing_Gown','Shiny Wing Gown','Usable',20,50,'pet 1630;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12358,'Fan_Of_Wind','Fan Of Wind','Usable',20,50,true,100,true,'pet 1513;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12359,'Very_Soft_Plant','Very Soft Plant','Usable',20,50,true,100,true,'pet 1586;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12360,'Very_Red_Juice','Very Red Juice','Usable',20,50,true,100,true,'pet 1505;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12361,'Delicious_Shaved_Ice','Delicious Shaved Ice','Usable',100,true,100,true,true,true,true,true,true,true,'pet 1143;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12362,'Kuloren','Kuloren','Usable',20,50,true,100,true,'pet 1401;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12363,'Fit_Pipe','Fit Pipe','Usable',100,true,100,true,true,true,true,true,true,true,'pet 1179;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12364,'Staff_Of_Leader','Staff Of Leader','Usable',20,50,true,100,true,'pet 1299;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12365,'Charming_Lotus','Charming Lotus','Usable',20,50,true,100,true,'pet 1416;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12366,'Gril_Doll','Girl\'s Doll','Usable',20,50,true,100,true,'pet 1404;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12367,'Luxury_Whisky_Bottle','Luxury Whisky Bottle','Usable',20,50,true,100,true,'pet 1504;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12368,'Splendid_Mirror','Splendid Mirror','Usable',20,50,true,100,true,'pet 1148;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12369,'Oilpalm_Coconut','Oilpalm Coconut','Usable',20,50,true,100,true,'pet 1495;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12370,'Gril\'s_Naivety','Girl\'s Naivety','Usable',100,true,100,true,true,true,true,true,true,true,'pet 1374;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12371,'Magical_Lithography','Magical Lithography','Usable',20,50,true,100,true,'pet 1040;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12372,'Hell_Contract','Hell Contract','Usable',20,50,true,100,true,'pet 1379;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12373,'Boy\'s_Naivety','Boy\'s Pure Heart','Usable',20,10,true,100,true,'pet 1370;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12374,'Flaming_Ice','Ice Fireworks','Usable',20,50,true,100,true,'pet 1837;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12375,'Acaraje','Akaraje','Usable',80,'specialeffect2 EF_STEAL;\nbonus_script "{ bonus bHit,5; bonus bAspdRate,10; }",1200,0,0,EFST_ACARAJE;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12376,'Mysterious_Can2','Mysterious Can2','Delayconsume',10,100,true,100,true,'percentheal 3,0;\nitemskill "PR_GLORIA",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12377,'Mysterious_PET_Bottle2','Mysterious PET Bottle2','Delayconsume',10,100,true,100,true,'percentheal 0,3;\nitemskill "PR_MAGNIFICAT",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12378,'2009_Rice_Cake_Soup','Rice Cake Soup','Usable',10,100,'percentheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12379,'Pope\'s_Cookie','Pope Cookie','Usable',10,10,true,'specialeffect2 EF_STEAL;\nbonus_script "{ bonus2 bAddClass,Class_All,3; bonus2 bMagicAddClass,Class_All,3; bonus bMatkRate,3; bonus2 bSubEle,Ele_Neutral,3; bonus2 bSubEle,Ele_Fire,3; bonus2 bSubEle,Ele_Water,3; bonus2 bSubEle,Ele_Wind,3; bonus2 bSubEle,Ele_Earth,3; bonus2 bSubEle,Ele_Dark,3; bonus2 bSubEle,Ele_Holy,3; bonus2 bSubEle,Ele_Ghost,3; }",1200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12380,'Desert_Wolf_Babe_Scroll','Job Change Flute','Usable',10,10,'mercenary_create 2034,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12381,'ValkyrieA_Scroll','Ancient Languages Scroll','Usable',10,10,'if (strcharinfo(3) == "job3_arch02") {\n mercenary_create 2037,1800000;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12382,'ValkyrieB_Scroll','Ancient Languages Scroll','Usable',10,10,'if (strcharinfo(3) == "job3_arch02") {\n mercenary_create 2038,1800000;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12383,'Vulcan_Bullet_Magazine','Vulcan Bullet Magazine','Usable',11000,500,true,'getitem 6145,1000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12384,'Rainbow_Ruby_Water','Rainbow Ruby','Delayconsume',50,100,true,true,true,true,true,true,true,'if (strcharinfo(3) == "job3_war02") {\n itemskill "WL_FROSTMISTY",5;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12385,'Rainbow_Ruby_Fire','Rainbow Ruby','Delayconsume',50,100,true,true,true,true,true,true,true,'if (strcharinfo(3) == "job3_war02") {\n itemskill "WL_CRIMSONROCK",5;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12386,'Rainbow_Ruby_Wind','Rainbow Ruby','Delayconsume',50,100,true,true,true,true,true,true,true,'if (strcharinfo(3) == "job3_war02") {\n itemskill "WL_CHAINLIGHTNING",5;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12387,'Rainbow_Ruby_Earth','Rainbow Ruby','Delayconsume',50,100,true,true,true,true,true,true,true,'if (strcharinfo(3) == "job3_war02") {\n itemskill "WL_EARTHSTRAIN",5;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12388,'Runstone_Crush','Rhydo Runestone For Apprentice','Delayconsume',10,100,true,100,true,true,true,true,true,true,true,true,'if (strcharinfo(3) == "job3_rune02") {\n itemskill "RK_CRUSHSTRIKE",1;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12389,'Runstone_Storm','Pertz Runestone For Apprentice','Delayconsume',10,100,true,100,true,true,true,true,true,true,true,true,'if (strcharinfo(3) == "job3_rune02") {\n itemskill "RK_STORMBLAST",1;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12390,'Runstone_Millennium','Verkana Runestone For Apprentice','Delayconsume',10,100,true,100,true,true,true,true,true,true,true,true,'if (strcharinfo(3) == "job3_rune02") {\n itemskill "RK_MILLENNIUMSHIELD",1;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12391,'Lucky_Egg_C','Lucky Egg C','Usable',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12392,'RepairA','Repair A','Usable',275,1,true,true,true,true,true,'if (checkmadogear()) {\n itemheal rand(200,300),0;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12393,'RepairB','Repair B','Usable',625,1,true,true,true,true,true,'if (checkmadogear()) {\n itemheal rand(300,400),0;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12394,'RepairC','Repair C','Usable',1375,1,true,true,true,true,true,'if (checkmadogear()) {\n itemheal rand(400,500),0;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12395,'Tantanmen','Tantan Noodle','Usable',20,50,true,'pet 1519;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12396,'Fools_Day_Box','Gift Box?','Delayconsume',20,10,100,true,'.@rnd = rand(1,9);\nif (.@rnd == 1) itemskill "AL_TELEPORT",1;\nelse if (.@rnd == 2) itemskill "AL_TELEPORT",3;\nelse if (.@rnd == 3) percentheal 50,0;\nelse if (.@rnd == 4) percentheal 0,50;\nelse if (.@rnd == 5) getitem 512,1;\nelse if (.@rnd == 6) itemskill "ALL_REVERSEORCISH",1;\nelse if (.@rnd == 7) specialeffect2 EF_MAPPILLAR2;\nelse if (.@rnd == 8) specialeffect2 EF_ANGEL2;\nelse specialeffect2 EF_COIN;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12397,'Fools_Day_Box2','Gift Box?','Delayconsume',20,10,100,true,'.@rnd = rand(1,9);\nif (.@rnd == 1) itemskill "TF_DETOXIFY",1;\nelse if (.@rnd == 2) itemskill "TF_PICKSTONE",1;\nelse if (.@rnd == 3) itemskill "BA_FROSTJOKER",1;\nelse if (.@rnd == 4) itemskill "DC_SCREAM",1;\nelse if (.@rnd == 5) getitem 909,1;\nelse if (.@rnd == 6) itemskill "AL_RUWACH",1;\nelse if (.@rnd == 7) specialeffect2 EF_BEGINASURA;\nelse if (.@rnd == 8) specialeffect2 EF_MVP;\nelse specialeffect2 EF_CURSEATTACK;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12398,'PCBang_Gift_Box','PCRoom Gift Box','Usable',20,10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12399,'Castle_Treasure_Box','Castle Treasure Box','Usable',20,1000,'Zeny += rand(50000,100000);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12400,'Water_Of_Blessing_','Water Of Blessing','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (12401,'Rune_Kn_Test_Int','Rune Kn Test Int','Usable','sc_start SC_INCINT,300000,40;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12402,'29Fruit','29Fruit','Usable',100,true,true,true,true,true,true,true,'percentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12403,'Lucky_Egg_C2','Lucky Egg C2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12404,'Acti_Potion','Acti Potion','Usable',20,10,100,true,true,true,true,true,true,true,'specialeffect2 EF_STEAL;\nbonus_script "{ bonus2 bAddClass,Class_All,3; bonus bMatkRate,3; bonus2 bSubEle,Ele_All,3; }",120,0,0,EFST_POPECOOKIE;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12405,'Underripe_Yggseed','Underripe Yggseed','Usable',20,50,100,true,true,true,true,true,true,true,'percentheal 30,30;\nskilleffect "AL_BLESSING",0;\nsc_start SC_BLESSING,140000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12406,'Psychic_ArmorS','Psychic ArmorS','Usable',20,10,100,true,true,true,true,true,true,true,'specialeffect2 EF_ENERGYCOAT;\nsc_start4 SC_ELEMENTALCHANGE,10000,1,Ele_Ghost,1,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12407,'PCBang_Coupon_Box','PC Cafe Coupon Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (12408,'Leaf_Cat_Ball','Hydra Ball','Usable','pet 2081;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12409,'Pork_Belly_H','1st Class Pork Belly','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12410,'Spareribs_H','Thick Pork Belly','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12411,'HE_Battle_Manual','HE Battle Manual','Usable',2,10,'sc_start SC_EXPBOOST,900000,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12412,'HE_Bubble_Gum','HE Bubble Gum','Usable',2,10,'sc_start SC_ITEMBOOST,900000,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12413,'PCBang_Coupon_Box2','PC Cafe Coupon Box','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12414,'Guarana_Candy','Guarana Candy','Usable',20,10,true,'sc_start SC_ASPDPOTION0,1800000,0;\nsc_start SC_INCREASEAGI,140000,5;\nskilleffect "AL_INCAGI",0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12415,'Siege_Teleport_Scroll2','Siege Teleport Scroll Silver','Usable',10,100,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12416,'Lucky_Egg_C3','Lucky Egg C3','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12417,'Boost500','Boost500','Usable',100,50,'sc_start SC_BOOST500,500000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12418,'Full_SwingK','Full SwingK','Usable',100,50,true,'sc_start SC_FULL_SWING_K,500000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12419,'Mana_Plus','Mana Plus','Usable',100,50,true,'sc_start SC_MANA_PLUS,500000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12420,'Stamina_Up_M','Stamina Up M','Usable',100,50,'sc_start SC_MUSTLE_M,500000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12421,'Digestive_F','Falmons F','Usable',10,10,'sc_start SC_LIFE_FORCE_F,500000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12422,'HP_Increase_PotionS','HP Increase Potion (Small)','Usable',100,20,true,'sc_start2 SC_PROMOTE_HEALTH_RESERCH,500000,1,1;\npercentheal 1,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12423,'HP_Increase_PotionM','HP Increase Potion (Medium)','Usable',100,40,true,'sc_start2 SC_PROMOTE_HEALTH_RESERCH,500000,1,2;\npercentheal 2,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12424,'HP_Increase_PotionL','HP Increase Potion (Large)','Usable',100,80,true,'sc_start2 SC_PROMOTE_HEALTH_RESERCH,500000,1,3;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12425,'SP_Increase_PotionS','SP Increase Potion (Small)','Usable',100,20,true,'sc_start2 SC_ENERGY_DRINK_RESERCH,500000,1,1;\npercentheal 0,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12426,'SP_Increase_PotionM','SP Increase Potion (Medium)','Usable',100,40,true,'sc_start2 SC_ENERGY_DRINK_RESERCH,500000,1,2;\npercentheal 0,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12427,'SP_Increase_PotionL','SP Increase Potion (Large)','Usable',100,80,true,'sc_start2 SC_ENERGY_DRINK_RESERCH,500000,1,3;\npercentheal 0,8;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12428,'Enrich_White_PotionZ','Concentrated White Potion Z','Healing',10,70,true,'sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20;\nheal 1000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12429,'Savage_BBQ','Savage Full Roast','Usable',50,true,'sc_start SC_SAVAGE_STEAK,300000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12430,'Wug_Blood_Cocktail','Cocktail Warg Blood','Usable',50,true,'sc_start SC_COCKTAIL_WARG_BLOOD,300000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12431,'Minor_Brisket','Minor Stew','Usable',50,true,'sc_start SC_MINOR_BBQ,300000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12432,'Siroma_Icetea','Siroma Iced Tea','Usable',50,true,'sc_start SC_SIROMA_ICE_TEA,300000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12433,'Drocera_Herb_Stew','Drosera Herb Salad','Usable',50,true,'sc_start SC_DROCERA_HERB_STEAMED,300000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12434,'Petti_Tail_Noodle','Petite Tail Noodles','Usable',50,true,'sc_start SC_PUTTI_TAILS_NOODLES,300000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12435,'Black_Thing','Black Mass','Usable',50,'sc_start SC_STOMACHACHE,60000,rand(5,10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12436,'Vitata500','Vitata 500','Healing',10,50,true,'sc_start2 SC_VITATA_500,500000,20,5;\nitemheal 0,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12437,'Enrich_Celermine_Juice','Concentrated Ceromain Soup','Usable',10,50,true,'sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12438,'F_Giant_Fly_Wing','F Giant Fly Wing','DelayConsume',2,10,'callfunc "F_CashPartyCall";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12439,'F_Battle_Manual','F Old Battle Manual','Usable',2,10,'sc_start SC_EXPBOOST,1800000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12440,'F_Insurance','F Insurance','Usable',2,10,'sc_start SC_LIFEINSURANCE,1800000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12441,'F_Bubble_Gum','F Old Bubble Gum','Usable',2,10,'sc_start SC_ITEMBOOST,1800000,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12442,'F_Kafra_Card','F Kafra Card','Usable',2,10,'callfunc "F_CashStore";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12443,'F_Neuralizer','F Neuralizer','Usable',2,'callfunc "F_CashReset";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12444,'F_Dun_Tele_Scroll1','WoE Telport Scroll','Usable',10,'callfunc "F_CashSiegeTele";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12445,'F_Str_Dish10_','F Str Dish10','Usable',2,10,'sc_start SC_STRFOOD,1800000,10;\npercentheal 20,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12446,'F_Agi_Dish10_','F Agi Dish10','Usable',2,10,'sc_start SC_AGIFOOD,1800000,10;\npercentheal 15,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12447,'F_Int_Dish10_','F Int Dish10','Usable',2,10,'sc_start SC_INTFOOD,1800000,10;\npercentheal 10,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12448,'F_Dex_Dish10_','F Dex Dish10','Usable',2,10,'sc_start SC_DEXFOOD,1800000,10;\npercentheal 10,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12449,'F_Luk_Dish10_','F Luk Dish10','Usable',2,10,'sc_start SC_LUKFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12450,'F_Vit_Dish10_','F Vit Dish10','Usable',2,10,'sc_start SC_VITFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12451,'F_WOB_Rune','F WOB Rune','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12452,'F_WOB_Schwaltz','F WOB Schwarz','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12453,'F_WOB_Rachel','F WOB Rachel','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12454,'F_WOB_Local','F WOB Local','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12456,'F_Greed_Scroll','F Greed Scroll','Delayconsume',10,'itemskill "BS_GREED",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12457,'F_Glass_Of_Illusion','F Glass Of Illusion','Usable',10,'specialeffect2 EF_STEAL;\nsc_start SC_INCFLEE2,60000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12458,'F_Abrasive','F Abrasive','Usable',10,'specialeffect2 EF_MAGICALATTHIT;\nsc_start SC_INCCRI,300000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12459,'F_Med_Life_Potion','F Med Life Potion','Usable',10,'specialeffect2 EF_HEAL3;\nsc_start2 SC_L_LIFEPOTION,600000,-7,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12460,'F_Small_Life_Potion','F Small Life Potion','Usable',10,'specialeffect2 EF_HEAL3;\nsc_start2 SC_S_LIFEPOTION,600000,-5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12461,'F_Regeneration_Potion','F Regeneration Potion','Usable',10,'specialeffect2 EF_LIGHTSPHERE;\nsc_start SC_INCHEALRATE,1800000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12462,'F_B_Mdef_Potion','F B Mdef Potion','Usable',10,'specialeffect EF_SPELLBREAKER;\nbonus_script "{ bonus3 bSubEle,Ele_All,3,BF_MAGIC; }",180,0,0,EFST_PROTECT_MDEF;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12463,'F_S_Mdef_Potion','F S Mdef Potion','Usable',10,'specialeffect EF_SPELLBREAKER;\nbonus_script "{ bonus3 bSubEle,Ele_All,3,BF_MAGIC; }",60,0,0,EFST_PROTECT_MDEF;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12464,'F_B_Def_Potion','F B Def Potion','Usable',10,'specialeffect EF_GUARD;\nbonus_script "{ bonus3 bSubEle,Ele_All,3,BF_SHORT; }",180,0,0,EFST_PROTECT_DEF;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12465,'F_S_Def_Potion','F S Def Potion','Usable',10,'specialeffect EF_GUARD;\nbonus_script "{ bonus3 bSubEle,Ele_All,3,BF_SHORT; }",60,0,0,EFST_PROTECT_DEF;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12466,'F_Blessing_10_Scroll','F Blessing 10 Scroll','Delayconsume',2,10,'itemskill "AL_BLESSING",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12467,'F_Inc_Agi_10_Scroll','F Inc Agi 10 Scroll','Delayconsume',2,10,'itemskill "AL_INCAGI",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12468,'F_Aspersio_5_Scroll','F Aspersio 5 Scroll','Delayconsume',2,10,'itemskill "PR_ASPERSIO",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12470,'F_Wind_Walk_10_Scroll','F Wind Walk 10 Scroll','Delayconsume',2,10,'itemskill "SN_WINDWALK",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12471,'F_Adrenaline_Scroll','F Adrenaline Scroll','Delayconsume',2,10,'itemskill "BS_ADRENALINE",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12472,'F_Convex_Mirror','F Convex Mirror','Usable',2,10,'sc_start SC_BOSSMAPINFO,600000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12473,'RWC_Parti_Box','RWC Parti Box','Usable',20,10,true,100,true,100,true,true,true,true,true,true,'getgroupitem(IG_RWC_Parti_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12474,'RWC_Final_Comp_Box','RWC Final Comp Box','Usable',20,10,true,100,true,100,true,true,true,true,true,true,'getgroupitem(IG_RWC_Final_Comp_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12475,'Cure_Free','Cure Free','Usable',20,10,true,'sc_end SC_SILENCE;\nsc_end SC_BLEEDING;\nsc_end SC_POISON;\nsc_end SC_CURSE;\nsc_end SC_ORCISH;\nsc_end SC_CHANGEUNDEAD;\nitemheal 500,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12476,'PCBang_Coupon_Box3','PCBang Coupon Box3','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (12477,'Gift_Bundle','Gift Bundle','Usable',true,'/*getgroupitem(IG_Gift_Bundle);*/\ngetitem 547,30;\ngetitem 608,2;\ngetitem 6302,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12478,'Chance_Box','Chance Box','Usable',20,10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12479,'Caracas_Ring_Box','Caracas Ring Box','Usable',true,100,true,true,true,true,true,true,true,true,'/*getgroupitem(IG_Caracas_Ring_Box);*/\nrentitem 2841,270000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12480,'Attend_3Day_Box','Attend 3Day Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12481,'Attend_7Day_Box','Attend 7Day Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12482,'Attend_10Day_Box','Attend 10Day Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12483,'Attend_15Day_Box','Attend 15Day Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12484,'Attend_20Day_Box','Attend 20Day Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12485,'Attend_25Day_Box','Attend 25Day Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12486,'GoldPC_First_Box','GoldPC First Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12487,'PC_4Leaf_Clover_Box','PC 4Leaf Clover Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12488,'Ticket_Gift_Box','Ticket Gift Box','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12489,'Ticket_Gift_Box2','Ticket Gift Box2','Usable',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_buyingstore`,`script`) VALUES (12490,'Vivid_Notation','Christmas Music Box','Usable',20,true,'playbgm rand(53,58)+".mp3";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12491,'Curious_Snowball','Curious Snowball','Usable',20,'callfunc "F_Snowball";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12492,'Crumpled_Paper','Crumpled Paper','Usable',2,10,true,100,true,true,true,true,true,true,true,'getrandgroupitem(IG_Crumpled_Paper,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12493,'Lucky_Egg_C4','Lucky Egg C4','Usable',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C4);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12494,'E_Giant_Fly_Wing','E Giant Fly Wing','DelayConsume',2,10,'callfunc "F_CashPartyCall";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12495,'E_Battle_Manual','E Battle Manual','Usable',2,10,'sc_start SC_EXPBOOST,1800000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12496,'E_Insurance','E Insurance','Usable',2,10,'sc_start SC_LIFEINSURANCE,1800000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12497,'E_Bubble_Gum','E Bubble Gum','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_ITEMBOOST,1800000,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12498,'E_Kafra_Card','E Kafra Card','Usable',2,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (12499,'E_Neuralizer','E Neuralizer','Usable',2); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12500,'E_Dun_Tele_Scroll1','E Dun Tele Scroll1','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12501,'E_Str_Dish10_','Steamed Tongue','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_STRFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12502,'E_Agi_Dish10_','Steamed Desert Scorpions','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_AGIFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12503,'E_Int_Dish10_','Dragon Breath Cocktail','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_INTFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12504,'E_Dex_Dish10_','Hwergelmir\'s Tonic','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_DEXFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12505,'E_Luk_Dish10_','Cooked Nine Tail','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_LUKFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12506,'E_Vit_Dish10_','Immortal Stew','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_VITFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12507,'E_WOB_Rune','Yellow Butterfly Wing','Usable',10,true,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12508,'E_WOB_Schwaltz','Green Butterfly Wing','Usable',10,true,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12509,'E_WOB_Rachel','Red Butterfly Wing','Usable',10,true,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12510,'E_WOB_Local','Blue Butterfly Wing','Usable',10,true,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12511,'E_Siege_Teleport_Scroll','E Siege Teleport Scroll','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12512,'E_Greed_Scroll','E Greed Scroll','Delayconsume',10,'itemskill "BS_GREED",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12513,'E_Glass_Of_Illusion','E Glass Of Illusion','Usable',10,'specialeffect2 EF_STEAL;\nsc_start SC_INCFLEE2,60000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12514,'E_Abrasive','E Abrasive','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_MAGICALATTHIT;\nsc_start SC_INCCRI,300000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12515,'E_Med_Life_Potion','E Med Life Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nsc_start2 SC_L_LIFEPOTION,600000,-7,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12516,'E_Small_Life_Potion','E Small Life Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nsc_start2 SC_S_LIFEPOTION,600000,-5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12517,'E_Regeneration_Potion','E Regeneration Potion','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12518,'E_B_Mdef_Potion','E B Mdef Potion','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12519,'E_S_Mdef_Potion','E S Mdef Potion','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12520,'E_B_Def_Potion','E B Def Potion','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12521,'E_S_Def_Potion','E S Def Potion','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12522,'E_Blessing_10_Scroll','Blessing Scroll Lv 10','Delayconsume',2,10,100,true,true,true,true,true,true,true,'itemskill "AL_BLESSING",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12523,'E_Inc_Agi_10_Scroll','Increase Agility Scroll Lv 10','Delayconsume',2,10,100,true,true,true,true,true,true,true,'itemskill "AL_INCAGI",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12524,'E_Aspersio_5_Scroll','Aspersio Scroll Lv 5','Delayconsume',2,10,'itemskill "PR_ASPERSIO",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12525,'E_Assumptio_5_Scroll','Assumptio Scroll Lv 5','Delayconsume',2,10,'itemskill "HP_ASSUMPTIO",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12526,'E_Wind_Walk_10_Scroll','Wind Walk Scroll Lv 10','Delayconsume',2,10,'itemskill "SN_WINDWALK",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12527,'E_Adrenaline_Scroll','Adrenaline Scroll','Delayconsume',2,10,'itemskill "BS_ADRENALINE",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12528,'E_Convex_Mirror','Convex Mirror','Usable',2,10,'sc_start SC_BOSSMAPINFO,600000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12529,'White_Slim_Potion_Box','White Slim Potion Box','Usable',100,true,true,true,true,true,true,true,'getitem 547,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12530,'Mastela_Fruit_Box','Mastela Fruit Box','Usable',100,true,true,true,true,true,true,true,'getitem 522,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12531,'White_Potion_Box','White Potion Box','Usable',100,true,true,true,true,true,true,true,'getitem 504,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12532,'Royal_Jelly_Box2','Royal Jelly Box','Usable',100,true,true,true,true,true,true,true,'getitem 526,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12533,'Blue_Herb_Box2','Blue Herb Box','Usable',100,true,true,true,true,true,true,true,'getitem 510,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12534,'Yggdrasil_Seed_Box','Yggdrasil Seed Box','Usable',100,true,true,true,true,true,true,true,'getitem 608,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12535,'Iggdrasilberry_Box','Iggdrasilberry Box','Usable',100,true,true,true,true,true,true,true,'getitem 607,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12536,'NY_Rice_Cake_Soup','NY Rice Cake Soup','Usable',20,100,true,'percentheal 20,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12537,'Solo_Gift_Basket','Solo Gift Basket','Usable',1000,10,true,'/*getgroupitem(IG_Solo_Gift_Basket);*/\ngetitem 597,5;\ngetitem 596,3;\ngetitem 561,3;\ngetitem 573,4;\ngetitem 559,10;\ngetitem 560,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12538,'Couple_Event_Basket','Couple Event Basket','Usable',2000,10,true,'/*getgroupitem(IG_Couple_Event_Basket);*/\ngetitem 14546,10;\ngetitem 14547,10;\ngetitem 14548,10;\ngetitem 14549,10;\ngetitem 14550,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12539,'Splendid_Box','Splendid Box','Usable',20,100,true,'getgroupitem(IG_Splendid_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12540,'GM_Warp_Box','GM Warp Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_GM_Warp_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12541,'Fortune_Cookie1','Fortune Cookie1','Usable',20,10,true,100,true,true,true,true,true,true,true,'getrandgroupitem(IG_Fortune_Cookie1,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12542,'Fortune_Cookie2','Fortune Cookie2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Fortune_Cookie2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12543,'Fortune_Cookie3','Fortune Cookie3','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Fortune_Cookie3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12544,'Mystic_Tree_Branch','Mystic Tree Branch','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12545,'Lucky_Egg_C5','Lucky Egg C5','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C5);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12546,'Suspicious_Dish','Suspicious Dish','Usable',100,50,'sc_start SC_POISON,50000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12547,'Chalcenodny_Box','Chalcenodny Box','Usable',200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12548,'Buy_Market_Permit2','Shabby Purchase Street Stall License','Usable',500,10,'buyingstore 2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12549,'White_Slim_Pot_Box2','White Slim Pot Box2','Usable',100,true,true,true,true,true,true,true,'getitem 547,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12550,'Poison_Bottle_Box2','Deadly Poison Box','Usable',100,true,true,true,true,true,true,true,'getitem 678,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12551,'MVP_Tele_Scroll','MVP Tele Scroll','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12552,'Quest_Tele_Scroll','Quest Tele Scroll','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12553,'Brysinggamen_Piece_Box','Brysinggamen Piece Box','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12554,'Asprika_Piece_Box','Asprika Piece Box','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12555,'Brynhild_Piece_Box','Brynhild Piece Box','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12556,'Sleipnir_Piece_Box','Sleipnir Piece Box','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12557,'Mjolnir_Piece_Box','Mjolnir Piece Box','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12558,'Magingiorde_Piece_Box','Magingiorde Piece Box','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12559,'Tenkaippin_Strong','Tenkaippin Strong','Usable',650,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12560,'Tenkaippin_Clean','Tenkaippin Clean','Usable',650,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12561,'Mysterious_Seed','Mysterious Seed','Usable',20,10,true,'warp "bif_fild01",32,382;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12562,'Bubble_Gum_Plus','Bubble Gum Plus','Usable',2,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12563,'BM75','BM75','Usable',2,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12564,'3D_Glasses_Box','3D Glasses Box','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12565,'Cheer_Scarf_Box','Cheer Scarf Box','Usable',100,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12566,'Cheer_Scarf2_Box','Cheer Scarf2 Box','Usable',100,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12567,'Cheer_Scarf3_Box','Cheer Scarf3 Box','Usable',10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12568,'Cheer_Scarf4_Box','Cheer Scarf4 Box','Usable',10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12569,'Cheer_Scarf6_Box','Cheer Scarf6 Box','Usable',10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12570,'Cheer_Scarf8_Box','Cheer Scarf8 Box','Usable',10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12571,'Cheer_Scarf10_Box','Cheer Scarf10 Box','Usable',10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12572,'Cheer_Scarf10_Box2','Cheer Scarf10 Box2','Usable',10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12573,'Fruit_Basket','Fruit Basket','Usable',20,50,true,'getrandgroupitem(IG_Fruit_Basket,1);\ngetrandgroupitem(IG_Fruit_Basket,1);\ngetrandgroupitem(IG_Fruit_Basket,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12574,'Mora_Berry','Mora Berry','Usable',20,true,'itemheal 0,rand(50,65);\nspecialeffect2 EF_GUARD;\nbonus_script "{ bonus2 bAddDefMonster,2137,50; bonus2 bAddDefMonster,2136,50; bonus2 bAddDefMonster,2134,50; bonus2 bAddDefMonster,2133,50; bonus2 bAddDefMonster,2132,50; }",120;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12575,'Arrow_Of_Elf_Cntr','Arrow Of Elf Cntr','Usable',500,250,true,'getitem 1773,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12576,'Hunting_Arrow_Cntr','Hunting Arrow Cntr','Usable',500,250,true,'getitem 1774,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12577,'Lucky_Egg_C6','Lucky Egg C6','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C6);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12578,'Rapid_Life_Water','Rapid Life Water','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nbonus_script "{ bonus2 bHPRegenRate,(MaxHp/100*6),3000; }",600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12579,'Ring_Of_Valkyrie_Box','Ring Of Valkyrie Box','Usable',20,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12580,'Vending_Search_Scroll','Universal Catalog Silver','Usable',10,'searchstores 10,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12581,'Vending_Search_Scroll2','Universal Catalog Gold','Usable',10,100,true,true,true,true,true,true,true,'searchstores 10,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`) VALUES (12582,'Siege_Supply_Box','WoE Supply Box','Delayconsume',100,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12583,'PR_Team_Box','Public Relations box','Cash',20,10,100,true,true,true,true,true,true,true,true,'getitem 6397,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12584,'Develop_Team_box','Development Team box','Cash',20,10,100,true,true,true,true,true,true,true,true,'getitem 6398,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12585,'Marketing_Team_Box','Marketing Team box','Cash',20,10,100,true,true,true,true,true,true,true,true,'getitem 6399,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12586,'Operating_Team_Box','Operation Team box','Cash',20,10,100,true,true,true,true,true,true,true,true,'getitem 6400,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12587,'Summer_Night_box','A Summer Night\'s Box','Cash',20,10,100,true,true,true,true,true,true,true,true,'getitem 12246,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12588,'Summer_Night_box2','A Summer Night\'s Box2','Cash',20,10,100,true,true,true,true,true,true,true,true,'getitem 12103,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12589,'Summer_Night_box3','A Summer Night\'s Box3','Cash',20,10,100,true,true,true,true,true,true,true,true,'getitem 12106,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12591,'Uni_Catalog_Bz','Universal Catalog Bronze','Usable',10,100,true,true,true,true,true,true,true,'searchstores 10,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12592,'Cyclops_Box1','Cyclops Box1','Delayconsume',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12593,'Cyclops_Box2','Cyclops Box2','Delayconsume',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12594,'Cyclops_Box3','Cyclops Box3','Delayconsume',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12595,'Lucky_Egg_C7','Lucky Egg C7','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C7);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12596,'Magic_Candy','Magic Candy','Usable',10,180000,'Reuse_Limit_B',100,true,true,true,true,true,true,true,'specialeffect2 EF_HASTEUP;\nbonus_script "{ bonus bMatk,30; bonus bFixedCastrate,-70; bonus bNoCastCancel; bonus2 bSPLossRate,90,10000; }",60,0,0,EFST_MAGIC_CANDY;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12597,'Opor_Ayam','Opor Ayam','Delayconsume',20,150); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12598,'Dendeng_Balado','Dendeng Balado','Delayconsume',20,150); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12599,'Kurma','Kurma','Delayconsume',20,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12600,'Treasure_Box_Scroll','Treasure Chest Summoned','Delayconsume',100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12601,'Cold_Watermelon_Juice','Fresh Watermelon Juice','Healing',20,100,'percentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12602,'Special_Box1','Special Box I','Delayconsume',100,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12603,'Special_Box2','Special Box II','Delayconsume',100,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12604,'Special_Box3','Special Box III','Delayconsume',100,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12605,'Special_Box4','Special Box IV','Delayconsume',100,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12606,'Special_Box5','Special Box V','Delayconsume',100,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12607,'Lolli_Pop_Box','Delicious Lollipop Box','Delayconsume',20,10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12608,'Splendid_Box2','Splendid Box2','Delayconsume',20,100,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12609,'Old_Ore_Box','Old Ore Box','Usable',20,100,true,'getgroupitem(IG_Old_Ore_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12610,'Mysterious_Egg','Mysterious Egg','Usable',10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",12545,12493,12577,12391,12403,12416),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12612,'Old_Coin_Pocket','Old Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_Old_Coin_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12613,'High_Coin_Pocket','Improved Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_High_Coin_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12614,'Mid_Coin_Pocket','Intermediate Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_Mid_Coin_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12615,'Low_Coin_Pocket','Minor Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_Low_Coin_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12616,'Sgrade_Pocket','S Grade Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_Sgrade_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12617,'Agrade_Pocket','A Grade Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_Agrade_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12618,'Bgrade_Pocket','B Grade Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_Bgrade_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12619,'Cgrade_Pocket','C Grade Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_Cgrade_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12620,'Dgrade_Pocket','D Grade Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_Dgrade_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12621,'Egrade_Pocket','E Grade Coin Bag','Usable',20,10,true,true,'getgroupitem(IG_Egrade_Pocket);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`,`unequip_script`) VALUES (12622,'Boarding_Halter','Reins Of Mount','Usable',true,3000,'All_Riding_Reuse_Limit',100,true,true,true,true,true,true,true,true,'setmounting();','if (ismounting())\n setmounting();'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12623,'High_Weapon_Box','Advanced Weapons Box','Usable',20,10,true,true,'getrandgroupitem(IG_Advanced_Weapons_Box,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12624,'Delicious_Jelly','Delicious Jelly','Healing',20,50,'percentheal 3,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12625,'Sapa_Feat_Cert_Pack','Sapa Feat Cert Pack','Usable',100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12626,'Wander_Man_Scroll','Wander Man Scroll','Usable',20,10,'mercenary_create 2213,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12627,'Wicked_Nymph_Scroll','Wicked Nymph Scroll','Usable',20,10,'mercenary_create 2214,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12628,'Kasa_Scroll','Kasa Scroll','Usable',20,10,'mercenary_create 2215,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12629,'Salamander_Scroll','Salamander Scroll','Usable',20,10,'mercenary_create 2216,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12630,'Teddy_Bear_Scroll','Teddy Bear Scroll','Usable',20,10,'mercenary_create 2217,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12631,'Macro_Stone_A','Macro Stone A','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12632,'Macro_Stone_B','Macro Stone B','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12633,'Malang_Cat_Can','Malangdo Cat Can','Usable',20,50,100,true,true,true,true,true,true,true,'specialeffect2 EF_MAGICALATTHIT;\nbonus_script "{ bonus2 bExpAddRace,RC_All,10; bonus2 bDropAddRace,RC_All,20; }",1200,1,0,EFST_OVERLAPEXPUP;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12634,'Macro_Stone_A1','Macro Stone A1','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12635,'Macro_Stone_A2','Macro Stone A2','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12636,'Malang_Sp_Can','Malangdo Canned Specialties','Usable',20,100,true,true,true,true,true,true,'warp "malangdo",140,114;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12637,'Gong_Bug_Pocket','Sow Bug Pocket','Usable',20,500,100,true,true,true,true,true,true,true,'getitem 13208,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12638,'Dried_Squid_Box','Dried Squid Box','Usable',20,2000,100,true,true,true,true,true,true,true,'getitem 13292,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12639,'Flying_Fish_Box','Flying Fish Box','Usable',20,2000,100,true,true,true,true,true,true,true,'getitem 13293,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12640,'Starfish_Box','Starfish Box','Usable',20,500,100,true,true,true,true,true,true,true,'getitem 13291,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12641,'Lucky_Egg_C8','Lucky Egg C8','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C8);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12642,'Fruit_Of_Mastela_Box2','Fruit Of Mastela 100 Box','Usable',100,true,true,true,true,true,true,true,'getitem 522,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (12643,'E_Coin_Pack50','E Coin Pack50','Usable','getitem 6422,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12644,'PCBang_Coupon_Box4','PCBang Coupon Box4','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12645,'J_Aspersio_5_Scroll_C','J Aspersio 5 Scroll C','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_ASPERSIO,180000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12646,'Takoyaki','Fried Octopus Legs','Usable',20,30,'percentheal 5,5;\nsc_start SC_LUKFOOD,600000,9;\nsc_start SC_ATKPOTION,600000,20;\nsc_start SC_MATKPOTION,600000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12647,'Ink_Ball','Sea Ink','Usable',20,30,'getgroupitem(IG_Ink_Ball);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12648,'Special_Potion_Set','Comprehensive Set Of Potions','Usable',20,100,'getitem 501,10;\ngetitem 502,10;\ngetitem 503,10;\ngetitem 504,10;\ngetitem 505,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12649,'Lv70_Imperial_Gift','Level 70 Bounty','Usable',20,10,100,true,true,true,true,true,true,true,true,'getitem 12073,5;\ngetitem 12088,5;\ngetitem 12078,5;\ngetitem 12083,5;\ngetitem 12093,5;\ngetitem 12098,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12650,'Lv90_Imperial_Gift','Level 90 Bounty','Usable',20,10,100,true,true,true,true,true,true,true,true,'getitem 12263,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12651,'Lv110_Imperial_Gift','Level 110 Bounty','Usable',20,10,100,true,true,true,true,true,true,true,true,'getitem 12623,1;\ngetitem 16765,1;\ngetitem 16765,1;\ngetitem 16765,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12652,'Lv130_Imperial_Gift','Level 130 Bounty','Usable',20,10,100,true,true,true,true,true,true,true,true,'getitem 12613,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12653,'Lv150_Imperial_Gift','Level 150 Bounty','Usable',20,10,100,true,true,true,true,true,true,true,true,'getitem 16740,1;\ngetitem 16740,1;\ngetitem 16740,1;\ngetitem 5364,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12654,'Lucky_Egg_C9','Lucky Egg C9','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C9);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12655,'Brain_Powder','Brain Powder','Usable',2000,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12656,'Magical_Powder','Magical Powder','Usable',3000,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12657,'Madness_Powder','Madness Powder','Usable',4000,300); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12658,'Trans_Scroll_Devi','Transformation Scroll(Deviruchi)','Usable',20,10,10000,'Reuse_Limit_Mtf',100,true,true,true,true,true,true,true,'transform 1109,1200000,SC_MTF_ASPD,10,5;\nshowscript "Traaaansformation-!! Deviruchi form!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12659,'Trans_Scroll_Ray_Arch','Transformation Scroll(Raydric)','Usable',20,10,10000,'Reuse_Limit_Mtf',100,true,true,true,true,true,true,true,'transform 1276,1200000,SC_MTF_RANGEATK,25;\nshowscript "Traaaansformation-!! Raydric form!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12660,'Trans_Scroll_Mavka','Transformation Scroll(Mavka)','Usable',20,10,10000,'Reuse_Limit_Mtf',100,true,true,true,true,true,true,true,'transform 1884,1200000,SC_MTF_RANGEATK,25;\nshowscript "Traaaansformation-!! Mavka form!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12661,'Trans_Scroll_Marduk','Transformation Scroll(Marduk)','Usable',20,10,10000,'Reuse_Limit_Mtf',100,true,true,true,true,true,true,true,'transform 1140,1200000,SC_MTF_MATK,25;\nshowscript "Traaaansformation-!! Marduk form!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12662,'Trans_Scroll_Banshee','Transformation Scroll(Banshee)','Usable',20,10,10000,'Reuse_Limit_Mtf',100,true,true,true,true,true,true,true,'transform 1867,1200000,SC_MTF_MATK,25;\nshowscript "Traaaansformation-!! Banshee form!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12663,'Trans_Scroll_Poring','Transformation Scroll(Poring)','Usable',20,10,10000,'Reuse_Limit_Mtf',100,true,true,true,true,true,true,true,'transform 1002,1200000,SC_MTF_CRIDAMAGE,5;\nshowscript "Traaaansformation-!! Poring form!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12664,'Trans_Scroll_Golem','Transformation Scroll(Golem)','Usable',20,10,10000,'Reuse_Limit_Mtf',100,true,true,true,true,true,true,true,'transform 1040,1200000,SC_MTF_MLEATKED,5,20,2;\nshowscript "Traaaansformation-!! Golem form!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12665,'Grovel_Buff','Grovel Buff','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12666,'Thai_Perfume_MATK','Thai Perfume MATK','Usable',20,10,'specialeffect2 EF_MAGICALATTHIT;\nbonus_script "{ bonus bMatk,24; }",600,0,0,EFST_SKF_MATK;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12667,'Thai_Perfume_ATK','Thai Perfume ATK','Usable',20,10,'specialeffect2 EF_MAGICALATTHIT;\nbonus_script "{ bonus bBaseAtk,24; }",600,0,0,EFST_SKF_ATK;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12668,'Thai_Perfume_ASPD','Thai Perfume ASPD','Usable',20,10,'specialeffect2 EF_MAGICALATTHIT;\nbonus_script "{ bonus bAspdRate,3; }",600,0,0,EFST_SKF_ASPD;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12669,'Thai_Perfume_CAST','Thai Perfume CAST','Usable',20,10,'specialeffect2 EF_MAGICALATTHIT;\nbonus_script "{ bonus bVariableCastrate,-5; }",600,0,0,EFST_SKF_CAST;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12670,'Beast_Powder','Beast Powder','Usable',20,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12671,'99lv_Battle_Manual','99lv Battle Manual','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12672,'Start_New_Box','Start New Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 617,2;\ngetitem 12263,2;\ngetitem 12329,3;\ngetitem 12330,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12673,'Lucky_Egg_C10','Lucky Egg C10','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Egg_C10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12674,'God_Material_Box','God Material Box','Usable',20,500,'getgroupitem(IG_God_Material_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12675,'Sg_Weapon_Supply_Box','WoE Weapon Supply Box','Usable',20,500,true,true,'getgroupitem(IG_Sg_Weapon_Supply_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12676,'Sg_Violet_Potion_Box','Siege Violet Potion Box','Usable',20,200,true,'getitem 11547,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (12677,'Siege_Arrow_Quiver_S','Siege Arrow Quiver S','Usable',2,100,130,true,'getitem 1775,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (12678,'Siege_Arrow_Quiver_A','Siege Arrow Quiver A','Usable',2,100,95,true,'getitem 1776,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12679,'Sg_White_Potion_Box','Siege White Potion Box','Usable',20,200,true,'getitem 11548,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12680,'Sg_Blue_Potion_Box','Siege Blue Potion Box','Usable',20,200,true,'getitem 11549,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12681,'Nestea_Lemon','Nestea Lemon','Usable',50); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12682,'Nestea_Blacktea','Nestea Black Tea','Usable',30); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12683,'Sg_Vi_Potion_Box200','Siege Violet Potion Box (200)','Usable',20,200,true,'getitem 11547,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12684,'ASPD_Potion','ASPD Potion','Usable',10,900000,'Reuse_Limit_Aspd_Potion',100,true,true,true,true,true,true,true,'sc_start SC_ATTHASTE_CASH,900000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12685,'Gryphon_Egg_Scroll','Gryphon Egg Scroll','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12686,'Str_Dish20','Str Dish20','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12687,'Int_Dish20','Int Dish20','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12688,'Vit_Dish20','Vit Dish20','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12689,'Dex_Dish20','Dex Dish20','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12690,'Old_C_Album_Helm','Headgear Card Album','Usable',20,50,true,true,'getrandgroupitem(IG_CardAlbum_Helm,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12691,'Old_C_Album_Armor','Armor Card Album','Usable',20,50,true,true,'getrandgroupitem(IG_CardAlbum_Armor,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12692,'Old_C_Album_Shield','Shield Card Album','Usable',20,50,true,true,'getrandgroupitem(IG_CardAlbum_Shield,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12693,'Old_C_Album_Garment','Garment Card Album','Usable',20,50,true,true,'getrandgroupitem(IG_CardAlbum_Garment,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12694,'Old_C_Album_Shoes','Shoes Card Album','Usable',20,50,true,true,'getrandgroupitem(IG_CardAlbum_Shoes,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12695,'Old_C_Album_Acc','Accessory Card Album','Usable',20,50,true,true,'getrandgroupitem(IG_CardAlbum_Acc,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12696,'RWC_Cele_Fire','RWC Celebration Firecracker','Usable',20,'bonus_script "{ bonus bAllStats,3; bonus2 bAddClass,Class_All,5; bonus2 bMagicAddClass,Class_All,5; bonus bMatkRate,5; }",10,0,0,EFST_2011RWC;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12697,'RWC_Cele_Fire2','RWC Celebration Firecracker','Usable',20,'bonus_script "{ bonus bAllStats,3; bonus2 bAddClass,Class_All,5; bonus2 bMagicAddClass,Class_All,5; bonus bMatkRate,5; }",10,0,0,EFST_2011RWC;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`script`) VALUES (12698,'Old_C_Album_Weapon','Weapon Card Album','Usable',20,50,true,true,'getrandgroupitem(IG_CardAlbum_Weapon,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12699,'Tikbalang_Belt','Tikbalang Harness','Usable',20,50,true,'pet 2313;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12700,'Insideout_Shirt','Inside-out Shirt','Usable',20,10,true,'warp "malaya",242,211;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12701,'Old_Blue_Box_F','Old Blue Box','Usable',200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12702,'Old_Bleu_Box','Old Navy Box','Usable',200,true,100,true,true,true,true,true,true,'getrandgroupitem(IG_BleuBox,1);\ngetrandgroupitem(IG_BleuBox,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (12703,'Holy_Egg_2','Holy Egg','Usable',50,true,'getrandgroupitem(IG_Holy_Egg_2,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12704,'Elixir_Of_Life','Elixir of Life','Healing',10,85,100,true,true,true,true,true,true,true,'percentheal 100,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12705,'Noble_Nameplate','Noble Nameplate','Usable',100,90,100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12706,'Lucky_Cookie01','Lucky Cookie','Delayconsume',100,100,true,'itemskill "PR_GLORIA",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12707,'Lucky_Cookie02','Lucky Cookie','Delayconsume',100,100,true,'itemskill "PR_MAGNIFICAT",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`script`) VALUES (12708,'Lucky_Cookie03','Lucky Cookie','Delayconsume',100,100,true,'itemskill "PR_IMPOSITIO",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12709,'Guyak_Candy','Guyak Candy','Healing',150,'percentheal 30,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12710,'Guyak_Pudding','Guyak Pudding','Usable',200,'sc_start SC_SPEEDUP1,300000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12711,'Pretzel','Pretzel','Healing',2,100,'itemheal rand(50,90),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12712,'Green_Beer','Green Beer','Usable',2,100,'percentheal 0,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12713,'Monster_Extract','Monster Extract','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12714,'Easter_Scroll','Easter Scroll','Usable',1,10,true,100,true,true,true,true,true,true,'getrandgroupitem(IG_Easter_Scroll,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12715,'Black_Treasure_Box','Black Treasure Box','Usable',100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12716,'Indian_Rice_Cake','Indian Rice Cake','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12717,'Poison_Paralysis','Paralyze','Usable',2,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12718,'Poison_Leech','Leech End','Usable',2,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12719,'Poison_Oblivion','Oblivion Curse','Usable',2,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12720,'Poison_Contamination','Disheart','Usable',2,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12721,'Poison_Numb','Toxin','Usable',2,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12722,'Poison_Fever','Pyrexia','Usable',2,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12723,'Poison_Laughing','Magic Mushroom','Usable',2,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (12724,'Poison_Fatigue','Venom Bleed','Usable',2,20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12725,'Runstone_Nosiege','Nauthiz Rune','Usable',100,10,120000,'Reuse_Refresh',100,true,100,true,true,true,true,true,true,true,'if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT)\n unitskilluseid getcharid(3),"RK_REFRESH",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12726,'Runstone_Rhydo','Raido Rune','Usable',100,10,30000,'Reuse_Crushstrike',100,true,100,true,true,true,true,true,true,true,'if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT)\n unitskilluseid getcharid(3),"RK_CRUSHSTRIKE",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12727,'Runstone_Verkana','Berkana Rune','Usable',100,10,60000,'Reuse_Millenniumshield',100,true,100,true,true,true,true,true,true,true,'if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT)\n unitskilluseid getcharid(3),"RK_MILLENNIUMSHIELD",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12728,'Runstone_Isia','Isa Rune','Usable',100,10,100,true,100,true,true,true,true,true,true,true,'if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT)\n unitskilluseid getcharid(3),"RK_VITALITYACTIVATION",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12729,'Runstone_Asir','Othila Rune','Usable',100,10,100,true,100,true,true,true,true,true,true,true,'if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT)\n unitskilluseid getcharid(3),"RK_FIGHTINGSPIRIT",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12730,'Runstone_Urj','Uruz Rune','Usable',100,10,100,true,100,true,true,true,true,true,true,true,'if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT)\n unitskilluseid getcharid(3),"RK_ABUNDANCE",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12731,'Runstone_Turisus','Thurisaz Rune','Usable',100,10,100,true,100,true,true,true,true,true,true,true,'if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT)\n unitskilluseid getcharid(3),"RK_GIANTGROWTH",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12732,'Runstone_Pertz','Wyrd Rune','Usable',100,10,1000,'Reuse_Stormblast',100,true,100,true,true,true,true,true,true,true,'if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT)\n unitskilluseid getcharid(3),"RK_STORMBLAST",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12733,'Runstone_Hagalas','Hagalaz Rune','Usable',100,10,100,true,100,true,true,true,true,true,true,true,'if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT)\n unitskilluseid getcharid(3),"RK_STONEHARDSKIN",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_knight`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12734,'Runstone_Quality','Luxurious Rune','Healing',2,100,true,true,true,true,true,'makerune 8;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_knight`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12735,'Runstone_Ancient','Ancient Rune','Healing',2,100,true,true,true,true,true,'makerune 30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_knight`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12736,'Runstone_Mystic','Mystic Rune','Healing',2,100,true,true,true,true,true,'makerune 60;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_knight`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12737,'Runstone_Ordinary','General Rune','Healing',2,100,true,true,true,true,true,'makerune 4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_knight`,`class_third`,`class_third_upper`,`class_third_baby`,`flag_buyingstore`,`script`) VALUES (12738,'Runstone_Rare','Rare Rune','Healing',2,100,true,true,true,true,true,'makerune 15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (12739,'Snow_Flower','Snow Flowers','Usable',10,true,'percentheal 10,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12740,'Inc_Str_Scroll','Amplification Scroll','Usable',1,100,true,true,true,true,true,true,true,true,'specialeffect2 EF_POTION_BERSERK;\nbonus_script "{ bonus bStr,20; }",60,0,0,EFST_STR_SCROLL;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12741,'Inc_Int_Scroll','Intellect Amplification Scroll','Usable',1,100,true,true,true,true,true,true,true,true,'specialeffect2 EF_SPELLBREAKER;\nbonus_script "{ bonus bInt,20; }",60,0,0,EFST_INT_SCROLL;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (12742,'Valentine_Gift_Box1','Valentine Gift Box','Usable','getitem 7946,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (12743,'Valentine_Gift_Box2','Valentine Gift Box','Usable','getitem 7947,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (12744,'Chocotate_Box','Chocolate Box','Usable','getitem 558,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12745,'Skull_Scroll','Skull Scroll','Usable',20,10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12746,'Destruction_Scroll','Destruction Scroll','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12747,'Royal_Scroll','Royal Scroll','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12748,'Immune_Scroll','Immune Scroll','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12749,'Mystic_Scroll','Mystic Scroll','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12750,'Battle_Scroll','Battle Scroll','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12751,'Armor_Scroll','Armor Scroll','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12752,'Prayer_Scroll','Prayer Scroll','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12753,'Soul_Scroll','Soul Scroll','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12754,'New_Year_Bun','Chinese Pastel','Usable',10,'percentheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12755,'Traditional_Firecrack','Chinese Fireworks','Usable',2,10,'specialeffect2 EF_POK_JAP;\n/* itemskill "MO_CALLSPIRITS",3; itemskill "MO_FINGEROFFENSIVE",5; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12756,'New_Gift_Envelope','Chinese New Year Envelope','Usable',2,10,true,'/*getgroupitem(IG_New_Gift_Envelope);*/\ngetrandgroupitem(IG_New_Gift_Envelope,0);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (12757,'Loyal_Ring1_Box','Loyal Ring1 Box','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (12758,'Loyal_Ring2_Box','Loyal Ring2 Box','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (12759,'Loyal_Ring3_Box','Loyal Ring3 Box','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12760,'Bubble_Gum_Green','Bubble Gum Green','Usable',20,10,'sc_start SC_INCSTR,1200000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12761,'Bubble_Gum_Yellow','Bubble Gum Yellow','Usable',20,10,'sc_start SC_INCINT,1200000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12762,'Bubble_Gum_Orange','Bubble Gum Orange','Usable',20,10,'sc_start SC_INCDEX,1200000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12763,'Bubble_Gum_Red','Bubble Gum Red','Usable',20,10,'sc_start SC_INCAGI,1200000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12764,'Fools_Day_Box_Tw','Fools Day Box Tw','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12765,'Summer_Knight_Box','Summer Knight Box','Usable',20,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12766,'Reward_Job_BM25','Reward Job BM25','Usable',100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (12767,'Passion_FB_Hat_Box','Passion FB Hat Box','Usable',true,'/*getgroupitem(IG_Passion_FB_Hat_Box);*/\nrentitem 5856,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (12768,'Cool_FB_Hat_Box','Cool FB Hat Box','Usable',true,'/*getgroupitem(IG_Cool_FB_Hat_Box);*/\nrentitem 5857,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (12769,'Victory_FB_Hat_Box','Victory FB Hat Box','Usable',true,'/*getgroupitem(IG_Victory_FB_Hat_Box);*/\nrentitem 5858,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (12770,'Glory_FB_Hat_Box','Glory FB Hat Box','Usable',true,'/*getgroupitem(IG_Glory_FB_Hat_Box);*/\nrentitem 5859,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (12771,'Passion_Hat_Box2','Passion Hat Box2','Usable',true,'/*getgroupitem(IG_Passion_Hat_Box2);*/\nrentitem 5856,21600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (12772,'Cool_Hat_Box2','Cool Hat Box2','Usable',true,'/*getgroupitem(IG_Cool_Hat_Box2);*/\nrentitem 5857,21600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (12773,'Victory_Hat_Box2','Victory Hat Box2','Usable',true,'/*getgroupitem(IG_Victory_Hat_Box2);*/\nrentitem 5858,21600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12774,'Empty_Potion_Bottle','Empty Potion Bottle','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (12775,'Ancient_Spirit_Agimat','Greater Agimat of Ancient Spirit','Usable',20,600,true,'specialeffect2 EF_PROVIDENCE;\nbonus_script "{ bonus2 bAddRace,RC_Demon,10; bonus2 bMagicAddRace,RC_Demon,10; }",1200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12776,'Agi_Dish20','Agi Dish20','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (12777,'Luk_Dish20','Luk Dish20','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12778,'Bapho_Jr_Scroll','Bapho Jr Scroll','Usable',20,10,'mercenary_create 2325,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12779,'Galapago_Scroll','Galapago Scroll','Usable',20,10,'mercenary_create 2326,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12780,'10M_Zeny_Check','10M Zeny Check','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12781,'1M_Zeny_Check','1M Zeny Check','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12782,'100T_Zeny_Check','100T Zeny Check','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12783,'10000_Zeny_Check','10000 Zeny Check','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12784,'1000_Zeny_Check','1000 Zeny Check','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12785,'Dragon_Egg_Scroll','Dragon Egg Scroll','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12786,'Change_Slot_Card','Character Position Change Coupon','Usable',100,true,true,true,true,true,true,true,'CharMoves++;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12787,'Diabolic_Scroll','Diabolic Scroll','Usable',20,10,'mercenary_create 2342,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12788,'No100_Firecracker','No100 Firecracker','Usable',2,20); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12789,'Juicy_Fruit','Juicy Fruit','Usable',2,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12790,'Change_Name_Card','Character Name Change Coupon','Usable',100,true,true,true,true,true,true,true,'CharRename++;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12791,'Combat_Pill','Combat Pill','Usable',20,150,'specialeffect2 EF_POTION_BERSERK;\nbonus_script "{ bonus2 bAddClass,Class_All,5; bonus bMatkRate,5; bonus bMaxHPrate,-3; bonus bMaxSPrate,-3; }",600,0,0,EFST_GM_BATTLE;\n/* showscript */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12792,'P_Combat_Pill','P Combat Pill','Usable',20,150,'specialeffect2 EF_POTION_BERSERK;\nbonus_script "{ bonus2 bAddClass,Class_All,10; bonus bMatkRate,10; bonus bMaxHPrate,-5; bonus bMaxSPrate,-5; }",600,0,0,EFST_GM_BATTLE;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12793,'Combat_Pill_Box10','Combat Pill Box10','Usable',20,'getitem 12791,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (12794,'P_Combat_Pill_Box10','P Combat Pill Box10','Usable',20,'getitem 12792,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12795,'2011_RWC_Scroll_Kr','2011 RWC Scroll Kr','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12796,'Red_Booster','Red Booster','Delayconsume',20,10,100,true,true,true,true,true,true,true,'itemskill "AC_CONCENTRATION",max(getskilllv("AC_CONCENTRATION"),3);\nspecialeffect2 EF_POTION_BERSERK;\nshowscript "Oh My GOODNESS!!! I FEEL AWESOMELY STRONG!!! WOWOW";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12797,'Wish_Maiden_Scroll','Wish Maiden Scroll','Usable',20,10,'mercenary_create 2344,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12798,'Zealotus_Scroll','Zealotus Scroll','Usable',20,10,'mercenary_create 2345,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12799,'PCBang_Coupon_Box5','PCBang Coupon Box5','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12800,'Ktullanux_Scroll','Ktullanux Scroll','Usable',20,10,'mercenary_create 2346,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12801,'Eddga_Scroll','Eddga Scroll','Usable',20,10,'mercenary_create 2347,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12802,'Time_Guardian_Box','Time Guardian Box','Usable',100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12803,'Beginner_Kit_Box','Beginner Kit Box','Usable',100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12804,'Cru_Scroll','Cru Scroll','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12805,'Mystic_Powder','Mystic Powder','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12806,'Scaraba_Scroll','Scaraba Scroll','Usable',20,10,'mercenary_create 2378,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12807,'Mercenary_Casting_','Mercenary Casting','Usable',20,100,true,true,true,true,true,true,true,true,'getitem 12160,5;\ngetitem 12170,5;\ngetitem 12180,5;\ngetitem 12808,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12808,'Mother_Love_Box','Mother Love Box','Usable',1,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12809,'Level_Up_Box','Level Up Box','Usable',120,100,true,true,true,true,true,true,true,true,'getitem 12263,5;\ngetitem 12264,5;\ngetitem 12265,5;\ngetitem 12766,5;\ngetitem 12819,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12810,'Event_Gift_Box','Event Gift Box','Usable',20,10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12811,'Event_Gift_Box_','Event Gift Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 607,3;\ngetitem callfunc("F_Rand",22528,22802,12246,6228,6229,6230,6232,6233,6234),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (12812,'Snow_Flip','Snow Flip','Delayconsume',10,true,5000,'Reuse_Limit_Ecl','itemskill "ECL_SNOWFLIP",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (12813,'Peony_Mommy','Peony Mamy','Delayconsume',10,true,5000,'Reuse_Limit_Ecl','itemskill "ECL_PEONYMAMY",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (12814,'Slapping_Herb','Slapping Herb','Delayconsume',10,true,5000,'Reuse_Limit_Ecl','itemskill "ECL_SADAGUI",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (12815,'Yggdrasil_Dust','Yggdrasil Dust','Delayconsume',10,true,5000,'Reuse_Limit_Ecl','itemskill "ECL_SEQUOIADUST",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12816,'Old_Ore_Box_','Old Ore Box','Usable',60,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12817,'Old_Card_Album_','Old Card Album','Usable',80,100,true,true,true,true,true,true,true,true,'getrandgroupitem(IG_CardAlbum,1);\ngetitem 12818,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12818,'High_Weapon_Box_','High Weapon Box','Usable',100,100,true,true,true,true,true,true,true,true,'getrandgroupitem(IG_Advanced_Weapons_Box,1);\ngetitem 12809,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12819,'Zherlthsh_Tck_Box_','Zherlthsh Tck Box','Usable',150,100,true,true,true,true,true,true,true,true,'getitem 6184,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12820,'Mao_Guai_Scroll','Mao Guai Scroll','Usable',20,10,'mercenary_create 2348,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12821,'Loli_Ruri_Scroll','Loli Ruri Scroll','Usable',20,10,'mercenary_create 2349,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12822,'Songpyun_Box50','Songpyun Box50','Usable',20,10,'getitem 663,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12823,'Sedora_Scroll','Sedora Scroll','Usable',20,10,'mercenary_create 2350,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12824,'Chepet_Scroll','Chepet Scroll','Usable',20,10,'mercenary_create 2351,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12826,'Wind_Type_Scroll','Wind Type Scroll','Usable',20,10,true,'getgroupitem(IG_Wind_Type_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12827,'Water_Type_Scroll','Water Type Scroll','Usable',20,10,true,'getgroupitem(IG_Water_Type_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12828,'Fire_Type_Scroll','Fire Type Scroll','Usable',20,10,true,'getgroupitem(IG_Fire_Type_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12829,'Earth_Type_Scroll','Earth Type Scroll','Usable',20,10,true,'getgroupitem(IG_Earth_Type_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12831,'Potion_Box','Potion Box','Usable',50,100,true,true,true,true,true,true,true,'getitem 545,100;\ngetitem 546,100;\ngetitem 547,100;\ngetitem 505,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12834,'Undead_Egg','Undead Egg','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12835,'Girls_Heart','Girls Heart','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (12837,'Wooden_Treasure_Box','Wooden Treasure Box','Usable'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12838,'Iron_Treasure_Box','Iron Treasure Box','Usable',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12839,'bronze_Treasure_Box','bronze Treasure Box','Usable',20); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12840,'Silver_Treasure_Box','Silver Treasure Box','Usable',30); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12841,'Golden_Treasure_Box','Golden Treasure Box','Usable',40); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12842,'Platinum_Treasure_Box','Platinum Treasure Box','Usable',50); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12843,'Pearl_Treasure_Box','Pearl Treasure Box','Usable',60); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`) VALUES (12844,'Diamond_Treasure_Box','Diamond Treasure Box','Usable',70); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12845,'WOB_Amatsu','Amatsu_Butterfly_Wing','Usable',100,true,true,true,true,true,true,true,'warp "iz_ng01",26,57;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12846,'Unripe_Apple2','Little Unripe Apple','Usable',10,50,'pet 2398;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12847,'Old_Equipment_Box','Old Equipment Box','Usable',10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12848,'Falcon_Pipe','Falcon Flute','Delayconsume',10,'if (getskilllv("HT_FALCON")) {\n if (!checkoption(Option_Wug) && !checkoption(Option_Wugrider))\n setfalcon (!checkfalcon());\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (12849,'Combination_Kit','Combination Kit','Usable',40,10,'if (BaseLevel < 20)\n cooking 30;\nelse\n cooking 11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12850,'Heaven_Scroll','Heaven Scroll','Usable',20,10,true,'getgroupitem(IG_Heaven_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12851,'Vocation_Scroll','Vocation Scroll','Usable',20,10,true,'getgroupitem(IG_Vocation_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12852,'Wisdom_Scroll','Wisdom Scroll','Usable',20,10,true,'getgroupitem(IG_Wisdom_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (12853,'Patron_Scroll','Patron Scroll','Usable',20,10,true,'getgroupitem(IG_Patron_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12860,'Mommy_Day_Cake','Mommy Day Cake','Usable',200,'percentheal 50,50;\nskilleffect "HP_ASSUMPTIO",0;\nsc_start SC_ASSUMPTIO,100000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12863,'Treasure_Chest_Summoned_II','Treasure Chest Summoned II','Usable',10,100,true,true,true,true,true,true,true,true,'monster "this",-1,-1,"--ja--",rand(1324,1363),1,"";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12873,'TE_Potion_Box','TE Potion Box','Cash',100,100,true,true,true,true,true,true,true,'getitem(11558,10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12874,'Frost_Giant_Blood','Frost Giant Blood','Usable',100,'specialeffect2 EF_POTION_CON;\nsc_start4 SC_GVG_GIANT,10000,3000,0,100,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12875,'Golem_Stone','Golem Stone','Usable',10,'specialeffect2 EF_POTION_CON;\nsc_start4 SC_GVG_GOLEM,10000,0,200,50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12876,'Elf_Tear_Stun','Elf Tear Stun','Usable',10,'sc_start2 SC_GVG_STUN,10000,3000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12877,'Elf_Tear_Stone_Curse','Elf Tear Stone Curse','Usable',10,'sc_start2 SC_GVG_STONE,10000,3000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12878,'Elf_Tear_Freezing','Elf Tear Freezing','Usable',10,'sc_start2 SC_GVG_FREEZ,10000,3000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12879,'Elf_Tear_Sleep','Elf Tear Sleep','Usable',10,'sc_start2 SC_GVG_SLEEP,10000,3000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12880,'Elf_Tear_Curse','Elf Tear Curse','Usable',10,'sc_start2 SC_GVG_CURSE,10000,3000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12881,'Elf_Tear_Silence','Elf Tear Silence','Usable',10,'sc_start2 SC_GVG_SILENCE,10000,3000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (12882,'Elf_Tear_Blind','Elf Tear Blind','Usable',10,'sc_start2 SC_GVG_BLIND,10000,3000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12883,'Almighty','Almighty','Usable',20,10,100,true,true,true,true,true,true,true,'specialeffect2 EF_BASH3D;\nsc_start SC_2011RWC_SCROLL,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12884,'Infinite_Concentration_Potion','Infinite Concentration Potion','Delayconsume',10,100,true,true,true,true,true,true,true,true,'sc_start SC_ASPDPOTION0,1800000,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12885,'Infinite_Awakening_Potion','Infinite Awakening Potion','Delayconsume',10,100,true,true,true,true,true,true,true,true,'sc_start SC_ASPDPOTION1,1800000,6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12886,'Infinite_Berserk_Potion','Infinite Berserk Potion','Delayconsume',10,100,true,true,true,true,true,true,true,true,'sc_start SC_ASPDPOTION2,1800000,9;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12887,'C_Wing_Of_Fly','Infinite Flywing','Usable',true,100,true,true,true,true,true,true,true,true,'itemskill "AL_TELEPORT",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (12888,'Siege_Kit_Box','Siege Kit Box','Cash',100,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12889,'Weapon_Box_Spear','Weapon Box(Spear)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12890,'Weapon_Box_Mace','Weapon Box(Mace)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12891,'Weapon_Box_Dagger','Weapon Box(Dagger)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12892,'Weapon_Box_Axe','Weapon Box(Axe)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12893,'Weapon_Box_Bow','Weapon Box(Bow)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12894,'Weapon_Box_Sword','Weapon Box(Sword)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12895,'Weapon_Box_Knuckle','Weapon Box(Knuckle)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12896,'Weapon_Box_Book','Weapon Box(Book)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12897,'Weapon_Box_Guitar','Weapon Box(Guitar)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12898,'Weapon_Box_Whip','Weapon Box(Whip)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (12899,'Weapon_Box_Staff','Weapon Box(Staff)','Usable',10,200); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12900,'Battle_Manual_Box','Battle Manual Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12208,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12901,'Insurance_Package','Insurance Package','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12209,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12902,'Bubble_Gum_Box','Bubble Gum Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12210,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12903,'Str_Dish_Box','Steamed Tongue Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12202,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12904,'Agi_Dish_Box','Steamed Scorpion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12203,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12905,'Int_Dish_Box','Dragon Breath Cocktail Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12204,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12906,'Dex_Dish_Box','Hwergelmir\'s Tonic Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12205,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12907,'Luk_Dish_Box','Nine Tail Dish Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12206,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12908,'Vit_Dish_Box','Stew Of Immortality Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12207,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12909,'Kafra_Card_Box','Kafra Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12211,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12910,'Giant_Fly_Wing_Box','Giant Fly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12212,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12911,'Neuralizer_Box','Neuralizer Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12213,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12912,'Convex_Mirror_Box','Convex Mirror Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12214,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12913,'Blessing_10_Scroll_Box','Blessing 10 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12215,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12914,'Inc_Agi_10_Scroll_Box','Increase AGI 10 scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12216,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12915,'Aspersio_5_Scroll_Box','Aspersio 5 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Aspersio_5_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12916,'Assumptio_5_Scroll_Box','Assumptio 5 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12218,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12917,'Wind_Walk_10_Scroll_Box','Wind Walk 10 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12219,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12918,'Adrenaline_Scroll_Box','Adrenaline 5 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12220,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12919,'Megaphone_Box','Megaphone Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12221,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12920,'Enriched_Elunium_Box','Enriched Elunium Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7619,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12921,'Enriched_Oridecon_Box','Enriched Oridecon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7620,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12922,'Token_Of_Siegfried_Box','Token of Siegfried Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7621,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`script`) VALUES (12923,'Pet_Egg_Scroll_Box1','December Lucky Box','Cash',20,10,true,100,true,'getgroupitem(IG_Pet_Egg_Scroll_Box1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`script`) VALUES (12924,'Pet_Egg_Scroll_Box2','Pet Egg Box 2','Cash',20,10,true,100,true,'getgroupitem(IG_Pet_Egg_Scroll_Box2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`script`) VALUES (12925,'Pet_Egg_Scroll1','Kafra Item Mall Prize Package','Cash',20,10,true,100,true,'getgroupitem(IG_Pet_Egg_Scroll1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`script`) VALUES (12926,'Pet_Egg_Scroll2','December Lucky Box','Cash',20,10,true,100,true,'getgroupitem(IG_Pet_Egg_Scroll2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12927,'J_Aspersio_5_Scroll_Box','Aspersio Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12928,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12928,'J_Aspersio_5_Scroll','Sacred Scroll','Delayconsume',2,10,100,true,true,true,true,true,true,true,'itemskill "PR_ASPERSIO",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12929,'Pet_Egg_Scroll_Box3','Pet Egg Box 3','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_Box3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12930,'Pet_Egg_Scroll_Box4','Pet Egg Box 4','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_Box4);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12931,'Pet_Egg_Scroll_Box5','Pet Egg Box 5','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_Box5);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12932,'Pet_Egg_Scroll3','Episode 13.2 Key Package','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12933,'Pet_Egg_Scroll4','Summer Hat Pack','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll4);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12934,'Pet_Egg_Scroll5','Pet Egg Scroll5','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll5);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12935,'Infiltrator_Box','Infiltrator Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Infiltrator_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12936,'Muramasa_Box','Muramasa Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Muramasa_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12937,'Excalibur_Box','Excalibur Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Excalibur_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12938,'Combat_Knife_Box','Combat Knife Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Combat_Knife_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12939,'Counter_Dagger_Box','Dagger of Counter Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Counter_Dagger_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12940,'Kaiser_Knuckle_Box','Kaiser Knuckle Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Kaiser_Knuckle_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12941,'Pole_Axe_Box','Poll Axe Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pole_Axe_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12942,'Mighty_Staff_Box','Mighty Staff Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Mighty_Staff_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12943,'Right_Epsilon_Box','Light Epsilon Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Right_Epsilon_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12944,'Balistar_Box','Ballista Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Balistar_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12945,'Diary_Of_Great_Sage_Box','Sage\'s Diary Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Diary_Of_Great_Sage_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12946,'Asura_Box','Asura Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Asura_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12947,'Apple_Of_Archer_Box','Apple of Archer Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Apple_Of_Archer_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12948,'Bunny_Band_Box','Bunny Band Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Bunny_Band_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12949,'Sahkkat_Box','Sakkat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Sahkkat_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12950,'Lord_Circlet_Box','Grand Circlet Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lord_Circlet_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12951,'Elven_Ears_Box','Elven Ears Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Elven_Ears_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12952,'Steel_Flower_Box','Steel Flower Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Steel_Flower_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12953,'Critical_Ring_Box','Critical Ring Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Critical_Ring_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12954,'Earring_Box','Earring Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Earring_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12955,'Ring_Box','Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Ring_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12956,'Necklace_Box','Necklace Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Necklace_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12957,'Glove_Box','Glove Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Glove_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12958,'Brooch_Box','Brooch Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Brooch_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12959,'Rosary_Box','Rosary Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Rosary_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12960,'Safety_Ring_Box','Safety Ring Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Safety_Ring_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12961,'Vesper_Core01_Box','Vesper Core 01 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vesper_Core01_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12962,'Vesper_Core02_Box','Vesper Core 02 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vesper_Core02_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12963,'Vesper_Core03_Box','Vesper Core 03 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vesper_Core03_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12964,'Vesper_Core04_Box','Vesper Core 04 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vesper_Core04_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12965,'Emergency_Box1','Emergency Level 1 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12968,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12966,'Emergency_Box2','Emergency Level 2 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12969,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12967,'Emergency_Box3','Emergency Level 3 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12970,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12968,'Emergency_Scroll1','Emergency Level 1 Scroll','Usable',2,10,300000,'Reuse_Limit_Recall',100,true,true,true,true,true,true,true,'unitskilluseid getcharid(3),"GD_ITEMEMERGENCYCALL",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12969,'Emergency_Scroll2','Emergency Level 2 Scroll','Usable',2,10,300000,'Reuse_Limit_Recall',100,true,true,true,true,true,true,true,'unitskilluseid getcharid(3),"GD_ITEMEMERGENCYCALL",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12970,'Emergency_Scroll3','Emergency Level 3 Scroll','Usable',2,10,300000,'Reuse_Limit_Recall',100,true,true,true,true,true,true,true,'unitskilluseid getcharid(3),"GD_ITEMEMERGENCYCALL",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12971,'Teleport_Box1','Teleport Scroll Box 1','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12977,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12972,'Teleport_Box2','Teleport Scroll Box 2','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12978,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12973,'Teleport_Box3','Teleport Scroll Box 3','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12979,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12974,'Teleport_Box4','Teleport Scroll Box 4','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12980,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12975,'Teleport_Box5','Teleport Scroll Box 5','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12981,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12976,'Teleport_Box6','Teleport Scroll Box 6','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12982,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12977,'Teleport_Scroll1','Teleport Scroll 1','Usable',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashTele",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12978,'Teleport_Scroll2','Teleport Scroll 2','Usable',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashTele",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12979,'Teleport_Scroll3','Teleport Scroll 3','Usable',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashTele",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12980,'Teleport_Scroll4','Teleport Scroll 4','Usable',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashTele",4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12981,'Teleport_Scroll5','Teleport Scroll 5','Usable',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashTele",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12982,'Teleport_Scroll6','Teleport Scroll 6','Usable',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashTele",6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12983,'Pet_Egg_Scroll_Box6','Pet Egg Scroll Box 6','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_Box6);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12984,'Pet_Egg_Scroll_Box7','Pet Egg Scroll Box 7','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_Box7);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12985,'Pet_Egg_Scroll_Box8','Pet Egg Scroll Box 8','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_Box8);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12986,'Pet_Egg_Scroll_Box9','Adventurer Pack Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_Box9);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12987,'Pet_Egg_Scroll_Box10','Pet Egg Scroll Box 10','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_Box10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12988,'Pet_Egg_Scroll_Box11','Pet Egg Scroll Box 11','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_Box11);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12989,'Pet_Egg_Scroll6','Pet Egg Scroll 6','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll6);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12990,'Pet_Egg_Scroll7','Pet Egg Scroll 7','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll7);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12991,'Pet_Egg_Scroll8','Party Hard Pack','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll8);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12992,'Pet_Egg_Scroll9','Adventurer Pack','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll9);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12993,'Pet_Egg_Scroll10','Pet Egg Scroll 10','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12994,'Pet_Egg_Scroll11','Pet Egg Scroll 11','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll11);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12995,'White_Herb_Box','White Herb Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 509,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12996,'Blue_Herb_Box','Blue Herb Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 510,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12997,'Elunium_Box','Elunium Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 985,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12998,'Oridecon_Box','Oridecon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 984,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (12999,'Branch_Of_Dead_Tree_Box','Dead Branch Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 604,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13500,'Insurance60_Package','Life Insurrance Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14500,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13501,'Assorted_Scroll_Box','Experience Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13502,'Drooping_Kitty_Box','Refined Drooping Cat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5279,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13503,'Magestic_Goat_Box','Baphomet Horns Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5280,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13504,'Deviruchi_Cap_Box','Refined Deviruchi Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5281,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13505,'Executioner_Box','Executioner Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1174,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13506,'Brood_Axe_Box','Refined Bloody Axe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1373,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13507,'Tomahawk_Box','Tomahawk Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1374,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13508,'Bow_Of_Rudra_Box','Rudra Bow Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1729,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13509,'Cutlas_Box','Cutlus Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13402,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13510,'Solar_Sword_Box','Solar Sword Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13403,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13511,'Sword_Breaker_Box','Refined Swordbreaker Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13024,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13512,'Mail_Breaker_Box','Refined Mailbreaker Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13025,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13513,'Moonlight_Sword_Box','Moonlight Dagger Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13026,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13514,'Spanner_Box','Wrench Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1534,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13515,'Grape_Box','Grape Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 514,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13516,'Royal_Jelly_Box','Royal Jelly Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 526,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13517,'Yggdrasilberry_Box','Yggdrasil Berry Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 607,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13518,'Weapon_Card_Scroll_Box','Weapon Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13558,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13519,'Armor_Card_Scroll_Box','Armor Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13559,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13520,'Helmet_Card_Scroll_Box','Helmet Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13560,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13521,'Hood_Card_Scroll_Box','Garment Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13561,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13522,'Hood_Card_Scroll_Box2','Shield Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13562,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13523,'Shoes_Card_Scroll_Box','Shoes Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13563,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13524,'Accy_Card_Scroll_Box','Accessory Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13564,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13525,'Zeny_Scroll_Box','Zeny Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14508,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13526,'Pet_Egg_Scroll_Box1_','Pet Egg Scroll Box 12','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12925,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13527,'Pet_Egg_Scroll_Box2_','Pet Egg Scroll Box 13','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12926,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13528,'Pet_Egg_Scroll_Box3_','Pet Egg Scroll Box 14','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12932,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13529,'Pet_Egg_Scroll_Box4_','Pet Egg Scroll Box 15','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12933,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13530,'Pet_Egg_Scroll_Box5_','Pet Egg Scroll Box 16','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12934,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13531,'Light_Red_Pot_Box','Light Red Potion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 598,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13532,'Light_Orange_Pot_Box','Light Orange Potion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 599,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13533,'Light_Yellow_Pot_Box','Light Yellow Potion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 11500,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13534,'Light_White_Pot_Box','Light White Potion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 11501,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13535,'Light_Center_Pot_Box','Light Concentration Potion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14509,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13536,'Light_Awakening_Pot_Box','Light Awakening Potion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14510,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13537,'Light_Berserk_Pot_Box','Light Berserk Potion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14511,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13538,'Meteor_10_Scroll_Box','Meteor Storm Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14512,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13539,'Storm_10_Scroll_Box','Storm Gust Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14513,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13540,'Vermilion_10_Scroll_Box','Lord of Vermilion Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14514,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13541,'Lex_Aeterna_Scroll_Box','Lex Aeterna Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14515,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13542,'Magnificat_5_Scroll_Box','Magnificat Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14516,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13543,'CP_Helm_Scroll_Box','Chemical Protection Helm Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_CP_Helm_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13544,'CP_Shield_Scroll_Box','Chemical Protection Shield Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_CP_Shield_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13545,'CP_Armor_Scroll_Box','Chemical Protection Armor Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_CP_Armor_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13546,'CP_Weapon_Scroll_Box','Chemical Protection Weapon Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_CP_Weapon_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13547,'Repair_Scroll_Box','Repair Weapon Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Repair_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13548,'Big_Bun_Box','Big Bun Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14522,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13549,'Pill__Box','Pill Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14523,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13550,'Superb_Fish_Slice_Box','Fish Slice Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14524,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13551,'Chewy_Ricecake_Box','Chewy Ricecake Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14525,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13552,'Oriental_Pastry_Box','Pastry Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14526,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13553,'Dun_Tele_Scroll1_Box','Dungeon Teleport Scroll 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14527,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13554,'Weapon_Card_Scroll_Box2','Weapon Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13565,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13555,'Weapon_Card_Scroll_Box3','Weapon Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13566,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13556,'Armor_Card_Scroll_Box2','Armor Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13567,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13557,'Accy_Card_Scroll_Box2','Accessory Card Pet Egg Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13568,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13558,'Weapon_Card_Scroll','Weapon Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13559,'Armor_Card_Scroll','Armor Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13560,'Helmet_Card_Scroll','Helmet Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13561,'Hood_Card_Scroll','Garment Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13562,'Hood_Card_Scroll2','Shield Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13563,'Shoes_Card_Scroll','Shoes Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13564,'Accy_Card_Scroll','Accessory Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13565,'Weapon_Card_Scroll2','Weapon Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13566,'Weapon_Card_Scroll3','Weapon Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13567,'Armor_Card_Scroll2','Armor Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13568,'Accy_Card_Scroll2','Accessory Card Pet Egg Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13569,'PVP_Tele_Scroll_Box','PVP Teleport Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14528,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13570,'Giant_Fly_Wing_Box50','Giant Fly Wing 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12212,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13571,'Giant_Fly_Wing_Box100','Giant Fly Wing 100 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12212,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13572,'Dex_Dish_Box30','Hwergelmir\'s Tonic 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12205,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13573,'Dex_Dish_Box50','Hwergelmir\'s Tonic 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12205,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13574,'Luk_Dish_Box30','Nine Tail Dish 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12206,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13575,'Luk_Dish_Box50','Nine Tail Dish 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12206,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13576,'Inc_Agi_10_Box30','Increase Agility Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12216,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13577,'Inc_Agi_10_Box50','Increase Agility Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12216,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13578,'Vit_Dish_Box30','Stew of Immortality 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12207,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13579,'Vit_Dish_Box50','Stew of Immortality 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12207,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13580,'Insurance_Package30','Life Insurrance 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12209,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13581,'Insurance_Package50','Life Insurrance 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12209,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13582,'Convex_Mirror_Box5','Convex Mirror 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12214,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13583,'Convex_Mirror_Box30','Convex Mirror 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12214,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13584,'Blessing10_Box30','Blessing Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12215,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13585,'Blessing10_Box50','Blessing Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12215,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13586,'Adrenaline10_Box30','Adrenaline Rush Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12220,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13587,'Adrenaline10_Box50','Adrenaline Rush Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12220,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13588,'Assumptio_5_Box30','Assumptio Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12218,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13589,'Assumptio_5_Box50','Assumptio Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12218,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13590,'Aspersio_5_Box30','Aspersio Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12217,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13591,'Aspersio_5_Box50','Aspersio Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12217,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13592,'Agi_Dish_Box30','Steamed Scorpion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12203,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13593,'Agi_Dish_Box50','Steamed Scorpion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12203,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13594,'Wind_Walk10_Box30','Wind Walk Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12219,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13595,'Wind_Walk10_Box50','Wind Walk Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12219,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13596,'Int_Dish_Box30','Dragon Breath Cocktail 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12204,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13597,'Int_Dish_Box50','Dragon Breath Cocktail 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12204,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13598,'Battle_Manual_Box1','Field Manual Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12208,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13599,'Battle_Manual_Box5','Field Manual 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12208,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13600,'Siegfried_Box5','Token of Siegfried 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7621,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13601,'Siegfried_Box20','Token of Siegfried 20 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7621,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13602,'Kafra_Card_Box30','Kafra Card 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12211,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13603,'Kafra_Card_Box50','Kafra Card 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12211,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13604,'Str_Dish_Box30','Steamed Tongue 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12202,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13605,'Str_Dish_Box50','Steamed Tongue 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12202,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13606,'Bubble_Gum_Box1','Bubble Gum Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12210,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13607,'Bubble_Gum_Box5','Bubble Gum 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12210,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13608,'Megaphone_Box1','Megaphone Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12221,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13609,'Megaphone_Box5','Megaphone 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12221,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13610,'Enriched_Elunium_Box5','Enriched Elunium 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7619,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13611,'Enriched_Oridecon_Box5','Enriched Oridecon 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7620,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13612,'Handcuff_Box','Arrest Handcuffs Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2706,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13613,'Super_Pet_Egg_Box1','Super Pet Egg Box 1','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13617,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13614,'Super_Pet_Egg_Box2','Super Pet Egg Box 2','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13618,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13615,'Super_Pet_Egg_Box3','Super Pet Egg Box 3','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13619,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13616,'Super_Pet_Egg_Box4','Super Pet Egg Box 4','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13620,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13617,'Super_Pet_Egg1','Super Pet Egg 1','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Pet_Egg1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13618,'Super_Pet_Egg2','Super Pet Egg 2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Pet_Egg2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13619,'Super_Pet_Egg3','Super Pet Egg 3','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Pet_Egg3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13620,'Super_Pet_Egg4','Super Pet Egg 4','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Pet_Egg4);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13621,'Greed_Box30','Greed Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14529,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13622,'Greed_Box50','Greed Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14529,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13623,'Greed_Box100','Greed Scroll 100 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14529,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13624,'Flee_30_Scroll_Box','Evasion Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14530,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13625,'Accuracy_30_Scroll_Box','Concentration Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14531,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13626,'Super_Card_Pet_Egg_Box1','Super Card Pet Egg Box 1','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13630,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13627,'Super_Card_Pet_Egg_Box2','Super Card Pet Egg Box 2','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13631,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13628,'Super_Card_Pet_Egg_Box3','Super Card Pet Egg Box 3','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13632,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13629,'Super_Card_Pet_Egg_Box4','Super Card Pet Egg Box 4','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13633,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13630,'Super_Card_Pet_Egg1','Super Card Pet Egg 1','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Card_Pet_Egg1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13631,'Super_Card_Pet_Egg2','Super Card Pet Egg 2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Card_Pet_Egg2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13632,'Super_Card_Pet_Egg3','Super Card Pet Egg 3','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Card_Pet_Egg3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13633,'Super_Card_Pet_Egg4','Super Card Pet Egg 4','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Card_Pet_Egg4);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13634,'Vigorgra_Package1','1 Hour Package Vol. 1','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13635,'Vigorgra_Package2','1 Hour Package Vol. 2','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13636,'Vigorgra_Package3','1 Hour Package Vol. 3','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13637,'Vigorgra_Package4','1 Hour Package Vol. 4','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package4);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13638,'Vigorgra_Package5','1 Hour Package Vol. 5','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package5);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13639,'Vigorgra_Package6','1 Hour Package Vol. 6','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package6);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13640,'Vigorgra_Package7','2 Hour Package Vol. 1','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package7);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13641,'Vigorgra_Package8','2 Hour Package Vol. 2','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package8);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13642,'Vigorgra_Package9','2 Hour Package Vol. 3','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package9);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13643,'Vigorgra_Package10','2 Hour Package Vol. 4','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13644,'Vigorgra_Package11','2 Hour Package Vol. 5','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package11);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13645,'Vigorgra_Package12','2 Hour Package Vol. 6','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Vigorgra_Package12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13646,'Infiltrator_Box1','Refined Infiltrator Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1267,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13647,'Muramasa_Box1','Refined Muramasa Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1173,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13648,'Excalibur_Box1','Refined Excalibur Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13401,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13649,'Combat_Knife_Box1','Refined Combat Knife Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13021,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13650,'Counter_Dagger_Box1','Refined Dagger of Counter Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13022,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13651,'Kaiser_Knuckle_Box1','Refined Kaiser Knuckle Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1817,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13652,'Pole_Axe_Box1','Refined Pole Axe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1419,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13653,'Mighty_Staff_Box1','Refined Mighty Staff Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1623,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13654,'Right_Epsilon_Box1','Refined Light Epsilon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1372,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13655,'Balistar_Box1','Refined Ballista Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1728,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13656,'Diary_Of_Sage_Box1','Refined Sage\'s Diary Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1563,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13657,'Asura_Box1','Refined Ashura Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13023,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13658,'Apple_Of_Archer_Box1','Refined Apple of Archer Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5265,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13659,'Bunny_Band_Box1','Refined Bunny Band Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5266,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13660,'Sahkkat_Box1','Refined Sakkat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5267,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13661,'Lord_Circlet_Box1','Refined Grand Circlet Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5268,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13662,'Elven_Ears_Box1','Refined Elven Ears Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2686,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13663,'Steel_Flower_Box1','Refined Romantic Flower Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2687,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13664,'Critical_Ring_Box1','Refined Critical Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2688,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13665,'Earring_Box1','Refined Earring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2689,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13666,'Ring_Box1','Refined Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2690,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13667,'Necklace_Box1','Refined Necklace Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2691,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13668,'Glove_Box1','Refined Glove Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2692,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13669,'Brooch_Box1','Refined Brooch Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2693,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13670,'Rosary_Box1','Refined Rosary Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2694,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13671,'Safety_Ring_Box1','Refined Safety Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2695,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13672,'Vesper_Core01_Box1','Refined Vesper Core 01 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2696,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13673,'Vesper_Core02_Box1','Refined Vesper Core 02 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2697,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13674,'Vesper_Core03_Box1','Refined Vesper Core 03 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2698,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13675,'Vesper_Core04_Box1','Refined Vesper Core 04 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2699,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13676,'Drooping_Kitty_Box1','Refined Drooping Cat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5279,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13677,'Magestic_Goat_Box1','Refined Majestic Goat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5280,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13678,'Deviruchi_Cap_Box1','Refined Deviruchi Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5281,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13679,'Executioner_Box1','Refined Executioner Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1174,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13680,'Brood_Axe_Box1','Refined Bloody Axe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1373,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13681,'Tomahawk_Box1','Refined Tomahawk Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1374,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13682,'Bow_Of_Rudra_Box1','Refined Rudra Bow Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1729,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13683,'Cutlas_Box1','Refined Cutlus Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13402,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13684,'Solar_Sword_Box1','Refined Solar Sword Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13403,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13685,'Sword_Breaker_Box1','Refined Swordbreaker Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13024,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13686,'Mail_Breaker_Box1','Refined Mailbreaker Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13025,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13687,'Moonlight_Sword_Box1','Refined Moonlight Dagger Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13026,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13688,'Spanner_Box1','Refined Wrench Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1534,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13689,'Bok_Choy_Box','Bok Choy Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7766,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13690,'Chung_E_Cake_Box','Green Maiden Cake Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7767,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13691,'Freyja_Overcoat_Box','Freya\'s Clothes Box','Cash',10,true,100,true,true,true,true,true,true,true,'rentitem 2369,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13692,'Freyja_Boots_Box','Freya\'s Boots Box','Cash',10,true,100,true,true,true,true,true,true,true,'rentitem 2428,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13693,'Freyja_Cape_Box','Freya\'s Manteau Box','Cash',10,true,100,true,true,true,true,true,true,true,'rentitem 2533,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13694,'Freyja_Crown_Box','Freya\'s Crown Box','Cash',10,true,100,true,true,true,true,true,true,true,'rentitem 5306,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13695,'Battle_Manual25_Box','Field Manual 25% Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 14532,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13696,'Battle_Manual100_Box','Field Manual 100% Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 14533,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13697,'J_Blessing10_Box','Blessing Scroll 10 Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 12215,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13698,'J_Inc_Agi10_Box','Increase Agility Scroll 10 Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 12216,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13699,'J_Wind_Walk10_Box','Wind Walk Scroll 10 Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 12219,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13700,'J_Adrenaline10_Box','Adrenaline Rush Scroll 10 Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 12220,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13701,'Pet_Egg_Scroll12','Pet Egg Scroll 12','Usable',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13702,'Pet_Egg_Scroll13','Pet Egg Scroll 13','Usable',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll13);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13703,'Pet_Egg_Scroll14','Pet Egg Scroll 14','Usable',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll14);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13704,'Super_Pet_Egg5','Super Pet Egg 5','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Pet_Egg5);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13705,'Super_Pet_Egg6','Super Pet Egg 6','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Pet_Egg6);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13706,'Super_Pet_Egg7','Super Pet Egg 7','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Pet_Egg7);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13707,'Super_Pet_Egg8','Super Pet Egg 8','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Super_Pet_Egg8);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13708,'Pet_Egg_Scroll_E','Pet Egg Scroll E','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Pet_Egg_Scroll_E);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13709,'BRO_Package_1','BRO Package Box','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13710,'Max_Weight_Up_Box','Gym Pass Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7776,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13711,'Small_Life_Potion_Box','Small Life Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14534,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13712,'Small_Life_Potion_Box30','Small Life Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14534,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13713,'Small_Life_Potion_Box50','Small Life Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14534,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13714,'Med_Life_Potion_Box','Medium Life Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14535,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13715,'Med_Life_Potion_Box30','Medium Life Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14535,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13716,'Med_Life_Potion_Box50','Medium Life Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14535,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13717,'Abrasive_Box5','Abrasive 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14536,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13718,'Abrasive_Box10','Abrasive 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14536,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13719,'Regeneration_Box5','Regeneration Potion 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14537,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13720,'Regeneration_Box10','Regeneration 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14537,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13721,'Dun_Tele_Scroll_Box10','Dungeon Teleport Scroll 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14527,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13722,'Pecopeco_Hairband_Box','Peco Peco Hairband Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5286,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13723,'Red_Glasses_Box','Red Glasses Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5288,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13724,'Whisper_Mask_Box','Whisper Mask Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5294,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13725,'Ramen_Hat_Box','Ramen Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Ramen_Hat_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13726,'Gold_Box_','Golden Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7777,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13727,'Silver_Box_','Silver Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7778,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13728,'Gold_Key1_Box','Golden Key 1 Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 7779,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13729,'Gold_Key5_Box','Golden Key 5 Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 7779,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13730,'Silver_Key1_Box','Silver Key 1 Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 7780,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13731,'Silver_Key5_Box','Silver Key 5 Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 7780,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13734,'Pecopeco_Hairband_Box1','Peco Peco Hairband Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5286,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13735,'Red_Glasses_Box1','Red Glasses Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5288,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13736,'Whisper_Mask_Box1','Whisper Mask Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5294,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13737,'Ramen_Hat_Box1','Ramen Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5293,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13738,'Glass_Of_Illusion_Box5','Glass of Illusion 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14538,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13739,'Glass_Of_Illusion_Box10','Glass of Illusion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14538,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13740,'Shadow_Armor_S_Box5','Shadow Armor Scroll 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14539,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13741,'Shadow_Armor_S_Box10','Shadow Armor Scroll 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14539,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13742,'Shadow_Armor_S_Box30','Shadow Armor Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14539,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13743,'Holy_Armor_S_Box5','Holy Armor Scroll 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14540,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13744,'Holy_Armor_S_Box10','Holy Armor Scroll 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14540,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13745,'Holy_Armor_S_Box30','Holy Armor Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14540,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13746,'S_Def_Potion_Box10','Small Defense Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14541,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13747,'S_Def_Potion_Box30','Small Defense Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14541,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13748,'S_Def_Potion_Box50','Small Defense Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14541,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13749,'B_Def_Potion_Box10','Big Defense Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14542,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13750,'B_Def_Potion_Box30','Big Defense Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14542,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13751,'B_Def_Potion_Box50','Big Defense Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14542,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13752,'S_Mdef_Potion_Box10','Small Magic Defense Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14543,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13753,'S_Mdef_Potion_Box30','Small Magic Defense Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14543,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13754,'S_Mdef_Potion_Box50','Small Magic Defense Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14543,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13755,'B_Mdef_Potion_Box10','Big Magic Defense Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14544,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13756,'B_Mdef_Potion_Box30','Big Magic Defense Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14544,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13757,'B_Mdef_Potion_Box50','Big Magic Defense Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14544,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13758,'Battle_Manual_X3_Box','Field Manual 300% Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14545,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13759,'In_Blue_Herb_Box','Blue Herb Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 510,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13760,'Honey_Box','Honey Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 518,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13761,'Empty_Bottle_Box','Empty Bottle Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 713,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13762,'In_Royal_Jelly_Box','Royal Jelly Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 526,70;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13763,'5_Anniversary_Coin_Box','Coin Box','Cash',20,10,true,100,true,true,true,true,true,true,true,true,'getitem 2709,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13764,'Battle_Manual_Box_TW','Beginner\'s Field Manual 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7803,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13765,'Certificate_TW_Box','Certificate Box','Cash',20,10,true,100,true,true,true,true,true,true,true,true,'/*getitem 7804,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13766,'Nagan_Box','Refined Nagan Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13407,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13767,'Skewer_Box','Refined Brocca Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1424,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13768,'Survival_Rod_Box','Refined Survivor\'s Rod Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1628,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13769,'Quadrille_Box','Refined Quadrille Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1537,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13770,'Great_Axe_Box','Refined Great Axe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1378,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13771,'Bloody_Roar_Box','Refined Bloody Roar Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1273,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13772,'Hardback_Box','Refined Hardcover Book Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1567,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13773,'Fire_Brand_Box','Refined Fireblend Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Fire_Brand_Box);\n/*rentitem 13408,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13774,'Immaterial_Sword_Box','Refined Immaterial Sword Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13409,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13775,'Unholy_Touch_Box','Refined Unholy Touch Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1274,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13776,'Cloak_Of_Survival_Box','Refined Survivor\'s Manteau Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2535,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13777,'Masquerade_Box','Refined Masquerade Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5326,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13778,'Orc_Hero_Helm_Box','Refined Helmet of Orc Hero Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5327,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13779,'Evil_Wing_Ears_Box','Refined Wing of Diablo Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5328,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13780,'Dark_Blindfold_Box','Refined Dark Blinder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5329,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13781,'kRO_Drooping_Kitty_Box','Refined Drooping Cat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5330,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13782,'Corsair_Box','Refined Corsair Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5331,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13783,'Bloody_Iron_Ball_Box','Refined Bloodied Shackle Ball Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2710,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13784,'Spiritual_Ring_Box','Refined Spiritual Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2711,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13785,'Nagan_Box1','Refined Nagan Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13407,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13786,'Skewer_Box1','Refined Brocca Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1424,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13787,'Survival_Rod_Box1','Refined Survivor\'s Rod Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1628,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13788,'Quadrille_Box1','Refined Quadrille Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1537,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13789,'Great_Axe_Box1','Refined Great Axe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1378,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13790,'Bloody_Roar_Box1','Refined Bloody Roar Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1273,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13791,'Hardback_Box1','Refined Hardcover Book Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1567,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13792,'Fire_Brand_Box1','Refined Fireblend Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13408,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13793,'Immaterial_Sword_Box1','Refined Immaterial Sword Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13409,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13794,'Unholy_Touch_Box1','Refined Unholy Touch Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1274,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13795,'Cloak_Of_Survival_Box1','Refined Survivor\'s Manteau Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2535,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13796,'Masquerade_Box1','Refined Masquerade Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5326,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13797,'Orc_Hero_Helm_Box1','Refined Helmet of Orc Hero Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5327,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13798,'Evil_Wing_Ears_Box1','Refined Wing of Diablo Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5328,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13799,'Dark_Blindfold_Box1','Refined Dark Blinder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5329,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13800,'kRO_Drooping_Kitty_Box1','Refined Drooping Cat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5330,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13801,'Corsair_Box1','Refined Corsair Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5331,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13802,'Bloody_Iron_Ball_Box1','Refined Bloodied Shackle Ball Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2710,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13803,'Spiritual_Ring_Box1','Refined Spiritual Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2711,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13804,'Fire_Cracker_Love_Box','I Love You Firecracker Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14546,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13805,'Fire_Cracker_Wday_Box','Whiteday Firecracker Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14547,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13806,'Fire_Cracker_Vday_Box','Valentine\'s Day Firecracker Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14548,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13807,'Fire_Cracker_Bday_Box','Birthday Firecracker Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14549,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13808,'Fire_Cracker_Xmas_Box','Xmas Firecracker Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14550,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13809,'Blue_Gemstone_Box','Blue Gemstone Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 717,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13810,'Blue_Potion_Box','Light Blue Potion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 11502,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13811,'Food_Box_Lv1','Food Box Vol 1','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14551,1;\ngetitem 14554,1;\ngetitem 14557,1;\ngetitem 14560,1;\ngetitem 14563,1;\ngetitem 14566,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13812,'Food_Box_Lv2','Food Box Vol 2','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14552,1;\ngetitem 14555,1;\ngetitem 14558,1;\ngetitem 14561,1;\ngetitem 14564,1;\ngetitem 14567,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13813,'Food_Box_Lv3','Food Box Vol 3','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14553,1;\ngetitem 14556,1;\ngetitem 14559,1;\ngetitem 14562,1;\ngetitem 14565,1;\ngetitem 14568,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13814,'Indonesia_Box','Healing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 503,100;\ngetitem 12684,10;\ngetitem 607,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13815,'Knife_Goblin_Box','Knife Goblin Taming Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14569,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13816,'Flail_Goblin_Box','Flail Goblin Taming Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14570,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13817,'Hammer_Goblin_Box','Hammer Goblin Taming Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14571,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13818,'Red_Deleter_Box','Red Deleter Taming Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14572,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13819,'Diabolic_Box','Diabolic Taming Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14573,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13820,'Wanderer_Box','Wanderer Taming Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14574,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13821,'Green_Apple_Box','Green Apple Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7821,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13822,'Whole_Barbecue_Box','Barbeque Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7822,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13823,'Meat_Veg_Skewer_Box','Meat Skewer Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7823,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13824,'Spirit_Liquor_Box','Spirit Liquor Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7824,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (13825,'Green_Box_','Old Green Box','Usable',20,200,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13826,'Power_Box1','Power Box 1','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 682,1;\ngetitem 12123,1;\ngetitem 12122,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13827,'Power_Box2','Power Box 2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 683,1;\ngetitem 12123,1;\ngetitem 12122,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13828,'Resist_Box1','Resist Box 1','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 12118,1;\ngetitem 12119,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13829,'Resist_Box2','Resist Box 2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 12120,1;\ngetitem 12121,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13830,'Stat_Boost1','Stat Boost 1','Usable',20,10,true,100,true,true,true,true,true,true,true,'sc_start SC_INCSTR,60000,5;\nsc_start SC_INCAGI,60000,5;\nsc_start SC_INCVIT,60000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13831,'Stat_Boost2','Stat Boost 2','Usable',20,10,true,100,true,true,true,true,true,true,true,'sc_start SC_INCINT,60000,5;\nsc_start SC_INCLUK,60000,5;\nsc_start SC_INCDEX,60000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13832,'Stat_Boost3','Stat Boost 3','Usable',20,10,true,100,true,true,true,true,true,true,true,'sc_start SC_INCAGI,60000,5;\nsc_start SC_INCVIT,60000,5;\nsc_start SC_INCDEX,60000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13833,'Stat_Boost4','Stat Boost 4','Usable',20,10,true,100,true,true,true,true,true,true,true,'sc_start SC_INCINT,60000,5;\nsc_start SC_INCVIT,60000,5;\nsc_start SC_INCDEX,60000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13834,'Dun_Tele_Scroll2_Box5','Dungeon Teleport Scroll II 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14581,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13835,'Dun_Tele_Scroll2_Box10','Dungeon Teleport Scroll II 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14581,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13836,'Mbl_Str_Dish_Box','Steamed Tongue Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12250,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13837,'Mbl_Agi_Dish_Box','Steamed Desert Scorpions Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12251,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13838,'Mbl_Int_Dish_Box','Dragon Breath Cocktail Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12252,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13839,'Mbl_Dex_Dish_Box','Hwergelmir\'s Tonic Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12253,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13840,'Mbl_Luk_Dish_Box','Cooked Nine Tail Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12254,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13841,'Mbl_Vit_Dish_Box','Immortal Stew Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12255,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13842,'Mbl_Kafra_Card_Box','Payment Statement for Kafra Employee Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12249,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13843,'Mbl_Battle_Manual_Box','Field Manual Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14532,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13844,'Heroic_Stone_Box','Heroic Stone Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7825,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13845,'Mysterious_Travel_Sack1','Mystery Travel Sack A','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Mysterious_Travel_Sack1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13846,'Mysterious_Travel_Sack2','Mystery Travel Sack B','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Mysterious_Travel_Sack2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13847,'Mysterious_Travel_Sack3','Mystery Travel Sack C','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Mysterious_Travel_Sack3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13848,'Mysterious_Travel_Sack4','Mystery Travel Sack D','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Mysterious_Travel_Sack4);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13849,'WOB_Box_Rune5','Yellow Butterfly Wing 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14582,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13850,'WOB_Box_Rune10','Yellow Butterfly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14582,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13851,'WOB_Box_Schawaltz5','Green Butterfly Wing 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14583,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13852,'WOB_Box_Schawaltz10','Green Butterfly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14583,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13853,'WOB_Box_Rachel5','Red Butterfly Wing 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14584,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13854,'WOB_Box_Rachel10','Red Butterfly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14584,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13855,'WOB_Box_Local5','Blue Butterfly Wing 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14585,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13856,'WOB_Box_Local10','Blue Butterfly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14585,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13857,'Spark_Candy_Box5','Candy 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14586,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13858,'Spark_Candy_Box10','Candy 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14586,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13859,'Directive_A_Envelope','Directive Envelope A','Cash',20,10,true,100,true,true,true,true,true,true,true,true,'getitem 2734,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13860,'Directive_B_Envelope','Directive Envelope B','Cash',20,10,true,100,true,true,true,true,true,true,true,true,'getitem 2735,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13861,'Mini_Battle_Manual_Box','Small Field Manual Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12208,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13862,'Trial_Box','Trial Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12208,2;\ngetitem 12215,15;\ngetitem 12216,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13863,'Repair_Scroll_Box10','Repair Weapon Scroll 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14521,10;\ngetitem 1002,10;\ngetitem 998,10;\ngetitem 756,10;\ngetitem 999,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13864,'Hockey_Mask_Box','Hockey Mask Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5314,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13865,'Observer_Box','Observer Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5315,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13866,'Flying_Angel_Box','Flying Angel Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5210,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13867,'Neko_Mimi_Box','Neko Mimi Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5099,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13868,'MFH_Box','Moonlight Flower Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5214,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13869,'Chick_Hat_Box','Baby Chick Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5283,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13870,'New_Style_Box','Beauty Gift Certificate Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7622,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13871,'Magician_Card_Box','Mage Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Magician_Card_Box);\n/*getitem 4327,1; getitem 4309,1; getitem 4325,1; getitem 4208,1; getitem 4258,1; getitem 4191,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13872,'Acolyte_Card_Box','Acolyte Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Acolyte_Card_Box);\n/*getitem 4185,1; getitem 4312,1; getitem 4217,1; getitem 4280,1; getitem 4293,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13873,'Archer_Card_Box','Archer Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Archer_Card_Box);\n/*getitem 4297,1; getitem 4234,1; getitem 4199,1; getitem 4178,1; getitem 4252,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13874,'Swordman_Card_Box','Swordman Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Swordman_Card_Box);\n/*getitem 4319,1; getitem 4331,1; getitem 4220,1; getitem 4311,1; getitem 4246,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13875,'Thief_Card_Box','Thief Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Thief_Card_Box);\n/*getitem 4230,1; getitem 4210,1; getitem 4257,1; getitem 4172,1; getitem 4272,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13876,'Merchant_Card_Box','Merchant Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Merchant_Card_Box);\n/*getitem 4206,1; getitem 4281,1; getitem 4186,1; getitem 4233,1; getitem 4321,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13877,'Clock_Tower_Card_Box','Clock Tower Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4244,1;\ngetitem 4299,1;\ngetitem 4313,1;\ngetitem 4229,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13878,'Geffenia_Card_Box','Geffenia Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4218,1;\ngetitem 4269,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13879,'Owl_Card_Box','Owl Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4237,1;\ngetitem 4238,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13880,'Ghost_Card_Box','Ghost Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4193,1;\ngetitem 4294,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13881,'Nightmare_Card_Box','Nightmare Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4127,1;\ngetitem 4166,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13882,'Curse_Card_Box','Curse Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4076,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13883,'Sleep_Card_Box','Sleep Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4024,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13884,'Freeze_Card_Box','Freeze Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4055,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13885,'Stun_Card_Box','Stun Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4017,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13886,'Silence_Card_Box','Silence Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4057,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13887,'Blind_Card_Box','Blind Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4020,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13888,'Chaos_Card_Box','Chaos Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4104,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13889,'Elunium_Box_','Elunium Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 985,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13890,'Oridecon_Box_','Oridecon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 984,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13891,'Fire_Converter_Box','Fire Converter Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12114,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13892,'Water_Converter_Box','Water Converter Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12115,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13893,'Wind_Converter_Box','Wind Converter Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12117,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13894,'Earth_Converter_Box','Earth Converter Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12116,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13895,'Starter_Pack','Starter Pack','Cash',20,true,100,true,true,true,true,true,true,true,'getitem 7229,2;\ngetitem 569,300;\ngetitem 504,20;\ngetitem 505,20;\ngetitem 7060,30;\ngetitem 2403,1;\ngetitem 5039,1;\ngetitem 2503,1;\ngetitem 2307,1;\ngetitem 616,1;\ngetitem 603,1;\ngetitem 617,1;\ngetitem 610,5;\ngetitem 604,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13896,'Mimic_Summon_Box5','Mimic Summoning 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12276,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13897,'Disguise_Summon_Box5','Disguise Summoning 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12277,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13898,'Alice_Summon_Box5','Alice Summoning 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12278,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13899,'Mimic_Summon_Box10','Mimic Summoning 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12276,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13900,'Disguise_Summon_Box10','Disguise Summoning 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12277,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13901,'Alice_Summon_Box10','Alice Summoning 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12278,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13902,'Fish_Head_Hat_Box','Fish Head Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5380,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13903,'Santa_Poring_Hat_Box','Santa Poring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5381,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13904,'Bell_Ribbon_Box','Bell Ribbon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5382,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13905,'Hard_Core_Set_Box','XM Hardcore Set Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Hard_Core_Set_Box);\n/*getitem 12208,10; getitem 12209,10; getitem 12210,10;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13906,'Kitty_Set_Box','XM Kitty Set Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Kitty_Set_Box);\n/*getitem 5230,1; getitem 5231,1; getitem 5232,1; getitem 5233,1; getitem 5234,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13907,'Soft_Core_Set_Box','XM Softcore Set Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Soft_Core_Set_Box);\n/*getitem 12208,5; getitem 12209,5; getitem 12210,5;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13908,'Deviruchi_Set_Box','XM Deviruchi Set Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Deviruchi_Set_Box);\n/*getitem 5227,1; getitem 5228,1; getitem 5229,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13909,'MVP_Hunt_Box','MVP Hunting Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_MVP_Hunt_Box);\n/*getitem 7621,1; getitem 12210,1; getitem 12221,1; getitem 12214,3;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13910,'Brewing_Box','XM Brewing Set Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Brewing_Box);\n/*getitem 12204,10; getitem 12205,10; getitem 12206,10;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13911,'Xmas_Pet_Scroll','Christmas Pet Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Xmas_Pet_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13912,'Party_Blessing_Box','Party Blessing 10 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14588,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13913,'Party_Inc_Agi_Box','Party Increase Agi 10 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14589,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13914,'Party_Assumptio_Box','Party Assumptio 5 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14590,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13915,'Love_Angel_Box','Love Angel Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12287,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13916,'Squirrel_Box','Squirrel Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12288,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13917,'Gogo_Box','Gogo Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12289,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13918,'Drooping_W_Kitty_Box','Koneko Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5372,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13919,'L_Magestic_Goat_Box','Baphomet Horns Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5374,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13920,'Satanic_Chain_P_Box','Flying Evil Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5376,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13921,'Antique_Pipe_Box','Gentleman\'s Pipe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5377,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13922,'Rabbit_Ear_Hat_Box','Bunny Top Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5378,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13923,'Darkness_Helm_Box','Dark Randgris Helm Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5373,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13924,'L_Orc_Hero_Helm_Box','Orc Hero Headdress Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5375,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13925,'Lucky_Scroll08','Lucky Scroll08','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Scroll08);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13926,'Crusader_Card_Box','Crusader Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4371,1;\ngetitem 4311,1;\ngetitem 4319,1;\ngetitem 4331,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13927,'Alchemist_Card_Box','Alchemist Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4281,1;\ngetitem 4233,1;\ngetitem 4343,1;\ngetitem 4186,1;\ngetitem 4036,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13928,'Rogue_Card_Box','Rogue Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4039,1;\ngetitem 4210,1;\ngetitem 4257,1;\ngetitem 4230,1;\ngetitem 4348,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13929,'Bard_Dancer_Card_Box','Bard Dancer Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4297,1;\ngetitem 4234,1;\ngetitem 4178,1;\ngetitem 4381,1;\ngetitem 4252,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13930,'Sage_Card_Box','Sage card box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4382,1;\ngetitem 4258,1;\ngetitem 4325,1;\ngetitem 4208,1;\ngetitem 4327,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13931,'Monk_Card_Box','Monk Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4312,1;\ngetitem 4332,1;\ngetitem 4185,1;\ngetitem 4293,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13932,'Sylph_Box','Sylph Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4345,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13933,'Undine_Box','Undine Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4350,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13934,'Salamander_Box','Salamander Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4380,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13935,'Soul_Box','Soul Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4388,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13936,'Noum_Bpx','Gnome Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 4335,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13937,'Robo_Eye_Box','Robo Eye Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5325,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13938,'Twin_Ribbon_Box','Maiden\'s Twin Ribbon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5187,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13939,'Diadem_Box','Diadem Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5313,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13940,'Siege_Tele_Scroll_Box','WoE Teleport Scroll 100 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14591,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13941,'Valentine_Scroll_TW','Taiwan Valentine Scroll','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13942,'Love_Angel_Box_1m','Love Angel Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14009,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13943,'Squirrel_Box_1m','Squirrel Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14010,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13944,'Gogo_Box_1m','Gogo Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14011,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13945,'Br_SwordPackage','Swordman Package','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Br_SwordPackage);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13946,'Br_MagePackage','Magician Package','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Br_MagePackage);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13947,'Br_AcolPackage','Acolyte Package','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Br_AcolPackage);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13948,'Br_ArcherPackage','Archer Package','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Br_ArcherPackage);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13949,'Br_MerPackage','Merchant Package','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Br_MerPackage);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13950,'Br_ThiefPackage','Thief Package','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Br_ThiefPackage);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13951,'Wasteland_Outlaw_Box','Western Outlaw Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13109,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13952,'Lever_Action_Rifle_Box','Lever Action Rifle Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13170,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13953,'All_In_One_Ring_Box','All In One Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_All_In_One_Ring_Box);\n/*rentitem All_In_One_Ring,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13954,'Spiritual_Tunic_Box','Spiritual Tunic Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2384,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13955,'Recuperative_Armor_Box','Recuvative Armor Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2385,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13956,'Shelter_Resistance_Box','Shell Of Resistance Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2132,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13957,'Sylphid_Manteau_Box','Silf Manteau Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2543,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13958,'Refresh_Shoes_Box','Refresh Shoes Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2439,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13959,'Toast_Box','Crunch Toast Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5391,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13960,'Name_Change_Coupon_Box','Identification Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7623,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13961,'Mojji_Box','Mochi Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 554,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13962,'Deprotai_Doll_Hat_Box','Defolty Doll Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5340,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13963,'Claris_Doll_Hat_Box','Glaris Doll Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5341,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13964,'Sorin_Doll_Hat_Box','Sorin Doll Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5342,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13965,'Tayelin_Doll_Hat_Box','Tailring Doll Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5343,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13966,'Binit_Doll_Hat_Box','Vinit Doll Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5344,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13967,'Debril_Doll_Hat_Box','W Doll Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5345,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13968,'Bubblegum_Lower_Box','Bubble Gum Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5394,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13969,'Lucky_Clip_Box','Lucky Clip Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2742,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13970,'Iron_10_Box','Iron Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 998,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13971,'Steel_10_Box','Steel Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 999,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13972,'Coal_10_Box','Coal Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1003,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13973,'Poison_Bottle_30_Box','Poison Bottle Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 678,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13974,'TW_Scroll01','Fisherman Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13975,'Picture_Diary_Box','Diary Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12304,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13976,'Mini_Heart_Box','Mini Heart Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12305,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13977,'Newcomer_Box','Freshman Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12306,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13978,'Kid_Box','Kid Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12307,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13979,'Magic_Castle_Box','Magic Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12308,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13980,'Bulging_Head_Box','JJangu Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12309,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13981,'Picture_Diary_Box_1m','Diary Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12304,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13982,'Mini_Heart_Box_1m','Mini Heart Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12305,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13983,'Newcomer_Box_1m','Freshman Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12306,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13984,'Kid_Box_1m','Kid Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12307,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13985,'Magic_Castle_Box_1m','Magic Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12308,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13986,'Bulging_Head_Box_1m','JJangu Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12309,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13987,'Ori_Stone_5_Box','Rough Oridecon 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 756,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13988,'Ori_Stone_50_Box','Rough Oridecon 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 756,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13989,'Acidbomb_10_Box','Acid Bomb 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Acidbomb_10_Box);\n/*getitem 7135,10; getitem 7136,10;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13990,'Job_Manual50_Box','JOB Battle Manual Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14592,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13991,'Tiger_Mask_Box','Tiger Mask Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5098,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13992,'Cat_Hat_Box','Pussy Cat Bell Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5099,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13993,'Alice_Doll_Box','Alice Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5137,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13994,'Speed_Up_Potion_Box5','Speed Potion 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12016,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13995,'Speed_Up_Potion_Box10','Speed Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12016,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13996,'Big_Bun_Box100','Big Bun 100 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14522,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13997,'Big_Bun_Box500','Big Bun 500 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14522,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13998,'Giant_Fly_Wing_Box500','Giant Fly Wing 500 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12212,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13999,'Pill__Box100','Pill 100 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14523,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14000,'Pill__Box500','Pill 500 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14523,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14001,'Basic_Siege_Supply_Box','Recruit Siege Supply Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Basic_Siege_Supply_Box);\n/*getitem 11503,25; getitem 11504,10;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14002,'Adv_Siege_Supply_Box','Veteran Siege Supply Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Adv_Siege_Supply_Box);\n/*getitem 11503,50; getitem 11504,20;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14003,'Elite_Siege_Supply_Box','Elite Siege Supply Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Elite_Siege_Supply_Box);\n/*getitem 11503,100; getitem 11504,50;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14004,'Poison_Bottle_10_Box','Poison Bottle 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 678,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14005,'Poison_Bottle_5_Box','Poison Bottle 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 678,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14006,'F_Drooping_W_Kitty_Box','Evolved Drooping Cat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5372,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14007,'F_Rabbit_Ear_Hat_Box','Evolved Rabbits Headband Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5378,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14008,'F_L_Orc_Hero_Helm_Box','Evolved Helmet Of Orc Hero Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5375,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14009,'F_Love_Angel_Box','Love Angel Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12287,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14010,'F_Squirrel_Box','Squillroll Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12288,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14011,'F_Gogo_Box','Gogo Magic Powder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12289,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14012,'F_Love_Angel_Box_1m','Love Angel Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13915,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14013,'F_Squirrel_Box_1m','Squillroll Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13916,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14014,'F_Gogo_Box_1m','Gogo Magic Powder Box 30 Days','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13917,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14015,'F_Wasteland_Outlaw_Box','Western Outlaw Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13107,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14016,'F_Lever_Action_Rifle_Box','Lever Action Rifle Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13170,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14017,'F_All_In_One_Ring_Box','All In One Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2741,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14018,'F_Spritual_Tunic_Box','Spiritual Tunic Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2384,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14019,'F_Recuperative_Box','Recuvative Armor Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2385,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14020,'F_Shelter_Resist_Box','Shell Of Resistance Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2132,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14021,'F_Sylphid_Manteau_Box','Silf Manteau Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2543,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14022,'F_Refresh_Shoes_Box','Refresh Shoes Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2439,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14023,'F_Toast_Box','Crunch Toast Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5391,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14024,'F_Robo_Eye_Box','Robo Eye Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5325,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14025,'F_Twin_Ribbon_Box','Maiden\'s Twin Ribbon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5187,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14026,'F_Diadem_Box','Diadem Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5313,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14027,'F_Fish_Head_Hat_Box','Fish Head Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5380,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14028,'F_Santa_Poring_Hat_Box','SantaPoring Cap Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5381,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14029,'F_Bell_Ribbon_Box','Bell Ribbon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5382,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14030,'F_Mimic_Scroll_Box5','Mimic Summoning 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12276,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14031,'F_Disguise_Scroll_Box5','Disguise Summoning 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12277,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14032,'F_Alice_Scroll_Box5','Alice Summoning 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12278,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14033,'F_Mimic_Scroll_Box10','Mimic Summoning 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12276,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14034,'F_Disguise_Scroll_Box10','Disguise Summoning 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12277,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14035,'F_Alice_Scroll_Box10','Alice Summoning 10 Box)','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12278,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14036,'F_New_Style_Coupon_Box','New Style Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7622,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14037,'F_Repair_Scroll_Box','Repair Weapon Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14521,5;\ngetitem 1002,5;\ngetitem 998,5;\ngetitem 756,5;\ngetitem 999,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14038,'F_Repair_Scroll_Box10','Repair Weapon Scroll 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14521,10;\ngetitem 1002,10;\ngetitem 998,10;\ngetitem 756,10;\ngetitem 999,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14039,'F_Hockey_Mask_Box','Hockey Mask Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5314,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14040,'F_Observer_Box','Observer Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5315,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14041,'F_WOB_Rune_Box5','Yellow Butterfly Wing 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14582,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14042,'F_WOB_Rune_Box10','Yellow Butterfly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14582,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14043,'F_WOB_Schwaltz_Box5','Green Butterfly Wing 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14583,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14044,'F_WOB_Schwaltz_Box10','Green Butterfly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14583,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14045,'F_WOB_Rachel_Box5','Red Butterfly Wing 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14584,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14046,'F_WOB_Rachel_Box10','Red Butterfly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14584,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14047,'F_WOB_Local_Box5','Blue Butterfly Wing 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14585,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14048,'F_WOB_Local_Box10','Blue Butterfly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14585,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14049,'F_Spark_Candy_Box5','Candy 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14586,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14050,'F_Spark_Candy_Box10','Candy 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14586,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14051,'F_Dun_Tel_Scroll2_Box5','Dungeon Teleport Scroll II 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14581,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14052,'F_Dun_Tel_Scroll2_Box10','Dungeon Teleport Scroll II 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14581,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14053,'F_Little_Angel_Doll_Box','Little Angel Doll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5324,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14054,'F_Triple_Poring_Hat_Box','Poring 3 Hats Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5255,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14055,'F_Nagan_Box','Refined Nagan Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13407,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14056,'F_Skewer_Box','Refined Brocca Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1424,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14057,'F_Survival_Rod_Box','Refined Survivor\'s Rod Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1628,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14058,'F_Quadrille_Box','Refined Quadrille Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1537,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14059,'F_Great_Axe_Box','Refined Great Axe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1378,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14060,'F_Bloody_Roar_Box','Refined Bloody Roar Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1273,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14061,'F_Hardback_Box','Refined Hardcover Book Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1567,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14062,'F_Fire_Brand_Box','Refined Fireblend Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13408,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14063,'F_Immaterial_Sword_Box','Refined Immaterial Sword Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13409,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14064,'F_Unholy_Touch_Box','Refined Unholy Touch Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1274,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14065,'F_Clack_Of_Servival_Box','Refined Survivor\'s Manteau Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2535,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14066,'F_Masquerade_Box','Refined Masquerade Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5326,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14067,'F_Orc_Hero_Helm_Box','Refined Helmet of Orc Hero Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5327,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14068,'F_Ear_Of_Devil_Wing_Box','Refined Wing of Diablo Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5328,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14069,'F_Dark_Blindfold_Box','Refined Dark Blinder Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5329,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14070,'F_K_Drooping_Kitty_Box','Refined Drooping Cat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5330,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14071,'F_Corsair_Box','Refined Corsair Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5331,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14072,'F_Bloody_Iron_Ball_Box','Refined Bloodied Shackle Ball Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2710,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14073,'F_Spiritual_Ring_Box','Refined Spiritual Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2711,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14074,'F_G_O_I_Box5','Wine Glass of Illusion 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14538,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14075,'F_G_O_I_Box10','Glass Of Illusion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14538,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14076,'F_Shadow_Armor_S_Box5','Scroll of Shadow Armor 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14539,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14077,'F_Shadow_Armor_S_Box10','Scroll of Shadow Armor 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14539,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14078,'F_Shadow_Armor_S_Box30','Scroll of Shadow Armor 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14539,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14079,'F_Holy_Armor_S_Box5','Scroll of Holy Armor 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14540,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14080,'F_Holy_Armor_S_Box10','Scroll of Holy Armor 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14540,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14081,'F_Holy_Armor_S_Box30','Scroll of Holy Armor 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14540,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14082,'FS_Def_Potion_Box10','Small Defense Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14541,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14083,'FS_Def_Potion_Box30','Small Physical Defense Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14541,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14084,'FS_Def_Potion_Box50','Small Physical Defense Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14541,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14085,'FB_Def_Potion_Box10','Big Defense Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14542,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14086,'FB_Def_Potion_Box30','Large Physical Defense Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14542,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14087,'FB_Def_Potion_Box50','Large Physical Defense Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14542,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14088,'FS_Mdef_Potion_Box10','Small Magic Defense Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14543,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14089,'FS_Mdef_Potion_Box30','Small Magical Defense Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14543,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14090,'FS_Mdef_Potion_Box50','Small Magical Defense Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14543,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14091,'FB_Mdef_Potion_Box10','Big Magic Defense Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14544,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14092,'FB_Mdef_Potion_Box30','Large Magical Defense Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14544,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14093,'FB_Mdef_Potion_Box50','Large Magical Defense Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14544,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14094,'F_Flying_Angel_Box','Flying Angel Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5210,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14095,'F_Cat_Hat_Box','Neko Mimi Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5099,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14096,'F_M_F_H_Box','Moonlight Flower Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5214,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14097,'F_Chick_Hat_Box','Baby Chick Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5283,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14098,'F_Pecopeco_Hairband_Box','Peco Peco Hairband Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5286,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14099,'F_Red_Glasses_Box','Red Glasses Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5288,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14100,'F_Whisper_Mask_Box','Whisper Mask Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5294,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14101,'F_Ramen_Hat_Box','Ramen Hat Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5293,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14102,'F_Dun_Tele_Scroll1_Box','Dungeon Teleport Scroll 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14527,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14103,'F_Max_Weight_Up_Box','Gym Membership Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7776,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14104,'F_S_Life_Potion_Box','Small Life Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14534,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14105,'F_S_Life_Potion_Box30','Small Life Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14534,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14106,'F_S_Life_Potion_Box50','Small Life Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14534,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14107,'F_M_Life_Potion_Box','Medium Life Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14535,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14108,'F_M_Life_Potion_Box30','Large Life Potion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14535,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14109,'F_M_Life_Potion_Box50','Large Life Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14535,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14110,'F_Abrasive_Box5','Abrasive 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14536,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14111,'F_Abrasive_Box10','Abrasive 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14536,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14112,'F_Regeneration_Box5','Regeneration Potion 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14537,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14113,'F_Regeneration_Box10','Regeneration Potion 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14537,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14114,'F_Dun_Tele_Scroll_Box10','Dungeon Teleport Scroll 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14527,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14115,'F_Infiltrator_Box','Refined Infiltrator Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1267,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14116,'F_Muramasa_Box','Refined Muramasa Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1173,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14117,'F_Excalibur_Box','Refined Excalibur Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13401,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14118,'F_Combat_Knife_Box','Combat Knife Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13021,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14119,'F_Counter_Dagger_Box','Counter Dagger Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13022,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14120,'F_Kaiser_Knuckle_Box','Refined Kaiser Knuckle Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1817,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14121,'F_Mighty_Staff_Box','Refined Mighty Staff Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1623,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14122,'F_Right_Epsilon_Box','Light Epsilon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1372,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14123,'F_Balistar_Box','Refined Ballista Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1728,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14124,'F_Diary_Of_Great_Sage','Sage\'s Diary Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1563,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14125,'F_Asura_Box','Asura Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 13023,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14126,'F_Apple_Of_Archer_Box','Apple of Archer Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5265,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14127,'F_Bunny_Band_Box','Bunny Band Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5266,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14128,'F_Sahkkat_Box','Refined Sakkat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5267,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14129,'F_Lord_Circlet_Box','Refined Grand Circlet Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 5268,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14130,'F_Elven_Ears_Box','Elven Ears Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2686,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14131,'F_Steel_Flower_Box','Steel Flower Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2687,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14132,'F_Critical_Ring_Box','Critical Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2688,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14133,'F_Earring_Box','Earring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2689,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14134,'F_Ring_Box','Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2690,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14135,'F_Necklace_Box','Necklace Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2691,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14136,'F_Glove_Box','Glove Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2692,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14137,'F_Brooch_Box','Brooch Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2693,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14138,'F_Rosary_Box','Rosary Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2694,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14139,'F_Safety_Ring_Box','Safety Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2695,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14140,'F_Vesper_Core_Box01','Refined Vesper Core 01 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2696,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14141,'F_Vesper_Core_Box02','Refined Vesper Core 02 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2697,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14142,'F_Vesper_Core_Box03','Refined Vesper Core 03 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2698,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14143,'F_Vesper_Core_Box04','Refined Vesper Core 04 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2699,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14144,'F_Vigorgra_Package1','Vigorgra Box1','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12250,2;\ngetitem 12251,2;\ngetitem 12208,2;\ngetitem 12215,15;\ngetitem 12216,15;\ngetitem 12211,1;\ngetitem 7621,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14145,'F_Vigorgra_Package2','Vigorgra Box2','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12250,2;\ngetitem 12255,2;\ngetitem 12208,2;\ngetitem 12215,15;\ngetitem 12216,15;\ngetitem 12211,1;\ngetitem 7621,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14146,'F_Vigorgra_Package3','Vigorgra Box3','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12252,2;\ngetitem 12253,2;\ngetitem 12208,2;\ngetitem 12215,15;\ngetitem 12216,15;\ngetitem 12211,1;\ngetitem 7621,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14147,'F_Vigorgra_Package4','Vigorgra Box4','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12252,2;\ngetitem 12255,2;\ngetitem 12208,2;\ngetitem 12215,15;\ngetitem 12216,15;\ngetitem 12211,1;\ngetitem 7621,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14148,'F_Vigorgra_Package5','Vigorgra Box5','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12252,2;\ngetitem 12250,2;\ngetitem 12208,2;\ngetitem 12215,15;\ngetitem 12216,15;\ngetitem 12211,1;\ngetitem 7621,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14149,'F_Vigorgra_Package6','Vigorgra Box6','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12250,2;\ngetitem 12251,2;\ngetitem 12208,2;\ngetitem 12215,15;\ngetitem 12217,20;\ngetitem 12211,1;\ngetitem 7621,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14150,'F_Vigorgra_Package7','Vigorgra Box7','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12250,4;\ngetitem 12251,4;\ngetitem 12208,4;\ngetitem 12215,30;\ngetitem 12216,30;\ngetitem 12211,2;\ngetitem 7621,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14151,'F_Vigorgra_Package8','Vigorgra Box8','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12250,4;\ngetitem 12255,4;\ngetitem 12208,4;\ngetitem 12215,30;\ngetitem 12216,30;\ngetitem 12211,2;\ngetitem 7621,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14152,'F_Vigorgra_Package9','Start your Journey Pack','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12252,4;\ngetitem 12253,4;\ngetitem 12208,4;\ngetitem 12215,30;\ngetitem 12216,30;\ngetitem 12211,2;\ngetitem 7621,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14153,'F_Vigorgra_Package10','Siege Mode Pack','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12252,4;\ngetitem 12255,4;\ngetitem 12208,4;\ngetitem 12215,30;\ngetitem 12216,30;\ngetitem 12211,2;\ngetitem 7621,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14154,'F_Vigorgra_Package11','1 Hour Survival Pack','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12252,4;\ngetitem 12250,4;\ngetitem 12208,4;\ngetitem 12215,30;\ngetitem 12216,30;\ngetitem 12211,2;\ngetitem 7621,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14155,'F_Vigorgra_Package12','Weekend Hunting Pack','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12250,4;\ngetitem 12251,4;\ngetitem 12208,4;\ngetitem 12215,30;\ngetitem 12217,40;\ngetitem 12211,2;\ngetitem 7621,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14156,'F_Battle_Manual_Box','Battle Manual Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12208,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14157,'F_Insurance_Package','Insurance Package','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12209,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14158,'F_Bubble_Gum_Box','Bubble Gum Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12210,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14159,'F_Str_Dish_Box','Steamed Tongue Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12202,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14160,'F_Agi_Dish_Box','Steamed Scorpion Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12203,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14161,'F_Int_Dish_Box','Dragon Breath Cocktail Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12204,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14162,'F_Dex_Dish_Box','Hwergelmir\'s Tonic Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12205,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14163,'F_Luk_Dish_Box','Nine Tail Dish Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12206,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14164,'F_Vit_Dish_Box','Stew Of Immortality Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12207,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14165,'F_Kafra_Card_Box','Kafra Card Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12211,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14166,'F_Giant_Fly_Wing_Box','Giant Fly Wing Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12212,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14167,'F_Neuralizer_Box','Neuralizer Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12213,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14168,'F_Convex_Mirror_Box','Convex Mirror Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12214,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14169,'F_Blessing_10_Scroll_Box','Blessing 10 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12215,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14170,'F_Inc_Agi_10_Scroll_Box','Increase AGI 10 scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12216,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14171,'F_Aspersio_5_Scroll_Box','Aspersio 5 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12217,10;\ngetitem 523,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14172,'F_Assumptio_5_Scroll_Box','Assumptio 5 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12218,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14173,'F_Wind_Walk_10_Scroll_Box','Wind Walk 10 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12219,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14174,'F_Adrenaline_Scroll_Box','Adrenaline 5 Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12220,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14175,'F_Megaphone_Box','Megaphone 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12221,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14176,'F_Enriched_Elunium_Box','Enriched Elunium Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7619,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14177,'F_Enriched_Oridecon_Box','Enriched Oridecon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7620,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14178,'F_Token_Of_Siegfried_Box','Token of Siegfried Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7621,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14179,'F_Giant_Fly_Wing_Box50','Giant Fly Wing 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12212,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14180,'F_Giant_Fly_Wing_Box100','Giant Fly Wing 100 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12212,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14181,'F_Dex_Dish_Box30','Hwergelmir\'s Tonic 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12205,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14182,'F_Dex_Dish_Box50','Hwergelmir\'s Tonic 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12205,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14183,'F_Luk_Dish_Box30','Nine Tail Dish 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12206,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14184,'F_Luk_Dish_Box50','Nine Tail Dish 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12206,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14185,'F_Inc_Agi_10_Box30','Increase Agility Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12216,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14186,'F_Inc_Agi_10_Box50','Increase Agility Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12216,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14187,'F_Vit_Dish_Box30','Stew of Immortality 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12207,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14188,'F_Vit_Dish_Box50','Stew of Immortality 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12207,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14189,'F_Insurance_Package30','Life Insurrance 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12209,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14190,'F_Insurance_Package50','Life Insurrance 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12209,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14191,'F_Convex_Mirror_Box5','Convex Mirror 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12214,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14192,'F_Convex_Mirror_Box30','Convex Mirror 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12214,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14193,'F_Blessing10_Box30','Blessing Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12215,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14194,'F_Blessing10_Box50','Lv10 Blessing Scroll Box 50','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12215,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14195,'F_Adrenaline10_Box30','Adrenaline Rush Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12220,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14196,'F_Adrenaline10_Box50','Adrenaline Rush Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12220,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14197,'F_Assumptio_5_Box30','Assumptio Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12218,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14198,'F_Assumptio_5_Box50','Lv5 Assumptio Scroll Box 50','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12218,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14199,'F_Aspersio_5_Box30','Aspersio Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12217,30;\ngetitem 523,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14200,'F_Aspersio_5_Box50','Aspersio Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12217,50;\ngetitem 523,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14201,'F_Agi_Dish_Box30','Steamed Scorpion 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12203,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14202,'F_Agi_Dish_Box50','Steamed Scorpion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12203,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14203,'F_Wind_Walk10_Box30','Wind Walk Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12219,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14204,'F_Wind_Walk10_Box50','Wind Walk Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12219,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14205,'F_Int_Dish_Box30','Dragon Breath Cocktail 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12204,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14206,'F_Int_Dish_Box50','Dragon Breath Cocktail 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12204,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14207,'F_Battle_Manual_Box1','Field Manual Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12208,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14208,'F_Battle_Manual_Box5','Battle Manual 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12208,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14209,'F_Siegfried_Box5','Token of Siegfried 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7621,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14210,'F_Siegfried_Box20','Token of Siegfried 20 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7621,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14211,'F_Kafra_Card_Box30','Kafra Card 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12211,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14212,'F_Kafra_Card_Box50','Kafra Card 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12211,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14213,'F_Str_Dish_Box30','Steamed Tongue 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12202,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14214,'F_Str_Dish_Box50','Steamed Tongue 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12202,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14215,'F_Bubble_Gum_Box1','Bubble Gum Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12210,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14216,'F_Bubble_Gum_Box5','Bubble Gum 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12210,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14217,'F_Megaphone_Box1','Megaphone Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12221,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14218,'F_Megaphone_Box5','Megaphone 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12221,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14219,'F_Enriched_Elunium_Box5','Enriched Elunium 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7619,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14220,'F_Enriched_Oridecon_Box5','Enriched Oridecon 5 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7620,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14221,'MP_Scroll_Box','Mystical Amplification Scroll 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14593,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14222,'MP_Scroll_Box30','Mystical Amplification Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14593,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14223,'MP_Scroll_Box50','Mystical Amplification Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14593,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14224,'Quagmire_Scroll_Box','Quagmire Scroll 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14594,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14225,'Quagmire_Scroll_Box30','Quagmire Scroll 30 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14594,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14226,'Quagmire_Scroll_Box50','Quagmire Scroll 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14594,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14227,'Healing_Staff_Box','Healing Staff Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 1638,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14228,'Praxinus_Box','Praccsinos Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'rentitem 2752,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14229,'Cherry_Blossom_Scroll','Cherry Blossom Scroll','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Sakura_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14230,'Note_Headphones_Box','Note Headphones Box','Cash',10,100,true,true,true,true,true,true,true,'getitem 5151,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14231,'Novice_Breastplate_Boxes','Novice Breastplate Boxes','Cash',10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14232,'Yggdrasilberry_Box_','Yggdrasil Berry 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 607,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14233,'Dead_Tree_Branch_Box1','Dead Branch 10 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 604,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14234,'Dead_Tree_Branch_Box2','Dead Branch 25 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 604,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14235,'Field_Manual_Box_2','Field Manual 2 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12208,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14236,'Steamed_Tongue_Box_20','Steamed Tongue 20 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12202,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14237,'Steamed_Desert_Scorpions_Box_20','Steamed Desert Scorpions Box(20)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12203,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14238,'Stew_Of_Immortality_Box_20','Immortal Stew 20 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12207,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14239,'Dragon_Breath_Cocktail_Box_20','Dragon Breath Cocktail 20 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12204,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14240,'Hwergelmir\'s_Tonic_Box_20','Hwergelmir\'s Tonic 20 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12205,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14241,'Nine_Tail_Dish_Box_20','Nine Tail Dish 20 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12206,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14242,'Beholder_Ring_Box','Beholder Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Beholder_Ring_Box);\n/*rentitem 2753,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14243,'Hallow_Ring_Box','Hallow Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Hallow_Ring_Box);\n/*rentitem 2754,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14244,'Clamorous_Ring_Box','Clamorous Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Clamorous_Ring_Box);\n/*rentitem 2755,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14245,'Chemical_Ring_Box','Chemical Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Chemical_Ring_Box);\n/*rentitem 2756,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14246,'Insecticide_Ring_Box','Insecticide Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Insecticide_Ring_Box);\n/*rentitem 2757,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14247,'Fisher_Ring_Box','Fisher Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Fisher_Ring_Box);\n/*rentitem 2758,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14248,'Decussate_Ring_Box','Decussate Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Decussate_Ring_Box);\n/*rentitem 2759,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14249,'Bloody_Ring_Box','Bloody Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Bloody_Ring_Box);\n/*rentitem 2760,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14250,'Satanic_Ring_Box','Satanic Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Satanic_Ring_Box);\n/*rentitem 2761,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14251,'Dragoon_Ring_Box','Dragon Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Dragoon_Ring_Box);\n/*rentitem 2762,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14252,'Beholder_Ring_Box2','Beholder Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2753,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14253,'Hallow_Ring_Box2','Hallow Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2754,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14254,'Clamorous_Ring_Box2','Clamorous Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2755,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14255,'Chemical_Ring_Box2','Chemical Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2756,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14256,'Insecticide_Ring_Box2','Insecticide Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2757,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14257,'Fisher_Ring_Box2','Fisher Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2758,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14258,'Decussate_Ring_Box2','Decussate Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2759,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14259,'Bloody_Ring_Box2','Bloody Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2760,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14260,'Satanic_Ring_Box2','Satanic Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2761,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14261,'Dragoon_Ring_Box2','Dragon Ring Box II','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2762,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14262,'Diary_Magic_Powder_Box','Diary Magic Powder Box','Cash',20,100,true,true,true,true,true,true,true,'rentitem 12304,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14263,'Mini_Heart_Magic_Powder_Box','Mini Heart Magic Powder Box','Cash',20,100,true,true,true,true,true,true,true,'rentitem 12305,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14264,'Freshman_Magic_Powder_Box','Freshman Magic Powder Box','Cash',20,100,true,true,true,true,true,true,true,'rentitem 12306,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14265,'Kid_Magic_Powder_Box','Kid Magic Powder Box','Cash',20,100,true,true,true,true,true,true,true,'rentitem 12307,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14266,'Magic_Magic_Powder_Box','Magic Magic Powder Box','Cash',20,100,true,true,true,true,true,true,true,'rentitem 12308,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14267,'JJangu_Magic_Powder_Box','JJangu Magic Powder Box','Cash',20,100,true,true,true,true,true,true,true,'rentitem 12309,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14268,'Diary_Magic_Powder_Box4','Diary Magic Powder Box','Cash',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14269,'Mini_Heart_Magic_Powder_Box4','Mini Heart Magic Powder Box','Cash',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14270,'Freshman_Magic_Powder_Box4','Freshman Magic Powder Box','Cash',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14271,'Kid_Magic_Powder_Box4','Kid Magic Powder Box','Cash',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14272,'Magic_Magic_Powder_Box4','Magic Magic Powder Box','Cash',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14273,'JJangu_Magic_Powder_Box4','JJangu Magic Powder Box','Cash',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14274,'Amplification_10_Scroll_Box2','Mystical Amplification Scroll 10 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14593,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14275,'Amplification_30_Scroll_Box2','Mystical Amplification Scroll 30 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14593,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14276,'Amplification_50_Scroll_Box2','Mystical Amplification Scroll 50 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14593,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14277,'Quagmire_10_Scroll_Box2','Quagmire Scroll 10 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14594,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14278,'Quagmire_30_Scroll_Box2','Quagmire Scroll 30 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14594,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14279,'Quagmire_50_Scroll_Box2','Quagmire Scroll 50 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14594,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14280,'Healing_Staff_Box2','Healing Staff Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 1638,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14281,'Praccsinos_Box','Praccsinos Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 2752,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14282,'Emperium_Box','Emperium Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 714,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14283,'Marriage_Certificate_Box','Written Oath Of Marriage Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 6026,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14284,'Muffler_Box','Muffler Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 2548,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14285,'Balkiriah_Shield_Box','Balkiriah Shield Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 2137,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14286,'Skull_Ring_Box','Skull Ring Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 2763,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14287,'Baricade_Repair_Kit','Barricade Repair Kit','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 1019,30;\ngetitem 999,10;\ngetitem 1011,10;\ngetitem 984,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14288,'Guardian_Stone_Repair_Kit','Guardian Stone Repair Kit','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 984,1;\ngetitem 985,1;\ngetitem 7049,30;\ngetitem 717,5;\ngetitem 716,5;\ngetitem 715,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14289,'Cloth_Dye_Coupon_Box','New Clothing Dye Coupon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 6046,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14290,'Cloth_Dye_Coupon2_Box','Original Clothing Dye Coupon Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 6047,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14291,'Cloth_Dye_Coupon3_Box','Clothing Dye Coupon Box','Usable',10,100,true,true,true,true,true,true,true,'getitem 6046,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14292,'Cloth_Dye_Coupon4_Box','Clothing Dye Coupon Box II','Usable',10,100,true,true,true,true,true,true,true,'getitem 6047,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14293,'Mercenary_Contract_Box','Mercenary Contract Box','Usable',10,100,true,true,true,true,true,true,true,'getitem 6050,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14294,'Mercenary_Contract_Box5','Mercenary Contract Box 5ea','Usable',10,100,true,true,true,true,true,true,true,'getitem 6050,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14295,'Mercenary_Contract_Box10','Mercenary Contract Box 10ea','Usable',10,100,true,true,true,true,true,true,true,'getitem 6050,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14296,'Angel_Scroll','Angel Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Angel_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14297,'Devil_Scroll','Devil Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Devil_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14298,'Surprise_Scroll','Surprise Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Surprise_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14300,'Mask_Of_Ifrit_Box','Mask Of Ifrit Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5420,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14301,'Ifrit\'s_Ear_Box','Ears Of Ifrit Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5421,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14304,'Scuba_Mask_Box','Scuba Mask Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5397,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14306,'RWC_Special_Scroll','RWC Special Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_RWC_Special_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14307,'RWC_Limited_Scroll','RWC Limited Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_RWC_Limited_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14308,'Ardor_Scroll','Ardor Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14314,'PhreeoniS_Box','Phreeoni Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14597,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14315,'GhostringS_Box','Ghostring Scroll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14598,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14316,'July7_Scroll','July7 Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_July7_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14317,'Bacsojin_Scroll','Bacsojin Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Bacsojin_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14321,'Holy_Sabre_Box','Holy Sabre Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 13419,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14322,'Book_Of_Prayer_Box','Book of Prayer Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1578,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14323,'Phenomena_Whip_Box','Phenomena Whip Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1982,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14324,'Staff_Of_Darkness_Box','Staff of Darkness Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1642,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14325,'Monk_Knuckle_Box','Monk Knuckle Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1828,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14326,'Mace_Of_Madness_Box','Mace of Madness Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1547,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14327,'Spear_Of_Excellent_Box','Spear of Excellent Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1427,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14328,'Bow_Of_Evil_Box','Bow of Evil Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1744,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14329,'Katar_Of_Speed_Box','Katar of Speed Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1283,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14330,'Sharpshooter_Revolver_Box','Sharpshooter Revolver Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 13111,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14343,'Spiked_Scarf_Box','Spiked Scarf Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5462,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14344,'Rainbow_Scarf_Box','Rainbow Scarf Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5463,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14345,'Animal_Scroll','Animal Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Animal_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14349,'Mental_Potion20_Box','Mental Potion 20 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14600,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14350,'Mental_Potion50_Box','Mental Potion 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14600,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14351,'Tyr\'s_Blessing20_Box','Tyr\'s Blessing 20 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14601,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14352,'Tyr\'s_Blessing50_Box','Tyr\'s Blessing 50 Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14601,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14361,'Orc_HeroS_Box','Orc HeroS Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14604,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14362,'Orc_LoadS_Box','Orc LoadS Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 14605,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14363,'Heart_Scroll','Heart Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Heart_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14372,'Powder_Snow_Box','Powder Snow Box','Cash',20,10,true,'getitem 12317,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14375,'Holy_Celestial_Axe_Box','Celestial Axe Box','Cash',20,10,true,'getitem 1383,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14376,'Angeling_Pot_Box','Angeling Potion Box','Cash',20,10,true,'getitem 12350,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14377,'Shout_Megaphone_Box','Scream Megaphone Box','Cash',20,10,true,'getitem 12351,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14379,'Love_Daddy_Box','Love Daddy Box','Cash',20,10,true,'getitem 5489,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14380,'Anubis_Helm_Box','Anubis Hat Box','Cash',20,10,true,'getitem 5490,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14381,'Piercing_Box_M','Piercing Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1644,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14382,'Lich_Bone_Box_M','Lich Bone Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1645,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14383,'Long_Horn_Box_M','Long Horn Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1428,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14384,'Hunting_Spear_Box_M','Hunting Spear Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1429,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14385,'Death_Note_Box_M','Death Note Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1579,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14386,'Destruction_Box_M','Destruction Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2003,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14387,'Rider_Insignia_Box_M','Rider Insignia Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2551,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14388,'Mithril_Cape_Box_M','Mithril Cape Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2552,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14389,'Sniping_Box_M','Sniping Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2398,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14390,'Orleans_Box_M','Orleans Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2785,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14391,'Spiritual_Box_M','Spiritual Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2786,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14392,'Variant_Box_M','Variant Box M','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2449,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14393,'Almighty_Charm_Box','Universal Amulet Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7945,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14407,'Xmas_Scroll','Xmas Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14408,'New_Year_Scroll','New Year Scroll','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_New_Year_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14426,'Fortune_Sword_Box','Neo Fortune Sword Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 13043,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14427,'House_Auger_Box','Neo House Auger','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 13044,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14428,'Kamaitachi_Box','Neo Kamaitachi Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 13045,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14429,'Berserk_Guitar_Box','Neo Berserk Guitar Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1928,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14430,'Doom_Slayer_Box','Neo Doom Slayer Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 1386,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14431,'Huuma_Blaze_Shuriken_Box','Neo Huuma Blaze Shuriken Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 13308,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14432,'Odin\'s_Blessing_Box','Neo Odin\'s Blessing Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 15001,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14433,'Ring_Of_Flame_Lord_Box','Neo Ring of Flame Lord Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 2792,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14434,'Ring_Of_Resonance_Box','Neo Ring of Resonance Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 2793,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14435,'Boys_Cap_Box','Neo Boys Cap Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 5492,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14436,'Ulle\'s_Cap_Box','Neo Ulle\'s Cap Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 5493,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14437,'Sphinx_Helm_Box','Neo Sphinx Helm Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 5494,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14438,'Honglyun\'s_Sword_Box','Honglyun\'s Sword Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13420,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14439,'Power_Of_Thor_Box','Power Of Thor Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5495,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14440,'Dice_Hat_Box','Dice Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5496,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14441,'King_Tiger_Doll_Hat_Box','King Tiger Doll Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5497,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14442,'Wondering_Wolf_Helm_Box','Wondering Wolf Helm Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5498,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14443,'Pizza_Hat_Box','Pizza Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5499,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14444,'Icecream_Hat_Box','Icecream Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5500,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14447,'Pirate\'s_Pride_Box','Pirate\'s Pride Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5501,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14448,'Necromencer\'s_Hood_Box','Necromancer\'s Hood Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5502,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14459,'Rabbit_Magic_Hat_Box','Magic Rabbit Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5503,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14460,'China_Wedding_Veil_Box','RO 5th Wedding Anniversary Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5504,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14461,'Asara_Fairy_Hat_Box','Ashura Fairy Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5505,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (14466,'Valentine_Pledge_Box','Valentine\'s Emblem Box','Usable',true,'getgroupitem(IG_Valentine_Pledge_Box);\n/*rentitem 5817,525600;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (14469,'Ox_Tail_Scroll','Ox Tail Egg','Usable',20,10,true,'getgroupitem(IG_Ox_Tail_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14485,'Academy_Badge_Box','Academy Badge Box','Cash',20,10,true,'getitem 2751,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14486,'Academy_Fresh_Hat_Box','Academy Fresh Hat Box','Cash',20,10,true,'getitem 5406,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14487,'Academy_Gradu_Cap_Box','Academy Gradu Cap Box','Cash',20,10,true,'getitem 5407,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14488,'Blue_Pajamas_Hat_Box','Blue Pajamas Hat Box','Cash',20,100,true,100,true,true,true,true,true,true,true,'getitem 5506,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14489,'Pink_Pajamas_Hat_Box','Pink Pajamas Hat Box','Cash',20,100,true,100,true,true,true,true,true,true,true,'getitem 5507,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14490,'Shark_Hat_Box','Shark Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5508,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14494,'Samambaia_Box','Samambaia Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5511,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14495,'Aquarius_Diadem_Box','Aquarius Diadem Box','Cash',20,10,true,'getitem 5512,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14496,'Aquarius_Crown_Box','Aquarius Crown Box','Cash',20,10,true,'getitem 5513,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14497,'Pisces_Diadem_Box','Pisces Diadem Box','Cash',20,10,true,'getitem 5514,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (14498,'Pisces_Crown_Box','Pisces Crown Box','Cash',20,10,true,'getitem 5515,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14499,'Peacock_Feather_Box','Peacock Feather Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5519,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14500,'Insurance60','Life Insurrance Certificate','Usable',20,10,100,true,true,true,true,true,true,true,'sc_start SC_LIFEINSURANCE,3600000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14505,'Dun_1HR_Voucher','Sky Fortress Ticket','Usable',100,true,true,true,true,true,true,true,true,'warp "dali02",117,69;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14506,'Dun_Voucher','Sky Fortress Ticket','Usable',100,true,true,true,true,true,true,true,true,'select("Invasion of Air Stronghold - Lv. 145 or higher");\nwarp "dali02",117,69;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14508,'Zeny_Scroll','Zeny Pet Egg Scroll','Usable',10,100,true,true,true,true,true,true,true,'Zeny += rand(1000,77777);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14509,'Light_Center_Pot','Light Concentration Potion','Usable',800,20,100,true,true,true,true,true,true,true,'sc_start SC_ASPDPOTION0,1800000,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_alchemist`,`job_archer`,`job_assassin`,`job_blacksmith`,`job_crusader`,`job_gunslinger`,`job_hunter`,`job_kagerouoboro`,`job_knight`,`job_mage`,`job_merchant`,`job_monk`,`job_ninja`,`job_novice`,`job_rebellion`,`job_rogue`,`job_sage`,`job_soullinker`,`job_stargladiator`,`job_summoner`,`job_supernovice`,`job_swordman`,`job_taekwon`,`job_thief`,`job_wizard`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14510,'Light_Awakening_Pot','Light Awakening Potion','Usable',1500,20,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,40,100,true,true,true,true,true,true,true,'sc_start SC_ASPDPOTION1,1800000,6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_alchemist`,`job_blacksmith`,`job_crusader`,`job_gunslinger`,`job_knight`,`job_mage`,`job_merchant`,`job_rebellion`,`job_rogue`,`job_soullinker`,`job_stargladiator`,`job_swordman`,`job_taekwon`,`job_wizard`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14511,'Light_Berserk_Pot','Light Berserk Potion','Usable',3000,20,true,true,true,true,true,true,true,true,true,true,true,true,true,true,85,100,true,true,true,true,true,true,true,'sc_start SC_ASPDPOTION2,1800000,9;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14512,'Meteor_10_Scroll','Meteor Storm Scroll','Delayconsume',10,100,true,true,true,true,true,true,true,'itemskill "WZ_METEOR",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14513,'Storm_10_Scroll','Storm Gust Scroll','Delayconsume',10,100,true,true,true,true,true,true,true,'itemskill "WZ_STORMGUST",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14514,'Vermilion_10_Scroll','Lord of Vermilion Scroll','Delayconsume',10,100,true,true,true,true,true,true,true,'itemskill "WZ_VERMILION",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14515,'Lex_Aeterna_Scroll','Lex Aeterna Scroll','Delayconsume',10,100,true,true,true,true,true,true,true,'itemskill "PR_LEXAETERNA",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14516,'Magnificat_5_Scroll','Magnificat Scroll','Delayconsume',10,100,true,true,true,true,true,true,true,'itemskill "PR_MAGNIFICAT",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14517,'CP_Helm_Scroll','Chemical Protection Helm Scroll','Usable',10,100,true,true,true,true,true,true,true,'unitskilluseid getcharid(3),"AM_CP_HELM",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14518,'CP_Shield_Scroll','Chemical Protection Shield Scrol','Usable',10,100,true,true,true,true,true,true,true,'unitskilluseid getcharid(3),"AM_CP_SHIELD",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14519,'CP_Armor_Scroll','Chemical Protection Armor Scroll','Usable',10,100,true,true,true,true,true,true,true,'unitskilluseid getcharid(3),"AM_CP_ARMOR",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14520,'CP_Weapon_Scroll','Chemical Protection Weapon Scroll','Usable',10,100,true,true,true,true,true,true,true,'unitskilluseid getcharid(3),"AM_CP_WEAPON",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14521,'Repair_Scroll','Repair Weapon Scroll','Usable',10,100,true,100,true,true,true,true,true,true,true,'unitskilluseid getcharid(3),"BS_REPAIRWEAPON",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14522,'Big_Bun','Big Bun','Healing',10,100,true,true,true,true,true,true,true,'percentheal 100,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14523,'Pill_','Pill','Healing',10,100,true,true,true,true,true,true,true,'percentheal 0,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14524,'Superb_Fish_Slice','Superb Fish Slice','Healing',10,100,true,true,true,true,true,true,true,'percentheal 100,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14525,'Chewy_Ricecake','Chewy Ricecake','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_ATKPOTION,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14526,'Oriental_Pastry','Oriental Pastry','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_MATKPOTION,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14527,'Dun_Tele_Scroll1','Dungeon Teleport Scroll','Usable',10,100,true,true,true,true,true,true,true,'callfunc "F_CashDungeon",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14528,'PVP_Tele_Scroll','PVP Teleport Scroll','Usable',10,100,true,true,true,true,true,true,true,'warp "pvp_n_room",52,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14529,'Greed_Scroll','Greed Scroll','Delayconsume',10,100,true,100,true,true,true,true,true,true,true,true,'itemskill "BS_GREED",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14530,'Flee_30_Scroll','Evasion Scroll','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,1800000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14531,'Accuracy_30_Scroll','Concentration Scroll','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_HITFOOD,1800000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14532,'Battle_Manual25','Field Manual 25%','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14533,'Battle_Manual100','Field Manual 100%','Usable',2,10,100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,3600000,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14534,'Small_Life_Potion','Small Life Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nsc_start4 SC_S_LIFEPOTION,600000,-5,5,0,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14535,'Med_Life_Potion','Medium Life Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nsc_start4 SC_L_LIFEPOTION,600000,-7,4,0,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14536,'Abrasive','Abrasive','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_MAGICALATTHIT;\nsc_start SC_INCCRI,300000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14537,'Regeneration_Potion','Regeneration Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_LIGHTSPHERE;\nsc_start SC_INCHEALRATE,1800000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14538,'Glass_Of_Illusion','Glass of Illusion','Usable',10,300000,'Reuse_Limit_A',100,true,true,true,true,true,true,true,'specialeffect2 EF_STEAL;\nsc_start SC_INCFLEE2,60000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14539,'Shadow_Armor_S','Shadow Armor Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_CLOAKING;\nsc_start4 SC_ELEMENTALCHANGE,1800000,1,Ele_Dark,1,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14540,'Holy_Armor_S','Holy Armor Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_BENEDICTIO;\nsc_start4 SC_ELEMENTALCHANGE,1800000,1,Ele_Holy,1,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14541,'S_Def_Potion','Small Defense Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_GUARD;\nsc_start SC_DEF_RATE,60000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14542,'B_Def_Potion','Big Defense Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_GUARD;\nsc_start SC_DEF_RATE,180000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14543,'S_Mdef_Potion','Small Magic Defense Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_SPELLBREAKER;\nsc_start SC_MDEF_RATE,60000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14544,'B_Mdef_Potion','Big Magic Defense Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_SPELLBREAKER;\nsc_start SC_MDEF_RATE,180000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14545,'Battle_Manual_X3','Field Manual 300%','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,300;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14546,'Fire_Cracker_Love','I Love You Firecracker','Usable',2,20,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14547,'Fire_Cracker_Wday','Whiteday Firecracker','Usable',2,20,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14548,'Fire_Cracker_Vday','Valentine\'s Day Firecracker','Usable',2,20,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14549,'Fire_Cracker_Bday','Birthday Firecracker','Usable',2,20,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14550,'Fire_Cracker_Xmas','Xmas Firecracker','Usable',2,20,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14551,'Str_Dish01_','Fried Grasshopper Legs','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_STRFOOD,1200000,1;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14552,'Str_Dish02_','Seasoned Sticky Webfoot','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_STRFOOD,1200000,2;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14553,'Str_Dish03_','Bomber Steak','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_STRFOOD,1200000,3;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14554,'Int_Dish01_','Grape Juice Herbal Tea','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_INTFOOD,1200000,1;\npercentheal 0,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14555,'Int_Dish02_','Autumn Red Tea','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_INTFOOD,1200000,2;\npercentheal 0,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14556,'Int_Dish03_','Honey Herbal Tea','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_INTFOOD,1200000,3;\npercentheal 0,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14557,'Vit_Dish01_','Steamed Crab Nippers','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_VITFOOD,1200000,1;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14558,'Vit_Dish02_','Assorted Seafood','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_VITFOOD,1200000,2;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14559,'Vit_Dish03_','Clam Soup','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_VITFOOD,1200000,3;\npercentheal 5,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14560,'Agi_Dish01_','Frog Egg Squid Ink Soup','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_AGIFOOD,1200000,1;\npercentheal 3,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14561,'Agi_Dish02_','Smooth Noodle','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_AGIFOOD,1200000,2;\npercentheal 3,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14562,'Agi_Dish03_','Tentacle Cheese Gratin','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_AGIFOOD,1200000,3;\npercentheal 3,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14563,'Dex_Dish01_','Honey Grape Juice','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_DEXFOOD,1200000,1;\npercentheal 2,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14564,'Dex_Dish02_','Chocolate Mousse Cake','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_DEXFOOD,1200000,2;\npercentheal 2,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14565,'Dex_Dish03_','Fruit Mix','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_DEXFOOD,1200000,3;\npercentheal 2,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14566,'Luk_Dish01_','Fried Monkey Tails','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_LUKFOOD,1200000,1;\npercentheal 3,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14567,'Luk_Dish02_','Mixed Juice','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_LUKFOOD,1200000,2;\npercentheal 3,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14568,'Luk_Dish03_','Fried Sweet Potato','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_LUKFOOD,1200000,3;\npercentheal 4,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14569,'Knife_Goblin_Ring','Knife Goblin Ring','Usable',10,100,true,true,true,true,true,true,true,'pet 1122;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14570,'Flail_Goblin_Ring','Flail Goblin Ring','Usable',10,100,true,true,true,true,true,true,true,'pet 1123;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14571,'Hammer_Goblin_Ring','Hammer Goblin Ring','Usable',10,100,true,true,true,true,true,true,true,'pet 1125;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14572,'Holy_Marble','Holy Marble','Usable',10,100,true,true,true,true,true,true,true,'pet 1385;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14573,'Red_Burning_Stone','Red Burning Stone','Usable',10,100,true,true,true,true,true,true,true,'pet 1382;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`script`) VALUES (14574,'Skull_Of_Vagabond','Vagabond\'s Skull','Usable',10,100,true,'pet 1208;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14575,'Str_Dish05_','Lutie Lady\'s Pancake','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_STRFOOD,1200000,5;\npercentheal 10,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14576,'Int_Dish05_','Mastela Fruit Wine','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_INTFOOD,1200000,5;\npercentheal 0,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14577,'Vit_Dish05_','Spicy Fried Bao','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_VITFOOD,1200000,5;\npercentheal 10,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14578,'Agi_Dish05_','Steamed Bat Wing in Pumpkin','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_AGIFOOD,1200000,5;\npercentheal 6,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14579,'Dex_Dish05_','Green Salad','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_DEXFOOD,1200000,5;\npercentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14580,'Luk_Dish05_','Fried Scorpion Tails','Healing',2,10,100,true,true,true,true,true,true,true,'sc_start SC_LUKFOOD,1200000,5;\npercentheal 5,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14581,'Dun_Tele_Scroll2','Dungeon Teleport Scroll II','Usable',10,100,true,true,true,true,true,true,true,'callfunc "F_CashDungeon",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14582,'WOB_Rune','Yellow Butterfly Wing','Usable',10,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14583,'WOB_Schwaltz','Green Butterfly Wing','Usable',10,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14584,'WOB_Rachel','Red Butterfly Wing','Usable',10,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14585,'WOB_Local','Blue Butterfly Wing','Usable',10,100,true,true,true,true,true,true,true,'callfunc "F_CashCity",4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14586,'Spark_Candy','Jumping Candy','Usable',10,180000,'Reuse_Limit_B',100,true,true,true,true,true,true,true,'specialeffect2 EF_HASTEUP;\nbonus_script "{ bonus2 bHPLossRate,100,10000; bonus bBaseAtk,20; bonus bAspdRate,25; bonus bNoWalkDelay; }",60,0,0,EFST_STEAMPACK;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14587,'Repair_Scroll_','Equipment Repair Spell Book','Delayconsume',10,100,true,100,true,true,true,true,true,true,true,'itemskill "BS_REPAIRWEAPON",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14588,'Pty_Blessing_Scroll','Party Blessing 10 Scroll','Delayconsume',10,10,100,true,true,true,true,true,true,true,'itemskill "CASH_BLESSING",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14589,'Pty_Inc_Agi_Scroll','Party Increase Agi 10 Scroll','Delayconsume',10,10,100,true,true,true,true,true,true,true,'itemskill "CASH_INCAGI",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14590,'Pty_Assumptio_Scroll','Party Assumptio 5 Scroll','Delayconsume',10,10,100,true,true,true,true,true,true,true,'itemskill "CASH_ASSUMPTIO",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14591,'Siege_Teleport_Scroll','WoE Teleport Scroll','Usable',10,100,true,100,true,true,true,true,true,true,true,'callfunc "F_CashSiegeTele";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14592,'Job_Manual50','JOB Battle Manual','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_JEXPBOOST,1800000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14593,'Magic_Power_Scroll','Mystical Amplification Scroll','Delayconsume',10,100,true,100,true,true,true,true,true,true,true,'itemskill "HW_MAGICPOWER",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14594,'Quagmire_Scroll','Quagmire Scroll','Delayconsume',10,100,true,100,true,true,true,true,true,true,true,'itemskill "WZ_QUAGMIRE",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14595,'Unsealed_Magic_Spell','Unsealed Magic Spell','Usable',100,true,true,true,true,true,true,true,true,'warp "yuno_fild09",255,127;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (14596,'Pierre_Treasurebox','Pierre\'s Treasure Box','Usable',100,true,'getrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);\ngetrandgroupitem(IG_Pierre_Treasurebox,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14597,'PhreeoniS','Phreeoni Scroll','Usable',10,100,true,true,true,true,true,true,true,'sc_start2 SC_ITEMSCRIPT,180000,4121,EFST_FOOD_BASICHIT;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14598,'GhostringS','Ghostring Scroll','Usable',10,100,true,true,true,true,true,true,true,'sc_start2 SC_ITEMSCRIPT,60000,4047,EFST_ARMOR_PROPERTY;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14599,'Greed_Scroll_C','Greed Scroll','Delayconsume',10,100,true,100,true,true,true,true,true,true,true,'itemskill "BS_GREED",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14600,'Mental_Potion','Mental Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_SPELLBREAKER;\nbonus_script "{ bonus bUseSPrate,-10; bonus bMaxSPrate,10; }",1800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14601,'Tyr\'s_Blessing','Tyr\'s Blessing','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,300000,30;\nsc_start SC_HITFOOD,300000,30;\nsc_start SC_ATKPOTION,300000,20;\nsc_start SC_MATKPOTION,300000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14602,'TaogunkaS','Tao Gunka Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_LIGHTSPHERE;\nbonus_script "{ bonus bMaxHPrate,100; bonus bDefRate,-50; bonus bMdefRate,-50; }",180,0,0,EFST_MVPCARD_TAOGUNKA;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14603,'MistressS','Mistress Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_SPELLBREAKER;\nbonus_script "{ bonus bNoGemStone; bonus bUseSPrate,25; }",180,0,0,EFST_MVPCARD_MISTRESS;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14604,'Orc_HeroS','Orc Hero Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_LIGHTSPHERE;\nbonus_script "{ bonus2 bResEff,Eff_Stun,10000; }",180,0,0,EFST_MVPCARD_ORCHERO;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14605,'Orc_LoadS','Orc Lord Scroll','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_LIGHTSPHERE;\nbonus_script "{ bonus bShortWeaponDamageReturn,30; }",180,0,0,EFST_MVPCARD_ORCLORD;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14606,'Job_Manual25','JOB Battle Manual','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_JEXPBOOST,1800000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (14607,'Luxurious_Dinner_W','Luxurious Western Food','Usable',10000,600,'sc_start SC_INCALLSTATUS,3600000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (14608,'Luxurious_Dinner_E','Manchu-Han Imperial Feast','Usable',20000,1200,'sc_start SC_INCALLSTATUS,3600000,6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (14609,'Spoiled_Cuisine','Spoiled Cuisine','Usable',5000,300,'percentheal 10,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14611,'M_Def_Potion','M Def Potion','Delayconsume',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_GUARD;\nsc_start SC_DEF_RATE,120000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14612,'M_Mdef_Potion','M Mdef Potion','Delayconsume',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_SPELLBREAKER;\nsc_start SC_MDEF_RATE,120000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14613,'RWC_Scroll_2012','RWC Scroll 2012','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_RWC_Scroll_2012);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14614,'Ex_Def_Potion','Ex Def Potion','Usable',10,100,true,true,true,true,true,true,true,'specialeffect2 EF_GUARD;\nsc_start SC_DEF_RATE,1800000,3;\nsc_start SC_MDEF_RATE,1800000,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14616,'STR_Biscuit_Stick','Bar Cookie Of Strength','Usable',1,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_STR_CASH,1800000,15;\nsc_start SC_ATKPOTION,600000,rand(11,111);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14617,'VIT_Biscuit_Stick','Bar Cookie Of Vitality','Usable',1,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_VIT_CASH,1800000,15;\nbonus_script "{ bonus bHPRecovRate,rand(11,33); }",1800,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14618,'AGI_Biscuit_Stick','Bar Cookie Of Agility','Usable',1,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_AGI_CASH,1800000,15;\nsc_start SC_FLEEFOOD,600000,rand(11,33);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14619,'INT_Biscuit_Stick','Bar Cookie Of Intelligence','Usable',1,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_INT_CASH,1800000,15;\nsc_start SC_MATKPOTION,600000,rand(11,111);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14620,'DEX_Biscuit_Stick','Bar Cookie Of Dexterity','Usable',1,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_DEX_CASH,1800000,15;\nsc_start SC_HITFOOD,600000,rand(11,33);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14621,'LUK_Biscuit_Stick','Bar Cookie Of Lucky','Usable',1,10,100,true,true,true,true,true,true,true,'sc_start SC_FOOD_LUK_CASH,1800000,15;\nsc_start SC_CRIFOOD,600000,rand(11,33);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14623,'Golden_Treasure_Box_','Golden Treasure Box','Cash',10,10,100,true,true,true,true,true,true,true,'/*getitem callfunc("F_Rand",Devilring card, Angeling card, 11 weapons smelting ticket, armor smelting 11 ticket , horns of the buffalo, ring of recovery, pink bunny costume hair band)*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (14624,'Blue_Scroll','Blue Scroll','Usable',20,10,true,'getgroupitem(IG_Blue_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`script`) VALUES (14626,'Indigo_Scroll','Indigo Scroll','Usable',20,true,'getgroupitem(IG_Indigo_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14627,'Christmas_Scroll','Christmas Scroll','Usable',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14628,'Costume_Festival_Box','Costume Festival Box','Usable',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (14629,'Enchant_Stone_Box','Costume Enchant Stone Box','Usable',10,10,true,'getgroupitem(IG_Enchant_Stone_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`script`) VALUES (14643,'Violet_Scroll','Violet Scroll','Cash',20,true,'getgroupitem(IG_Violet_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14663,'Scroll_Sealed_Dark_Lord','Scroll Sealed Dark Lord','Cash',10,10,100,true,true,true,true,true,true,true,'/*TODO: Confirm the rates*/\ngetitem callfunc("F_Rand",6228,6232,4488,4169,19739,24032,24033,24031,24030,24028,24029,24028,24027),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`script`) VALUES (14664,'Bi_Hwang_Scroll','Bi Hwang Scroll','Cash',20,true,'getgroupitem(IG_Bi_Hwang_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`script`) VALUES (14665,'Jung_Bi_Scroll','Jung Bi Scroll','Cash',20,true,'getgroupitem(IG_Jung_Bi_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`script`) VALUES (14666,'Je_Un_Scroll','Je Un Scroll','Cash',20,true,'getgroupitem(IG_Je_Un_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`script`) VALUES (14667,'Yong_Kwang_Scroll','Yong Kwang Scroll','Cash',20,true,'getgroupitem(IG_Yong_Kwang_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14672,'Steel_Fighter_Scroll_Lv20','Steel Fighter Scroll (Lv20)','Healing',20,10,100,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14673,'Steel_Fighter_Scroll_Lv25','Steel Fighter Scroll (Lv25)','Healing',20,10,100,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (14674,'Cup_Of_Boza','Cup Of Boza','Usable',20,10,'bonus_script "{ bonus bVit,10; bonus2 bSubEle,Ele_Fire,5; }",120;\n/*EFST_CUP_OF_BOZA 120000*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14675,'Shadow_Box_II','Shadow Box II','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14679,'Article_Sealed_Storm_Scroll','Article Sealed Storm Scroll','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (14681,'Enchant_Stone_Box2','Costume Enchant Stone Box 2','Usable',10,10,true,'getgroupitem(IG_Enchant_Stone_Box2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14682,'Sealed_Beelzebub_Scroll','Sealed Beelzebub Scroll','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14689,'Sealed_Kiel-D-01_Scroll','Sealed Kiel-D-01 Scroll','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (14695,'Enchant_Stone_Box3','Costume Enchant Stone Box 3','Usable',10,10,true,'getgroupitem(IG_Enchant_Stone_Box3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14696,'Sealed_Gloom_Under_Night_Gachapon','Sealed Gloom Under Night Gachapon','Cash',10,100,true,true,true,true,true,true,true,'/* getitem callfunc("F_Rand",Sealed Cards Gloom Under Night, 9 weapons smelting ticket, Armor 9 smelting ticket, medium armor Shadow, Shadow Weapon Medium, costume Wings of the Kirin, costume enchant stone box);*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (14699,'Garuda_Scroll','Memorial Garuda Lucky Egg','Cash',10,10,1,true,'getgroupitem(IG_Garuda_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (14701,'TW_13y_Lucky_Egg_06','Midgard Immortal Lucky Egg','Cash',10,10,1,true,'getgroupitem(IG_TW_13y_Lucky_Egg_06);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14704,'Gemstone_Shadow_Box','Gemstone Shadow Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 24084,1;\ngetitem 24085,1;\ngetitem 24086,1;\ngetitem 24087,1;\ngetitem 24088,1;\ngetitem 24089,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14705,'Sealed_Fallen_Bishop_Hibram_Scroll','Sealed Fallen Bishop Hibram Scroll','Cash',10,10,100,true,true,true,true,true,true,true,'/*TODO: COnfirm the rates*/\ngetitem callfunc("F_Rand",6228,6232,14704,19884,14695,6697),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14713,'Sealed_Ifrit_Scroll','Sealed Ifrit Scroll','Usable',10,100,true,true,true,true,true,true,true,'/* getitem callfunc("F_Rand",Sealed ifrit card, 9 weapons smelting ticket, Armor 9 smelting ticket, costume Noah\'s hats, costumes Enchantment Stone Box); */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14717,'2013_RWC_Scroll','2013 RWC Scroll','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_2013_RWC_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14718,'Scroll_Turtle_General_Sealed','Scroll Turtle General Sealed','Usable',10,10,100,true,true,true,true,true,true,true,'/*TODO: Confirm the rates*/\ngetitem callfunc("F_Rand",6228,6232,19751,14695),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14723,'Limited_Neuralizer_I','(Limited)Neuralizer I','Delayconsume',2,100,true,true,true,true,true,true,true,'callfunc "F_CashReset";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14724,'Limited_Neuralizer_II','(Limited)Neuralizer II','Delayconsume',2,100,true,true,true,true,true,true,true,'callfunc "F_CashReset";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14725,'Sealed_Bacsojin_Scroll','Sealed Bacsojin Scroll','Cash',10,10,100,true,true,true,true,true,true,true,'/*TODO: Confirm the rates*/\ngetitem callfunc("F_Rand",4372,6228,6232,19750,14730,17474),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14726,'Grid_Shadow_Box','Grid Shadow Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 24114,1;\ngetitem 24115,1;\ngetitem 24116,1;\ngetitem 24117,1;\ngetitem 24118,1;\ngetitem 24119,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14727,'Heal_Shadow_Box','Heal Shadow Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 24120,1;\ngetitem 24121,1;\ngetitem 24122,1;\ngetitem 24123,1;\ngetitem 24124,1;\ngetitem 24125,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14728,'Hiding_Shadow_Box','Hiding Shadow Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 24126,1;\ngetitem 24127,1;\ngetitem 24128,1;\ngetitem 24129,1;\ngetitem 24130,1;\ngetitem 24131,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14729,'Cloaking_Shadow_Box','Cloaking Shadow Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 24132,1;\ngetitem 24133,1;\ngetitem 24134,1;\ngetitem 24135,1;\ngetitem 24136,1;\ngetitem 24137,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14730,'Costume_Festival_Box_II','Costume Festival Box II','Cash',10,10,100,true,true,true,true,true,true,true,'/*TODO: No clue yet*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14731,'Teleport_Shadow_Box','Teleport Shadow Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 24138,1;\ngetitem 24139,1;\ngetitem 24140,1;\ngetitem 24141,1;\ngetitem 24142,1;\ngetitem 24143,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14732,'Steal_Shadow_Box','Steal Shadow Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 24144,1;\ngetitem 24145,1;\ngetitem 24146,1;\ngetitem 24147,1;\ngetitem 24148,1;\ngetitem 24149,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14733,'Sealed_Pharaoh_Scroll','Sealed Pharaoh Scroll','Cash',10,10,100,true,true,true,true,true,true,true,'/*TODO: Confirm the rates*/\ngetitem callfunc("F_Rand",6228,6232,14726,20034,17474),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14735,'Costama_Egg22','Shapeshifter Costume','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Shapeshifter_Costume);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14739,'Sealed_General_Egnigem_Cenia_Scroll','Sealed General Egnigem Cenia Scroll','Cash',10,10,100,true,true,true,true,true,true,true,'/*TODO: Confirm the rates*/\ngetitem callfunc("F_Rand",4482,6228,6232,24156,19935),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (14740,'Sealed_Vesper_Scroll','Sealed Vesper Scroll','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (14741,'Imortal_Midgard_Scroll','Midgard Celebration Lucky Egg','Cash',10,true,'getgroupitem(IG_Imortal_Midgard_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (14753,'Hero_Midgard_Egg','Hero Midgard Egg','Cash',10,true,'getgroupitem(IG_Hero_Midgard_Egg);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14758,'Safe_To_Smelting_Scroll','Safe To Smelting Scroll','Cash',10,10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",6238,6239,6228,6232,24216,17474,969),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14765,'Limited_Edition_JOB_Battle_Manual','Limited Edition JOB Battle Manual','Cash',10,10,100,true,true,true,true,true,true,true,'sc_start SC_JEXPBOOST,3600000,35;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14766,'Limited_Power_Booster','Limited Power Booster','Cash',10,10,100,true,true,true,true,true,true,true,'bonus_script "{ bonus bBaseAtk,30; bonus bMatk,30; bonus2 bAddClass,Class_All,1; bonus bMatkRate,1; bonus bHit,30; bonus bFlee,30; bonus bAspd,1; bonus bUseSPrate,-5; bonus bFixedCastrate,-30; }",1800,1,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14805,'July_Lucky_Scroll','Almighty Lucky Egg','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_July_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14841,'DF_Songpyun','[Scroll] Korean Rice Cake','Healing',2,10,100,true,100,true,true,true,true,true,true,true,'percentheal 10,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14843,'DF_Insurance','[Scroll] Life Insurance','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_LIFEINSURANCE,1800000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14844,'DF_Kafra_Card','[Scroll] Kafra Card','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'callfunc "F_CashStore";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14845,'DF_Blessing_10_Scroll','[Scroll] Blessing Lv.10 Scroll','Delayconsume',2,10,100,true,100,true,true,true,true,true,true,true,'itemskill "AL_BLESSING",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14846,'DF_Inc_Agi_10_Scroll','[Scroll] Increase Agility Lv.10 Scroll','Delayconsume',2,10,100,true,100,true,true,true,true,true,true,true,'itemskill "AL_INCAGI",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14847,'DF_Small_Life_Potion','[Scroll] Small Life Potion','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'specialeffect2 EF_HEAL3;\nsc_start2 SC_S_LIFEPOTION,600000,-5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14849,'DF_Vit_Dish10','[Scroll] Vit Dish10','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_VITFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14850,'DF_Luk_Dish10','[Scroll] Luk Dish10','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_LUKFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14851,'DF_Dex_Dish10','[Scroll] Dex Dish10','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_DEXFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14852,'DF_Int_Dish10','[Scroll] Int Dish10','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_INTFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14853,'DF_Agi_Dish10','[Scroll] Agi Dish10','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_AGIFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14854,'DF_Str_Dish10','[Scroll] Str Dish10','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_STRFOOD,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14861,'DF_GhostringS','[Scroll] Ghostring Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'sc_start2 SC_ITEMSCRIPT,60000,4047,EFST_ARMOR_PROPERTY;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14862,'DF_Tyr\'s_Blessing','[Scroll] Tyr\'s Blessing','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,300000,30;\nsc_start SC_HITFOOD,300000,30;\nsc_start SC_ATKPOTION,300000,20;\nsc_start SC_MATKPOTION,300000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14866,'DF_Holy_Armor_S','[Scroll] Holy Armor Scroll','Usable',2,10,100,true,100,true,true,true,true,true,true,true,'specialeffect2 EF_BENEDICTIO;\nsc_start4 SC_ELEMENTALCHANGE,1800000,1,Ele_Holy,1,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14869,'DF_Red_Booster','[Scroll] Red Booster','Delayconsume',2,10,100,true,100,true,true,true,true,true,true,true,'itemskill "AC_CONCENTRATION",max(getskilllv("AC_CONCENTRATION"),3);\nspecialeffect2 EF_POTION_BERSERK;\nshowscript "Oh My GOODNESS!!! I FEEL AWESOMELY STRONG!!! WOWOW";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`nouse_override`,`nouse_sitting`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (14886,'UltimateCook_S','[Scroll] Ultimate Cook','Usable',10,100,true,100,true,true,true,true,true,true,true,'sc_start SC_2011RWC_SCROLL,1800000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16131,'Lady_Tanee_Doll_Box','Lady Tanee Doll Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5526,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16132,'Lunatic_Hat_Box','Lunatic Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5527,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16133,'G_Staff_Of_Light_Box','Staff Of Light Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2006,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16134,'King_Frog_Hat_Box','Frog King Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5528,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16135,'Evil\'s_Bone_Hat_Box','Satanic Bone Helm Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5529,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16185,'Raven_Cap_Box','Raven Cap Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5530,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16186,'B_Dragon_Hat_Box','Baby Dragon Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5531,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16192,'Quati_Hat_Box','Kwati Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5537,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16193,'Tucan_Hat_Box','Tucan Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5538,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16194,'Jaguar_Hat_Box','Jaguar Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5539,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16195,'Tw_March_Scroll','Tw March Scroll','Cash',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16226,'Aries_Diadem_Box','Aries Diadem Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5545,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16227,'Aries_Crown_Box','Aries Crown Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5546,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16228,'RJC_Katusa_Box','RJC Katusa Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5547,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16229,'Scarlet_Rose_Box','Scarlet Rose Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5548,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16230,'Taurus_Diadem_Box','Taurus Diadem Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5549,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16231,'Taurus_Crown_Box','Taurus Crown Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5550,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_nosell`,`trade_nocart`,`script`) VALUES (16232,'Reginleif_Box','Reginleif Box','Cash',20,10,true,100,true,true,true,'getitem 5471,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16235,'Octopus_Hat_Box','Octopus Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5554,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16236,'Leaf_Cat_Hat_Box','Leaf Cat Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5555,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16237,'Fur_Seal_Hat_Box','Fur Seal Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5556,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16238,'Wild_Rose_Hat_Box','Wild Rose Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5557,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16239,'Saci_Hat_Box','Saci Hat Box','Cash',20,10,true,'getitem 5558,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16244,'Dolor_Hat_Box','Dolor Hat Box','Cash',20,10,true,'getitem 5563,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16245,'Tw_April_Scroll','Tw April Scroll','Usable',20,10,true,'getgroupitem(IG_Tw_April_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16246,'Crown_Of_Deceit_Box','Crown Of Deceit Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5564,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16247,'Dragon_Arhat_Mask_Box','Dragon Arhat Mask Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5565,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16248,'Tiger_Arhat_Mask_Box','Tiger Arhat Mask Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5566,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_uniqueid`) VALUES (16249,'Knight_Gift_Box','Knight Gift Box','Usable',true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`script`) VALUES (16250,'Valkyrie\'s_Gift_Box','Valkyrie\'s Gift Box','Cash',10,1,'getitem 5826,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16251,'Gemini_Diadem_Box','Gemini Diadem Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5569,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16252,'Gemini_Crown_Box','Gemini Crown Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5570,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16253,'Rabbit_Scroll','Rabbit Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (16254,'Energizing_Potion_Box','Energizing Potion Box','Usable',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16257,'Buddah_Scroll','Buddah Scroll','Usable',20,10,true,'getgroupitem(IG_Buddah_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16258,'HD_Bradium_Box5','HD Bradium 5 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 6226,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16259,'HD_Carnium_Box5','HD Carnium 5 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 6225,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16260,'HD_Bradium_Box10','HD Bradium 10 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 6226,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16261,'HD_Carnium_Box10','HD Carnium 10 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 6225,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16262,'F_HD_Bradium_Box5','HD Bradium 5 Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 6226,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16263,'F_HD_Carnium_Box5','HD Carnium 5 Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 6225,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16264,'HD_Bradium_10_Box2','HD Bradium 10 Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 6226,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16265,'HD_Carnium_10_Box2','HD Carnium 10 Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 6225,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (16266,'Indonesia_Beret_Box','Indonesia Beret Box','Cash',10,10,1,'getitem 5580,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16267,'HE_Battle_Manual_Box','HE Battle Manual Box','Usable',20,10,'getitem 12411,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16268,'HE_Bubble_Gum_Box','HE Bubble Gum Box','Usable',20,10,'getitem 12412,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16269,'Cancer_Diadem_Box','Cancer Diadem Box','Cash',20,10,true,'getitem 5581,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16270,'Cancer_Crown_Box','Cancer Crown Box','Cash',20,10,true,'getitem 5582,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16304,'Evil_Incarnation_Disable','Evil Incarnation','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Evil_Incarnation);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16305,'Upg_Guard_Box','Upg Guard Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2149,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16306,'F_Upg_Guard_Box','F Upg Guard Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2149,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16307,'Upg_Buckler_Box','Upg Buckler Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2150,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16308,'F_Upg_Buckler_Box','F Upg Buckler Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2150,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16309,'Upg_Shield_Box','Upg Shield Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2151,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16310,'F_Upg_Shield_Box','F Upg Shield Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2151,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16311,'Upg_Shoes_Box','Upg Shoes Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2459,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16312,'F_Upg_Shoes_Box','F Upg Shoes Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2459,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16313,'Upg_Boots_Box','Upg Boots Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2460,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16314,'F_Upg_Boots_Box','F Upg Boots Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2460,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16315,'Upg_Greave_Box','Upg Greave Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2461,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16316,'F_Upg_Greave_Box','F Upg Greave Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2461,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16317,'Upg_Hood_Box','Upg Hood Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2561,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16318,'F_Upg_Hood_Box','F Upg Hood Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2561,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16319,'Upg_Muffler_Box','Upg Muffler Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2562,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16320,'F_Upg_Muffler_Box','F Upg Muffler Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2562,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16321,'Upg_Manteau_Box','Upg Manteau Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2563,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16322,'F_Upg_Manteau_Box','F Upg Manteau Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2563,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16323,'Upg_Clip_Box','Upg Clip Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2828,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16324,'F_Upg_Clip_Box','F Upg Clip Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2828,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16327,'Upg_Adv_Suit_Box','Upg Adv Suit Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15015,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16328,'F_Upg_Adv_Suit_Box','F Upg Adv Suit Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15015,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16329,'Upg_Coat_Box','Upg Coat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15016,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16330,'F_Upg_Coat_Box','F Upg Coat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15016,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16331,'Upg_Saint_Robe_Box','Upg Saint Robe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15017,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16332,'F_Upg_Saint_Robe_Box','F Upg Saint Robe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15017,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16333,'Upg_Tights_Box','Upg Tights Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15018,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16334,'F_Upg_Tights_Box','F Upg Tights Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15018,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16335,'Upg_Thief_Cloth_Box','Upg Thief Cloth Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15019,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16336,'F_Upg_Thief_Cloth_Box','F Upg Thief Cloth Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15019,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16337,'Upg_Mail_Box','Upg Mail Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15020,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16338,'F_Upg_Mail_Box','F Upg Mail Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15020,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16339,'Upg_Formal_Dress_Box','Upg Formal Dress Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15021,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16340,'F_Upg_Formal_Dress_Box','F Upg Formal Dress Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 15021,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16341,'Greed_Clip_Box','Greed Clip Box','Cash',20,10,true,'getitem 2829,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16342,'F_Greed_Clip_Box','F Greed Clip Box','Cash',20,10,true,'getitem 2829,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16343,'Leo_Crown_Box','Leo Crown Box','Cash',20,10,true,'getitem 5588,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16344,'Leo_Diadem_Box','Leo Diadem Box','Cash',20,10,true,'getitem 5589,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16345,'F_Leo_Crown_Box','F Leo Crown Box','Cash',20,10,true,'getitem 5588,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16346,'F_Leo_Diadem_Box','F Leo Diadem Box','Cash',20,10,true,'getitem 5589,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16360,'Desert_Prince_Box','Desert Prince Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 5591,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16361,'FDesert_Prince_Box','FDesert Prince Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 5591,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16362,'Sigrun\'s_Wing_Box','Sigrun\'s Wing Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 5592,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16363,'FSigrun\'s_Wing_Box','FSigrun\'s Wing Box','Cash',10,true,100,true,true,true,true,true,true,true,'getitem 5592,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16368,'Virgo_Crown_Box','Virgo Crown Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5598,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16371,'Tw_Aug_Scroll','Tw Aug Scroll','Usable',20,10,true,'getgroupitem(IG_Tw_Aug_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16372,'F_Clover_Box_Mouth','F Clover Box Mouth','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_F_Clover_Box_Mouth);\n/*rentitem 4Leaf_Clover_In_Mouth,3600;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16374,'Mouth_Bubble_Gum_Box','Mouth Bubble Gum Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Mouth_Bubble_Gum_Box);\n/*rentitem Bubble_Gum_In_Mouth,3600;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16378,'Siege_Tele_Scroll_Box_30','Siege Teleport Scroll 30 Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14591,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16379,'Siege_Teleport_Scroll_Silver_10Box','Siege Teleport Scroll Silver 10Box','Cash',10,10,1,100,true,true,true,true,true,true,true,'getitem 12415,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16380,'Siege_Teleport_Scroll_Silver_30Box','Siege Teleport Scroll Silver 30Box','Cash',10,10,1,100,true,true,true,true,true,true,true,'getitem 12415,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16381,'WoE_Teleport_Scroll_100_Box','WoE Teleport Scroll 100 Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 12444,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16382,'WoE_Teleport_Scroll_30_Box','WoE Teleport Scroll 30 Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 12444,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16385,'F_Clover_Box_Mouth2','F Clover Box Mouth2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_F_Clover_Box_Mouth2);\n/*rentitem 4Leaf_Clover_In_Mouth,7200;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16386,'F_Clover_Box_Mouth4','F Clover Box Mouth4','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_F_Clover_Box_Mouth4);\n/*rentitem 4Leaf_Clover_In_Mouth,14400;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16389,'BGum_Box_In_Mouth2','BGum Box In Mouth2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_BGum_Box_In_Mouth2);\n/*rentitem Bubble_Gum_In_Mouth,7200;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16390,'BGum_Box_In_Mouth4','BGum Box In Mouth4','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_BGum_Box_In_Mouth4);\n/*rentitem Bubble_Gum_In_Mouth,14400;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16393,'HD_Ori_Box5','HD Oridecon 5 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 6240,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16394,'HD_Ori_Box10','HD Oridecon 10 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 6240,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16395,'HD_Elu_Box5','HD Elunium 5 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 6241,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16396,'HD_Elu_Box10','HD Elunium 10 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 6241,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16397,'Virgo_Diadem_Box','Virgo Diadem Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5599,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16398,'Virgo_Crown_Box_','Virgo Crown Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 5598,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16399,'Virgo_Diadem_Box_','Virgo Diadem Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 5599,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16405,'Midgard_Coin_Box_','Midgard Coin Box','Cash',20,10,true,100,true,true,true,true,true,true,true,true,'getitem 6242,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16406,'FMidgard_Coin_Box','FMidgard Coin Box','Cash',20,10,true,100,true,true,true,true,true,true,true,true,'getitem 6242,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16409,'Tw_Sep_Scroll','Tw Sep Scroll','Usable',20,10,true,'getgroupitem(IG_Tw_Sep_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16410,'Chung_Hairband_Box','Chung Hairband Box','Cash',20,10,true,'getitem 5609,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16411,'FChung_Hairband_Box','FChung Hairband Box','Cash',20,10,true,'getitem 5609,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16412,'Ice_Wing_Ear_Box','Ice Wing Ear Box','Cash',20,10,true,'getitem 5610,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16413,'FIce_Wing_Ear_Box','FIce Wing Ear Box','Cash',20,10,true,'getitem 5610,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16414,'Turtle_Hat_Box','Turtle Hat Box','Cash',20,10,true,'getitem 5611,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16415,'FTurtle_Hat_Box','FTurtle Hat Box','Cash',20,10,true,'getitem 5611,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16418,'Giant_Fly_Wing_Box_500','Giant Fly Wing Box 500','Usable',20,1,'getitem 12212,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16419,'Greed_Scroll_Box_30','Greed Scroll Box 30','Usable',20,1,'getitem 14529,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16420,'Adventurer_Pack','Adventurer Pack','Usable',20,1,'getitem 12208,10;\ngetitem 12210,10;\ngetitem 12216,20;\ngetitem 12215,20;\ngetitem 7621,10;\ngetitem 12209,10;\ngetitem 12211,5;\ngetitem 12445,10;\ngetitem 12446,10;\ngetitem 12447,10;\ngetitem 12448,10;\ngetitem 12449,10;\ngetitem 12450,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16421,'Written_Oath_Of_Marriage_Box','Written Oath Of Marriage Box','Usable',20,1,'getitem 6026,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16422,'Magestic_Goat_Box_','Magestic Goat Box','Usable',20,1,'rentitem 5280,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16423,'Episode_13.1_Key_Package','Episode 13.1 Key Package','Usable',20,1,'getitem 7782,1;\ngetitem 12208,2;\ngetitem 14582,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16424,'Executioner_Box_','Executioner Box','Usable',20,1,'rentitem 1174,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16425,'Cutlus_Box','Cutlus Box','Usable',20,1,'rentitem 13402,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16426,'Moonlight_Dagger_Box','Moonlight Dagger Box','Usable',20,1,'rentitem 13026,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16427,'Wrench_Box','Wrench Box','Usable',20,1,'rentitem 1534,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16428,'Solar_Sword_Box_','Solar Sword Box','Usable',20,1,'rentitem 13403,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16429,'Tomahawk_Box_','Tomahawk Box','Usable',20,1,'rentitem 1374,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16430,'Rudra_Bow_Box','Rudra Bow Box','Usable',20,1,'rentitem 1729,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16431,'Pole_Axe_Box_','Pole Axe Box','Usable',20,1,'rentitem 1419,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16436,'Libra_Crown_Box','Libra Crown Box','Cash',20,10,true,'getitem 5662,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16437,'Libra_Crown_Box_','Libra Crown Box','Cash',20,10,'getitem 5662,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16438,'Libra_Diadem_Box','Libra Diadem Box','Cash',20,10,true,'getitem 5663,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16439,'Libra_Diadem_Box_','Libra Diadem Box','Cash',20,10,'getitem 5663,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16440,'Filir_Wing_Box','Filir Wing Box','Cash',20,10,true,'getitem 5664,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16446,'Tw_October_Scroll','Tw October Scroll','Usable',20,10,true,'getgroupitem(IG_Tw_October_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16447,'Scorpio_Crown_Box','Scorpio Crown Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5676,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16448,'Scorpio_Diadem_Box','Scorpio Diadem Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5677,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16449,'Scorpio_Crown_Box_','Scorpio Crown Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 5676,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16450,'FScorpio_Diadem_Box','FScorpio Diadem Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5677,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16456,'My_Scroll1','My Scroll1','Usable',20,10,true,'getgroupitem(IG_My_Scroll1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16457,'Tw_Nov_Scroll','Tw Nov Scroll','Usable',20,10,true,'getgroupitem(IG_Tw_Nov_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16461,'Red_Wing_Hat_Box','Red Wing Hat Box','Cash',20,10,true,'getitem 5690,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16462,'FRed_Wing_Hat_Box','FRed Wing Hat Box','Cash',20,10,true,'getitem 5690,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16466,'My_Scroll2','My Scroll2','Usable',20,10,true,'getgroupitem(IG_My_Scroll2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16481,'Small_Life_Potion_Box_10','Small Life Potion Box (10)','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 12516,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16483,'Abrasive_Box_10','Abrasive Box (10)','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 12514,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16503,'E_Insurance_Package','E Insurance Package','Cash',20,10,true,'getitem 12209,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16504,'Bubble_Gum_Box_10','Bubble Gum Box(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 12210,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16505,'Steamed_Tongue_Box_10','Steamed Tongue Box (10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12501,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16506,'Steamed_Desert_Scorpions_Box_10','Steamed Desert Scorpions Box (10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12502,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16507,'Dragon_Breath_Cocktail_Box_10','Dragon Breath Cocktail Box (10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12503,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16508,'Hwergelmir\'s_Tonic_Box_10','Hwergelmir\'s Tonic Box (10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12504,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16509,'Cooked_Nine_Tail_Box_10','Cooked Nine Tail Box (10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12505,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16510,'Immortal_Stew_Box_10','Immortal Stew Box (10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12506,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16514,'Blessing_Scroll_Box_10','Blessing Scroll Box (10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12522,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16515,'Increase_Agility_Scroll_Box_10','Increase Agility Scroll Box (10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 12523,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16542,'Xmas_Bless','Xmas Bless','Usable',20,10,true,'getgroupitem(IG_Xmas_Bless);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16543,'Snowman_Hat_Box','Snowman Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5738,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16544,'FSnowman_Hat_Box','FSnowman Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 5738,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16548,'Sagittarius_Crown_Box','Sagittarius Crown Box','Cash',20,10,true,'getitem 5739,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16549,'Sagittarius_Diadem_Box','Sagittarius Diadem Box','Cash',20,10,true,'getitem 5740,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16550,'Sagittarius_Crown_Box_','Sagittarius Crown Box','Cash',20,10,'getitem 5739,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16551,'Sagittarius_Diadem_Box_','Sagittarius Diadem Box','Cash',20,10,'getitem 5740,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16554,'Elven_Sunglasses_Box','Elven Sunglasses Box','Usable',20,1,'getitem 5245,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16555,'Pr_Reset_Stone_Box','Pr Reset Stone Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Pr_Reset_Stone_Box);*/\ngetitem 6320,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16556,'FPremium_Reset_Stone_Box','Reset Stone Box','Usable',20,10,true,'/*getgroupitem(IG_FPr_Reset_Stone_Box);*/\ngetitem 6320,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`script`) VALUES (16557,'CP_Helm_Scroll10','CP Helm Scroll10','Cash',10,true,'getitem 14517,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`script`) VALUES (16558,'CP_Shield_Scroll10','CP Shield Scroll10','Cash',10,true,'getitem 14518,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`script`) VALUES (16559,'CP_Armor_Scroll10','CP Armor Scroll10','Cash',10,true,'getitem 14519,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`script`) VALUES (16560,'CP_Weapon_Scroll10','CP Weapon Scroll10','Cash',10,true,'getitem 14520,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`) VALUES (16561,'CP_Scroll_Package','CP Scroll Package','Usable',10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16562,'Majestic_Devil_Scroll','Majestic Devil Scroll','Usable',20,10,true,'getgroupitem(IG_Majestic_Devil_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`script`) VALUES (16563,'BM100_Box_5','BM100 Box 5','Cash',10,true,'getitem 14533,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16565,'Capricorn_Crown_Box','Capricorn Crown Box','Cash',20,10,true,'getitem 5744,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16566,'Capricorn_Crown_Box_','Capricorn Crown Box','Cash',20,10,'getitem 5744,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16567,'Capricorn_Diadem_Box','Capricorn Diadem Box','Cash',20,10,true,'getitem 5745,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16568,'FCapricorn_Diadem_Box','FCapricorn Diadem Box','Cash',20,10,true,'getitem 5745,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16569,'Summer_Scroll','Summer Scroll','Usable',20,100,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (16571,'Rice_Ball_Hat_Box','Rice Ball Hat Box','Cash',10,10,1,'getitem 5575,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16576,'Illusion_Nothing','Illusion Nothing','Usable',20,10,true,'getgroupitem(IG_Illusion_Nothing);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16577,'Dragon_Captain','Dragon Captain','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16582,'Red_Bunny_Band_Box','Red Bunny Band Box','Cash',20,10,true,'getitem 5763,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16584,'Sloth_Hat_Box','Sloth Hat Box','Cash',20,10,true,'getitem 5761,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16585,'F_Sloth_Hat_Box','F Sloth Hat Box','Cash',20,10,true,'getitem 5761,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16586,'Duneyrr_Helm_Box','Duneyrr Helm Box','Cash',20,10,true,'getitem 5762,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16587,'F_Duneyrr_Helm_Box','F Duneyrr Helm Box','Cash',20,10,true,'getitem 5762,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16588,'Thoughtful_Hat_Box','Thoughtful Hat Box','Usable',20,10,'getitem callfunc("F_Rand",5336,5337,5338,5346,5339,5474),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16589,'Thoughtful_Hat_Box_','Thoughtful Hat Box','Usable',20,10,'getitem callfunc("F_Rand",5336,5337,5338,5346,5339,5474),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16590,'Thoughtful_Hat_Box__','Thoughtful Hat Box','Usable',20,10,'getitem callfunc("F_Rand",5336,5337,5338,5346,5339,5474),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (16598,'Activation_Potion_Box_II','Activation Potion Box II','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16600,'Spring_Flower_Scr_Tw','Spring Flower Scr Tw','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16601,'Blue_Arara_Hat_Box','Blue Arara Hat Box','Cash',20,10,true,'getitem 5778,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16602,'F_Blue_Arara_Hat_Box','F Blue Arara Hat Box','Cash',20,10,true,'getitem 5778,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (16603,'Drooping_Votto_Box','Drooping Votto Box','Cash',10,'/* getitem drooping votto hat,1; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (16604,'Drooping_Votto_Box_','Drooping Votto Box','Cash',10,'/* getitem drooping votto hat[1],1; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16606,'Tendrilrion_Hat_Box','Tendrilrion Hat Box','Cash',10,10,'getitem 5780,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16619,'Yellow_Bunnyband_Box','Yellow Bunnyband Box','Cash',20,10,true,'getitem 5783,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16620,'Yellow_Bunny_Headband_Box','Yellow Bunny Headband Box','Cash',10,10,'getitem 5783,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16622,'Pink_Bunny_Band_Box','Pink Bunny Band Box','Cash',10,10,'getitem 5784,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (16623,'Green_Bunny_Band_Box','Green Bunny Band Box','Cash',10,'getitem 5785,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16625,'Half_Asprika_box7','Half Asprika Box7','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 2566,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16628,'Brynhild_Box','Half Brynhild Box','Usable',20,47,100,true,true,true,true,true,true,true,'rentitem 15023,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16631,'Aributa_Scroll','Aributa Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16638,'Ribbon_Of_Life_Box','Life Ribbon Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Life_Ribbon_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16639,'Ribbon_Of_Life_Box2','Life Ribbon Box2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Life_Ribbon_Box2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16640,'Ribbon_Of_Life_Box3','Life Ribbon Box3','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Life_Ribbon_Box3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16652,'Flame_Light','Flame Light','Usable',20,10,true,'getgroupitem(IG_Flame_Light);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16653,'BM75_10Box','BM75 10Box','Cash',20,10,true,'getitem 12563,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16654,'Valiant_Will','Valiant Will','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16655,'Rapid_Life_Potion_10_Box','Rapid Life Potion 10 Box','Cash',10,10,1,100,true,true,true,true,true,true,true,'getitem 12578,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16658,'Rapid_Water_Box_10','Rapid Water Box(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 12578,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16659,'Zodiac_Diadem_Pack','Zodiac Diadem Box','Usable',20,1,'getitem callfunc("F_Rand",5545,5549,5569,5581,5589,5599,5663,5677,5740,5745,5512,5514),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16664,'Leo_Scroll','Leo Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16665,'Virgo_Scroll','Virgo Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16666,'Magic_Candy_Box10','Magic Candy Box10','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Magic_Candy_Box10);\n/*getitem Magic_Candy,10;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (16668,'Kotak_Ketupat_Warna_Warni','Kotak Ketupat Warna Warni','Cash',10,10,1,'rentitem 2869,20160000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16670,'Field_Manual_Box_A','Field Manual Box A','Usable',20,10,'getitem 14532,10;\nif (!rand(10))\n getitem callfunc("F_Rand",603,617),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16673,'Libra_Scroll','Libra Scroll','Usable',20,10,true,'getgroupitem(IG_Libra_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16675,'Splash_Scroll','Splash Scroll','Usable',20,10,true,'getgroupitem(IG_Splash_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16676,'Zodiac_Crown_Pack','Zodiac Crown Box','Usable',20,10,'getitem callfunc("F_Rand",5546,5550,5570,5582,5588,5598,5662,5676,5739,5744,5513,5515),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16677,'Universal_Catalog_Gold_Box10','Universal Catalog Gold 10 Box','Usable',10,100,true,true,true,true,true,true,true,'getitem 12581,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16678,'Universal_Catalog_Gold_Box50','Universal Catalog Gold 50 Box','Usable',10,100,true,true,true,true,true,true,true,'getitem 12581,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16679,'Universal_Catalog_Gold_Box10_','Universal Catalog Gold 10 Box','Usable',10,100,true,true,true,true,true,true,true,'getitem 12581,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16680,'Universal_Catalog_Gold_Box50_','Universal Catalog Gold 50 Box','Usable',10,100,true,true,true,true,true,true,true,'getitem 12581,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16681,'BR_Independence_Scroll','BR Independence Scroll','Usable',20,10,true,'getgroupitem(IG_BR_Independence_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16682,'Boarding_Halter_Box','Boarding Halter Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Boarding_Halter_Box);\n/*rentitem 12622,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16683,'B_Halter_Box_30Days','B Halter Box 30Days','Usable',20,10,true,100,true,true,true,true,true,true,true,'rentitem 12622,2592000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`script`) VALUES (16684,'Wing_Of_Fly_Box10','Wing Of Fly Box10','Usable',20,true,'getitem 601,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`script`) VALUES (16685,'Wing_Of_Fly_Box50','Wing Of Fly Box50','Usable',20,true,'getitem 601,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`script`) VALUES (16686,'Wing_Of_Fly_Box100','Wing Of Fly Box100','Usable',20,true,'getitem 601,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16687,'RWC2010_SuitcaseA','RWC2010 SuitcaseA','Usable',20,10,true,'getgroupitem(IG_RWC2010_SuitcaseA);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16688,'RWC2010_SuitcaseB','RWC2010 SuitcaseB','Usable',20,10,true,'getgroupitem(IG_RWC2010_SuitcaseB);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (16691,'Scorpius_Scroll','Scorpius Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16692,'Alice_Hat_Box','Alice Hat Box','Usable',20,10,'getitem 5137,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16693,'Crescent_Helm_Box','Crescent Helm Box','Usable',20,10,'getitem 5142,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16694,'Crescent_Helm_Box_','Crescent Helm Box','Usable',20,10,'getitem 5142,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16695,'Dragon_Skull_Box','Dragon Skull Box','Usable',20,10,'getitem 5292,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16696,'Dragon_Skull_Box_','Dragon Skull Box','Usable',20,10,'getitem 5292,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16697,'Drooping_Bunny_Box','Drooping Bunny Box','Usable',20,10,'getitem 5290,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16698,'Drooping_Bunny_Box_','Drooping Bunny Box','Usable',20,10,'getitem 5290,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16699,'Evolved_Blue_Fish_Box','Evolved Blue Fish Box','Usable',20,10,'getitem 5222,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16701,'Evolved_Pair_of_Red_Ribbon_Box','Evolved Pair of Red Ribbon Box','Usable',20,10,'getitem 5221,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16702,'Evolved_Pair_of_Red_Ribbon_Box_','Evolved Pair of Red Ribbon Box','Usable',20,10,'getitem 5221,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16703,'Evolved_Pipe_Box','Evolved Pipe Box','Usable',20,10,'getitem 5220,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16704,'Evolved_Pipe_Box_','Evolved Pipe Box','Usable',20,10,'getitem 5220,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16705,'Hibiscus_Box','Hibiscus Box','Usable',20,10,'getitem 5139,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16706,'Hibiscus_Box_','Hibiscus Box','Usable',20,10,'getitem 5139,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16707,'Jumping_Poring_Box','Jumping Poring Box','Usable',20,10,'getitem 5335,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16708,'Jumping_Poring_Box_','Jumping Poring Box','Usable',20,10,'getitem 5335,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16709,'Kettle_Hat_Box','Kettle Hat Box','Usable',20,10,'getitem 5291,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16710,'Kettle_Hat_Box_','Kettle Hat Box','Usable',20,10,'getitem 5291,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16711,'Magic_Eyes_Box','Magic Eyes Box','Usable',20,10,'getitem 5138,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16712,'Magic_Eyes_Box_','Magic Eyes Box','Usable',20,10,'getitem 5138,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16713,'Mini_Propeller_Box','Mini Propeller Box','Usable',20,10,'getitem 5226,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16714,'Mini_Propeller_Box_','Mini Propeller Box','Usable',20,10,'getitem 5226,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16715,'Puppy_Hat_Box','Puppy Hat Box','Usable',20,10,'getitem 5182,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16716,'Puppy_Hat_Box_','Puppy Hat Box','Usable',20,10,'getitem 5182,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16717,'Sheep_Hat_Box','Sheep Hat Box','Usable',20,10,'getitem 5133,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16718,'Sheep_Hat_Box_','Sheep Hat Box','Usable',20,10,'getitem 5133,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16719,'Tiger_Mask_Box_','Tiger Mask Box','Usable',20,10,'getitem 5098,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16720,'Tiger_Mask_Box__','Tiger Mask Box','Usable',20,10,'getitem 5098,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16721,'Vaccation_Hat_Box','Vacation Hat Box','Usable',20,10,'getitem 5629,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16722,'Vane_Hairpin_Box','Vane Hairpin Box','Usable',20,10,'getitem 5285,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16723,'Vane_Hairpin_Box_','Vane Hairpin Box','Usable',20,10,'getitem 5285,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16724,'Vanilmirth_Hat_Box','Vanilmirth Hat Box','Usable',20,10,'getitem 5289,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16725,'Vanilmirth_Hat_Box_','Vanilmirth Hat Box','Usable',20,10,'getitem 5289,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16726,'Water_Lily_Crown_Box','Water Lily Crown Box','Usable',20,10,'getitem 5284,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16727,'Water_Lily_Crown_Box_','Water Lily Crown Box','Usable',20,10,'getitem 5284,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16728,'Pink_Beanie_Hat_Box','Pink Beanie Hat Box','Usable',20,10,'getitem 5237,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16729,'Pink_Beanie_Hat_Box_','Pink Beanie Hat Box','Usable',20,10,'getitem 5237,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16730,'Green_Ribbon_Box','Green Ribbon Box','Usable',20,10,'getitem 5193,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16731,'Green_Ribbon_Box_','Green Ribbon Box','Usable',20,10,'getitem 5193,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16732,'Gray_Deviruchi_Hat_Box','Gray Deviruchi Hat Box','Usable',20,10,'getitem 5229,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16733,'Gray_Deviruchi_Hat_Box_','Gray Deviruchi Hat Box','Usable',20,10,'getitem 5229,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16734,'Blue_Drooping_Cat_Box','Blue Drooping Cat Box','Usable',20,10,'getitem 5233,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16735,'Blue_Drooping_Cat_Box_','Blue Drooping Cat Box','Usable',20,10,'getitem 5233,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16736,'Fantastic_Wig_Box','Fantastic Wig Box','Usable',20,10,'getitem 5276,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16737,'Fantastic_Wig_Box_','Fantastic Wig Box','Usable',20,10,'getitem 5276,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16738,'Yellow_Mage_Hat_Box','Yellow Mage Hat Box','Usable',20,10,'getitem 5242,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (16739,'Yellow_Mage_Hat_Box_','Yellow Mage Hat Box','Usable',20,10,'getitem 5242,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16740,'Ptotection_Seagod_Box','The Sea God\'s Call 23 Hour Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'rentitem 6436,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16741,'Hairtail_Box1','Cutlass 1 Hour Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Hairtail_Box1);*/\nrentitem 1198,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16742,'Hairtail_Box2','Cutlass 7 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Hairtail_Box2);*/\nrentitem 1198,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16743,'Spearfish_Box1','Marlin 1 Hour Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Spearfish_Box1);*/\nrentitem 1489,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16744,'Spearfish_Box2','Marlin 7 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Spearfish_Box2);*/\nrentitem 1489,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16745,'Saurel_Box1','Pompano 1 Hour Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Saurel_Box1);*/\nrentitem 13068,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16746,'Saurel_Box2','Pompano 7 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Saurel_Box2);*/\nrentitem 13068,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16747,'Tuna_Box1','Tuna 1 Hour Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Tuna_Box1);*/\nrentitem 16016,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16748,'Tuna_Box2','Tuna 7 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Tuna_Box2);*/\nrentitem 16016,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16749,'Malang_Crab_Box1','Malangdo Crab 1 Hour Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Malang_Crab_Box1);*/\nrentitem 18107,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16750,'Malang_Crab_Box2','Malangdo Crab 7 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Malang_Crab_Box2);*/\nrentitem 18107,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16751,'Brindle_Eel_Box1','Zebra Eel 1 Hour Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Brindle_Eel_Box1);*/\nrentitem 18108,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16752,'Brindle_Eel_Box2','Zebra Eel 7 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Brindle_Eel_Box2);*/\nrentitem 18108,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16753,'Unbreak_Weap_Box','Unbreakable Weapon Box','Usable',20,10,true,'getitem 6438,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16754,'F_Unbreak_Weap_Box','Unbreakable Weapon Box','Usable',20,10,true,'getitem 6438,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16755,'Unbreak_Def_Box','Unbreakable Armor Box','Usable',20,10,true,'getitem 6439,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (16756,'F_Unbreak_Def_Box','Unbreakable Armor Box','Usable',20,10,true,'getitem 6439,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16757,'Hallo_Scroll','Hallo Scroll','Usable',20,10,true,'getgroupitem(IG_Hallo_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16760,'Umbala_Spirit_Box2','Umbala Spirit Box2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Umbala_Spirit_Box2);\n/*rentitem Umbala_Spirit,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16761,'F_Umbala_Spirit_Box2','F Umbala Spirit Box2','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_F_Umbala_Spirit_Box2);\n/*rentitem Umbala_Spirit,604800;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16763,'Ptotection_Seagod_Box2','The Sea God\'s Call 7 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Ptotection_Seagod_Box2);*/\nrentitem 6436,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16764,'Ptotection_Seagod_Box3','The Sea God\'s Call 15 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Ptotection_Seagod_Box3);*/\nrentitem 6436,1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16765,'Octo_Hstick_Box','Octopus Hunting Skewer 23 Hour Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Octo_Hstick_Box);*/\nrentitem 6442,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16766,'Octo_Hstick_Box2','Octopus Hunting Skewer 3 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Octo_Hstick_Box2);*/\nrentitem 6442,259200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16767,'Octo_Hstick_Box3','Octopus Hunting Skewer 7 Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Octo_Hstick_Box3);*/\nrentitem 6442,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16770,'Silvervine_Fruit_Box10','Silvervine 10 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Silvervine_Fruit_Box10);*/\ngetitem 6417,10;\ngetitem 12636,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16771,'Silvervine_Fruit_Box40','Silvervine 40 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Silvervine_Fruit_Box40);*/\ngetitem 6417,40;\ngetitem 12636,120;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16774,'Asgard_Scroll','Asgard Scroll','Usable',20,10,true,'getgroupitem(IG_Asgard_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16775,'Sagittarius_Scroll','Sagittarius Scroll','Usable',20,10,true,'getgroupitem(IG_Sagittarius_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16776,'Universal_Catalog_Gold_Box10__','Universal Catalog Gold 10 Box','Usable',10,100,true,true,true,true,true,true,true,'getitem 12581,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16777,'Universal_Catalog_Gold_Box50__','Universal Catalog Gold 50 Box','Usable',10,100,true,true,true,true,true,true,true,'getitem 12581,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (16821,'Dungeon_Teleport_Scroll_Box_5','Dungeon Teleport Scroll Box(5)','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (16822,'Dungeon_Teleport_Scroll_Box_10','Dungeon Teleport Scroll Box(10)','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16826,'Sagittarius_Scr_Box','Sagittarius Scr Box','Usable',20,10,true,'getgroupitem(IG_Sagittarius_Scr_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (16837,'Dungeon_Teleport_Scroll_II_Box_5','Dungeon Teleport Scroll II Box(5)','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (16838,'Dungeon_Teleport_Scroll_II_Box_10','Dungeon Teleport Scroll II Box(10)','Usable',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16864,'Siege_Map_Teleport_Scroll_Box_10','Siege Map Teleport Scroll Box(10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14591,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16865,'Siege_Map_Teleport_Scroll_Box_30','Siege Map Teleport Scroll Box(30)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14591,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16866,'Siege_Map_Teleport_Scroll_II_Box_10','Siege Map Teleport Scroll II Box(10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14591,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16867,'Siege_Map_Teleport_Scroll_II_Box_30','Siege Map Teleport Scroll II Box(30)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 14591,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16972,'Weather_Report_Box','Weather Report Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Weather_Report_Box);*/\ngetitem 19507,1;\ngetitem 19518,1;\ngetitem 19520,1;\ngetitem 19519,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16973,'Yellow_Hat_Box','Yellow Hat Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 19515,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16974,'Comin_Actor_Box','Comin Actor Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Comin_Actor_Box);*/\ngetitem 19514,1;\ngetitem 19521,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16975,'Singing_Bird_Box','Singing Bird Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 19516,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16976,'Hen_Set_Box','Hen Set Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Hen_Set_Box);*/\ngetitem 19513,1;\ngetitem 19517,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16977,'Red_Minicrown_Box','Red Minicrown Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 19522,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16979,'Silvervine_Fruit_Box4','Silvervine 4 Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Silvervine_Fruit_Box4);*/\ngetitem 6417,4;\ngetitem 12636,12;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16990,'Sagittar_Diadem_Scroll','Sagittar Diadem Scroll','Usable',20,10,true,'getgroupitem(IG_Sagittar_Diadem_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16991,'Sagittar_Di_Scroll_Box','Sagittar Di Scroll Box','Usable',20,10,true,'getgroupitem(IG_Sagittar_Di_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`script`) VALUES (16992,'Butterfly_Wing_Box20','Butterfly Wing Box20','Cash',20,true,'getitem 602,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`script`) VALUES (16993,'Butterfly_Wing_Box50','Butterfly Wing Box50','Cash',20,true,'getitem 602,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (16995,'Old_Hat_Box','Old Hat Box','Cash',20,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16996,'Capri_Crown_Scroll','Capri Crown Scroll','Usable',20,10,true,'getgroupitem(IG_Capri_Crown_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (16997,'Capri_Crown_Scroll_Box','Capri Crown Scroll Box','Usable',20,10,true,'getgroupitem(IG_Capri_Crown_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16998,'Archangel_Wing_Box','Archangel Wings Box','Usable',10,true,100,true,true,true,true,true,true,true,'getitem 2573,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (16999,'Bravery_Bag_Box','Bravery Bag Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2576,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17000,'Wander_Man_Box5','Wander Man Box5','Cash',20,10,true,'getitem 12626,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17001,'Wander_Man_Box10','Wander Man Box10','Cash',20,10,true,'getitem 12626,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17002,'Wicked_Nymph_Box5','Wicked Nymph Box5','Cash',20,10,true,'getitem 12627,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17003,'Wicked_Nymph_Box10','Wicked Nymph Box10','Cash',20,10,true,'getitem 12627,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17004,'Kasa_Scroll_Box5','Kasa Scroll Box5','Cash',20,10,true,'getitem 12628,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17005,'Kasa_Scroll_Box10','Kasa Scroll Box10','Cash',20,10,true,'getitem 12628,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17006,'Salamander_Box5','Salamander Box5','Cash',20,10,true,'getitem 12629,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17007,'Salamander_Box10','Salamander Box10','Cash',20,10,true,'getitem 12629,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17008,'Teddy_Bear_Box5','Teddy Bear Box5','Cash',20,10,true,'getitem 12630,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17009,'Teddy_Bear_Box10','Teddy Bear Box10','Cash',20,10,true,'getitem 12630,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17011,'Capricon_Di_Scroll','Capricon Di Scroll','Usable',20,10,true,'getgroupitem(IG_Capricon_Di_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17012,'Capricon_Di_Scroll_Box','Capricon Di Scroll Box','Usable',20,10,true,'getgroupitem(IG_Capricon_Di_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17013,'Malang_Woe_Encard_Box','Malang Woe Encard Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'/*getgroupitem(IG_Malang_Woe_Encard_Box);*/\ngetitem 16740,1;\ngetitem 16765,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17014,'Butterfly_ear_Box','Butterfly ear Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 19509,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17015,'Stuckhead_Screw_Box','Stuckhead Screw Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 19510,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17016,'Aquarius_Diadem_Scroll','Aquarius Diadem Scroll','Usable',20,10,true,'getgroupitem(IG_Aquarius_Diadem_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17017,'Aquarius_Di_Scroll_Box','Aquarius Di Scroll Box','Usable',20,10,true,'getgroupitem(IG_Aquarius_Di_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17018,'Libra_Scroll2','Libra Scroll2','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17019,'Scorpio_Scroll2','Scorpio Scroll2','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17020,'Tw_Nov_Scroll2','Tw Nov Scroll2','Usable',20,10,true,'getgroupitem(IG_Tw_Nov_Scroll2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17021,'Summer_Scroll3','Summer Scroll3','Usable',20,100,true,'getgroupitem(IG_Summer_Scroll3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17022,'Super_Pet_Egg1_2','Super Pet Egg1 2','Usable',20,10,true,'getgroupitem(IG_Super_Pet_Egg1_2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17023,'Super_Pet_Egg4_2','Super Pet Egg4 2','Usable',20,10,true,'getgroupitem(IG_Super_Pet_Egg4_2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17024,'Lovely_Aquarius_Scroll','Lovely Aquarius Scroll','Usable',20,10,true,'getgroupitem(IG_Lovely_Aquarius_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17025,'Lovely_Aquarius_Box','Lovely Aquarius Box','Usable',20,10,true,'getgroupitem(IG_Lovely_Aquarius_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17026,'Boitata_Scroll','Boitata Scroll','Usable',20,10,true,'getgroupitem(IG_Boitata_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17028,'Pisces_Diadem_Scroll','Pisces Diadem Scroll','Usable',20,10,true,'getgroupitem(IG_Pisces_Diadem_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17029,'Pisces_Diadem_Box_','Pisces Diadem Box','Usable',20,10,true,'getgroupitem(IG_Pisces_Diadem_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17030,'St_Pat_Hat_box','St Pat Hat box','Cash',20,100,true,'getitem 18565,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17035,'Energetic_Pisces_Scroll','Energetic Pisces Scroll','Usable',20,10,true,'getgroupitem(IG_Energetic_Pisces_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17036,'Energetic_Pisces_Box','Energetic Pisces Box','Usable',20,10,true,'getgroupitem(IG_Energetic_Pisces_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17037,'Trans_Box_Devi','Trans Box Devi','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 12658,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17038,'Trans_Box_Ray_Arch','Trans Box Ray Arch','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 12659,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17039,'Trans_Box_Mavka','Trans Box Mavka','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 12660,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17040,'Trans_Box_Marduk','Trans Box Marduk','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 12661,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17041,'Trans_Box_Banshee','Trans Box Banshee','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 12662,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17042,'Trans_Box_Poring','Trans Box Poring','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 12663,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17043,'Trans_Box_Golem','Trans Box Golem','Usable',20,10,true,100,true,true,true,true,true,true,true,'getitem 12664,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17050,'Aries_Scroll_','Aries Scroll','Usable',20,10,true,'getgroupitem(IG_Aries_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17051,'Aries_Scroll_Box','Aries Scroll Box','Usable',20,10,true,'getgroupitem(IG_Aries_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17052,'Holy_Mom_Blaze_Box','Holy Mom Blaze Box','Cash',20,10,true,'getitem 6472,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17056,'Wiz_Card_Album','Wiz Card Album','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17057,'Swordman_Card_Album','Swordman Card Album','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17058,'Thief_Card_Album','Thief Card Album','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17059,'Acolyte_Card_Album','Acolyte Card Album','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17060,'Merchant_Card_Album','Merchant Card Album','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17061,'Archer_Card_Album','Archer Card Album','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17062,'Taurus_Diadem_Scroll','Taurus Diadem Scroll','Usable',20,10,true,'getgroupitem(IG_Taurus_Diadem_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17063,'Taurus_Di_Scroll_Box','Taurus Di Scroll Box','Usable',20,10,true,'getgroupitem(IG_Taurus_Di_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17064,'Tw_Sagitt_Scroll','Tw Sagitt Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17066,'Poison_Bottle_Box50','Poison Bottle Box50','Cash',20,10,true,'getitem 678,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17067,'Poison_Bottle_Box100','Poison Bottle Box100','Cash',20,10,true,'getitem 678,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17068,'Acidbomb_Box50','Acidbomb Box50','Usable',20,10,true,'getitem 7135,50;\ngetitem 7136,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17069,'Acidbomb_Box100','Acidbomb Box100','Usable',20,10,true,'getitem 7135,100;\ngetitem 7136,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17070,'Acidbomb_Box500','Acidbomb Box500','Usable',20,10,true,'getitem 7135,500;\ngetitem 7136,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17071,'Superb_Fish_Box50','Superb Fish Box50','Cash',20,10,true,'getitem 14524,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17072,'Superb_Fish_Box100','Superb Fish Box100','Cash',20,10,true,'getitem 14524,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17073,'Superb_Fish_Box500','Superb Fish Box500','Cash',20,10,true,'getitem 14524,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17074,'Empty_Bottle_Box10','Empty Bottle Box10','Cash',20,10,true,'getitem 713,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17075,'Empty_Bottle_Box100','Empty Bottle Box100','Cash',20,10,true,'getitem 713,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17076,'Empty_Bottle_Box500','Empty Bottle Box500','Cash',20,10,true,'getitem 713,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17077,'Taurus_Crown_Scroll','Taurus Crown Scroll','Usable',20,10,true,'getgroupitem(IG_Taurus_Crown_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17078,'Taurus_Crown_Scroll_Box','Taurus Crown Scroll Box','Usable',20,10,true,'getgroupitem(IG_Taurus_Crown_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17079,'Indonesia_Box2','Indonesia Box2','Cash',20,10,true,'getitem 602,5;\ngetitem 601,50;\ngetitem 12118,3;\ngetitem 12119,3;\ngetitem 12120,3;\ngetitem 12121,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17080,'Scorpio_Scroll3','Scorpio Scroll3','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17081,'Yggdrasil_Crown_Box','Yggdrasil Crown Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 18580,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17082,'Gemi_Diadem_Scroll','Gemi Diadem Scroll','Usable',20,10,true,'getgroupitem(IG_Gemi_Diadem_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17083,'Gemi_Diadem_Scroll_Box','Gemi Diadem Scroll Box','Usable',20,10,true,'getgroupitem(IG_Gemi_Diadem_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17084,'Upg_Katar_Box','Upg Katar Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1292,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17085,'Upg_Two_Handed_Axe_Box','Upg Two Handed Axe Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1394,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17086,'Upg_Lance_Box','Upg Lance Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1491,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17087,'Upg_Book_Box','Upg Book Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 1585,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17088,'Upg_Staff_Box','Upg Staff Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2015,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17089,'Upg_Dagger_Box','Upg Dagger Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13071,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17090,'Upg_Revolver_Box','Upg Revolver','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 13115,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17091,'Upg_Mace_Box','Upg Mace Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 16019,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17092,'Upg_Bow_Box','Upg Bow Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 18112,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17093,'Upg_Twohand_Sword_Box','Upg Two-Handed Sword Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 21000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17094,'Upg_Katar_Box2','Upg Katar Box','Cash',20,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17095,'Upg_Two_Handed_Axe_Box2','Upg Two-Hand Axe Box2','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17096,'Upg_Lance_Box2','Upg Lance Box2','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17097,'Upg_Book_Box2','Upg_Book_Box2','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17098,'Upg_Staff_Box2','Upg_Staff_Box2','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17099,'Upg_Dagger_Box2','Upg_Dagger_Box2','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17100,'Upg_Revolver_Box2','Upg_Revolver_Box2','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17101,'Upg_Mace_Box2','Upg_Mace_Box2','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17102,'Upg_Bow_Box2','Upg_Bow_Box2','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17103,'Upg_Twohand_Sword_Box2','Upg_Twohand_Sword_Box2','Cash',20,10,true,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17104,'HD_Oridecon_50Box','HD Oridecon 50 Box','Cash',20,10,true,'getitem 6240,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17105,'HD_Elunium_50Box','HD Elunium 50 Box','Cash',20,10,true,'getitem 6241,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17106,'Max_Weight_Up_10Box','Heavy Lifter Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 7776,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17107,'Gemi_Crown_Scroll','Gemi Crown Scroll','Cash',20,10,true,'getgroupitem(IG_Gemi_Crown_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17108,'Gemi_Crown_Scroll_Box','Gemi Crown Scroll Box','Cash',20,10,true,'getgroupitem(IG_Gemi_Crown_Scroll_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17109,'Capri_Scroll','Capri Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17110,'Aquarius_Scroll','Aquarius Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17113,'Pisces_Scroll','Pisces Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17114,'Horn_Of_Ancient_Box','Horn Of Ancient Box','Cash',20,10,true,'getitem 18595,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17115,'Sprout_Hat_Box','Sprout Hat Box','Cash',20,10,true,'getitem 18596,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17116,'Mercury_Helm_Box','Mercury Helm Box','Cash',20,10,true,'getitem 18597,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17117,'Aries_Scroll','Aries Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17118,'ASPD_Potion_Box10','ASPD Enhanced Potion Box','Cash',20,true,100,true,true,true,true,true,true,true,'getitem 12684,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17120,'Taurus_Scroll','Taurus Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17121,'Starry_Scroll','Starry Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17122,'Immuned_Shield_Box','Immuned Shield Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2168,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17123,'Black_Devil_Mask_Box','Black Devil Mask Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 18599,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17124,'Cat_Ears_Beret_Box','Cat Ears Beret Box','Cash',20,10,true,'getitem 18600,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17125,'Red_Bread_Hat_Box','Red Bread Hat Box','Cash',20,10,true,'getitem 18601,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17126,'ASPD_Potion_Box10_2','ASPD Enhanced Potion Box','Cash',20,true,100,true,true,true,true,true,true,true,'getitem 12684,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17127,'Leo_Scroll2','Leo Scroll2','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17134,'RWC_Scroll','RWC Scroll','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17138,'Ms_Cancer_Scroll','Ms Cancer Scroll','Usable',20,10,true,'getgroupitem(IG_Ms_Cancer_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17139,'RWC_Super_Scroll','RWC Super Scroll','Usable',20,10,true,'getgroupitem(IG_RWC_Super_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17140,'Leo_Scroll_','Leo Scroll','Usable',20,10,true,'getgroupitem(IG_Leo_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17141,'Ms_Virgo_Scroll','Ms Virgo Scroll','Usable',20,10,true,'getgroupitem(IG_Ms_Virgo_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17143,'Ms_Scorpio_Scroll','Ms Scorpio Scroll','Usable',20,10,true,'getgroupitem(IG_Ms_Scorpio_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17146,'Dep_Alice_Hat_Box','Dep Alice Hat Box','Cash',20,10,true,'getitem 18630,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17147,'Ribbon_Chef_Hat_Box','Ribbon Chef Hat Box','Cash',20,10,true,'getitem 18631,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17152,'Bridal_Ribbon_Box','Bridal Ribbon Box','Cash',20,10,true,'getitem 18636,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17155,'Upg_Huuma_Shuriken_Box','Upg Huuma Shuriken Box','Usable',true,100,true,true,true,true,true,true,true,'rentitem 13316,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`script`) VALUES (17156,'TCG_Card_Scroll','Bossnia Ticket Scroll','Usable',20,true,'getgroupitem(IG_TCG_Card_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17157,'Vital_Flower_Box','Vital Flower Box','Cash',20,10,true,'getitem 6113,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17158,'Flame_Gemstone_Box','Flame Gemstone Box','Cash',20,10,true,'getitem 6114,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17159,'Change_Name_Card_Box','Name Change Box','Cash',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17160,'Character_Name_Change_Card_Box','Character Name Change Card Box','Cash',20,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17162,'Boarding_Halter_Box7','Boarding Halter Box7','Cash',10,true,100,true,true,true,true,true,true,true,'rentitem 12622,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17165,'Challenge_Kit','Challenge Kit','Usable',20,10,true,'getgroupitem(IG_Challenge_Kit);\n/*getitem Blessing_10_Scroll,20; getitem Inc_Agi_10_Scroll,20;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17176,'Boarding_Halter_Box3','Halter Lead Box[Trial]','Cash',20,true,100,true,true,true,true,true,true,true,'rentitem 12622,259200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17181,'Jan_Groove_Box','Jan Groove Box','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_uniqueid`,`script`) VALUES (17184,'3rd_Test_Pass_Box','3rd Test Pass Box','Cash',true,'getitem 6583,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`) VALUES (17203,'Free_Pass_Box','Free Pass Box','Usable',20,10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17204,'Shining_Egg','Shining Egg','Cash',10,10,1,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Shining_Egg);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`script`) VALUES (17207,'Idn_Heart_Scroll','Idn Heart Scroll','Usable',20,10,true,'getgroupitem(IG_Idn_Heart_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17209,'Tw_Rainbow_Scroll','Tw Rainbow Scroll','Usable',20,10,true,'getgroupitem(IG_Tw_Rainbow_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17210,'Tw_Red_Scroll','Tw Red Scroll','Usable',20,10,true,'getgroupitem(IG_Tw_Red_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17211,'Tw_Orange_Scroll','Tw Orange Scroll','Usable',20,10,true,'getgroupitem(IG_Tw_Orange_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17212,'Tw_Yellow_Scroll','Tw Yellow Scroll','Usable',20,10,true,'getgroupitem(IG_Tw_Yellow_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17226,'Infinite_Concentration_Potion_','Infinite Concentration Potion','Cash',10,10,100,true,true,true,true,true,true,true,'rentitem 12884,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17227,'Infinite_Awakening_Potion_','Infinite Awakening Potion','Cash',10,10,100,true,true,true,true,true,true,true,'rentitem 12885,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17228,'Infinite_Berserk_Potion_','Infinite Berserk Potion','Cash',10,10,100,true,true,true,true,true,true,true,'rentitem 12886,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17229,'Infinite_Flywing_Box','Infinite Flywing Box','Cash',10,10,100,true,true,true,true,true,true,true,'rentitem 12887,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (17230,'Valerian_Scroll','Valerian Egg','Cash',10,10,1,'getgroupitem(IG_Valerian_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17231,'Refinement_Ore_Box','Refinement Ore Box','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 7619,1;\ngetitem 7620,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17232,'Refinement_Box_7','Refinement box(7)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 6230,1;\ngetitem 6234,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17233,'Scroll_Of_Death','Scroll Of Death','Usable',20,10,true,'getgroupitem(IG_Scroll_Of_Death);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17234,'Scroll_Of_Life','Scroll Of Life','Usable',20,10,true,'getgroupitem(IG_Scroll_Of_Life);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17235,'Scroll_Of_Magic','Scroll Of Magic','Usable',20,10,true,'getgroupitem(IG_Scroll_Of_Magic);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17236,'Scroll_Of_Thews','Scroll Of Thews','Usable',20,10,true,'getgroupitem(IG_Scroll_Of_Thews);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17237,'Scroll_Of_Darkness','Scroll Of Darkness','Usable',20,10,true,'getgroupitem(IG_Scroll_Of_Darkness);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17238,'Scroll_Of_Holiness','Scroll Of Holiness','Usable',20,10,true,'getgroupitem(IG_Scroll_Of_Holiness);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17239,'Horned_Scroll','Horned Scroll','Usable',20,10,true,'getgroupitem(IG_Horned_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17240,'Mercury_Scroll','Mercury Scroll','Usable',20,10,true,'getgroupitem(IG_Mercury_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17241,'Amistr_Cap_Box','Amistir Cap Box','Usable',10,10,4,100,true,true,true,true,true,true,true,'getitem 5766,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (17242,'Immortal_Egg','Immortal Egg','Cash',10,10,1,'getgroupitem(IG_Immortal_Egg);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17244,'Event_Almighty_Box','Event Almighty Box','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 12883,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_uniqueid`) VALUES (17245,'Idn_Independ_Scroll','Idn Independ Scroll','Cash',20,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17246,'HD_Elunium_Box_30','HD Elunium Box(30)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 6241,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17247,'HD_Oridecon_Box_30','HD Oridecon Box(30)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 6240,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17251,'C_Wing_Of_Fly_3Day_Box','C Wing Of Fly 3Day Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_C_Wing_Of_Fly_3Day_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17252,'RWC_2012_Set_Box','RWC 2012 Set Box','Usable',20,10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_RWC_2012_Set_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17253,'RWC_2012_Ring_Box','RWC 2012 Ring Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2966,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17254,'RWC_2012_Pendant_Box','RWC 2012 Pendant Box','Cash',20,10,true,100,true,true,true,true,true,true,true,'getitem 2968,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (17255,'Sapphire_Egg','Sapphire Egg','Cash',10,10,1,'getgroupitem(IG_Sapphire_Egg);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`script`) VALUES (17256,'Good_Student_Gift_Box','Good Student Gift Box','Cash',20,true,'getgroupitem(IG_Good_Student_Gift_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`script`) VALUES (17257,'Bad_Student_Gift_Box','Bad Student Gift Box','Cash',20,true,'getgroupitem(IG_Bad_Student_Gift_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17262,'Ex_Def_Potion_Box','Special Defense Potion Box','Cash',20,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Ex_Def_Potion_Box);\n/*getitem Ex_Def_Potion,5; getitem RWC_Scroll_2012,1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17263,'Infinite_Concentration_Potion_3rd_Box','Infinite Concentration Potion 3rd Box','Usable',10,10,100,true,true,true,true,true,true,true,'rentitem 12884,259200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17264,'Infinite_Awakening_Potion_3rd_Box','Infinite Awakening Potion 3rd Box','Usable',10,10,100,true,true,true,true,true,true,true,'rentitem 12885,259200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17265,'Infinite_Berserk_Potion_3rd_Box','Infinite Berserk Potion 3rd Box','Usable',10,10,100,true,true,true,true,true,true,true,'rentitem 12886,259200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17266,'Limited_Battle_Manual_Package','Limited Battle Manual Package','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 17263,1;\ngetitem 17264,1;\ngetitem 17265,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17270,'STR_Biscuit_Stick_Box','Bar Cookie Of Strength Box','Cash',true,100,true,true,true,true,true,true,true,'getitem 14616,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17271,'VIT_Biscuit_Stick_Box','Bar Cookie Of Vitality Box','Cash',true,100,true,true,true,true,true,true,true,'getitem 14617,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17272,'AGI_Biscuit_Stick_Box','Bar Cookie Of Agility Box','Cash',10,10,true,100,true,true,true,true,true,true,true,'getitem 14618,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17273,'INT_Biscuit_Stick_Box','Bar Cookie Of Intellgence Box','Cash',10,10,true,100,true,true,true,true,true,true,true,'getitem 14619,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17274,'DEX_Biscuit_Stick_Box','Bar Cookie Of Dexterity Box','Cash',10,10,true,100,true,true,true,true,true,true,true,'getitem 14620,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_uniqueid`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17275,'LUK_Biscuit_Stick_Box','Bar Cookie Of Luck Box','Cash',10,10,true,100,true,true,true,true,true,true,true,'getitem 14621,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17277,'Unlimited_Box','Unlimited Box','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Unlimited_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17278,'Unlimited_Box_10','Unlimited Box(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Unlimited_Box_10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17281,'Refinement_Ore_Box_IV','Refinement Ore Box IV','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 7619,5;\ngetitem 7620,5;\ngetitem 14627,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17282,'Refinement_Ore_Box_IV_10','Refinement Ore Box IV(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 7619,50;\ngetitem 7620,50;\ngetitem 14627,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17283,'Refinement_Ore_Box_IV_20','Refinement Ore Box IV(20)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 7619,100;\ngetitem 7620,100;\ngetitem 14627,23;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17285,'Events_Beauty_Gift_Box','Events Beauty Gift Box','Cash',10,10,false,100,true,true,true,true,true,true,true,'/*TODO*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17292,'Shadow_Box','Shadow Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",24018,24019,24020,24021,24022,24023,24024,24025,24026),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17293,'Shadow_Physical_Package','Shadow Physical Package','Cash',10,10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",24018,24019,24020,24024,24025,24026),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17294,'Shadow_Magical_Package','Shadow Magical Package','Cash',10,10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",24021,24022,24023,24024,24025,24026),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17298,'Support_Package','Support Package','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Support_Package);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17299,'Support_Package_10','Support Package(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Support_Package_10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17302,'Shadow_Box_II_','Shadow Box II','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (17303,'Shadow_Set_Box_II','Shadow Set Box II','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17304,'Neuralizer_Box_3','Neuralizer Box 3','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 12213,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17306,'Status_Reset_Coupon_Box','Status Reset Coupon Box','Cash',10,1,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",6720,6721),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (17307,'Midgard_Scroll','Midgard Egg','Cash',10,10,1,true,'getgroupitem(IG_Midgard_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17308,'Half_Asprika_box1','Half Asprika box1','Usable',20,10,'rentitem 2566,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`script`) VALUES (17311,'Half_Brynhild_box1','Half Brynhild box1','Usable',20,47,'rentitem 15023,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17314,'Infinite_Giant_Fly_Wing_Box','Infinite Giant Fly Wing Box','Cash',10,10,100,true,true,true,true,true,true,true,'rentitem 12212,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17315,'Lucky_Silvervine_Fruit_Box_10','Lucky Silvervine Fruit Box(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 6417,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17316,'Lucky_Silvervine_Fruit_Box_110','Lucky Silvervine Fruit Box(110)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 6417,110;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (17317,'Sweet_Midgard_Scroll','Sweet Midgard Egg','Cash',10,10,1,true,'getgroupitem(IG_Sweet_Midgard_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (17320,'IdRO10th_Scroll','Birthday IdRO10th Scroll','Cash',10,10,1,true,'getgroupitem(IG_IdRO10th_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17321,'Three_Master_Package','Three Master Package','Cash',10,10,false,100,true,true,true,true,true,true,true,'/*TODO: Confirm the items and rates*/\ngetitem 14534,20;\ngetitem 14535,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17322,'Three_Master_Package_10','Three Master Package(10)','Cash',10,10,false,100,true,true,true,true,true,true,true,'/*TODO: Confirm the items and rates*/\ngetitem 14534,200;\ngetitem 14535,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (17326,'Requiem_Scroll','Requiem Egg','Cash',10,10,1,true,'getgroupitem(IG_Requiem_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17331,'Event_Almighty_Box_','Event Almighty Box','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Event_Almighty_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17332,'Event_Almighty_Box_100','Event Almighty Box(100)','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Event_Almighty_Box_100);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (17337,'Holy_Spirit_Scroll','Holy Spirit Egg','Cash',10,10,1,true,'getgroupitem(IG_Holy_Spirit_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17338,'Ore_Box_V','Ore Box V','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 7619,5;\ngetitem 7620,5;\ngetitem 14696,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17339,'Ore_Box_V_10','Ore Box V(10)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 7619,50;\ngetitem 7620,50;\ngetitem 14696,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17394,'Event_Old_Headgear_Box','Event Old Headgear Box','Usable',20,10,'/* TODO */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17396,'Half_L_Magestic_Goat_Box1','Half L Magestic Goat Box1','Usable',20,10,'rentitem 5887,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17397,'Half_L_Magestic_Goat_Box7','Half L Magestic Goat Box7','Usable',20,10,'rentitem 5887,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17398,'Half_BF_Spear1_Box1','Half BF Spear1 Box1','Usable',20,10,'rentitem 1439,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17399,'Half_BF_Spear1_Box7','Half BF Spear1 Box7','Usable',20,10,'rentitem 1439,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17400,'Half_BF_Book2_Box1','Half BF Book2 Box1','Usable',20,10,'rentitem 1597,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17401,'Half_BF_Book2_Box7','Half BF Book2 Box7','Usable',20,10,'rentitem 1597,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17402,'Half_BF_Staff4_Box1','Half BF Staff4 Box1','Usable',20,10,'rentitem 1673,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17403,'Half_BF_Staff4_Box7','Half BF Staff4 Box7','Usable',20,10,'rentitem 1673,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17404,'Half_BF_Staff2_Box1','Half BF Staff2 Box1','Usable',20,10,'rentitem 1674,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17405,'Half_BF_Staff2_Box7','Half BF Staff2 Box7','Usable',20,10,'rentitem 1674,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17406,'Half_BF_Knuckle1_Box1','Half BF Knuckle1 Box1','Usable',20,10,'rentitem 1838,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17407,'Half_BF_Knuckle1_Box7','Half BF Knuckle1 Box7','Usable',20,10,'rentitem 1838,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17408,'Half_BF_Dagger2_Box1','Half BF Dagger2 Box1','Usable',20,10,'rentitem 13096,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17409,'Half_BF_Dagger2_Box7','Half BF Dagger2 Box1s','Usable',20,10,'rentitem 13096,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17410,'Half_BF_Huuma_Shuriken2_Box1','Half BF Huuma Shuriken2 Box1','Usable',20,10,'rentitem 13321,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17411,'Half_BF_Huuma_Shuriken2_Box7','Half BF Huuma Shuriken2 Box7','Usable',20,10,'rentitem 13321,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17412,'Half_BF_Sword1_Box1','Half BF Sword1 Box1','Usable',20,10,'rentitem 13445,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17413,'Half_BF_Sword1_Box7','Half BF Sword1 Box7','Usable',20,10,'rentitem 13445,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17414,'Half_Mjolnir_Box1','Half Mjolnir Box1','Usable',20,10,'rentitem 16034,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17415,'Half_Mjolnir_Box7','Half Mjolnir Box7','Usable',20,10,'rentitem 16034,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17416,'Half_BF_Morning_Star1_Box1','Half BF Morning Star1 Box1','Usable',20,10,'rentitem 16035,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17417,'Half_BF_Morning_Star1_Box7','Half BF Morning Star1 Box1','Usable',20,10,'rentitem 16035,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17418,'Half_BF_Bow1_Box1','Half BF Bow1 Box1','Usable',20,10,'rentitem 18124,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17419,'Half_BF_Bow1_Box7','Half BF Bow1 Box7','Usable',20,10,'rentitem 18124,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17420,'Half_BF_Katar2_Box1','Half BF Katar2 Box1','Usable',20,10,'rentitem 28002,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17421,'Half_BF_Katar2_Box7','Half BF Katar2 Box7','Usable',20,10,'rentitem 28002,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17422,'Half_BF_Two_Handed_Axe1Box1','Half BF Two Handed Axe1Box1','Usable',20,10,'rentitem 28102,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17423,'Half_BF_Two_Handed_Axe1Box7','Half BF Two Handed Axe1Box7','Usable',20,10,'rentitem 28102,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17424,'Half_BF_Rifle1_Box1','Half BF Rifle1 Box1','Usable',20,10,'rentitem 28203,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17425,'Half_BF_Rifle1_Box7','Half BF Rifle1 Box7','Usable',20,10,'rentitem 28203,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17426,'Half_BF_Shotgun1_Box1','Half BF Shotgun1 Box1','Usable',20,10,'rentitem 28204,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (17427,'Half_BF_Shotgun1_Box7','Half BF Shotgun1 Box7','Usable',20,10,'rentitem 28204,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17429,'11_Anniversary_Shadow_Box','11 Anniversary Shadow Box','Cash',10,10,100,true,true,true,true,true,true,true,'/* getitem callfunc("F_Rand",Ritual\'s Flute (weapon, earrings, pendants), every risyeo\'s (shields, armor, shoes)),1; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17430,'11_Anniversary_Shadow_Package','11 Anniversary Shadow Package','Cash',10,10,100,true,true,true,true,true,true,true,'/* getitem Ritual\'s Flute (weapon, earrings, pendants),1; getitem every risyeo\'s (shields, armor, shoes)),1; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (17431,'Thanks_Giving_Scroll','Miracle Lucky Egg','Cash',10,10,1,true,'getgroupitem(IG_Thanks_Giving_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17432,'Lucky_Silvervine_Fruit_Box_II_10','Lucky Silvervine Fruit Box II(10)','Cash',10,10,100,true,true,true,true,true,true,true,'/*getgroupitem(Lucky_Silvervine_Fruit_Box_II10);*/\ngetitem 6417,10;\ngetitem 14705,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17433,'Lucky_Silvervine_Fruit_Box_II_110','Lucky Silvervine Fruit Box II(110)','Cash',10,10,100,true,true,true,true,true,true,true,'/*getgroupitem(Lucky_Silvervine_Fruit_Box_II110);*/\ngetitem 6417,110;\ngetitem 14705,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (17435,'Idn_Legend_Hero_Scroll','Legend Hero Lucky Egg','Cash',10,10,1,true,'getgroupitem(IG_Idn_Legend_Hero_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17440,'Name_Change_Card_Box','Name Change Card Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 12790,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17441,'Halter_Lead_Box','Halter Lead Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 12622,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17442,'Emperium_G_Box','Emperium G Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 6444,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17443,'Reinforcement_Buckler_Box','Reinforcement Buckler Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 2150,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`flag_container`,`script`) VALUES (17447,'Blessing_Midgard_Scroll','Blessing Midgard Lucky Egg','Cash',10,1,true,'getgroupitem(IG_Blessing_Midgard_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17449,'Cookies_Bar_Set','Set Bar Cookies','Usable',10,10,100,true,true,true,true,true,true,true,'for (.@i = 14616;\n.@i <= 14621;\n.@i++) getitem .@i,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17455,'Premium_Battle_Manual_Box','Premium Battle Manual Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 22614,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17456,'Support_Package_II','Support Package II','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Support_Package_II);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17457,'Support_Package_II_10','Support Package II(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Support_Package_II_10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17461,'Costama_Egg18','Frozen Egg Costume','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Costama_Egg18);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (17464,'Winter_Midgard_Scroll','Winter Midgard Egg','Cash',10,10,1,true,'getgroupitem(IG_Winter_Midgard_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17465,'Refinement_Ore_Box_VI','Refinement Ore Box VI','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 7619,5;\ngetitem 7620,5;\ngetitem 14718,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17466,'Refinement_Ore_Box_VI_10','Refinement Ore Box VI(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 7619,50;\ngetitem 7620,50;\ngetitem 14718,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17467,'Limited_Token_of_Ziegfried_Box_50','(Limited) Token of Ziegfried Box(50)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 6833,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17468,'Neuralizer_II_Box_3','Neuralizer II Box (3)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 14724,3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17469,'Neuralizer_I_Box','Neuralizer I Box','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 14723,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17470,'Costama_Egg19','Headgear Costume Scroll','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Costama_Egg19);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (17471,'Spring_Festival_Scroll','Spring Festival Lucky Egg','Cash',10,10,1,true,'getgroupitem(IG_Spring_Festival_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17472,'Support_Package_III','Support Package III','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Support_Package_III);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17473,'Support_Package_III_10','Support Package III(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Support_Package_III_10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17474,'Infinite_Giant_Fly_Wing_Box_V','Infinite Giant Fly Wing Box V','Cash',10,10,100,true,true,true,true,true,true,true,'rentitem 12212,86400;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17475,'Limited_Gym_Membership_Card_Box_10','(Limited)Gym Membership Card Box(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 17475,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17477,'Unlimited_Box_II','Unlimited Box II','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Unlimited_Box_II);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17478,'Unlimited_Box_II_10','Unlimited Box II(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Unlimited_Box_II_10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17479,'Midgard_Fes_Scroll','Midgard Festival Egg','Usable',10,10,true,'getgroupitem(IG_Midgard_Fes_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17481,'Costama_Egg21','Flower Blossom Scroll','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Costama_Egg21);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17482,'Solaris_Festival_Scroll','Solaris Festival Scroll','Usable',10,10,true,'getgroupitem(IG_Solaris_Festival_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17483,'Three_Master_Package_III','Three Master Package III','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Three_Master_Package_III);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17484,'Three_Master_Package_III_10','Three Master Package III(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Three_Master_Package_III_10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17490,'Time_Travel_Scroll','Time Travel Lucky Egg','Usable',10,10,true,'getgroupitem(IG_Time_Travel_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17491,'Refinement_Ore_Box_VII','Refinement Ore Box VII','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 7619,5;\ngetitem 7620,5;\ngetitem 4482,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17492,'Refinement_Ore_Box_VII_10','Refinement Ore Box VII(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 7619,50;\ngetitem 7620,50;\ngetitem 4482,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17493,'Costama_Egg23','Burning Feather Costume Scroll','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Costama_Egg23);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (17494,'Happy_Time_Scroll','Rise Midgard Lucky Egg','Cash',10,10,true,'getgroupitem(IG_Happy_Time_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17495,'Lucky_Silvervine_Fruit_Box_III10','Lucky Silvervine Fruit Box III(10)','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Silvervine_Fruit_Box_III10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17496,'Lucky_Silvervine_Fruit_Box_III110','Lucky Silvervine Fruit Box III(110)','Cash',10,10,100,true,true,true,true,true,true,true,'getgroupitem(IG_Lucky_Silvervine_Fruit_Box_III110);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17497,'Costama_Egg24','Seaside Costume Scroll','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Costama_Egg24);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17498,'Three_Master_Package_IV','Three Master Package IV','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 14534,20;\ngetitem 14535,20;\ngetitem 12578,20;\ngetitem 22812,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17499,'Three_Master_Package_IV_10','Three Master Package IV(10)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 14534,200;\ngetitem 14535,200;\ngetitem 12578,200;\ngetitem 22812,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17501,'Support_Package_IV','Support Package IV','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 12208,2;\ngetitem 12210,2;\ngetitem 12883,2;\ngetitem 14600,2;\n/*getitem Mysterious Water of Life,6;*/\nif (!rand(100))\n getitem 22823,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17502,'Support_Package_IV_10','Support Package IV(10)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 12208,20;\ngetitem 12210,20;\ngetitem 12883,20;\ngetitem 14600,20;\n/*getitem Mysterious Water of Life,60;*/\nif (!rand(100))\n getitem 22823,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17507,'Nyangvine_Box4','Actinidia Cat Fruit Box(4)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 6909,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17508,'Nyangvine_Box10','Actinidia Cat Fruit Box(10)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 6909,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17509,'Nyangvine_Box40','Actinidia Cat Fruit Box(40)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 6909,40;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17510,'Smelting_Ore_Box_VIII','Smelting Ore Box VIII','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 7619,5;\ngetitem 7620,5;\ngetitem 22828,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17511,'Smelting_Ore_Box_VIII_10','Smelting Ore Box VIII(10)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 7619,50;\ngetitem 7620,50;\ngetitem 22828,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17512,'Limited_Purified_Eluminium_Box_30','(Limited) Purified Eluminium Box(30)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 6911,30;\ngetitem 6635,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17513,'Limited_Purified_Oridecon_Box_30','(Limited) Purified Oridecon Box(30)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 6910,30;\ngetitem 6635,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17515,'Unlimited_Box_III','Unlimited Box III','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 12684,5;\ngetitem 12796,10;\nif (!rand(30))\n getitem 14758,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17516,'Unlimited_Box_III_10','Unlimited Box III(10)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 12684,50;\ngetitem 12796,100;\nif (!rand(30))\n getitem 14758,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17517,'Costama_Egg28','Animal Costume Scroll','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Costama_Egg28);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17519,'Epic_Heroes_Scroll','Epic Heroes Scroll','Cash',10,true,'getgroupitem(IG_Epic_Heroes_Lucky_Egg);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17520,'Limited_Edition_Manual_Box','Limited Edition Manual Box','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 14765,3;\n/*getitem (limited edition battle manual),2;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17521,'Three_Master_Package_V','Three Master Package V','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 14534,20;\ngetitem 14535,20;\n/*getitem Mysterious Water of Life,20;*/\ngetitem 22842,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17522,'Three_Master_Package_V_10','Three Master Package V(10)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 14534,200;\ngetitem 14535,200;\n/*getitem Mysterious Water of Life,200;*/\ngetitem 22842,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17523,'Costama_Egg29','Mystical Costume Scroll','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Costama_Egg29);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17524,'Limited_Power_Booster_Box','Limited Power Booster Box','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 14766,1;\ngetitem 22873,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17525,'Limited_Power_Booster_Box_100','Limited Power Booster Box(100)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 14766,100;\ngetitem 22873,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17526,'Majestic_Lucky_Scroll','Majestic Lucky Egg','Cash',10,true,'getgroupitem(IG_Majestic_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17527,'Nyangvine_Box200','Actinidia Cat Fruit Box(200)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 6909,200;\ngetitem 12636,rand(1,5);\n/*TODO: Fix the 12636 amount*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17532,'Blessing_Lucky_Scroll','Blessing Lucky Egg','Cash',10,true,'getgroupitem(IG_Blessing_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17544,'Smelting_Ore_Box_IX','Smelting Ore Box IX','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 7619,5;\ngetitem 7620,5;\ngetitem 22888,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17545,'Smelting_Ore_Box_IX_10','Smelting Ore Box IX(10)','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 7619,50;\ngetitem 7620,50;\ngetitem 22888,11;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17547,'Limited_2015_Neuralizer_Box','(Limited)2015 Neuralizer Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 22894,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17548,'Limited_2015_Status_Initialization_Volume_Box','(Limited)2015 Status Initialization Volume Box','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 22895,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17549,'Limited_High_Density_Bradium_Box_30','(Limited)High Density Bradium Box(30)','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 6327,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17550,'Limited_High_Density_Kalunium_Box_30','(Limited)High Density Kalunium Box(30)','Usable',20,10,100,true,true,true,true,true,true,true,'getitem 6906,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17552,'Garnet_Lucky_Scroll','Garnet Lucky Egg','Cash',10,true,'getgroupitem(IG_Garnet_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17567,'Event_Almighty_Box__','Event Almighty Box','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 22902,1;\nbonus_script "{ bonus bAllStats,10; bonus bBaseAtk,30; bonus bMatk,30; }",1800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17568,'Event_Almighty_Box_100_','Event Almighty Box(100)','Cash',20,10,100,true,true,true,true,true,true,true,'getitem 22902,11;\nbonus_script "{ bonus bAllStats,10; bonus bBaseAtk,30; bonus bMatk,30; }",1800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17569,'Dun_Voucher_Box1','Sky Fortress Ticket 1 Hour Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 14506,3600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17570,'Dun_Voucher_Box2','Sky Fortress Ticket 3 Hours Box','Usable',20,10,100,true,true,true,true,true,true,true,'rentitem 14506,10800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17572,'Erzulie_Lucky_Scroll','Erzulie Lucky Egg','Cash',10,true,'getgroupitem(IG_Erzulie_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17584,'Venus_Lucky_Scroll','Venus Lucky Egg','Cash',10,true,'getgroupitem(IG_Venus_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17588,'Amora_Lucky_Scroll','Amora Lucky Egg','Cash',10,true,'getgroupitem(IG_Amora_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17598,'Sograt_Lucky_Scroll','Sograt Lucky Scroll','Cash',10,true,'getgroupitem(IG_Sograt_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17607,'Sanctuary_Lucky_Scroll','Sanctuary Lucky Egg','Cash',10,true,'getgroupitem(IG_Sanctuary_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17613,'Chronosian_Lucky_Scroll','Chronosian Lucky Egg','Cash',10,true,'getgroupitem(IG_Chronosian_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17628,'Cyborg_Lucky_Scroll','Cyborg Lucky Egg','Cash',10,true,'getgroupitem(IG_Cyborg_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (17633,'Undine_Lucky_Scroll','Undine Lucky Egg','Cash',10,true,'getgroupitem(IG_Undine_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17648,'Smithy_Lucky_Scroll','Smithy Lucky Egg','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Smithy_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17659,'Ganymede_Lucky_Scroll','Ganymede Lucky Egg','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Ganymede_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17665,'LastAngel_LuckyScroll','LastAngel LuckyScroll','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_LastAngel_LuckyScroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17671,'Valkyrie_Lucky_Scroll','Valkyrie Lucky Egg','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Valkyrie_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17674,'Rainbow_Lucky_Scroll','Splash Rainbow Lucky Egg','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Splash_Rainbow_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17681,'Midgard_Lucky_Scroll','Midgard Lucky Scroll','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Midgard_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (17692,'June_Lucky_Scroll','Blessing Scarlet Egg','Cash',10,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Blessing_Scarlet_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22507,'ShabbyOldScroll','Old Scroll','Usable',10,10,'callfunc "F_22507";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`delay_duration`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22508,'Para_Team_Mark_','Eden Group Mark','Usable',true,1200000,100,true,true,true,true,true,true,true,true,'warp "moc_para01",171,115;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22510,'King_Wolf_Scroll','King Wolf Scroll','Usable',10,10,100,true,true,true,true,true,true,true,'/*TODO, confirm the rates*/\ngetitem callfunc("F_Rand",6635,19598,5658,6238,6239),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22511,'Fenrir_Card__','Fenrir\'s Power Scroll','Usable',10,10,100,true,true,true,true,true,true,'bonus_script "{ bonus bMatk,25; bonus bFixedCastRate,-50; }",300,1025;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22513,'King_of_Gift_Box','King of Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*TODO, confirm the rates*/\ngetitem callfunc("F_Rand",12817,4403,14512),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (22514,'Candy_Holder','Candy Holder','Usable',20,10,true,'getrandgroupitem(IG_Candy_Holder,1);\ngetrandgroupitem(IG_Candy_Holder,1);\ngetrandgroupitem(IG_Candy_Holder,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22515,'Key_Of_Twisted_Time','Twisted Key of Time','Delayconsume',10,300,'itemskill "NPC_WIDECURSE",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`flag_buyingstore`,`script`) VALUES (22516,'Dark_Red_Clot','Black As Night Piece','Usable',10,true,'sc_start SC_CURSE,4000,0,1500,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22517,'Loki_Summon_Scroll','Rocker Summoning Scroll','Usable',10,100,true,true,true,true,true,true,true,true,'mercenary_create 2937,1800000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (22518,'Idn_Wisdom_Egg','Egg Of Wisdom','Cash',10,10,1,'getgroupitem(IG_Idn_Wisdom_Egg);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22521,'Level_Up_Box_','Level Up Box','Cash',10,80,100,true,true,true,true,true,true,true,true,'/*TODO*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22522,'Level_Up_Box100','Level Up Box(100)','Cash',10,100,100,true,true,true,true,true,true,true,true,'getgroupitem(IG_Level_Up_Box100);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22523,'Level_Up_Box120','Level Up Box(120)','Cash',10,120,100,true,true,true,true,true,true,true,true,'getgroupitem(IG_Level_Up_Box120);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22524,'Level_Up_Box130','Level Up Box(130)','Cash',10,130,100,true,true,true,true,true,true,true,true,'getgroupitem(IG_Level_Up_Box130);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22525,'Level_Up_Box140','Level Up Box(140)','Cash',10,140,100,true,true,true,true,true,true,true,true,'getgroupitem(IG_Level_Up_Box140);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22526,'Level_Up_Box150','Level Up Box(150)','Cash',10,150,100,true,true,true,true,true,true,true,true,'getgroupitem(IG_Level_Up_Box150);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22527,'Level_Up_Box160','Level Up Box(160)','Cash',10,160,100,true,true,true,true,true,true,true,true,'getgroupitem(IG_Level_Up_Box160);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22528,'Pet_Exchange_Ticket_Box','Pet Exchange Ticket Box','Cash',10,20,false,100,true,true,true,true,true,true,true,'/*TODO*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22529,'Shadow_Exchange_Box','Shadow Exchange SynthesisBox','Delayconsume',10,'/*synthesisui 22529;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (22530,'Christmas_Box','Christmas Box','Cash',10,200,1,'getgroupitem(IG_Christmas_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (22531,'Special_Christmas_Box','Special Christmas Box','Cash',10,200,1,'getgroupitem(IG_Special_Christmas_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (22532,'Santa_Gift','Santa Gift','Cash',10,200,1,'getgroupitem(IG_Santa_Gift);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22533,'New_Year_Gift_Box','New Year Gift Box','Cash',10,200,1,100,true,true,true,true,true,true,true,true,'/*TODO*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (22534,'Closedmind_Box','Closed Mind Box','Cash',10,1000,1,true,'getgroupitem(IG_Sealed_Mind_Box);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22535,'WorkerScroll_A','Scroll Summoning Workers(Male)','Usable',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22536,'WorkerScroll_B','Scroll Summoning Workers(Female)','Usable',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`flag_container`,`script`) VALUES (22537,'PrizeOfHero','Prize Of Hero','Usable',100,1,true,'getrandgroupitem(IG_PrizeOfHero,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22538,'Hanbok_bag','Hanbok bag','Usable',10,'sc_start SC_HANBOK,600000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_third`,`class_third_upper`,`class_third_baby`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22540,'Runstone_Lux','Lux Anima Runestone','Delayconsume',2,10,true,true,true,5000,'Reuse_Limit_Luxanima',100,true,true,true,true,true,true,true,'itemskill "RK_LUXANIMA",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22541,'PC_Room_Coupon_Box_VI','PC Room Coupon Box VI','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22542,'Center_Potion_B','Concentration Potion','Usable',10,100,100,true,true,true,true,true,true,'sc_start SC_ASPDPOTION0,1800000,4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_mage`,`job_swordman`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22543,'Berserk_Potion_B','Berserk Potion','Usable',10,200,true,true,100,true,true,true,true,true,true,'sc_start SC_ASPDPOTION2,1800000,9;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22544,'Awakening_Potion_B','Awakening Potion','Usable',10,150,100,true,true,true,true,true,true,'sc_start SC_ASPDPOTION1,1800000,6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22545,'Speed_Up_Potion_B','Speed Potion','Usable',10,100,100,true,true,true,true,true,true,true,'sc_start SC_SPEEDUP1,5000,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22546,'Slow_Down_Potion_B','Slow Potion','Usable',10,100,100,true,true,true,true,true,true,true,'sc_start SC_SLOWDOWN,5000,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22547,'Anodyne_B','Anti-Payne Moment','Usable',10,100,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22548,'Water_Of_Darkness_B','Wed Cursed','Usable',10,30,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22549,'Poison_Bottle_B','Poison Bottle','Usable',10,100,100,true,true,true,true,true,true,'if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {\n sc_start SC_DPOISON,60000,0;\n sc_start SC_ASPDPOTION3,60000,9;\n}\nelse\n percentheal -100,-100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22550,'Cookie_Bag_B','Sweets Pocket','Usable',10,70,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22551,'Sesame_Pastry_B','Teacake','Usable',10,70,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22552,'Honey_Pastry_B','Fried Pastry','Usable',10,70,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22553,'Rainbow_Cake_B','Rainbow Bread','Usable',10,70,100,true,true,true,true,true,true,true,'sc_start SC_BATKFOOD,60000,10;\nsc_start SC_MATKFOOD,60000,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22554,'First_Aid_Box','First Aid Box','Cash',10,200,100,true,true,true,true,true,true,'getrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);\ngetrandgroupitem(IG_FirstAid,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nosell`,`trade_nocart`) VALUES (22555,'Gourmet_Chocolate','Gourmet Chocolate','Healing',10,10,100,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nosell`,`trade_nocart`) VALUES (22556,'Luxury_Chocolate','Luxury Chocolate','Healing',10,10,100,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nosell`,`trade_nocart`) VALUES (22557,'Masterpieces_of_Artisan_Chocolate','Masterpieces of Artisan Chocolate','Healing',10,10,100,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (22558,'Lucky_Bag','Lucky Bag','Usable',20,10,true,'getrandgroupitem(IG_Lucky_Bag,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`delay_duration`,`delay_status`,`script`) VALUES (22559,'Mock_Strawberry','Mock Strawberry','Delayconsume',20,100,3000,'Reuse_Limit_G','percentheal 50,50;\nitemskill "SM_ENDURE",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (22563,'Lucky_Bag_Of_New_Era','Lucky Bag Of New Era','Usable','/* TODO */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22567,'Squad_Prize','Expedition Award Box','Usable',20,100,100,true,true,'/* TODO */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (22568,'Nyd_Summon_Scroll','Nidhoggur Summon Scroll','Usable',20,100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22569,'Gift_New_start','Gift New start','Cash',10,100,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`script`) VALUES (22571,'Easter_Egg','Easter Egg','Delayconsume',10,10,true,'getgroupitem(IG_EASTER_EGG);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22592,'Happy_Call_Box','Happy Call Box','Cash',10,100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`) VALUES (22605,'Gingerbread2','Ginger Bread','Usable',10,10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22610,'New_Beginnings_Box','New Beginnings Box','Usable',10,10,100,true,true,true,true,true,true,true,'getitem 12803,1;\ngetitem 12802,1;\ngetitem 12809,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22611,'Packing_Envelope','Packed Envelope','Usable',10,10,'.@r = rand(1,10);\nif (.@r == 1)\n sc_start SC_PACKING_ENVELOPE1,30000,33; // +atk\nelse if (.@r == 2)\n sc_start SC_PACKING_ENVELOPE2,30000,33; // +matk\nelse if (.@r == 3)\n sc_start SC_PACKING_ENVELOPE3,30000,3; // +hp%\nelse if (.@r == 4)\n sc_start SC_PACKING_ENVELOPE4,30000,3; // +sp%\nelse if (.@r == 5)\n sc_start SC_PACKING_ENVELOPE5,30000,33; // +flee\nelse if (.@r == 6)\n sc_start SC_PACKING_ENVELOPE6,30000,3; // +aspd\nelse if (.@r == 7)\n sc_start SC_PACKING_ENVELOPE7,30000,33; // +def\nelse if (.@r == 8)\n sc_start SC_PACKING_ENVELOPE8,30000,33; // +mdef\nelse if (.@r == 9)\n sc_start SC_PACKING_ENVELOPE9,30000,33; // +crit\nelse\n sc_start SC_PACKING_ENVELOPE10,30000,33; // +hit'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22612,'Decomposition_Potion','Corrupt Reagents','Delayconsume',10,50,'specialeffect2 EF_VENOMDUST;\nshowscript "Yeah! Zombie night! Yeah!!";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22613,'Contaminated_Reagents','Contaminated Reagents','Delayconsume',10,50,'/* TODO */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22614,'Premium_Manual','Premium Manual','Usable',2,100,true,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,8640000,50;\nsc_start SC_ITEMBOOST,8640000,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22617,'Clear_Box_S','Clear Box S','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22618,'Clear_Box_A','Clear Box A','Cash',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22619,'Ghost_Summon_Scroll','Ghost Scroll','Usable',100,true,true,true,true,true,true,true,'/* mercenary_create M_E_DEVILING,1800000; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_buyingstore`,`script`) VALUES (22620,'Memorial_Box','Box Of Memories','Usable',true,'/* TODO */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22621,'Squid_Bbq','Barbecued Squid','Usable',5000,250,true,'specialeffect2 EF_EXIT;\nsc_start SC_JP_EVENT04,300000,25;\npercentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22623,'New_Start_Box','New Start Box','Cash',10,10,100,true,true,true,true,true,true,true,'getitem 12803,1;\ngetitem 12802,1;\ngetitem 12809,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (22624,'Riesen_Bretzel','Riesen Bretzel','Healing','percentheal 100,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22625,'Oktoberfest_Bag','Oktoberfest Bag','Usable',100,'sc_start SC_OKTOBERFEST,600000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22626,'January_Gift_Box','January Gift Box','Usable',100,100,true,true,true,true,true,true,true,'rentitem 19052,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22627,'February_Gift_Box','February Gift Box','Usable',100,100,true,true,true,true,true,true,true,'getitem 12105,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22628,'Green_Package','Green Package','Cash',100,'getitem 17162,1;\ngetitem 14534,5;\ngetitem 12323,20;\ngetitem 12324,20;\ngetitem 12325,10;\ngetitem 14533,2;\ngetitem 22629,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22629,'Green_Package40','Green Package 40','Cash',100,'getitem 14289,1;\ngetitem 12215,10;\ngetitem 12216,10;\ngetitem 14534,10;\ngetitem 14533,5;\ngetitem 12766,5;\ngetitem 22630,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22630,'Green_Package80','Green Package 80','Cash',100,'getitem 7621,5;\ngetitem 12209,5;\ngetitem 14527,10;\ngetitem 14533,5;\ngetitem 12766,5;\ngetitem 22631,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22631,'Green_Package99','Green Package 99','Cash',100,'getitem 12213,1;\ngetitem 7676,1;\ngetitem 5883,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22640,'17173_Green_Package','Green Package','Cash',100,'getitem 17162,1;\ngetitem 14534,5;\ngetitem 12323,20;\ngetitem 12324,20;\ngetitem 12325,10;\ngetitem 14533,2;\ngetitem 22641,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22641,'17173_Green_Package40','Green Package 40','Cash',100,'getitem 14289,1;\ngetitem 12215,10;\ngetitem 12216,10;\ngetitem 14534,10;\ngetitem 14533,5;\ngetitem 12766,5;\ngetitem 22642,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22642,'17173_Green_Package80','Green Package 80','Cash',100,'getitem 7621,5;\ngetitem 12209,5;\ngetitem 14527,10;\ngetitem 14533,5;\ngetitem 12766,5;\ngetitem 22643,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22643,'17173_Green_Package99','Green Package 99','Cash',100,'getitem 12213,1;\ngetitem 7676,1;\ngetitem 5883,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22644,'S_Green_Package','Green Package','Cash',100,'getitem 17162,1;\ngetitem 14534,5;\ngetitem 12323,20;\ngetitem 12324,20;\ngetitem 12325,10;\ngetitem 14533,2;\ngetitem 22645,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22645,'S_Green_Package40','Green Package 40','Cash',100,'getitem 14289,1;\ngetitem 12215,10;\ngetitem 12216,10;\ngetitem 14534,10;\ngetitem 14533,5;\ngetitem 12766,5;\ngetitem 22646,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22646,'S_Green_Package80','Green Package 80','Cash',100,'getitem 7621,5;\ngetitem 12209,5;\ngetitem 14527,10;\ngetitem 14533,5;\ngetitem 12766,5;\ngetitem 22647,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22647,'S_Green_Package99','Green Package 99','Cash',100,'getitem 12213,1;\ngetitem 7676,1;\ngetitem 5883,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22648,'Angeling_Package','Angel Ring Package','Usable',20,10,true,'getitem callfunc("F_Rand",12539,6230,6234/*,Angeling Balloon*/),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22649,'Deviling_Package','Devil Ring Package','Usable',20,10,true,'getitem callfunc("F_Rand",603,6230,6234/*,Angeling Balloon*/),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22652,'Briliant_Hat_Box','Brilliant Hat Box','Usable',10,200,100,true,true,true,true,true,true,true,'/* TODO */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22653,'Wet_Card_Album','Wet Card Album','Usable',10000,50,'/* TODO */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22657,'Honey_Songpyun_','Honey Songpyun','Healing',20,200,'percentheal 20,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22658,'Cow_Steamed_Ribs','Cow Steamed Ribs','Healing',20,100,'bonus_script "{ bonus bVariableCastrate,5; bonus bUseSPrate,-3; }",180;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22659,'Pig_Steamed_Ribs','Pig Steamed Ribs','Healing',20,100,'bonus_script "{ bonus bAspdRate,5; bonus bUseSPrate,-2; }",180;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (22669,'HALLOWEEN_G_BOX','Halloween Box','Usable',200,true,'getgroupitem(IG_HALLOWEEN_G_BOX);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22670,'DARK_INVITATION','Invitation of Darkness','Usable',10,10,'.@r = rand(1,3);\nif (.@r == 1) {\n specialeffect2 EF_DEVIL;\n warp "niflheim",193,186;\n}\nelse if (.@r == 2) {\n heal -500,-1000;\n sc_start SC_STUN,3000,0;\n}\nelse {\n specialeffect2 EF_DEVIL;\n warp "niflheim",347,255;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22671,'March_Gift_Box','March Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*2 Lucky Eggs*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22672,'April_Gift_Box','April Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'rentitem callfunc("F_Rand",2566,2856,2857,15023),1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22673,'May_Gift_Box','May Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 22777,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22674,'June_Gift_Box','June Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*1 Potion Box*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22675,'Mysterious_Scroll','Mysterious Scroll','Usable',20,10,'sc_start SC_INTFOOD,3600000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22676,'Hangul_Day_Event_Box','Hangul Day Event Box','Usable',20,'getitem 22675,10;\ngetitem 607,9;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (22679,'Chest_Of_Death','Death\'s Chest','Usable',170,true,'getitem rand(6814,6819),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22685,'Solo_Christmas_Gift','Single Union Christmas Gift','Usable',true,100,true,true,true,true,true,true,'getgroupitem(IG_Solo_Christmas_Gift);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (22686,'Solo_Cookie','Single Cookie','Healing',50,'percentheal 5,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (22687,'Pieces_Of_Sentiment','Sentimental Fragment','Delayconsume',1,100,true,5000,'Reuse_Limit_F','callfunc("F_Pieces_Of_Sentiment");'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22691,'Piece_Of_Record1','Record Fragment','Healing',100,true,true,true,true,true,true,true,true,'warp "un_bk_q",98,143;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22692,'Piece_Of_Record2','Record Fragment','Healing',100,true,true,true,true,true,true,true,true,'warp "un_bk_q",45,276;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22693,'Piece_Of_Record3','Record Fragment','Healing',100,true,true,true,true,true,true,true,true,'warp "un_bk_q",217,346;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22694,'Piece_Of_Record4','Record Fragment','Healing',100,true,true,true,true,true,true,true,true,'warp "un_bk_q",273,235;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22695,'Piece_Of_Record5','Record Fragment','Healing',100,true,true,true,true,true,true,true,true,'warp "un_bk_q",275,290;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (22699,'Test_Reagent','Test Reagent','Usable',30,true,'bonus_script "bonus bFlee,100;",5,9;\nsc_start SC_BLIND,5000,0,10000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22700,'Jumping_Support_Box','Jumping Support Box','Cash',10,100,true,true,true,true,true,true,true,true,'/*TODO: getitem 12529,1; getitem 12323,200; getitem 12324,50; and 5 boxes that containing quivers + oridecons*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22702,'Minus_Str','STR Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bStr,-1,22702;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22703,'Minus_Agi','AGI Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bAgi,-1,22703;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22704,'Minus_Vit','VIT Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bVit,-1,22704;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22705,'Minus_Int','INT Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bInt,-1,22705;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22706,'Minus_Dex','DEX Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bDex,-1,22706;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22707,'Minus_Luk','LUK Reduction Potion','Delayconsume',10,'callfunc "F_CashReduceStat",bLuk,-1,22707;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22708,'Pitapat_Box','Thrilling Box','Usable',10,100,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_PITAPAT_BOX);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22721,'?_Box','? Box','Cash',10,'/*No clue the random item yet*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22734,'Revolution_Quiz_Box','Revolution Quiz Box','Cash',10,10,100,true,true,true,true,true,true,true,true,'getitem 6635,2;\ngetitem 6423,1;\n/*1x Enchanted Letter Introduction*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22735,'Sealed_Moonlight_Flower_Scroll','Sealed Moonlight Flower Scroll','Cash',10,10,100,true,true,true,true,true,true,true,'/*TODO: Confirm the rates*/\ngetitem callfunc("F_Rand",6228,6232,24150,19934,6635,17474),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22736,'July_Gift_Box','July Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 20212,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22737,'Bullet_Case_Blood_','Bloody Cartridge','Usable',10,250,'getitem 13222,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22738,'Bullet_Case_Silver_','Silver Cartridge','Usable',10,250,'getitem 13221,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22739,'Sphere_Case_Wind_','Lightning Sphere Pack','Usable',10,350,'getitem 13224,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22740,'Sphere_Case_Darkness_','Blind Sphere Pack','Usable',10,350,'getitem 13226,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22741,'Sphere_Case_Poison_','Poison Sphere Pack','Usable',10,350,'getitem 13225,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22742,'Sphere_Case_Water_','Freezing Sphere Pack','Usable',10,350,'getitem 13227,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22743,'Sphere_Case_Fire_','Flare Sphere Pack','Usable',10,350,'getitem 13223,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22744,'Bullet_Case_AP','Armor-Piercing Cartridge','Usable',10,250,'getitem 13215,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22745,'Bullet_Case_Blaze','Incandescence Shot Cartridge','Usable',10,250,'getitem 13216,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22746,'Bullet_Case_Fleeze','Glaciation Shot Cartridge','Usable',10,250,'getitem 13217,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22747,'Bullet_Case_Electric','Dengeki Shot Cartridge','Usable',10,250,'getitem 13218,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22748,'Bullet_Case_Stone','Hearthstone Shot Cartridge','Usable',10,250,'getitem 13219,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22749,'Sanctified_Bullet_Case','Purification Shot Cartridge','Usable',10,250,'getitem 13220,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22750,'Trans_Scroll_Horn_Scaraba','Transformation Scroll(Horn Scaraba)','Usable',10,10,'transform 2161,1200000,SC_MTF_ASPD2,2,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22751,'Trans_Scroll_Wanderer','Transformation Scroll(Wanderer)','Usable',10,10,'transform 1208,1200000,SC_MTF_ASPD2,2,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22752,'Trans_Scroll_Gazeti','Transformation Scroll(Gazeti)','Usable',10,10,'transform 1778,1200000,SC_MTF_RANGEATK2,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22753,'Trans_Scroll_Kobold_Archer','Transformation Scroll(Kobold Archer)','Usable',10,10,'transform 1282,1200000,SC_MTF_RANGEATK2,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22754,'Trans_Scroll_Necromancer','Transformation Scroll(Necromancer)','Usable',10,10,'transform 1870,1200000,SC_MTF_RANGEATK2,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22755,'Trans_Scroll_Wind_Ghost','Transformation Scroll(Wind Ghost)','Usable',10,10,'transform 1263,1200000,SC_MTF_MATK2,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22756,'August_Gift_Box','August Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 12246,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22757,'Collection_Of_Scrolls_Magical_Transformation','Collection Of Scrolls Magical Transformation','Cash',10,200,'getitem 22755,1;\ngetitem 22754,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22758,'Collection_Of_Scrolls_Shooting_Transformation','Collection Of Scrolls Shooting Transformation','Cash',10,200,'getitem 22753,1;\ngetitem 22752,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22759,'Collection_Of_Scrolls_Attack_Speed_Transformation','Collection Of Scrolls Attack Speed Transformation','Cash',10,'getitem 22751,1;\ngetitem 22750,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22760,'Argiope_Transportin','Argiope Transportin','Usable',10,100,true,true,true,true,true,true,true,true,'/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22761,'Luciola_Vespa_Transportin','Luciola Vespa Transportin','Usable',10,100,true,true,true,true,true,true,true,true,'/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22762,'Centipede_Transportin','Centipede Transportin','Usable',10,100,true,true,true,true,true,true,true,true,'/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22764,'Pet_Exchange_Ticket_Box_','Pet Exchange Ticket Box','Cash',10,10,1,100,true,true,true,true,true,true,true,'/*TODO: Confirm the allowed pet_id and chance*/\ngetitem callfunc("F_Rand",6116,6117,6118,6129,6130,6130,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22770,'Shark_Skewer','Shark Skewer','Healing',10,10,true,'/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22771,'Bluefin_Tuna_Skewer','Bluefin Tuna Skewer','Healing',10,10,true,'sc_start SC_INCATKRATE,5000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22772,'Sea_Bream_Skewer','Sea Bream Skewer','Healing',10,10,true,'sc_start SC_INCMATKRATE,5000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22773,'Piranha_Skewer','Piranha Skewer','Healing',10,10,true,'sc_start SC_ASPDPOTION0,5000,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22774,'Salmon_Skewer','Salmon Skewer','Healing',10,10,true,'sc_start SC_SPEEDUP0,5000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22775,'Eels_Skewer','Eels Skewer','Healing',10,10,true,'sc_start SC_DEF_RATE,5000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22776,'Carp_Skewer','Carp Skewer','Healing',10,10,true,'sc_start SC_MDEF_RATE,5000,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22777,'Gift_Buff_Set','Gift Buff Set','Usable',10,100,1,100,true,true,true,true,true,true,true,'getgroupitem(IG_Gift_Buff_Set);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22781,'PC_Bang_Normal_Box','PC Bang Normal Box','Usable',10,200,1,100,true,true,true,true,true,true,true,'getitem 547,20;\n/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22782,'PC_Bang_Wooden_Box','PC Bang Wooden Box','Usable',10,200,1,100,true,true,true,true,true,true,true,'getitem 547,30;\n/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22783,'PC_Bang_Golden_Box','PC Bang Golden Box','Usable',10,200,1,100,true,true,true,true,true,true,true,'getitem 547,1;\ngetitem 985,10;\n/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22784,'PC_Bang_Platinum_Box','PC Bang Platinum Box','Usable',10,200,1,100,true,true,true,true,true,true,true,'getitem 547,1;\ngetitem 12017,10;\ngetitem 678,12;\n/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22808,'NoviceBox','Special Gift Box','Usable',10,100,false,100,true,true,true,true,true,true,true,'getitem 7444,1;\ngetitem 12610,1;\ngetitem 12265,5;\ngetitem 22979,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22812,'Sealed_Dracula_Scroll','Sealed Dracula Scroll','Usable',10,10,1,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",6228,6232,22813,19937,17314, 6635),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22813,'Bearer\'s_Shadow_Box','Bearer\'s Shadow Box','Usable',10,10,1,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",24180,24181,24182,24183,24184,24185),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`script`) VALUES (22814,'CatPaw_Ticket','Cat Hand Ticket','Usable',2,10,100,'callfunc "F_CashStore";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_noauction`,`script`) VALUES (22819,'G_Almighty','Citizen Oda\'s Miracle Elixr','Usable',10,100,true,true,true,true,true,true,'bonus_script "{ bonus bAllStats,10; bonus bBaseAtk,30; bonus bMatk,30; }",3600;\nsc_start SC_SPEEDUP0,600000,25;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`script`) VALUES (22822,'Summer_Vacation_Costumes','Summer Vacation Costumes','Usable',100,1,'sc_start SC_DRESSUP,600000,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22823,'Sealed_Sniper_Scroll','Sealed Sniper Scroll','Usable',10,10,false,100,true,true,true,true,true,true,true,'/*getitem callfunc("F_Rand",4491,6228,6232,24196, Hasty Shadow Armor, 19882, 17474, 6635),1;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (22826,'Enchant_Stone_Box4','Costume Enchant Stone Box 4','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box4);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`script`) VALUES (22827,'Shadow_Cube','Shadow Cube','Usable',10,10,false,'/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22828,'Sealed_Album_Scroll','Sealed Album Scroll','Usable',10,10,1,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",22829,6232,6228,24208,24209,17474/*,Enchanted Letter*/),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22829,'Sealed_Card_Album','Sealed Card Album','Usable',10,10,1,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",4488,4497,4486,4480,4485,4539,4487,4494,4538,4489,4490,4482,4503,4483,4491),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22837,'Integer_Time','Integer Time','Usable',10,50,50,100,true,true,true,true,true,true,true,true,'getitem 673,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (22838,'Something_Candy_Holder','Something Candy Holders','Usable',10,10,1,'getgroupitem(IG_Something_Candy_Holder);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (22839,'Happy_Box_J','Happy Box','Usable',10,200,1,'getgroupitem(IG_Happy_Box_J);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22842,'Sealed_Dracula_Scroll_II','Sealed Dracula Scroll II','Usable',10,10,1,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",22846,6228,6232,24223,24227,17474/*, Enchant Letter*/),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22843,'Superstar_Snack','Superstar Snack','Usable',10,10,'bonus_script "{ bonus bAtk2,50; bonus bMatk,50; }",300;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`class_all`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22844,'Sealed_Dracula_Card_Album','Sealed Dracula Card Album','Usable',10,50,false,100,true,true,true,true,true,true,true,'/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22845,'Sealed_Fortune_Egg','Sealed Fortune Egg','Usable',10,10,1,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",4488,4497,4486,4480,4485,4539,4487,4494,4538,4489,4490,4482,4503,22846),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22846,'Sealed_Dracula_Card_','Sealed Dracula Card','Usable',10,10,100,true,true,true,true,true,true,'bonus_script "{ bonus2 bSPDrainRate,50,5; }",300;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22847,'BadgeOfProntera','Prontera Badge','Usable',10,10,true,'warp "prontera",159,192;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22848,'KeysPrison','Prison Key','Usable',10,10,true,'warp "prt_prison",188,23;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (22849,'P_Temporal_Crystal','Prontera Time Crystal','Usable',10,10,true,'warp "prt_q",155,27;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22850,'January_Gift_Box_','January Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'rentitem 19052,604800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22851,'February_Gift_Box_','February Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 12105,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22852,'March_Gift_Box_','March Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*2 Lucky Eggs*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22853,'April_Gift_Box_','April Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'rentitem callfunc("F_Rand",2566,2856,2857,15023),1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22854,'May_Gift_Box_','May Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 22777,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22855,'June_Gift_Box_','June Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*1 Potion Box*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22856,'July_Gift_Box_','July Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 20212,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22857,'August_Gift_Box_','August Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 12246,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22858,'September_Gift_Box','September Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*2 Lucky Eggs*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22859,'October_Gift_Box','October Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 12529,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22860,'November_Gift_Box','November Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'rentitem callfunc("F_Rand",2566,2856,2857,15023),1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22861,'December_Gift_Box','December Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 22869,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (22868,'Enchant_Stone_Box5','Costume Enchant Stone Box 5','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box5);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22869,'Lucky_Roulette_Tickets','Lucky Roulette Ticket','Usable',10,100,50,100,true,true,true,true,true,true,true,true,'RouletteBronze++;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22870,'Xmas_Package_14','Christmas Package','Usable',10,true,100,true,true,true,true,true,true,'getgroupitem(IG_XMAS_PACKAGE_14);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22873,'Sealed_Beelzebub_Scroll_II','Sealed Beelzebub Scroll II','Usable',10,10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",22875,6238,6239,6228,6232,24231,24232,17474,6635),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22874,'Sealed_Beelzebub_Card_Album','Sealed Beelzebub Card Album','Usable',10,50,100,true,true,true,true,true,true,true,'/*No Info*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (22876,'Shabby_Purse','Old Money Pocket','Usable','specialeffect2 EF_STEAL;\nZeny += rand(100,1000);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22881,'Binding_Rope','Rope Gallows','Usable',10,100,true,true,true,true,true,true,true,'/*Used to catch a Lost Sheep*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22882,'Choco_Tteokguk','Chocolate Rice Cake Soup','Usable',10,'percentheal 10,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22883,'September_Gift_Box_','September Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'/*2 Lucky Eggs*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22884,'October_Gift_Box_','October Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 12529,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22885,'November_Gift_Box_','November Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'rentitem callfunc("F_Rand",2566,2856,2857,15023),1209600;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22886,'December_Gift_Box_','December Gift Box','Usable',10,100,100,true,true,true,true,true,true,true,'getitem 22869,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22887,'PC-Room_Box','PC-Room Box','Usable',20,10,100,true,true,true,true,true,true,true,true,'getitem 12531,1;\ngetitem callfunc("F_Rand",6230,6234,22654),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22888,'New_Year\'s_Scroll','New Year\'s Scroll','Usable',10,10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",6238,6239,6228,6232,24240,24241,24242,17474),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22893,'New_Year\'s_Shadow_Cube','New Year\'s Shadow Cube','Usable',20,10,100,true,true,true,true,true,true,true,'/*Get a random Shadow Equip (No info which one)*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22894,'Limited_2015_Neuralizer','(Limited)2015 Neuralizer','Usable',20,100,true,true,true,true,true,true,true,true,'callfunc "F_CashReset";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22895,'Limited_2015_Status_Initialization_Volume','(Limited)2015 Status Initialization Volume','Usable',20,100,true,true,true,true,true,true,true,true,'/*Works like item 6320, can reset up to 3x within 1 hour*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22896,'Limited_Old_Status_Initialization_Volume','(Limited)Old Status Initialization Volume','Usable',20,100,true,true,true,true,true,true,true,true,'/*Works like item 6320, can reset up to 3x within 1 hour*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (22899,'DowntownMap','Parchment City','Delayconsume',20,'itemskill "AL_INCAGI",1;\nheal -15,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22901,'BlueboxOfQuestions','Mysterious Blue Box','Usable',20,100,true,true,true,true,true,true,true,'callfunc("F_Mysterious_box");'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22902,'Sealed_Card_Album_Scroll_II','Sealed Card Album Scroll II','Usable',20,10,100,true,true,true,true,true,true,true,'getitem callfunc("F_Rand",6238,6239,17474,22829,24243,24244,24245),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (22905,'Enchant_Stone_Box6','Costume Enchant Stone Box 6','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box6);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (22953,'Enchant_Stone_Box7','Costume Enchant Stone Box 7','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box7);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22979,'Comp_Battle_Bubble','[Sale] Battle Manual and Bubble Gum','Usable',100,true,true,true,true,true,true,true,'sc_start SC_EXPBOOST,1800000,50;\nsc_start SC_ITEMBOOST,1800000,100;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22984,'Dr_Life_Potion_01','Kahluna Milk','Healing',6,10,'sc_start SC_DORAM_BUF_01, 180000, 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (22985,'Dr_Life_Potion_02','Basil','Healing',10,10,'sc_start SC_DORAM_BUF_02, 180000, 0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23001,'Enchant_Stone_Box8','Costume Enchant Stone Box 8','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box8);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23012,'S_Small_Mana_Potion','[Sale] Small Mana Potion','Usable',10,100,true,true,true,true,true,true,true,'bonus_script "bonus2 bRegenPercentSP,5,5000;",600,9;\n/* fix me: unknown flag and specialeffect ; disabled when LK_BERSERK */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23016,'Pieces_Of_Grudge','Cursed Fragment','Usable',1,1,'callfunc("F_Cursed_Fragment");'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_container`,`script`) VALUES (23033,'Invisible_Box','Invisible Box','Usable',true,'getitem callfunc("F_Rand",19602,19603,19604,20506),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23038,'S_Slim_White_Box','[Sale] Slim White Potion Box','Usable',100,true,true,true,true,true,true,true,'getitem 11573,200;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`delay_duration`,`delay_status`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23042,'Seed_Of_Yggdrasil_','[NotForSale]Yggdrasil Seed','Healing',300,3000,'Reuse_Limit_G',100,true,true,true,true,true,true,true,'percentheal 50,50;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23043,'S_Seed_Of_Yggdrasil_Box','[Sale] Yggdrasil Seed Box','Usable',100,true,true,true,true,true,true,true,'getitem 23042,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23046,'S_Mystic_Powder','[Sale] Mystic Powder','Usable',100,true,true,true,true,true,true,true,'bonus_script "{ bonus bFlee,20; bonus bLuk,10; }",300,9;\n/* fix me: unknown flag and specialeffect */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23047,'S_Blessing_Tyr','[Sale] Blessing of Tyr','Usable',10,100,true,true,true,true,true,true,true,'sc_start SC_FLEEFOOD,300000,30;\nsc_start SC_HITFOOD,300000,30;\nsc_start SC_ATKPOTION,300000,20;\nsc_start SC_MATKPOTION,300000,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23048,'S_Resilience_Potion','[Sale] Resilience Enhancement Potion','Usable',10,100,true,true,true,true,true,true,true,'bonus_script "bonus bAddItemHealRate,20;",1800,9;\n/* fix me: unknown flag and specialeffect */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23058,'Enchant_Stone_Box9','Costume Enchant Stone Box 9','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box9);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23076,'Build_Up_Potion_SS','Build Up Potion SS','Usable',10,10,'if (strcharinfo(3) == "slabw01") {\n sc_start SC_EP16_2_BUFF_SS,10000,0;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23077,'Build_Up_Potion_SC','Build Up Potion SC','Usable',10,10,'if (strcharinfo(3) == "slabw01") {\n sc_start SC_EP16_2_BUFF_SC,10000,0;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23078,'Build_Up_Potion_AC','Build Up Potion AC','Usable',10,10,'if (strcharinfo(3) == "slabw01") {\n sc_start SC_EP16_2_BUFF_AC,10000,0;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23080,'Cursed_Crystal','Cursed Crystal','Usable',1,500,'callfunc("F_Cursed_Crystal");'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23086,'Enchant_Stone_Box10','Costume Enchant Stone Box 10','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box10);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23087,'Small_Leather_Bag','Small Leather Bag','Usable',100,true,true,true,true,true,true,true,'getitem 25180,1;\ngetitem 25181,1;\ngetitem 25182,1;\ngetitem 25183,1;\ngetitem 25184,1;\ngetitem 25185,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`script`) VALUES (22998,'C_CatPaw_Ticket','Endless Cat Hand Ticket','Delayconsume',100,'callfunc "F_CashStore";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23100,'Drooping_Gunslinger_Scroll','Drooping Gunslinger Scroll','Delayconsume',10,'/*upgradeui 23100;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23115,'Class_Shadow_Cube','Class Shadow Cube','Usable',10,true,'getgroupitem(IG_CLASS_SHADOW_CUBE);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23123,'Bullet_Case_Flare','Flare Bullet Cartridge','Usable',10,250,'getitem 13228,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23124,'Bullet_Case_Lighting','Lightning Bullet Cartridge','Usable',10,250,'getitem 13229,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23125,'Bullet_Case_Ice','Ice Bullet Cartridge','Usable',10,250,'getitem 13230,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23126,'Bullet_Case_Poison','Poison Bullet Cartridge','Usable',10,250,'getitem 13231,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23127,'Bullet_Case_Blind','Blind Bullet Cartridge','Usable',10,250,'getitem 13232,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23151,'EnchantStone_Recipe','Enchant Stone Recipe','Delayconsume',10,'/*synthesisui 23151;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23152,'Collectibles_Box','Collectibles SynthesisBox','Delayconsume',10,'/*synthesisui 23152;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23153,'Pet_Egg_Box','Pet Egg SynthesisBox','Delayconsume',10,'/*synthesisui 23153;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23154,'Costume_Exchange_Box','Costume Exchange SynthesisBox','Delayconsume',10,'/*synthesisui 23154;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23168,'Mini_Fan_Box','Mini Fan Box','Usable',10,true,'getitem 23170,1;\ngetitem callfunc("F_Rand",28439,28440),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23169,'Alchemist_Box','Alchemist box','Usable',10,true,'getitem callfunc("F_Rand",7135,7136,7137,7138,7139),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23170,'Fan_Modification_Kit','Fan Modification Kit','Delayconsume',10,'/*synthesisui 23170;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23174,'Enchant_Stone_Box11','Costume Enchant Stone Box 11','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box11);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23175,'Uniform_Repair_Kit','Uniform Repair Kit','Delayconsume',10,'/*upgradeui 23175;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23177,'Kafra_Card_','Kafra Card','Usable',2,10,100,true,true,true,true,true,true,true,'callfunc "F_CashStore";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23178,'Kafra_Box','Kafra Box','Usable',510,true,'getitem 23175,1;\ngetitem callfunc("F_Rand",15186,19168),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23187,'Sap_Jelly','Sap Liquid','Usable',10,'pet 1180;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23188,'Airship_Part','Unprocessed Parts','Usable',10,'pet 1632;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23189,'Little_Dall_Needle','Small Needle Kit','Usable',10,'pet 1622;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23191,'Varetyr_Spear_Scroll_1_5','Level 5 Varetyr Spear','Delayconsume',10,10,'itemskill "SO_VARETYR_SPEAR",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23192,'Diamond_Dust_Scroll_1_5','Level 5 Diamond Dust','Delayconsume',10,10,'itemskill "SO_DIAMONDDUST",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23193,'Crimson_Rock_Scroll_1_5','Level 5 Crimson Rock','Delayconsume',10,10,'itemskill "WL_CRIMSONROCK",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23194,'Sienna_Execrate_Scroll_1_5','Level 5 Sienna Execrate','Delayconsume',10,10,'itemskill "WL_SIENNAEXECRATE",5,true;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23196,'Agust_Lucky_Scroll','Shining Blue Lucky Egg','Cash',10,10,1,true,100,true,true,true,true,true,true,true,'getgroupitem(IG_Agust_Lucky_Scroll);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (23228,'HazyMooncake','Hazy Mooncake','Healing',768,10,true,'/* unknown */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23229,'Scroll_of_Fallen_Angel_Wings','Scroll of Fallen Angel Wings','Delayconsume',10,'/*upgradeui 23229;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23236,'Class_Shadow_Box_Weapon','Class Shadow Box (Weapon)','Delayconsume',10,'/*synthesisui 23236;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23237,'Class_Shadow_Box_Armor','Class Shadow Box (Armor)','Delayconsume',10,'/*synthesisui 23237;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23238,'Class_Shadow_Box_Shoes','Class Shadow Box (Shoes)','Delayconsume',10,'/*synthesisui 23238;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23239,'Class_Shadow_Box_Shield','Class Shadow Box (Shield)','Delayconsume',10,'/*synthesisui 23239;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23240,'Class_Shadow_Box_Pendant','Class Shadow Box (Pendant)','Delayconsume',10,'/*synthesisui 23240;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23241,'Class_Shadow_Box_Earring','Class Shadow Box (Earring)','Delayconsume',10,'/*synthesisui 23241;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23247,'StatusShadow_Mix','StatusShadow Mix','Delayconsume',10,'/*synthesisui 23247;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23248,'GemstoneShadow_Mix','GemstoneShadow Mix','Delayconsume',10,'/*synthesisui 23248;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23249,'BearersShadow_Mix','BearerShadow Mix','Delayconsume',10,'/*synthesisui 23249;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23250,'ComposeShadow_Mix','ComposerShadow Mix','Delayconsume',10,'/*synthesisui 23250;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23251,'Rose_Bundle_A','Rose Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(2192,1);\ngetitem(2743,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23252,'Orleans_Bundle_A','Orleans\'s Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(2365,1);\ngetitem(2881,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23253,'Black_Shiba_Bundle_A','Black Shiba Inu Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(2959,1);\ngetitem(18756,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23255,'Kardui_Bundle_A','Kardui Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(1649,1);\ngetitem(15169,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (23256,'Elixir_Bandage','Elixir Bandages','Usable',10,'pet 1041;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23266,'Etran_Bundle_A','Etran Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(2371,1);\ngetitem(20797,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`equip_level_min`,`delay_duration`,`script`) VALUES (23277,'Mado_Box','Emergency Magic Gear','Usable',10000,300,true,true,true,true,100,180000,'specialeffect2 EF_CLAYMORE;\nsetmadogear true;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`equip_level_max`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23280,'N_Fly_Wing_','Novice Fly Wing','Delayconsume',10,1,98,100,true,true,true,true,true,true,true,'itemskill "AL_TELEPORT",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23281,'RaceShadow_Mix','RaceShadow Mix','Delayconsume',10,'/*synthesisui 23281;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23285,'Candy_Box_Melee','Candy Bag Backpack (Physical)','Usable',10,true,'getitem 23289,1;\ngetitem 20842,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23286,'Candy_Box_Range','Candy Bag Backpack (Range)','Usable',10,true,'getitem 23290,1;\ngetitem 20843,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23287,'Candy_Box_Magic','Candy Bag Backpack (Magical)','Usable',10,true,'getitem 23291,1;\ngetitem 20844,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (23288,'Compressed_Wing_Of_Fly','Compressed Fly Wing','Delayconsume',1000,10,'itemskill "AL_TELEPORT",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23289,'Candy_Pouch_Blessing_Scroll_Melee','Candy Pouch Blessing Scroll(Physical)','Delayconsume',10,'/*upgradeui 23289;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23290,'Candy_Pouch_Blessing_Scroll_Range','Candy Pouch Blessing Scroll(Ranged)','Delayconsume',10,'/*upgradeui 23290;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23291,'Candy_Pouch_Blessing_Scroll_Magic','Candy Pouch Blessing Scroll(Magic)','Delayconsume',10,'/*upgradeui 23291;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23294,'Pororoca_Shoes_Bundle_A','Pororoca Shoes Bundle A','Usable',0,true,100,true,true,true,true,true,true,true,'getitem(1646,1);\ngetitem(22104,1);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23299,'Enchant_Stone_Box12','Costume Enchant Stone Box 12','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box12);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23307,'S_Shining_Def_Scroll','[Sale] Shining Defense Scroll','Usable',10,100,true,true,true,true,true,true,true,'bonus_script "{ bonus bDef,500; bonus bMdef,200; }",600;\n/* fix me: unknown flag and specialeffect */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23308,'Magical_Booster_Amplifier','Magical Booster Amplifier','Delayconsume',10,'/*upgradeui 23308;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23311,'Magic_Cat_hand_Scroll','Magic Cat Hand Scroll','Delayconsume',10,'/*upgradeui 23311;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23324,'StabilityShadow_Mix','StabilityShadow Mix','Delayconsume',10,'/*synthesisui 23324;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23340,'Comp_Megaphone','[Sale] Megaphone','Usable',10,100,true,true,true,true,true,true,'input .@megaphone$;\nannounce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23388,'CookingBox10','[Scroll] Food Box','Usable',10,true,'.@r = rand(1,3);\nif (.@r == 1)\n getitem callfunc("F_Rand",14849,14850,14851,14852,14853,14854),10;\nelse if (.@r == 2)\n getitem 14841,50;\nelse\n getitem 14886,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23436,'Shadow_Refine_Hammer','Shadow Refine Hammer','Delayconsume',10,'/*upgradeui 23436;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23474,'InfinityShadow_Mix','InfinityShadow Mix','Delayconsume',10,'/*synthesisui 23474;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (23475,'Infinity_Drink','Infinity Drink','Usable',10,100,true,true,true,true,true,true,'specialeffect2 EF_POTION_BERSERK;\nbonus_script "{ bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bCritAtkRate,5; bonus bLongAtkRate,5; bonus bMatkRate,5; bonus bNoCastCancel; }",1800,1,1,EFST_INFINITY_DRINK;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23524,'Enchant_Stone_Box13','Costume Enchant Stone Box 13','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box13);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23538,'BloodyKnight_Shield_Box','Cursed Knight\'s Shield Box','Usable',10,true,'getitem 28942,1;\ngetitem 23545,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23545,'Silver_Statue','Silver Statue','Delayconsume',10,'/*synthesisui 23545;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23546,'Cursed_Blood','Cursed Blood','Delayconsume',10,'/*upgradeui 23546;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23547,'Gold_Statue','Gold Statue','Delayconsume',10,'/*upgradeui 23547;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23629,'Enchant_Stone_Box14','Costume Enchant Stone Box 14','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box14);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23665,'PhysicalMagical_Mix','PhysicalMagical Mix','Delayconsume',10,'/*synthesisui 23665;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23666,'ImmunedAthena_Mix','ImmunedAthena Mix','Delayconsume',10,'/*synthesisui 23666;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23667,'HardChamption_Mix','HardChampion Mix','Delayconsume',10,'/*synthesisui 23667;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23668,'KingbirdAncient_Mix','KingbirdAncient Mix','Delayconsume',10,'/*synthesisui 23668;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23669,'CriticalHit_Mix','CriticalHit Mix','Delayconsume',10,'/*synthesisui 23669;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23675,'Geffen_Magic_Scroll','Geffen Magic Armor Order Form','Delayconsume',100,'/*upgradeui 23675;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23676,'Gray_Charcoal_Melee','Grey Abrasive (physical)','Delayconsume',50,'/*upgradeui 23676;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23677,'Gray_Charcoal_Magic','Grey Abrasive (magical)','Delayconsume',50,'/*upgradeui 23677;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23678,'Gray_Charcoal_Range','Grey Abrasive (distance)','Delayconsume',50,'/*upgradeui 23678;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23679,'Geffen_Magic_Scroll2','Geffen Magic Accessory Order Form','Delayconsume',100,'/*upgradeui 23679;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23682,'Enchant_Stone_Box15','Costume Enchant Stone Box 15','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box15);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23706,'Charleston_Parts_W','Charleston Upgrade Parts (Physical)','Delayconsume',50,'/*upgradeui 23706;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23707,'Charleston_Parts_R','Charleston Upgrade Parts (Ranged)','Delayconsume',50,'/*upgradeui 23707;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23720,'Shadow_Random_Mix','Shadow Random Mix','Delayconsume',10,'/*upgradeui 23720;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23770,'Enchant_Stone_Box16','Costume Enchant Stone Box 16','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box16);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23776,'EP17_1_SPC05','Weapon Modifier (Physical)','Delayconsume',50,'/*upgradeui 23776;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23777,'EP17_1_SPC06','Advanced Weapon Modifier (Physical)','Delayconsume',50,'/*upgradeui 23777;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23778,'EP17_1_SPC07','Super Weapon Modifier (Physical)','Delayconsume',50,'/*upgradeui 23778;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23779,'EP17_1_SPC08','Weapon Modifier (Magic)','Delayconsume',50,'/*upgradeui 23779;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23780,'EP17_1_SPC09','Advanced Weapon Modifier (Magic)','Delayconsume',50,'/*upgradeui 23780;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23781,'EP17_1_SPC10','Super Weapon Modifier (Magic)','Delayconsume',50,'/*upgradeui 23781;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23815,'Magma_Essence','Lava Essence','Delayconsume',50,'/*upgradeui 23815;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23818,'Bs_Item_M_S_2','Giant Orc Helm Combination SynthesisBox','Delayconsume',10,'/*synthesisui 23818;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23819,'Bs_Item_M_S_8','Crimson Rose SynthesisBox','Delayconsume',10,'/*synthesisui 23819;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23820,'Bs_Item_M_S_10','Grand Peco Hairband SynthesisBox','Delayconsume',10,'/*synthesisui 23820;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23821,'Bs_Item_M_S_11','Moonflower Hair Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23821;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23822,'Bs_Item_M_S_34','Wings of 8 Purgatories SynthesisBox','Delayconsume',10,'/*synthesisui 23822;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23823,'Bs_Item_M_S_41','Tare Neko Cru SynthesisBox','Delayconsume',10,'/*synthesisui 23823;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23824,'Bs_Item_M_S_42','Glory Soccer Ball Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23824;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23825,'Bs_Item_M_S_43','Wicket marching Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23825;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23826,'Bs_Item_M_S_44','Wandering Wolf Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23826;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23827,'Bs_Sha_M_S_1','Status Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23827;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23828,'Bs_Sha_M_S_17','Elegant Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23828;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23829,'Bs_Sha_M_S_18','Tension Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23829;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23830,'Bs_Sha_M_S_19','Restore Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23830;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23831,'Bs_Sha_M_S_20','Healing Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23831;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23832,'Bs_Item_M_S_4','Amistr Cap SynthesisBox','Delayconsume',10,'/*synthesisui 23832;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23833,'Bs_Item_M_S_6','Tiger King Doll Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23833;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23834,'Bs_Item_M_S_7','Bacsojin Doll SynthesisBox','Delayconsume',10,'/*synthesisui 23834;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23835,'Bs_Item_M_S_12','Candy Pouch Bag SynthesisBox','Delayconsume',10,'/*synthesisui 23835;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23836,'Bs_Item_M_S_13','Gold Fish Head Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23836;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23837,'Bs_Item_M_S_15','Survival SynthesisBox','Delayconsume',10,'/*synthesisui 23837;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23838,'Bs_Item_M_S_28','Toy Sringe SynthesisBox','Delayconsume',10,'/*synthesisui 23838;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23839,'Bs_Item_M_S_29','Indigor Rear Ribbon SynthesisBox','Delayconsume',10,'/*synthesisui 23839;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23840,'Bs_Item_M_S_31','Magical Booster SynthesisBox','Delayconsume',10,'/*synthesisui 23840;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23841,'Bs_Item_M_S_32','Rosario\'s Necklace SynthesisBox','Delayconsume',10,'/*synthesisui 23841;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23842,'Bs_Item_M_S_33','Spirit Crown SynthesisBox','Delayconsume',10,'/*synthesisui 23842;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23843,'Bs_Item_M_S_36','Guard\'s Cap SynthesisBox','Delayconsume',10,'/*synthesisui 23843;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23844,'Bs_Item_M_S_37','Bandit\'s Hood SynthesisBox','Delayconsume',10,'/*synthesisui 23844;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23845,'Bs_Item_M_S_38','Angel\'s Blessing SynthesisBox','Delayconsume',10,'/*synthesisui 23845;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23846,'Bs_Item_M_S_39','Rabbit Magic Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23846;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23847,'Bs_Item_M_S_40','Anubis Helm SynthesisBox','Delayconsume',10,'/*synthesisui 23847;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23848,'Bs_Item_M_S_45','Imp Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23848;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23849,'Bs_Item_M_S_46','Red Marching Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23849;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23850,'Bs_Item_M_S_47','Ifrit Mask SynthesisBox','Delayconsume',10,'/*synthesisui 23850;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23851,'Bs_Item_M_S_48','Incarnation Of Morocc Doll SynthesisBox','Delayconsume',10,'/*synthesisui 23851;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23852,'Bs_Item_M_S_49','Samambaia SynthesisBox','Delayconsume',10,'/*synthesisui 23852;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23853,'Bs_Item_M_S_50','Chick Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23853;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23854,'Bs_Sha_M_S_2','Class Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23854;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23855,'Bs_Sha_M_S_5','Spell Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23855;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23856,'Bs_Sha_M_S_6','Size Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23856;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23857,'Bs_Sha_M_S_7','Race Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23857;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23858,'Bs_Sha_M_S_8','Stability Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23858;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23859,'Bs_Sha_M_S_13','Special Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23859;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23860,'Bs_Sha_M_S_15','Physical Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23860;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23861,'Bs_Sha_M_S_16','Magical Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23861;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23862,'Bs_Sha_M_S_23','EXP Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23862;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23863,'Bs_Item_M_S_5','Mad Bunny SynthesisBox','Delayconsume',10,'/*synthesisui 23863;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23864,'Bs_Item_M_S_9','Archangel\'s Wings SynthesisBox','Delayconsume',10,'/*synthesisui 23864;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23865,'Bs_Item_M_S_14','Smokie\'s Transformation Leaf SynthesisBox','Delayconsume',10,'/*synthesisui 23865;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23866,'Bs_Item_M_S_16','Ifrit\'s Ear SynthesisBox','Delayconsume',10,'/*synthesisui 23866;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23867,'Bs_Item_M_S_17','Heartwing Band SynthesisBox','Delayconsume',10,'/*synthesisui 23867;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23868,'Bs_Item_M_S_19','Sigrun\'s Wings SynthesisBox','Delayconsume',10,'/*synthesisui 23868;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23869,'Bs_Item_M_S_27','Cat Headdress SynthesisBox','Delayconsume',10,'/*synthesisui 23869;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23870,'Bs_Item_M_S_35','Noble Mask SynthesisBox','Delayconsume',10,'/*synthesisui 23870;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23871,'Bs_Sha_M_S_9','Gemstone Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23871;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23872,'Bs_Sha_M_S_10','Bearers Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23872;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23873,'Bs_Sha_M_S_11','Hasty Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23873;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23874,'Bs_Sha_M_S_21','Critical Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23874;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23875,'Bs_Sha_M_S_22','Mortal Blow Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23875;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23876,'Bs_Item_M_S_1','Fallen Angel Wings SynthesisBox','Delayconsume',10,'/*synthesisui 23876;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23877,'Bs_Item_M_S_3','Adventurer\'s Backpack SynthesisBox','Delayconsume',10,'/*synthesisui 23877;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23879,'Bs_Item_M_S_18','Spell Circuit SynthesisBox','Delayconsume',10,'/*synthesisui 23879;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23880,'Bs_Item_M_S_20','New Wave Sunglasses SynthesisBox','Delayconsume',10,'/*synthesisui 23880;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23881,'Bs_Item_M_S_21','Giant Snake Breath SynthesisBox','Delayconsume',10,'/*synthesisui 23881;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23882,'Bs_Item_M_S_22','Judge Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23882;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23883,'Bs_Item_M_S_23','Dog Officer SynthesisBox','Delayconsume',10,'/*synthesisui 23883;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23884,'Bs_Item_M_S_24','Fancy Feather Hat SynthesisBox','Delayconsume',10,'/*synthesisui 23884;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23885,'Bs_Item_M_S_25','Amistr Beret SynthesisBox','Delayconsume',10,'/*synthesisui 23885;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23886,'Bs_Item_M_S_26','General Helm SynthesisBox','Delayconsume',10,'/*synthesisui 23886;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23887,'Bs_Item_M_S_30','Cursed Knight\'s Shield SynthesisBox','Delayconsume',10,'/*synthesisui 23887;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23888,'Bs_Sha_M_S_3','Penetration Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23888;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23889,'Bs_Sha_M_S_4','Tempest Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23889;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23890,'Bs_Sha_M_S_12','Blitz Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23890;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23891,'Bs_Sha_M_S_14','Reload Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23891;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23892,'Bs_Sha_M_S_24','Force and Spirit Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23892;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23893,'Bs_Sha_M_S_25','Infinity Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 23893;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23894,'Bs_Item_M_S_51','Wickebine\'s Black Cat\'s Ear SynthesisBox','Delayconsume',10,'/*synthesisui 23894;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23926,'Shadow_9_Refine_Hammer','Shadow 9 Refine Hammer','Delayconsume',10,'/*upgradeui 23926;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (23952,'Sillit_Pong_Box','Sillit Pong Box','Usable',10,true,'getitem 6443,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23967,'EnchantStone_Recipe_9m','Enchant Stone Recipe 9m','Delayconsume',10,'/*synthesisui 23967;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23981,'Abyss_Ddbox','Turbulence Dragon\'s Power','DelayConsume',10,'/* upgradeui 23981; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100000,'IDTest_Special','IDTest Special','Delayconsume',10,'/*synthesisui 100000;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100003,'ILL_Piece_A','Red Phantom Resonance Stone','Delayconsume','/*upgradeui 100003;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100004,'ILL_Piece_B','Azure Mirage Resonance Stone','Delayconsume','/*upgradeui 100004;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100009,'Joy_Of_Victory','Victorious Happiness','DelayConsume',10,'/* upgradeui 100009; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100010,'PerfectSize_Mix','Perfect Size Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 100010;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100011,'MagicPiercing_Mix','Magic Piercing Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 100011;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (100019,'Enchant_Stone_Box18','Costume Enchant Stone Box 18','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box18);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100023,'Ancient_Hero_Bravery','Ancient Hero Bravery','Delayconsume',10,'/*upgradeui 100023;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100025,'Ancient_Hero_Wisdom','Ancient Hero Wisdom','Delayconsume',10,'/*upgradeui 100025;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100043,'Boost_Up_1','Booster Armor UpgradeBox','Delayconsume','/*upgradeui 100043;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100044,'Boost_Up_2','Booster Weapon UpgradeBox','Delayconsume','/*upgradeui 100044;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (100052,'Enchant_Stone_Box19','Costume Enchant Stone Box 19','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box19);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100053,'Piercing_Mix','Piercing Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 100053;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100058,'Hasty_Mix','Hasty Shadow SynthesisBox','Delayconsume',10,'/*synthesisui 100058;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100060,'EnchantStone_Recipe_4m','4m Enchant Stone Recipe SynthesisBox','Delayconsume',10,'/*synthesisui 100060;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100065,'WL_MB_SG','Spell Book (Storm Gust)','Delayconsume',true,'itemskill "WL_READING_SB_READING",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100066,'WL_MB_LOV','Spell Book (Lord of Vermilion)','Delayconsume',true,'itemskill "WL_READING_SB_READING",2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100067,'WL_MB_MS','Spell Book (Meteor Storm)','Delayconsume',true,'itemskill "WL_READING_SB_READING",3;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100068,'WL_MB_DL','Spell Book (Drain Life)','Delayconsume',true,'itemskill "WL_READING_SB_READING",4;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100069,'WL_MB_JF','Spell Book (Jack Frost)','Delayconsume',true,'itemskill "WL_READING_SB_READING",5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100070,'WL_MB_ES','Spell Book (Earth Strain)','Delayconsume',true,'itemskill "WL_READING_SB_READING",6;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100071,'WL_MB_CR','Spell Book (Crimson Rock)','Delayconsume',true,'itemskill "WL_READING_SB_READING",7;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100072,'WL_MB_CL','Spell Book (Chain Lightning)','Delayconsume',true,'itemskill "WL_READING_SB_READING",8;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100073,'WL_MB_CM','Spell Book (Comet)','Delayconsume',true,'itemskill "WL_READING_SB_READING",9;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`flag_noconsume`,`script`) VALUES (100074,'WL_MB_TV','Spell Book (Tetra Vortex)','Delayconsume',true,'itemskill "WL_READING_SB_READING",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (100083,'BackSignon_Box_TW','Korean Style Apple Hair Box (Middle)','Usable',10,true,'getitem callfunc("F_Rand",31754,31755,31756,31757,31758,31759,31760,31761),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (101097,'aegis_101097','[Scroll] Unlimited Drink','Usable',10,'bonus_script "{ bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bCritAtkRate,5; bonus bLongAtkRate,5; bonus2 bMagicAddEle,Ele_All,5; bonus bNoCastCancel;}",1800;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101107,'Cannon_Box_Ice','Cannon Box Ice','Usable',250,true,'getitem 18005,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101108,'Cannon_Box_Lightning','Cannon Box Lightning','Usable',250,true,'getitem 18006,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101109,'Cannon_Box_Stone','Cannon Box Stone','Usable',250,true,'getitem 18007,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101110,'Cannon_Box_Flare','Cannon Box Fire','Usable',250,true,'getitem 18008,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101111,'Cannon_Box_Poisoning','Cannon Box Poison','Usable',250,true,'getitem 18009,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101112,'Kunai_Scroll','Kunai Scroll','Usable',250,true,'getitem 1220001,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101113,'Kunai_Scroll_Nothing','Kunai Scroll Nothing','Usable',250,true,'getitem 1220002,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101114,'Kunai_Scroll_Shadow','Kunai Scroll Shadow','Usable',250,true,'getitem 1220003,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101115,'Kunai_Scroll_Hamaya','Kunai Scroll Hamaya','Usable',250,true,'getitem 1220004,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101116,'Nw_Grenade_Box','Nw Grenade Box','Usable',250,true,'getitem 1000564,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101117,'Soa_Charm_Bundle','Soa Charm Bundle','Usable',250,true,'getitem 1000563,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101118,'SS_Charm_Box','SS Charm Box','Usable',250,true,'getitem 1000565,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101119,'SS_Charm_F_Box','SS Charm F Box','Usable',250,true,'getitem 1000566,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101120,'SS_Charm_W_Box','SS Charm W Box','Usable',250,true,'getitem 1000567,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101121,'SS_Charm_G_Box','SS Charm G Box','Usable',250,true,'getitem 1000568,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (101122,'SS_Charm_L_Box','SS Charm L Box','Usable',250,true,'getitem 1000569,500;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100125,'Metal_7_Ticket','Metal Weapon +7 Refinement Ticket','DelayConsume',100,true,true,true,true,true,true,true,'/* upgradeui 100125; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100128,'Noblesses_Refine_Ticket','Noblesses Refine Ticket','Delayconsume',20,100,100,true,true,true,true,true,true,true,'/*upgradeui 100128;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100129,'Imperial_Refine_Ticket','Imperial Refine Ticket','Delayconsume',20,125,100,true,true,true,true,true,true,true,'/*upgradeui 100129;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100130,'Grace_Refine_Ticket','Grace Refine Ticket','Delayconsume',20,150,100,true,true,true,true,true,true,true,'/*upgradeui 100130;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100131,'Imperial_P_Mo_Garment','Imperial Physical Modification Permit (Garment)','Delayconsume',20,125,100,true,true,true,true,true,true,true,'/*upgradeui 100131;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100132,'Imperial_M_Mo_Garment','Imperial Magical Modification Permit (Garment)','Delayconsume',20,125,100,true,true,true,true,true,true,true,'/*upgradeui 100132;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100133,'Grace_P_Mo_Garment','Grace Physical Modification Permit (Garment)','Delayconsume',20,150,100,true,true,true,true,true,true,true,'/*upgradeui 100133;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100134,'Grace_M_Mo_Garment','Grace Magical Modification Permit (Garment)','Delayconsume',20,150,100,true,true,true,true,true,true,true,'/*upgradeui 100134;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100135,'Imperial_P_Mo_Armor','Imperial Physical Modification Permit (Armor)','Delayconsume',20,125,100,true,true,true,true,true,true,true,'/*upgradeui 100135;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100136,'Imperial_M_Mo_Armor','Imperial Magical Modification Permit (Armor)','Delayconsume',20,125,100,true,true,true,true,true,true,true,'/*upgradeui 100136;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100137,'Grace_P_Mo_Armor','Grace Physical Modification Permit (Armor)','Delayconsume',20,150,100,true,true,true,true,true,true,true,'/*upgradeui 100137;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100138,'Grace_M_Mo_Armor','Grace Magical Modification Permit (Armor)','Delayconsume',20,150,100,true,true,true,true,true,true,true,'/*upgradeui 100138;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100142,'Abyss_Ddbox2','Stable Dragon\'s Power','DelayConsume',10,100,true,true,true,true,true,true,true,'/* upgradeui 100142; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100144,'Abyss_Ddbox3','Burning Dragon\'s Power','DelayConsume',10,'/* upgradeui 100144; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100145,'Abyss_Ddbox4','Hot Dragon\'s Power','DelayConsume',10,'/* upgradeui 100145; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100151,'Skill_Sha_M_S_Weapon','Skill Shadow Weapon Combination Scroll','DelayConsume',10,true,'/* synthesisui 100151; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100164,'Auto_Imp_Melee_1','Normal Automatic Improvement Device (Physical)','DelayConsume','/* upgradeui 100164; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100165,'Auto_Imp_Melee_2','Advanced Automatic Improvement Device (Physical)','DelayConsume','/* upgradeui 100165; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100166,'Auto_Imp_Melee_3','Premium Automatic Improvement Device (Physical)','DelayConsume','/* upgradeui 100166; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100167,'Auto_Imp_Magic_1','Normal Automatic Improvement Device (Magical)','DelayConsume','/* upgradeui 100167; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100168,'Auto_Imp_Magic_2','Advanced Automatic Improvement Device (Magical)','DelayConsume','/* upgradeui 100168; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (100169,'Auto_Imp_Magic_3','Premium Automatic Improvement Device (Magical)','DelayConsume','/* upgradeui 100169; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (100202,'Enchant_Stone_Box20','Costume Enchant Stone Box 20','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box20);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100205,'Class_Sha_R_M_Melee','Class Shadow Spellbook (Melee)','DelayConsume',10,true,'/* upgradeui 100205; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100206,'Class_Sha_R_M_Magic','Class Shadow Spellbook (Magic)','DelayConsume',10,true,'/* upgradeui 100206; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100207,'Skill_Sha_R_M_Melee','Skill Shadow Spellbook (Melee)','DelayConsume',10,true,'/* upgradeui 100207; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100208,'Skill_Sha_R_M_Magic','Skill Shadow Spellbook (Magic)','DelayConsume',10,true,'/* upgradeui 100208; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100209,'Skill_Sha_M_S_Shield','Skill Shadow Shield Recipe','DelayConsume',10,'/* synthesisui 100209; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100210,'Skill_Sha_M_S_Pendant','Skill Shadow Pendant Recipe','DelayConsume',10,'/* synthesisui 100210; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100211,'Skill_Sha_M_S_Earing','Skill Shadow Earring Recipe','DelayConsume',10,'/* synthesisui 100211; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100212,'Skill_Sha_M_S_Shoes','Skill Shadow Shoes Recipe','DelayConsume',10,'/* synthesisui 100212; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100213,'Skill_Sha_M_S_Armor','Skill Shadow Armor Recipe','DelayConsume',10,'/* synthesisui 100213; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (100231,'Ref_T_Potion','Golden X','Healing',10,30,'sc_start SC_REF_T_POTION,30000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (100232,'Add_Atk_Potion','Red Herb Activator','Healing',10,30,'sc_start SC_ADD_ATK_DAMAGE,500000,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (100233,'Add_Matk_Potion','Blue Herb Activator','Healing',10,30,'sc_start SC_ADD_MATK_DAMAGE,500000,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100251,'Illu_Enhance_Cube','Illusion Reinforcement Cube','DelayConsume',100,true,true,true,true,true,true,true,'/* upgradeui 100251; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100252,'Auto_Enhance_Cube','Automatic Reinforcement Cube','DelayConsume',100,true,true,true,true,true,true,true,'/* upgradeui 100252; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100268,'Temporal_Refine_Cube','Temporal Equipment 11 Refine Cube','DelayConsume',10,true,'/* upgradeui 100268; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100269,'Geffen_Refine_Cube','Geffen Magic Tournament 12 Refine Cube','DelayConsume',10,true,'/* upgradeui 100269; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100270,'Old_Refine_Cube','Fallen Warrior\'s Headgear 12 Refine Cube','DelayConsume',10,true,'/* upgradeui 100270; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100271,'Refine_Hero_Weapon','Ancient Hero Weapon 9 Refine Permission','DelayConsume',10,true,'/* upgradeui 100271; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100272,'Refine_Hero_Boots','Ancient Hero Boots 9 Refine Permission','DelayConsume',10,'/* upgradeui 100272; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100273,'Remodel_Hero_Boots','Ancient Hero Boots Modification Cube','DelayConsume',10,'/* synthesisui 100273; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100274,'Oriental_Sword_Cube','Oriental Sword Modification Cube','DelayConsume',10,'/* synthesisui 100274; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100275,'Dragonic_Slayer_Cube','Dragonic Slayer Modification Cube','DelayConsume',10,'/* synthesisui 100275; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100276,'Shiver_Katar_K_Cube','Shiver Katar Modification Cube','DelayConsume',10,'/* synthesisui 100276; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100277,'Blade_Katar_Cube','Blade Katar Modification Cube','DelayConsume',10,'/* synthesisui 100277; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (100314,'Enchant_Stone_Box21','Costume Enchant Stone Box 21','Usable',10,true,'getgroupitem(IG_Enchant_Stone_Box21);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100321,'OS_Weapon_Refine_Cube','OS Weapon +11 Refinement Cube','DelayConsume',10,true,'/* upgradeui 100321; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100322,'Racecap_Refine_Cube','Racing Cap +11 Refinement Cube','DelayConsume',10,true,'/* upgradeui 100322; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100327,'Sword_Of_Bluefire_Cube','Red Lotus Sword Remodeling Cube','DelayConsume',10,'/* synthesisui 100327; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100328,'Slate_Sword_Cube','Slate Sword Remodeling Cube','DelayConsume',10,'/* synthesisui 100328; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100329,'Narcis_Bow_Cube','Narcissus Bow Remodeling Cube','DelayConsume',10,'/* synthesisui 100329; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100330,'Trumpet_Shell_K_Cube','Trumpet Shell Remodeling Cube','DelayConsume',10,'/* synthesisui 100330; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100331,'Barb_Wire_K_Cube','Barbed Wire Whip Remodeling Cube','DelayConsume',10,'/* synthesisui 100331; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100338,'Booster_W_Up_1','Booster Weapon Phase 1 Upgrade Package','DelayConsume',100,true,true,true,true,true,true,true,'/* upgradeui 100338; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100339,'Booster_W_Up_2','Booster Weapon Phase 2 Upgrade Package','DelayConsume',100,true,true,true,true,true,true,true,'/* upgradeui 100339; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100340,'Booster_W_Up_3','Booster Weapon Upgrade Package','DelayConsume',100,100,true,true,true,true,true,true,true,'/* upgradeui 100340; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100341,'E_ILL_Up','Illusion (Bound) Upgrade Package','DelayConsume',130,100,true,true,true,true,true,true,true,'/* upgradeui 100341; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100354,'Auto_Armor_Refine_Cube','Automatic Armor +11 Refinement Cube','DelayConsume',10,true,'/* upgradeui 100354; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100355,'Bio_Weapon_Refine_Cube','Bio Lab Weapon +11 Refinement Cube','DelayConsume',10,true,'/* upgradeui 100355; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100360,'Avenger_Cube','Avenger Remodeling Cube','DelayConsume',10,'/* synthesisui 100360; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100361,'Meteor_Striker_Cube','Meteor Striker Remodeling Cube','DelayConsume',10,'/* synthesisui 100361; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100362,'Magic_Sword_Cube','Mado Sword Remodeling Cube','DelayConsume',10,'/* synthesisui 100362; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100363,'Fatalist_Cube','Fatalist Remodeling Cube','DelayConsume',10,'/* synthesisui 100363; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100365,'MD_Geffen_Rarmor','MD Geffen Refine Armor','DelayConsume',10,100,true,true,true,true,true,true,true,'/* upgradeui 100365; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100366,'MD_Geffen_Rhood','MD Geffen Refine Hood','DelayConsume',10,100,true,true,true,true,true,true,true,'/* upgradeui 100366; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100367,'MD_Geffen_Racc','MD Geffen Refine Accessory','DelayConsume',10,100,true,true,true,true,true,true,true,'/* upgradeui 100367; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100368,'MD_Geffen_Rsheild','MD Geffen Refine Shield','DelayConsume',10,100,true,true,true,true,true,true,true,'/* upgradeui 100368; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100371,'aegis_100371','Homunculus Nutritional Supplement','Usable',10,'addhomintimacy 100; // !TODO: Confirm increase amount'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100376,'Royal_Bow_K_Cube','Royal Bow Remodeling Cube','DelayConsume',10,'/* synthesisui 100376; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100377,'Scalet_Dragon_L_Cube','Scarlet Dragon Leather Bow Remodeling Cube','DelayConsume',10,'/* synthesisui 100377; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100378,'Shadow_Staff_K_Cube','Shadow Staff Remodeling Cube','DelayConsume',10,'/* synthesisui 100378; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100379,'Freezing_Rod_Cube','Chilling Cane Remodeling Cube','DelayConsume',10,'/* synthesisui 100379; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100381,'3Lv_9Refine_Weapon_7Gu','+9 Lv3 Weapon Refine Permission Exchange Hammer','DelayConsume',10,'/* synthesisui 100381; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100382,'3Lv_10Refine_Weapon_8Gu','+10 Lv3 Weapon Refine Permission Exchange Hammer','DelayConsume',10,'/* synthesisui 100382; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100383,'3Lv_11Refine_Weapon_9Gu','+11 Lv3 Weapon Refine Permission Exchange Hammer','DelayConsume',10,'/* synthesisui 100383; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100384,'3Lv_12Refine_Weapon_10G','+12 Lv3 Weapon Refine Permission Exchange Hammer','DelayConsume',10,'/* synthesisui 100384; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100385,'4Lv_9Refine_Weapon_8Gu','+9 Lv4 Weapon Refine Permission Exchange Hammer','DelayConsume',10,'/* synthesisui 100385; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100386,'4Lv_10Refine_Weapon_9Gu','+10 Lv4 Weapon Refine Permission Exchange Hammer','DelayConsume',10,'/* synthesisui 100386; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100387,'4Lv_11Refine_Weapon_10G','+11 Lv4 Weapon Refine Permission Exchange Hammer','DelayConsume',10,'/* synthesisui 100387; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100388,'Iron_Nail_K_Cube','Iron Nail Remodeling Cube','DelayConsume',10,'/* synthesisui 100388; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100390,'Ray_Knuckle_Cube','Ray Knuckle Remodeling Cube','DelayConsume',10,'/* synthesisui 100390; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100391,'Moonlight_Box_IL','Moonlight Refine Box','DelayConsume',10,'/* upgradeui 100391; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100392,'S_Moonlight_Box_IL','Special Moonlight Refine Box','DelayConsume',10,'/* upgradeui 100392; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100393,'Undine_Spear_K_Cube','Aquatic Spear Remodeling Cube','DelayConsume',10,'/* synthesisui 100393; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100394,'Light_Blade_Cube','Light Blade Remodeling Cube','DelayConsume',10,'/* synthesisui 100394; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100395,'Iron_Staff_Cube','Iron Staff Remodeling Cube','DelayConsume',10,'/* synthesisui 100395; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100396,'Blue_Crystal_Staff_Cube','Blue Crystal Staff Remodeling Cube','DelayConsume',10,'/* synthesisui 100396; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100397,'Demon_Hunt_Bible_Cube','Exorcist\'s Bible Remodeling Cube','DelayConsume',10,'/* synthesisui 100397; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100398,'Saint_Hall_Cube','Saint Scepter Remodeling Cube','DelayConsume',10,'/* synthesisui 100398; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100399,'MeawFoxtail_Cube','Meowmeow Foxtail Remodeling Cube','DelayConsume',10,'/* synthesisui 100399; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100400,'Fog_Dew_Sword_Cube','Kiri no Tsuyu Remodeling Cube','DelayConsume',10,'/* synthesisui 100400; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100401,'Humma_Clear_Cube','Clarity Huuma Shuriken Remodeling Cube','DelayConsume',10,'/* synthesisui 100401; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100402,'Thousand_Sun_Cube','Thousand Sun Modification Cube','Delayconsume',10,'/*synthesisui 100402;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100403,'Spirit_Pendulum_Cube','Spirit Pendulum Modification Cube','Delayconsume',10,'/*synthesisui 100403;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100404,'Crimson_Rose_Cube','Crimson Rose Modification Cube','Delayconsume',10,'/*synthesisui 100404;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100405,'Master_Soul_Rifle_Cube','Master Soul Rifle Modification Cube','Delayconsume',10,'/*synthesisui 100405;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100406,'Golden_Lord_Launcher_Cube','Golden Lord Launcher Modification Cube','Delayconsume',10,'/*synthesisui 100406;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100407,'The_Black_Cube','The Black Modification Cube','Delayconsume',10,'/*synthesisui 100407;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100408,'Demon_Slayer_Shot_Cube','Demon Slayer Shot Modification Cube','Delayconsume',10,'/*synthesisui 100408;*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`job_blacksmith`,`class_third`,`class_third_upper`,`class_third_baby`,`equip_level_min`,`delay_duration`,`script`) VALUES (100158,'Mado_Box02','Mado Strengthening Suit','Usable',10000,300,true,true,true,true,100,180000,'specialeffect2 EF_CLAYMORE;\nsetmadogear true,MADO_SUIT;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100412,'Great_Hero_Bravery','Great Hero\'s Bravery','DelayConsume',10,'/* upgradeui 100412; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100413,'Great_Hero_Wisdom','Great Hero\'s Wisdom','DelayConsume',10,'/* upgradeui 100413; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100414,'Vampire_Box_IL','Vampire Refine Box','DelayConsume',10,'/* upgradeui 100414; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100415,'S_Vampire_Box_IL','Special Vampire Refine Box','DelayConsume',10,'/* upgradeui 100415; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100416,'S_Frozen_Box_IL','Special Frozen Refine Box','DelayConsume',10,'/* upgradeui 100416; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100417,'Turtle_Is_Box_IL','Turtle Island Refine Box','DelayConsume',10,'/* upgradeui 100417; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100418,'S_Turtle_Is_Box_IL','Special Turtle Island Refine Box','DelayConsume',10,'/* upgradeui 100418; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100419,'Teddy_Bear_Box_IL','Teddy Bear Refine Box','DelayConsume',10,'/* upgradeui 100419; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100420,'S_Teddy_Bear_Box_IL','Special Teddy Bear Refine Box','DelayConsume',10,'/* upgradeui 100420; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100421,'Luanda_Box_IL','Luanda Refine Box','DelayConsume',10,'/* upgradeui 100421; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100422,'S_Luanda_Box_IL','Special Luanda Refine Box','DelayConsume',10,'/* upgradeui 100422; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100423,'Labyrinth_Box_IL','Labyrinth Refine Box','DelayConsume',10,'/* upgradeui 100423; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100424,'S_Labyrinth_Box_IL','Special Labyrinth Refine Box','DelayConsume',10,'/* upgradeui 100424; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100425,'Underwater_Box_IL','Underwater Refine Box','DelayConsume',10,'/* upgradeui 100425; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100426,'S_Underwater_Box_IL','Special Underwater Refine Box','DelayConsume',10,'/* upgradeui 100426; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100433,'EnchantStone_Recipe_3m','March Costume Enchant Stone Thump Box','DelayConsume',10,'/* synthesisui 100433; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100436,'Circlet_Refine_Cube','Temporal Circlet +11 Refine Cube','DelayConsume',10,true,'/* upgradeui 100436; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100466,'Egir_Power_Box','Aegir\'s Power Box','DelayConsume',10,'/* upgradeui 100466; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100467,'Egir_Magic_Box','Aegir\'s Magical Power Box','DelayConsume',10,'/* upgradeui 100467; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100468,'Egirnion_Box','Aegirnian Box','DelayConsume',10,'/* synthesisui 100468; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100476,'MD_Airboat_Random','Ymir Beads','DelayConsume',10,100,true,true,true,true,true,true,'/* upgradeui 100476; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100479,'Sakray_Fury','Sakrai\'s Wraith','DelayConsume',10,'/* upgradeui 100479; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100480,'Sakray_Fury2','Condensed Sakrai\'s Wrath','DelayConsume',10,'/* upgradeui 100480; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100481,'Overclocker','Battle Processor Accelerator','DelayConsume',10,'/* upgradeui 100481; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100485,'Sakray_Regret','Sakrai\'s Regret','DelayConsume',10,'/* upgradeui 100485; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100486,'Sakray_Regret2','Condensed Sakrai\'s Regret','DelayConsume',10,'/* upgradeui 100486; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (100502,'Enchant_Stone_Box22','Costume Enchant Stone Box 22','Usable',10,true,'/* getgroupitem(IG_Enchant_Stone_Box22); */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100572,'FullPeneShadow_Mix','Full Penetration Shadow Thump Box','DelayConsume',10,true,'/* synthesisui 100572; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100579,'PendantStoneForWork','Pendant Gemstone of Force','DelayConsume',10,'/* synthesisui 100579; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100580,'Dark_Stone','Dark Stone','DelayConsume',10,'/* upgradeui 100580; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100596,'FullTempShadow_Mix','Full Tempest Shadow Thump Box','DelayConsume',10,true,'/* synthesisui 100596; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100600,'Shadow_Mix_Recipe2','New Shadow Thump Box','DelayConsume',10,true,'/* synthesisui 100600; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100601,'Illusion_Module_Mix','Illusion Module Thump Box','DelayConsume',10,true,'/* synthesisui 100601; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100602,'Automatic_Module_Mix','Automatic Module Thump Box','DelayConsume',10,true,'/* synthesisui 100602; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100620,'True_GemShadow_Mix','True Gemstone Shadow Thump Box','DelayConsume',10,true,'/* synthesisui 100620; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100621,'Mammoth_Mix','Maximum Mammonth Shadow Thump Box','DelayConsume',10,true,'/* synthesisui 100621; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100623,'Shadow_Mix_Recipe_TH','Lapine Box (Shadow)','DelayConsume',10,true,'/* synthesisui 100623; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100626,'GrayWolf_7_Ticket','Gray Wolf +7 Refinement Box','DelayConsume',10,100,true,true,true,true,true,true,'/* upgradeui 100626; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100627,'GrayWolf_9_Ticket','Gray Wolf +9 Refinement Box','DelayConsume',10,100,true,true,true,true,true,true,'/* upgradeui 100627; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (100650,'Pontifex_Courage','Pontifex Courage','DelayConsume',10,180,true,'/* upgradeui 100650; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (100651,'Pontifex_Wisdom','Pontifex Wisdom','DelayConsume',10,180,true,'/* upgradeui 100651; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (100652,'Pontifex_Tenacity','Pontifex Tenacity','DelayConsume',10,180,true,'/* upgradeui 100652; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`equip_level_min`,`flag_buyingstore`,`script`) VALUES (100653,'Pontifex_Belief','Pontifex Belief','DelayConsume',10,180,true,'/* upgradeui 100653; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100661,'EXPShadow_Mix','Experience Shadow Thump Box','DelayConsume',10,true,'/* synthesisui 100661; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100684,'Bio_Helm_Refine_Cube','Biological Lab Helmet +11 Refinement Cube','DelayConsume',10,true,'/* upgradeui 100684; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (100691,'AbsorbShadow_Mix','Absolve Shadow Thump Box','DelayConsume',10,true,'/* synthesisui 100691; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100699,'Twins_Box_IL','Twins Smelt Box','DelayConsume',10,'/* upgradeui 100699; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100700,'S_Twins_Box_IL','Special Twins Smelting Box','DelayConsume',10,'/* upgradeui 100700; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100710,'EXP_Overclocker','EXP Advisor Retrofit','DelayConsume',10,'/* upgradeui 100710; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100722,'Booster_RandomOpt_P','Booster Modification Stone (Physical)','DelayConsume',100,true,true,true,true,true,true,true,'/* upgradeui 100722; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (100723,'Booster_RandomOpt_M','Booster Modification Stone (Magical)','DelayConsume',100,true,true,true,true,true,true,true,'/* upgradeui 100723; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100744,'Costama_Egg69','Hero\'s Weapon Modification (Physical)','DelayConsume',10,'/* upgradeui 100744; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (100745,'Hero_LT_Refine_Magic','Hero\'s Weapon Modification Device (Magical)','DelayConsume',10,'/* upgradeui 100745; */'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (100880,'aegis_100880','Piercing Shadow Box','Usable',10,true,'getitem callfunc("F_Rand",24157,24163,24164,24156,24160,24159,24165,24161,24162,24158),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_container`,`script`) VALUES (100908,'aegis_100908','Magic Piercing Shadow Box','Usable',10,true,'getitem callfunc("F_Rand",24177,24171,24178,24170,24174,24173,24179,24175,24176,24172),1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (101126,'aegis_101126','[Scroll] Halloween Candy','Healing',10,'percentheal 30,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (1100003,'Concentrated_R_P','Concentrated Red Potion','Healing',10,2,120,'itemheal rand(655,675),0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (1100004,'Concentrated_B_P','Concentrated Blue Potion','Healing',10,2,120,'itemheal 0,rand(340,360);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (1100005,'Concentrated_G_P','Concentrated Gold Potion','Healing',10,2,180,'itemheal rand(2730,2750),0;');