If I was to guess what is happening, I'm assuming that they are doing an RNG roll between 0 and the number of entries. But instead of rounding up to the next whole number, they are just rounding to the nearest whole number which is why 0 can come out as a result. I am by no means an expert on these things (and I am sure someone will dunk on my code (it is likely wrong)), but something like this would have helped:
function getResult(numOfEntries){
let result;
result = Math.ceil(Math.random(0) * numOfEntries.length);
if(result == 0){
result = 1;
}
return result;
}

If they do some type of reroll, I hope theres just an NPC or even the board that is like "You took the deposit back, you can have the plot if you return it!"
Would be the most convenient solution, but if they cant code a lotto, I doubt they can code that

I was so angry I didn't want my refund back. I want a house so I have been checking the forums before I make any moves. I guess my madness helped me out in the end and forum checking before moves is smart![]()
sagacious



May you have better luck in the future!
WTF

Damn, was not expecting to check the plot after waking up where only I had bid and be told that I had lost the lottery to 0. I hope there's some rollback but I don't see how that can be doable as others seem to have managed to get their fc houses just fine? Just genuinely disappointing how they keep messing housing up.
Laheebread was a bit angry he got removed from Prae. His final revenge was housing.
![]()
やはり、お前は……笑顔が……イイ
People are now saying that if you were affected by the bug, you shouldn't claim your refund because it might take you out of the lottery? RIP me twice over, then...

Winning number is zero for all 9 of our free company people who entered the same plot. Number generator is obviously broken and I hope you can fix this issue because we planned on moving to the new location TODAY.
Simple fix really…. Fix the number generator so that if 1 single bid goes in it changes the number start point from 0 to 1.
I claimed my refund because I didn't understand at first that it was a bug... countless players did the same. They caused the bug, they have to fix it for everyone, not just the ones who were informed enough to not claim refund. Crossing data isn't that hard, it just takes time. I'm willing to wait enough if I'm 100% sure I'll have my due (only bidder on a plot, I should have won, period).
Player
|
|
![]() |
![]() |
![]() |
|
|
Cookie Policy
This website uses cookies. If you do not wish us to set cookies on your device, please do not use the website. Please read the Square Enix cookies policy for more information. Your use of the website is also subject to the terms in the Square Enix website terms of use and privacy policy and by using the website you are accepting those terms. The Square Enix terms of use, privacy policy and cookies policy can also be found through links at the bottom of the page.


Reply With Quote





