Advertisement
Nik

KE

Nik
May 5th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.28 KB | None | 0 0
  1.             int i0 = Rnd.get(100);
  2.             if (i0 < 5)
  3.             {
  4.                 i1 = Rnd.get(25);
  5.                 if (i0 < 5)
  6.                 {
  7.                     item = 9931;
  8.                 }
  9.                 else if (i1 <= 50)
  10.                 {
  11.                     item = 9932;
  12.                 }
  13.                 else if( i1 <= 75 )
  14.                 {
  15.                     item = 10416;
  16.                 }
  17.                 else
  18.                 {
  19.                     item = 10417;
  20.                 }
  21.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement