Fortress Epaulette drop rate

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
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Fortress Epaulette drop rate

Post by lucan »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4618:
L2JDP Revision 8004:

Where i can change rate drop of the Epaulettes in fortress?
In another distribution I used, could be changed in .py script but not found in l2jserver.
Tks!!!
User avatar
VlLight
L2j Veteran
L2j Veteran
Posts: 577
Joined: Fri Dec 14, 2007 11:58 am
Location: Russia

Re: Fortress Epaulette drop rate

Post by VlLight »

rates.properties
RateDropItemsById =
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Re: Fortress Epaulette drop rate

Post by lucan »

Hummm... I did not know that this configuration also interfered with the drop of the Epaulettes, I'll try.
Thanks!!!!!
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Re: Fortress Epaulette drop rate

Post by lucan »

Changing the file rates.proprties in "RateDropItemsById =" did not work for Epaulettes drop but found that they are in the droplist, I changed the database and resolved.

update droplist set min = min*3, max = max*3 where itemid= 9912

Thanks anyway
Post Reply