Skip to content
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

Open
pocobio opened this issue Jul 20, 2024 · 4 comments
Open

Predict trial chambers vaults #651

pocobio opened this issue Jul 20, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@pocobio
Copy link

pocobio commented Jul 20, 2024

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

@RealRTTV
Copy link
Contributor

to my knowledge, it's not a loop and uses world random to generate the next one

@xpple xpple added the enhancement New feature or request label Sep 16, 2024
@Nemesis42
Copy link

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.

@RacoonDog
Copy link
Contributor

not only does the items displayed before opening a vault not equal what is dropped by it, they’re both seeded by different randoms

@Earthcomputer
Copy link
Owner

Earthcomputer commented Dec 1, 2024

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.

@Earthcomputer Earthcomputer changed the title Idea : crack trial chambers vaults Predict trial chambers vaults Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants