[CD3.55] Drop probability

Join Discord

Paulius

Dedicated Member
Dedicated Member
Jul 31, 2010
28
0
27
Hello,
I have doubt that when making the drops, I have no idea referred to for example "1/2 or 1/4 or 3/5".
I have 2 theories.
For example:
1/4 WoomaHorn:
-Does the 25% the probability you leave the item in each boss
-1 for 4 bosses drops the item.
[FONT=arial, sans-serif]
[/FONT]Someone can answer this question?
 

Ashran

Golden Oldie
Golden Oldie
Dec 11, 2007
611
9
125
Palma, Mallorca
-Does the 25% the probability you leave the item in each boss
-1 for 4 bosses drops the item.
That isn't the same?

1/2 WoomaHorn:
- You kill 100 WT -> you have 50 WoomaHorn in average.
- You kill 1 WT -> the system flips a coin. If it's head -> drop the item; else -> not. You kill 100 WT -> system flips 100 coins. You have 50 Horns in average.
 
Upvote 0

Paulius

Dedicated Member
Dedicated Member
Jul 31, 2010
28
0
27
But when you put 1/4, it is impossible for you to fall more than 1 item in those 4 bosses?
I often coincides more than 1 item of value in a single drop
 
Upvote 0

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
for 1/4 its possible for all 4 bosses to drop, in fact everything is possible with odds.

1/4 WoomaHorn just means thats the probability for it. Nothings a sure thing
 
Upvote 0

Ashran

Golden Oldie
Golden Oldie
Dec 11, 2007
611
9
125
Palma, Mallorca
You can duplicate the lines:

Code:
1/4 WoomaHorn
1/4 WoomaHorn

Killing a single WT you can get 0, 1 or 2 WoomaHorns. Killing many (N), the average is that you'll get (N/2) WoomaHorn.

The prob values doesn't have to be the same:

Code:
1/4 WoomaHorn
1/8 WoomaHorn
1/16 WoomaHorn

It's OK.
 
Upvote 0

w1ls0n

Dedicated Member
Dedicated Member
May 18, 2011
81
1
34
also the rate of the drop depends on the DropRate of your server Files, With my server i can put drop as 1/3 or 1/4 and still get it dropped everytime, for things you want to drop every 2 - 3 mobs i would put 1/6 or 1/7 :), gl
 
Upvote 0

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
yeah if your drop rate is higher tahn x1 then the probability would be raised, for example

1/10 on a x2 drop rate server would actually be 1/5
1/2 on a x2 drop rate would actually be 1/1

etc etc
 
Upvote 0