[HELP] AutoLoot All Items Exept (adena)

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
dljac
Posts: 53
Joined: Tue Jan 04, 2011 6:52 am

[HELP] AutoLoot All Items Exept (adena)

Post by dljac »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4522
L2JDP Revision Number:7829

HI, I had some files in a project that I do not remember, but in this project one could activate the autoloot for all items exept for adena.

I would like to know how to begin to create this mod for adena only have to lift the other items that are to autoloot

Ex:
in gameserver/model/actor/L2Attackable.java
I have this part of the code I think I should change there

Code: Select all

                if (drop.getItemId() == 57)                    deepBlueDrop *= isRaid() && !isRaidMinion()? (int)Config.RATE_DROP_ITEMS_BY_RAID : (int)Config.RATE_DROP_ITEMS;            }        }
Any ideas would be welcome thanks ^ ^
janiii Fan from argentine ^^

Sorry for my bad ENGLISH u.u
someday will develop my English perfectly

Help me?
[email protected] (PayPal e-mail) Thanks :D
Post Reply