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!!!
Fortress Epaulette drop rate
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- lucan
- Posts: 590
- Joined: Wed Mar 16, 2011 10:39 pm
- Location: Brazil
- VlLight
- L2j Veteran
- Posts: 577
- Joined: Fri Dec 14, 2007 11:58 am
- Location: Russia
Re: Fortress Epaulette drop rate
rates.properties
RateDropItemsById =
RateDropItemsById =
- lucan
- Posts: 590
- Joined: Wed Mar 16, 2011 10:39 pm
- Location: Brazil
Re: Fortress Epaulette drop rate
Hummm... I did not know that this configuration also interfered with the drop of the Epaulettes, I'll try.
Thanks!!!!!
Thanks!!!!!
- lucan
- Posts: 590
- Joined: Wed Mar 16, 2011 10:39 pm
- Location: Brazil
Re: Fortress Epaulette drop rate
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
update droplist set min = min*3, max = max*3 where itemid= 9912
Thanks anyway