Order | User | Roll Range | Reward Range | Final Result | Reward | Seed | Verifying Instruction |
1 | WelshBoon | 0 to 7 | Roll 0 to 7 Index 0: Blight Bringer Index 1: Devourer Index 2: Hyperion Index 3: Archelon Index 4: Azalea Index 5: Serket Index 6: Dreadlight Index 7: Slipstrike | 7 | Slipstrike | 4826891757046989 | <?php mt_srand(4826891757046989); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
2 | Slawski | 0 to 7 | Roll 0 to 7 Index 0: Blight Bringer Index 1: Devourer Index 2: Hyperion Index 3: Archelon Index 4: Azalea Index 5: Serket Index 6: Dreadlight Index 7: Slipstrike | 6 | Dreadlight | 4826891757012937 | <?php mt_srand(4826891757012937); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
3 | Slawski | 0 to 7 | Roll 0 to 7 Index 0: Blight Bringer Index 1: Devourer Index 2: Hyperion Index 3: Archelon Index 4: Azalea Index 5: Serket Index 6: Dreadlight Index 7: Slipstrike | 7 | Slipstrike | 4826891756978885 | <?php mt_srand(4826891756978885); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
4 | Slawski | 0 to 7 | Roll 0 to 7 Index 0: Blight Bringer Index 1: Devourer Index 2: Hyperion Index 3: Archelon Index 4: Azalea Index 5: Serket Index 6: Dreadlight Index 7: Slipstrike | 5 | Serket | 4826891756944833 | <?php mt_srand(4826891756944833); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
5 | Slawski | 0 to 6 | Roll 0 to 6 Index 0: Blight Bringer Index 1: Devourer Index 2: Hyperion Index 3: Archelon Index 4: Azalea Index 5: Dreadlight Index 6: Slipstrike | 1 | Devourer | 4826891756910781 | <?php mt_srand(4826891756910781); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
6 | Slawski | 0 to 2 | Roll 0 to 2 Index 0: Condor Index 1: Rhincodon Index 2: Cypress | 2 | Cypress | 4826891756876729 | <?php mt_srand(4826891756876729); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
7 | Slawski | 0 to 10 | Roll 0 to 10 Index 0: Condor Index 1: Buzzard Index 2: Harpy Index 3: Rhincodon Index 4: Sarcosuchus Index 5: Dreadnought Index 6: Iris Index 7: Rowan Index 8: Python Index 9: Rager Index 10: Raptor | 8 | Python | 4826891756842677 | <?php mt_srand(4826891756842677); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
8 | Slawski | 0 to 3 | Roll 0 to 3 Index 0: Harpy Index 1: Dreadnought Index 2: Rowan Index 3: Raptor | 0 | Harpy | 4826891756808625 | <?php mt_srand(4826891756808625); echo 'result = ' . mt_rand(0, 3); ?> Copy code above and paste here to verify |
9 | Slawski | 0 to 4 | Roll 0 to 4 Index 0: Buzzard Index 1: Sarcosuchus Index 2: Iris Index 3: Python Index 4: Rager | 3 | Python | 4826891756774573 | <?php mt_srand(4826891756774573); echo 'result = ' . mt_rand(0, 4); ?> Copy code above and paste here to verify |
10 | Slawski | 0 to 11 | Roll 0 to 11 Index 0: Condor Index 1: Buzzard Index 2: Harpy Index 3: Rhincodon Index 4: Sarcosuchus Index 5: Dreadnought Index 6: Cypress Index 7: Iris Index 8: Rowan Index 9: Python Index 10: Rager Index 11: Raptor | 11 | Raptor | 4826891756740521 | <?php mt_srand(4826891756740521); echo 'result = ' . mt_rand(0, 11); ?> Copy code above and paste here to verify |
11 | Slawski | 0 to 11 | Roll 0 to 11 Index 0: Condor Index 1: Buzzard Index 2: Harpy Index 3: Rhincodon Index 4: Sarcosuchus Index 5: Dreadnought Index 6: Cypress Index 7: Iris Index 8: Rowan Index 9: Python Index 10: Rager Index 11: Raptor | 5 | Dreadnought | 4826891756706469 | <?php mt_srand(4826891756706469); echo 'result = ' . mt_rand(0, 11); ?> Copy code above and paste here to verify |
12 | Slawski | 0 to 11 | Roll 0 to 11 Index 0: Condor Index 1: Buzzard Index 2: Harpy Index 3: Rhincodon Index 4: Sarcosuchus Index 5: Dreadnought Index 6: Cypress Index 7: Iris Index 8: Rowan Index 9: Python Index 10: Rager Index 11: Raptor | 2 | Harpy | 4826891756672417 | <?php mt_srand(4826891756672417); echo 'result = ' . mt_rand(0, 11); ?> Copy code above and paste here to verify |
13 | holymon55442 | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 31 | Scientist [B] | 4826891756638365 | <?php mt_srand(4826891756638365); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |