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 | 87 | Lone Wolf | 5029008595208354 | <?php mt_srand(5029008595208354); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
2 | Roger_FGL | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 95 | Unstable Calibrator | 5029008595585102 | <?php mt_srand(5029008595585102); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
3 | Roger_FGL | 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 | 5029008595961850 | <?php mt_srand(5029008595961850); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
4 | Roger_FGL | 0 to 6 | Roll 0 to 6 Index 0: Neutron Emitter Index 1: Solar Flare Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 0 | Neutron Emitter | 5029008596338598 | <?php mt_srand(5029008596338598); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
5 | Roger_FGL | 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 | 5029008596715346 | <?php mt_srand(5029008596715346); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
6 | Roger_FGL | 0 to 7 | Roll 0 to 7 Index 0: Boulder Index 1: Flint Index 2: Scree Index 3: Crag Index 4: Glow Index 5: Lumen Index 6: Critter Index 7: Spider | 3 | Crag | 5029008597092094 | <?php mt_srand(5029008597092094); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
7 | Noman | 0 to 1 | Roll 0 to 1 Index 0: Harpy Index 1: Dreadnought | 0 | Harpy | 5029008597468842 | <?php mt_srand(5029008597468842); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
8 | Berlitz | 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 | 1 | Neutron Emitter | 5029008597845590 | <?php mt_srand(5029008597845590); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
9 | Noman | 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 | 3 | Purifier | 5029008598222338 | <?php mt_srand(5029008598222338); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
10 | Noman | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 5 | Hyperion | 5029008598599086 | <?php mt_srand(5029008598599086); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
11 | Noman | 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 | 4 | Blight Bringer | 5029008598975834 | <?php mt_srand(5029008598975834); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
12 | Noman | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 1 | Neutron Emitter | 5029008599352582 | <?php mt_srand(5029008599352582); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
13 | Noman | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Solar Flare Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 0 | Unstable Geode | 5029008599729330 | <?php mt_srand(5029008599729330); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
14 | Noman | 0 to 6 | Roll 0 to 6 Index 0: Neutron Emitter Index 1: Solar Flare Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 6 | Archelon | 5029008600106078 | <?php mt_srand(5029008600106078); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
15 | Noman | 0 to 6 | Roll 0 to 6 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 | 4 | Blight Bringer | 5029008600482826 | <?php mt_srand(5029008600482826); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
16 | Noman | 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 | 3 | Purifier | 5029008600859574 | <?php mt_srand(5029008600859574); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
17 | Noman | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 3 | Blight Bringer | 5029008601236322 | <?php mt_srand(5029008601236322); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
18 | Noman | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 0 | Unstable Geode | 5029008601613070 | <?php mt_srand(5029008601613070); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
19 | Noman | 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 | 5029008601989818 | <?php mt_srand(5029008601989818); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
20 | Noman | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 0 | Unstable Geode | 5029008602366566 | <?php mt_srand(5029008602366566); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
21 | Noman | 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 | 5 | Devourer | 5029008602743314 | <?php mt_srand(5029008602743314); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
22 | Noman | 0 to 6 | Roll 0 to 6 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Condor Index 6: Rhincodon | 5 | Condor | 5029008603120062 | <?php mt_srand(5029008603120062); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
23 | Slawski | 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 | 4 | Blight Bringer | 5029008603496810 | <?php mt_srand(5029008603496810); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
24 | Slawski | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 6 | Archelon | 5029008603873558 | <?php mt_srand(5029008603873558); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
25 | Slawski | 0 to 6 | Roll 0 to 6 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 | 6 | Hyperion | 5029008604250306 | <?php mt_srand(5029008604250306); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
26 | Slawski | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Devourer Index 6: Archelon | 1 | Neutron Emitter | 5029008604627054 | <?php mt_srand(5029008604627054); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
27 | Slawski | 0 to 3 | Roll 0 to 3 Index 0: Protostar Index 1: Supernova Index 2: Planet Pillager Index 3: Megalodon | 1 | Supernova | 5029008605003802 | <?php mt_srand(5029008605003802); echo 'result = ' . mt_rand(0, 3); ?> Copy code above and paste here to verify |
28 | Magimike | 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 | 7 | Archelon | 5029008605380550 | <?php mt_srand(5029008605380550); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
29 | Magimike | 0 to 6 | Roll 0 to 6 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 | 1 | Neutron Emitter | 5029008605757298 | <?php mt_srand(5029008605757298); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
30 | OrganizedGoblin | 0 to 3 | Roll 0 to 3 Index 0: Protostar Index 1: Supernova Index 2: Planet Pillager Index 3: Megalodon | 1 | Supernova | 5029008606134046 | <?php mt_srand(5029008606134046); echo 'result = ' . mt_rand(0, 3); ?> Copy code above and paste here to verify |
31 | OrganizedGoblin | 0 to 2 | Roll 0 to 2 Index 0: Protostar Index 1: Planet Pillager Index 2: Megalodon | 1 | Planet Pillager | 5029008606510794 | <?php mt_srand(5029008606510794); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
32 | OrganizedGoblin | 0 to 2 | Roll 0 to 2 Index 0: Protostar Index 1: Supernova Index 2: Megalodon | 0 | Protostar | 5029008606887542 | <?php mt_srand(5029008606887542); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
33 | OrganizedGoblin | 0 to 2 | Roll 0 to 2 Index 0: Supernova Index 1: Planet Pillager Index 2: Megalodon | 1 | Planet Pillager | 5029008607264290 | <?php mt_srand(5029008607264290); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
34 | OrganizedGoblin | 0 to 2 | Roll 0 to 2 Index 0: Protostar Index 1: Supernova Index 2: Megalodon | 2 | Megalodon | 5029008607641038 | <?php mt_srand(5029008607641038); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
35 | Obi1 | 0 to 3 | Roll 0 to 3 Index 0: Protostar Index 1: Supernova Index 2: Planet Pillager Index 3: Megalodon | 2 | Planet Pillager | 5029008608017786 | <?php mt_srand(5029008608017786); echo 'result = ' . mt_rand(0, 3); ?> Copy code above and paste here to verify |
36 | Obi1 | 0 to 2 | Roll 0 to 2 Index 0: Protostar Index 1: Supernova Index 2: Megalodon | 2 | Megalodon | 5029008608394534 | <?php mt_srand(5029008608394534); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
37 | Obi1 | 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 | 5029008608771282 | <?php mt_srand(5029008608771282); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
38 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Neutron Emitter Index 1: Solar Flare Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 5 | Hyperion | 5029008609148030 | <?php mt_srand(5029008609148030); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
39 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Devourer Index 6: Archelon | 1 | Neutron Emitter | 5029008609524778 | <?php mt_srand(5029008609524778); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
40 | Obi1 | 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 | 5029008609901526 | <?php mt_srand(5029008609901526); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
41 | Obi1 | 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 | 5029008610278274 | <?php mt_srand(5029008610278274); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
42 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 4 | Devourer | 5029008610655022 | <?php mt_srand(5029008610655022); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
43 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Hyperion Index 6: Archelon | 5 | Hyperion | 5029008611031770 | <?php mt_srand(5029008611031770); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
44 | Obi1 | 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 | 4 | Blight Bringer | 5029008611408518 | <?php mt_srand(5029008611408518); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
45 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 2 | Solar Flare | 5029008611785266 | <?php mt_srand(5029008611785266); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
46 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 4 | Devourer | 5029008612162014 | <?php mt_srand(5029008612162014); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
47 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Hyperion Index 6: Archelon | 4 | Blight Bringer | 5029008612538762 | <?php mt_srand(5029008612538762); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
48 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 4 | Devourer | 5029008612915510 | <?php mt_srand(5029008612915510); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
49 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Hyperion Index 6: Archelon | 2 | Solar Flare | 5029008613292258 | <?php mt_srand(5029008613292258); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
50 | Obi1 | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 4 | Devourer | 5029008613669006 | <?php mt_srand(5029008613669006); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
51 | syffw.wam | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 97 | Constructor | 5029008614045754 | <?php mt_srand(5029008614045754); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
52 | AstroDog | 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 | 5029008614422502 | <?php mt_srand(5029008614422502); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
53 | AstroDog | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 0 | Unstable Geode | 5029008614799250 | <?php mt_srand(5029008614799250); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
54 | PassiveBank | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 100 | Wingman | 5029008615175998 | <?php mt_srand(5029008615175998); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
55 | PassiveBank | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 18 | AI Defense System | 5029008615552746 | <?php mt_srand(5029008615552746); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
56 | CryptoZoo | 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 | 6 | Hyperion | 5029008615929494 | <?php mt_srand(5029008615929494); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
57 | CryptoZoo | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Devourer Index 6: Archelon | 1 | Neutron Emitter | 5029008616306242 | <?php mt_srand(5029008616306242); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
58 | CryptoZoo | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Solar Flare Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 5 | Hyperion | 5029008616682990 | <?php mt_srand(5029008616682990); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
59 | CryptoZoo | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Devourer Index 6: Archelon | 0 | Unstable Geode | 5029008617059738 | <?php mt_srand(5029008617059738); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
60 | George22 | 0 to 1 | Roll 0 to 1 Index 0: Harpy Index 1: Dreadnought | 0 | Harpy | 5029008617436486 | <?php mt_srand(5029008617436486); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
61 | George22 | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Moonglow Index 6: Condor Index 7: Buzzard Index 8: Rhincodon Index 9: Sarcosuchus Index 10: Dreadnought | 6 | Condor | 5029008617813234 | <?php mt_srand(5029008617813234); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
62 | Slawski | 0 to 2 | Roll 0 to 2 Index 0: Protostar Index 1: Planet Pillager Index 2: Megalodon | 0 | Protostar | 5029008618189982 | <?php mt_srand(5029008618189982); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
63 | Slawski | 0 to 2 | Roll 0 to 2 Index 0: Supernova Index 1: Planet Pillager Index 2: Megalodon | 2 | Megalodon | 5029008618566730 | <?php mt_srand(5029008618566730); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
64 | Slawski | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 9 | Weapon Amplifier | 5029008618943478 | <?php mt_srand(5029008618943478); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
65 | Roger_FGL | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 75 | Unstable Calibrator | 5029008619320226 | <?php mt_srand(5029008619320226); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
66 | Roger_FGL | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 17 | Unstable Calibrator | 5029008619696974 | <?php mt_srand(5029008619696974); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
67 | Sharkyto | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 54 | Scientist [B] | 5029008620073722 | <?php mt_srand(5029008620073722); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |