Edit RB drops

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
qbert
Posts: 26
Joined: Sun Aug 09, 2009 6:06 am

Edit RB drops

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Edit RB drops

Post by janiii »

which categories did you assign to your custom drop?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
qbert
Posts: 26
Joined: Sun Aug 09, 2009 6:06 am

Re: Edit RB drops

Post by qbert »

i... didnt added a category... come to think... i see that line but i dont understand how work so... i skipped :oops:

can you explain me please? :?:
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: Edit RB drops

Post 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. 
A hero of war is that what they see...
qbert
Posts: 26
Joined: Sun Aug 09, 2009 6:06 am

Re: Edit RB drops

Post by qbert »

thanks, i fix it =)

:D
Post Reply