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 | 50 | Scientist [B] | 1806668036228882 | <?php mt_srand(1806668036228882); 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 | 99 | Scientist [B] | 1806668040333387 | <?php mt_srand(1806668040333387); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
3 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 95 | Scientist [B] | 1806668044437892 | <?php mt_srand(1806668044437892); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
4 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 23 | Scientist [B] | 1806668048542397 | <?php mt_srand(1806668048542397); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
5 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 34 | Scientist [B] | 1806668052646902 | <?php mt_srand(1806668052646902); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
6 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 14 | Scientist [B] | 1806668056751407 | <?php mt_srand(1806668056751407); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
7 | Mulder | 0 to 7 | Roll 0 to 7 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Devourer Index 6: Hyperion Index 7: Archelon | 0 | Unstable Geode | 1806668060855912 | <?php mt_srand(1806668060855912); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
8 | Mulder | 0 to 7 | Roll 0 to 7 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Devourer Index 6: Hyperion Index 7: Archelon | 2 | Solar Flare | 1806668064960417 | <?php mt_srand(1806668064960417); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
9 | Mulder | 0 to 7 | Roll 0 to 7 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Devourer Index 6: Hyperion Index 7: Archelon | 2 | Solar Flare | 1806668069064922 | <?php mt_srand(1806668069064922); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
10 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 58 | Scientist [B] | 1806668073169427 | <?php mt_srand(1806668073169427); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |