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!
Remove the drop and spoil penalty
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- ZaKaX
- Posts: 357
- Joined: Thu Nov 22, 2007 6:28 am
- Location: Somewhere in Asia.
Re: Remove the drop and spoil penalty
Code: Select all
DEEPBLUE_DROP_RULES = Boolean.parseBoolean(NPC.getProperty("UseDeepBlueDropRules", "True"));
¿ Que dice los cojones de la nina ?
-
- Posts: 10
- Joined: Mon Oct 11, 2010 3:11 am
Re: Remove the drop and spoil penalty
Thax for the Help!