Order | User | Roll Range | Reward Range | Final Result | Reward | Seed | Verifying Instruction |
1 | Zenqs | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 39 | Armor Plate | 5629276939553149 | <?php mt_srand(5629276939553149); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
2 | Mulder | 1 to 100 | Roll 1 to 85 for a Rare Roll 86 to 100 for an Epic | 21 | Random CC Ship | 5629276946157129 | <?php mt_srand(5629276946157129); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
3 | Mulder | 0 to 30 | Roll 0 to 30 Index 0: Mantis Index 1: Hornet Index 2: Cicada Index 3: Wasp Index 4: Warrior Index 5: Reaver Index 6: Aurora Index 7: Lightning Index 8: Shock Index 9: Storm Index 10: Isopod Index 11: Starfish Index 12: Sea Scorpion Index 13: Viper Index 14: Reaper Index 15: Raven Index 16: Avalanche Index 17: Quake Index 18: Tremor Index 19: Starburst Index 20: Brightness Index 21: Moonglow Index 22: Condor Index 23: Buzzard Index 24: Harpy Index 25: Rhincodon Index 26: Sarcosuchus Index 27: Dreadnought Index 28: Cypress Index 29: Iris Index 30: Rowan | 21 | Moonglow | 5629276959365089 | <?php mt_srand(5629276959365089); echo 'result = ' . mt_rand(0, 30); ?> 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 | 96 | Armor Repair Kit | 5629276959365089 | <?php mt_srand(5629276959365089); 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 | 15 | Thundercoil | 5629276965969069 | <?php mt_srand(5629276965969069); 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 | 79 | Scientist [B] | 5629276972573049 | <?php mt_srand(5629276972573049); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
7 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 43 | Scientist [B] | 5629276979177029 | <?php mt_srand(5629276979177029); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
8 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 11 | Scientist [B] | 5629276985781009 | <?php mt_srand(5629276985781009); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
9 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 25 | Scientist [B] | 5629276992384989 | <?php mt_srand(5629276992384989); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |