Conquests (Archimedea) for U40 #2932
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As of U40, conquests are in the worldState's
Conquestfield instead of generated on the client. We could maybe use the overrides from before to keep it consistent for older clients (re #758).I will want to hold here at least until next week so we can see their server-side fix from hf 4 for the
RandomSeed(that is used for per-account equipment selection) because currently the high numbers generated cause the client-side 32-bit float to overflow its safe int range, leading to very poor entropy.Looks like they're just picking smaller seeds now (<1000000).