Page 1 of 1

Remove the drop and spoil penalty

Posted: Sat Oct 30, 2010 6:19 pm
by xbust3r
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:4420
L2JDP Revision Number:7668

Hi I need to remove the penalty level of drop and spoil. for example if i have a BH and use a spoil with mob lvl 40 can extract the items.

which are the lines that I set up?

Thanks!

Re: Remove the drop and spoil penalty

Posted: Sat Oct 30, 2010 6:22 pm
by ZaKaX

Code: Select all

DEEPBLUE_DROP_RULES = Boolean.parseBoolean(NPC.getProperty("UseDeepBlueDropRules", "True"));
There's a config for it, in NPC.properties.

Re: Remove the drop and spoil penalty

Posted: Sat Oct 30, 2010 6:55 pm
by xbust3r
Thax for the Help!