Im working on v111 for awhile now and i got some question about some things.
1.Where is the potential rate coded ? ( from rare to epic and unique) And what are the gms rates for this?
I will update this tread if i got anymore questions. :)
Printable View
Im working on v111 for awhile now and i got some question about some things.
1.Where is the potential rate coded ? ( from rare to epic and unique) And what are the gms rates for this?
I will update this tread if i got anymore questions. :)
bump.
i forgot the name of function but you can try to find from source code with string "Potential()"
Found this.
Is this the line ? o-o
or is this the rate of lines?
Code:final int rank = type == 2 ? -18 : (Randomizer.nextInt(100) < 4 && getState() != (type == 3 ? 20 : 19) ? -(getState() + 1) : -(getState())); // 4 % chance to up 1 tier
right! but i think it's hard to understand =.=
up.///
Its not hard to understand. It actually gave you some reference to it.
(type == 3 ? 20 : 19) ? -(getState() + 1)
type 3 = Unique, 20 : 19 is the Potential Code :P
(Randomizer.nextInt(100) < 4 = 4/100 chance to increase 1 tier = Upgrade to Unique