Page 1 of 1
Edit RB drops
Posted: Thu Aug 20, 2009 5:39 am
by qbert
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
Number:3392
L2JDP Revision
Number:6487
I change drops on RBs like Baium, I deleted everything but Ring and add my own custom drop, (server drop rate x2), but now i have a problem, drops arent random, its Ring of baium or the first drop added, the whole list is basically ignored (all items are set with the same drop rate)
Im missing something? the new list contains only 5 drops with MIN=1 MAX=3
Re: Edit RB drops
Posted: Thu Aug 20, 2009 6:16 am
by janiii
which categories did you assign to your custom drop?
Re: Edit RB drops
Posted: Thu Aug 20, 2009 6:21 am
by qbert
i... didnt added a category... come to think... i see that line but i dont understand how work so... i skipped
can you explain me please?

Re: Edit RB drops
Posted: Thu Aug 20, 2009 7:38 am
by devo
Code: Select all
-- Information about category:-- Only one drop will be given per category, except in the cases when category is -1.-- Category -1 is used for SPOIL/SWEEP drops only! Do NOT change this.-- In general, category 0 is for adena and 1 seal stone color (each seal stone color should be in a different category).-- In general, category 1 is for full drops and parts of equipable items. However, you can change this.-- In general, category 2 is for all other items. However, you can change this.-- In general, more categories are only used for RBs who have 1 item per category (i.e. do not really drop categorized),-- with the sole exception of category 200 that is used for Life Stones. However, you can change this too.-- You can create more categories as you see fit. Just make sure the "category" number is non-negative!!-- Also, it is NOT a problem if category numbers are skipped (so you can have -1, 1, 5, 10 as your categories).---- If you wish to allow more than one item to be given from the same category, you can-- split them up over several categories.-- In addition, RBs and Grandbosses (mainly) may have the exact same item repeated in multiple categories.-- This allows mobs to give 1 copy of the drop to each of several people (if they are lucky enough to get the drops).-- Calculation for each drop, when in categories, is equivallent in chance as when outside of categories.-- First, the sum of chances for each category is calculated as category chance. If the category is selected-- for drops (i.e. its chance is successful), then exactly 1 item from that category will be selected, with -- such a chance that the overall probability is maintained unchanged.
Re: Edit RB drops
Posted: Fri Aug 21, 2009 4:35 am
by qbert
thanks, i fix it =)
