|
Post by komaa on Feb 12, 2017 12:56:10 GMT
i dont quite remember,but i think that every restart on lee hong assassination puts jade figurine in a different safe.you can check if you want,if it's true then your statistics are false.anyway,if you want to prove something this way,you will need a lot more attempts,but i dont see the point.
|
|
WerCZ
Member
Enter your message here...
Posts: 45
|
Post by WerCZ on Mar 5, 2017 12:16:42 GMT
i dont quite remember,but i think that every restart on lee hong assassination puts jade figurine in a different safe.you can check if you want,if it's true then your statistics are false.anyway,if you want to prove something this way,you will need a lot more attempts,but i dont see the point. Procentage makes 100% together, as you said with every restart is puts the figurine into the save. You can look at it the way that Office takes nubers from 0-25, Depot 25-50, Restaurant 50-90, and Brothel 90-100. With every restart a random number is going to generate from 1-100 so eg. 45 is going to generate, which means it is going to be the Depot one. The wider the space is between the numbers the higher the chance is. It doesnt work like this but on the similar principle I think.
|
|
|
Post by xorik on Jan 10, 2018 12:08:37 GMT
You are wrong. For the jade figure chances are equal. You can find the code in one of the ZIP files with game:
SwitchDist( System.Random()*4 ) { Upto 1.0: { ip.uprintf( "JADE: brothel" ); iPosition=1; rPos = PosBrothel; } Upto 2.0: { ip.uprintf( "JADE: vip" ); iPosition=2; rPos = PosVIP; } Upto 3.0: { ip.uprintf( "JADE: Guards HQ" ); iPosition=3; rPos = PosGuardsQuarters; } Upto 4.0: { ip.uprintf( "JADE: storage" ); iPosition=4; rPos = PosStorage; } }
|
|