Jump to content
  • 0

[Help] Custom farming mob problems


Question

Posted

Problem №1: I can't see my mob's health. I see him like a standart NPC.

Problem №2: I can't set the drop. I set him to drop 3000000-12000000 adena at 700000 chance in category 0. It never drops. (I set it in custom_droplist table, and yes I have enabled it in the configs)

Recommended Posts

  • 0
Posted

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');

  • 0
Posted

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', 'L2MonsterInstance', 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');

 

 

 

put this

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock