Page 1 of 1

Fortress Epaulette drop rate

Posted: Wed May 18, 2011 4:21 pm
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!!!

Re: Fortress Epaulette drop rate

Posted: Wed May 18, 2011 5:35 pm
by VlLight
rates.properties
RateDropItemsById =

Re: Fortress Epaulette drop rate

Posted: Wed May 18, 2011 6:17 pm
by lucan
Hummm... I did not know that this configuration also interfered with the drop of the Epaulettes, I'll try.
Thanks!!!!!

Re: Fortress Epaulette drop rate

Posted: Fri May 20, 2011 7:28 pm
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