Page 1 of 1

Rates - drop quantity

Posted: Fri Feb 03, 2012 4:48 pm
by Arantir
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 5165
L2JDP Revision Number: 8659

I think there is wrong drop quantity calculation. Chance is really larger but item number is not in conformity with formula in server core.

It must add to number of items more items in item`s random range for every 100% above 100% and drop item with 100% chance.
For example:
if item drop range is 5-10 and chance is 50% than with x500 drop rate I must get:
50%*500 = 2500%
2500% / 100% = 25 - it is +25 additional iterations
5*25 = 125, 5*100 = 500
then i must get min 125 and max 500 number of items.
BUT monster really drop 20-50 items

What is wrong?

Re: Rates - drop quantity

Posted: Fri Feb 03, 2012 5:03 pm
by Battlecruiser
there may be problem if there are mutliple items in dropgroup.

try to split that dropgroup into more different groups

PS: I have on my server all groups splitted, so I have only one item per dropgroup (except spoil, where it is pointless)

Re: Rates - drop quantity

Posted: Fri Feb 03, 2012 6:11 pm
by Arantir
Hmmm... I observe that it really 1 drop at one time from one group.
Oh, it is a big problem because I have kraft server.

Battlecruiser, you say that put one item into one group. Is than means that there are few thousands item categories in your database? it really works?

Re: Rates - drop quantity

Posted: Sat Feb 04, 2012 9:03 am
by Battlecruiser
i have for each mob one item per category, so average mob has dropdata in 10 categories

Re: Rates - drop quantity

Posted: Sun Jun 07, 2015 11:52 pm
by Sybarious
Is it possible to automatically extract individual items from Item Groups in the current Master branch?

The only option I see right now is to go mob by mob and extract manually + recalculate drop chance for every single item

It is rather difficult to adjust drop if amount and chances are dependent on each other within groups.

Thanks

Re: Rates - drop quantity

Posted: Mon Jun 08, 2015 11:12 pm
by zhort
yeah some script ro soemthing for split 1 group on multiples?

Re: Rates - drop quantity

Posted: Tue Jun 09, 2015 8:18 am
by Sybarious
zhort wrote:yeah some script ro soemthing for split 1 group on multiples?
Zhort,

Do you know anything more about that script?

Thanks

Re: Rates - drop quantity

Posted: Tue Jun 09, 2015 2:17 pm
by zhort
Sybarious wrote:
zhort wrote:yeah some script ro soemthing for split 1 group on multiples?
Zhort,

Do you know anything more about that script?

Thanks
Im asking tooo lololol :wtf: