how to set the probability in drop mobs?
Printable View
how to set the probability in drop mobs?
It's impossible
(sarcasm)
it is not...
do you mean chance to drop item form mob?
if yes:
there is a table with all monster drop(ti_monsterItem), just set value in probability column.
if not this I don't see what do you want ^^'
sorry...
not correctly asked questions
necessary ratio
percentage of probability including
for example:
250 = 0,025%
add this to a select query to find the values 100%:
first row will be a drop item with 100% chance to drop (like spi on some mob.)Quote:
ORDER BY probability DESC