Thread
:
Probabilities
View Single Post
#
5
04-20-2007, 08:16 PM
Chompy
¯\(º_o)/¯
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Quote:
Originally Posted by
killerogue
E: Also where'd you get the 64 max prob num from?
PHP Code:
mineTable
= {
{
"nothing"
,
50
},
{
"iron"
,
10
},
{
"gold"
,
3
},
{
"diamond"
,
1
}
}
50 + 10 + 3 + 1 = 64
Probably from there
__________________
Chompy
View Public Profile
View GraalOnline Profile
Find all posts by Chompy