Results 1 to 10 of 53

Hybrid View

  1. #1
    Player
    Nythia's Avatar
    Join Date
    Sep 2019
    Posts
    17
    Character
    Nythia Ironstone
    World
    Zalera
    Main Class
    Goldsmith Lv 44
    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)
    (2)

  2. #2
    Player Padudu's Avatar
    Join Date
    Jan 2022
    Location
    Ul'dah
    Posts
    1,120
    Character
    Padudu Moro
    World
    Zalera
    Main Class
    Paladin 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)
    Two people in my FC won with their ticket being #1.. so I think this is not the case, but I could be interpreting what you're saying wrong, I'm not going to pretend I know anything about coding lol.
    (3)

  3. #3
    Player
    Sclair0's Avatar
    Join Date
    Jun 2017
    Posts
    279
    Character
    Onion Nights
    World
    Moogle
    Main Class
    White Mage 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)
    I dont think this can be the case. We're getting messages saying "No participants in the lottery" with a participant count of 1. And besides... Nobodies claiming any of the properties? Like a few plots vacant would make sense but dozens? Its definitely more than registering the first bid as bid 0
    (0)

  4. #4
    Player
    Aelin_Ashryver's Avatar
    Join Date
    Aug 2018
    Posts
    1,074
    Character
    Aelin Ashriver
    World
    Zodiark
    Main Class
    Monk Lv 100
    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)
    My ticket was #1 and I won.
    (1)

  5. #5
    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