how to set the probability in drop mobs?
how to set the probability in drop mobs?
It's impossible
(sarcasm)
Last edited by hi5; 21-04-13 at 09:29 PM.
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.)ORDER BY probability DESC