Droplist entry:
INSERT INTO `droplist` (`mobId`, `itemId`, `min`, `max`, `category`, `chance`) VALUES
(9999, 57, 3000000, 12000000, 1, 700000);
NPC:
INSERT INTO `npc` (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `enchant`, `walkspd`, `runspd`, `isUndead`, `absorb_level`, `absorb_type`, `drop_herbs`) VALUES
('9999', 20120, 'Wolf', 1, '1-20 lvl', 1, 'LineageMonster.wolf', '13.00', '9.00', '12', 'male', 'L2Monster', 40, '50', '0', '0.00', '0.00', '1', '1', '1', '1', '1', '1', '50', '50', '20', '40', '20', '40', '300', '0', '300', '0', '0', '0', 0, '0', '0', 0, '0', 'LAST_HIT', 'false');