RateDropItemsById problem

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
wicked
Posts: 35
Joined: Wed Nov 17, 2010 3:56 pm

RateDropItemsById problem

Post 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;\
hiroshima
Posts: 107
Joined: Tue Nov 03, 2009 1:28 pm

Re: RateDropItemsById problem

Post 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.
wicked
Posts: 35
Joined: Wed Nov 17, 2010 3:56 pm

Re: RateDropItemsById problem

Post by wicked »

Nope..I actually tried that before, still didn't change the drop rate of stones..=/
hiroshima
Posts: 107
Joined: Tue Nov 03, 2009 1:28 pm

Re: RateDropItemsById problem

Post by hiroshima »

why wont you do it manually ? in IOP its like 10 mins of work ;P
Post Reply