Drop-rate frustration usually comes from misreading the math. A 1% drop does not mean you are guaranteed the item in 100 kills. This calculator uses the correct probability model so you know your real cumulative odds and how many attempts a given confidence level actually requires.
How it works
Each attempt is an independent Bernoulli trial with success probability p. The
chance of failing every one of n attempts is (1 - p)^n, so the chance of
getting the item at least once is:
P(at least once) = 1 - (1 - p)^n
To find how many attempts you need for a target confidence c (for example
0.90), invert the formula:
n = ceil( ln(1 - c) / ln(1 - p) )
This is the geometric distribution. It explains why even very lucky drop rates never give a hard guarantee — the failure term only approaches zero.
Example and tips
A mount with a 1 in 100 (1%) drop gives roughly a 63% chance of dropping within 100 kills, not 100%. You need about 230 kills for a 90% chance and 459 for 99%. Treat the at-least-once figure as your honest expectation, and remember that bad-luck-protection or pity systems, where they exist, change the model entirely — use the Gacha Pity Calculator for those.