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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • 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