Page 1 of 1

RateDropItemsById problem

Posted: Sat Apr 23, 2011 11:21 am
by wicked
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;\

Re: RateDropItemsById problem

Posted: Sat Apr 23, 2011 11:46 am
by hiroshima
RateDropItemsById = 9593,50;9594,50;9595,50;9596,50;57,100;\
9546,100;9547,100;\
change it to
RateDropItemsById = 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.

Re: RateDropItemsById problem

Posted: Sat Apr 23, 2011 12:21 pm
by wicked
Nope..I actually tried that before, still didn't change the drop rate of stones..=/

Re: RateDropItemsById problem

Posted: Sat Apr 23, 2011 8:12 pm
by hiroshima
why wont you do it manually ? in IOP its like 10 mins of work ;P