Order | User | Roll Range | Reward Range | Final Result | Reward | Seed | Verifying Instruction |
1 | George22 | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 32 | Mini Warp Drive | 1693427235546183 | <?php mt_srand(1693427235546183); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
2 | George22 | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 38 | Mini Warp Drive | 1693427231581696 | <?php mt_srand(1693427231581696); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
3 | Polar | 0 to 7 | Roll 0 to 7 Index 0: Solar Flare Index 1: Purifier Index 2: Blight Bringer Index 3: Devourer Index 4: Hyperion Index 5: Archelon Index 6: Azalea Index 7: Serket | 7 | Serket | 1693427227617209 | <?php mt_srand(1693427227617209); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
4 | Polar | 0 to 6 | Roll 0 to 6 Index 0: Solar Flare Index 1: Purifier Index 2: Blight Bringer Index 3: Devourer Index 4: Hyperion Index 5: Archelon Index 6: Azalea | 4 | Hyperion | 1693427223652722 | <?php mt_srand(1693427223652722); echo 'result = ' . mt_rand(0, 6); ?> 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 | 70 | Lone Wolf | 1693427219688235 | <?php mt_srand(1693427219688235); 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 | 33 | Lone Wolf | 1693427215723748 | <?php mt_srand(1693427215723748); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
7 | Slawski | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 9 | Ghost | 1693427211759261 | <?php mt_srand(1693427211759261); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
8 | Slawski | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 22 | Armor Repair Kit | 1693427207794774 | <?php mt_srand(1693427207794774); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
9 | jnenw.c.wam | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 80 | Constructor | 1693427203830287 | <?php mt_srand(1693427203830287); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
10 | jnenw.c.wam | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 83 | Wiretap | 1693427199865800 | <?php mt_srand(1693427199865800); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |