L2J Revision 4535:
L2JDP Revision 7853:
Hey guys, I'm having a bit of a problem with custom drop rate in my test server. This is for drop rate in IOP, specifically for shards and stones. I set the adena rate to 100x, works fine, I set the shard rate to 50x, works fine, however, the server cannot seem to read 100x drop rate of fire stones (ID9546). Mobs seem to be dropping them at a rate of 1x.. I post the line from my config below. Thanks for your help
RateDropItemsById = 9593,50;9594,50;9595,50;9596,50;57,100;\
9546,100;9547,100;\
RateDropItemsById problem
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 107
- Joined: Tue Nov 03, 2009 1:28 pm
Re: RateDropItemsById problem
change it toRateDropItemsById = 9593,50;9594,50;9595,50;9596,50;57,100;\
9546,100;9547,100;\
and check if it's working... i think there is space or something interrupting beetwen both lines.RateDropItemsById = 9593,50;9594,50;9595,50;9596,50;57,100;9546,100;9547,100;\
-
- Posts: 35
- Joined: Wed Nov 17, 2010 3:56 pm
Re: RateDropItemsById problem
Nope..I actually tried that before, still didn't change the drop rate of stones..=/
-
- Posts: 107
- Joined: Tue Nov 03, 2009 1:28 pm
Re: RateDropItemsById problem
why wont you do it manually ? in IOP its like 10 mins of work ;P