Results -9 to 0 of 53

Threaded View

  1. #6
    Player
    Jax-chan's Avatar
    Join Date
    Dec 2015
    Posts
    16
    Character
    Imaginary Friend
    World
    Sophia
    Main Class
    Astrologian Lv 90
    Quote Originally Posted by Nythia View Post
    I have to wonder if the numbers were all shifted by 1. Meaning that if 0 was a possible win, was the very last lottery entrant excluded completely (hence why people who had ticket #1 lost)
    It's more likely that every house had a default "Ticket 0", which would be the winner if no one entered the lottery on a plot (hence the "No Participants" message) to put it on bidding lock until the next round of lotteries, and someone forgot to make sure it would be excluded when player tickets were made (e.g. making sure the lower bound of the random number generator was 1 instead 0 if a player entered, or making sure it pulled from NumberOfTickets - 1 (because Ticket 0 exists) then adding + 1 to whatever was generated so that Ticket 0 would never be selected).

    So instead of there just being Tickets 1, 2, 3 in the draw, there was actually Tickets 0, 1, 2, 3, with Ticket 0 actually being intended for plots with no participation.
    (3)
    Last edited by Jax-chan; 04-17-2022 at 02:53 AM. Reason: clarification

Tags for this Thread