Vice versa works
here's some sample
INSERT INTO `item_db` (
`id` ,
`name_english` ,
`name_japanese` ,
`type` ,
`price_buy` ,
`price_sell` ,
`weight` ,
`atk:matk` ,
`defence` ,
`range` ,
`slots` ,
`equip_jobs` ,
`equip_upper` ,
`equip_genders` ,
`equip_locations` ,
`weapon_level` ,
`equip_level` ,
`refineable` ,
`view` ,
`script` ,
`equip_script` ,
`unequip_script`
)
VALUES
('22001', 'Custom', 'Custom', '5', '20', NULL , '10', NULL , NULL , NULL , '1', '4294967295', '7', '2', '512', NULL , NULL , '1', '1', '', '', ''),
if you want to use item_db2 just change the
INSERT INTO `item_db` (
into
INSERT INTO `item_db2` (
and how to add custom item guide on my signiture
Good Luck