clientcommands icon indicating copy to clipboard operation
clientcommands copied to clipboard

Predict trial chambers vaults

Open pocobio opened this issue 1 year ago • 4 comments
trafficstars

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

pocobio avatar Jul 20 '24 07:07 pocobio

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

RealRTTV avatar Jul 20 '24 09:07 RealRTTV

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.

Nemesis42 avatar Sep 18 '24 09:09 Nemesis42

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

crosby-moe avatar Sep 19 '24 13:09 crosby-moe

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 avatar Dec 01 '24 11:12 Earthcomputer