-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Predict trial chambers vaults #651
Comments
to my knowledge, it's not a loop and uses world random to generate the next one |
I have already written code that opens the vault in the same tick by revealing the heavy core. But only the items after the heavy core will be dispensed. To write a real vault cracker, you would probably have to calculate the next items using the seed. |
not only does the items displayed before opening a vault not equal what is dropped by it, they’re both seeded by different randoms |
Although you can predict which items you will get from a trial chamber vault, you can't manipulate it to be something else. It's not world RNG, it's a world-seed-based random loot sequence, so the next trial vault that opens will produce the same loot no matter what you do. I'll leave the issue open just for the prediction part of it but it's not all that useful since the random sequence is global and not specific to a single trial vault block. |
You can do it on any server core i think, just open the vault when right item rolls in, with a mod it would be way easier
The text was updated successfully, but these errors were encountered: