Order | User | Roll Range | Reward Range | Final Result | Reward | Seed | Verifying Instruction |
1 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 95 | Ghost | 3282496312033687 | <?php mt_srand(3282496312033687); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
2 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 68 | Ghost | 3282496314294847 | <?php mt_srand(3282496314294847); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
3 | Liv81 | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 53 | Fusion Reactor | 3282496316556007 | <?php mt_srand(3282496316556007); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
4 | Liv81 | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 34 | Fusion Reactor | 3282496318817167 | <?php mt_srand(3282496318817167); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
5 | Slawski | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 48 | Armor Plate | 3282496321078327 | <?php mt_srand(3282496321078327); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
6 | Slawski | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 5 | Apex Stance | 3282496323339487 | <?php mt_srand(3282496323339487); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
7 | George22 | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 61 | Lone Wolf | 3282496325600647 | <?php mt_srand(3282496325600647); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
8 | Nelthari | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 28 | Lone Wolf | 3282496327861807 | <?php mt_srand(3282496327861807); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
9 | Nelthari | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 50 | Lone Wolf | 3282496330122967 | <?php mt_srand(3282496330122967); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
10 | Magimike | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 72 | Lone Wolf | 3282496332384127 | <?php mt_srand(3282496332384127); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
11 | brockcoins | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 99 | Constructor | 3282496334645287 | <?php mt_srand(3282496334645287); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
12 | Slawski | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 31 | Energy Transmitter | 3282496336906447 | <?php mt_srand(3282496336906447); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |