Remove the drop and spoil penalty

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
xbust3r
Posts: 10
Joined: Mon Oct 11, 2010 3:11 am

Remove the drop and spoil penalty

Post 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!
User avatar
ZaKaX
Posts: 357
Joined: Thu Nov 22, 2007 6:28 am
Location: Somewhere in Asia.

Re: Remove the drop and spoil penalty

Post by ZaKaX »

Code: Select all

DEEPBLUE_DROP_RULES = Boolean.parseBoolean(NPC.getProperty("UseDeepBlueDropRules", "True"));
There's a config for it, in NPC.properties.
¿ Que dice los cojones de la nina ?
xbust3r
Posts: 10
Joined: Mon Oct 11, 2010 3:11 am

Re: Remove the drop and spoil penalty

Post by xbust3r »

Thax for the Help!
Post Reply