Page 16 of 38 FirstFirst ... 6 14 15 16 17 18 26 ... LastLast
Results 151 to 160 of 374
  1. #151
    Player
    forsakee's Avatar
    Join Date
    Dec 2021
    Posts
    141
    Character
    Garnet Stormborn
    World
    Excalibur
    Main Class
    Reaper Lv 90
    Quote Originally Posted by Jax-chan View Post
    Beat me to it (friend was still typing her full translation). Is that on NA?
    welp still thanks for going through the effort of translating
    (2)

  2. #152
    Player
    Aelin_Ashryver's Avatar
    Join Date
    Aug 2018
    Posts
    1,049
    Character
    Aelin Ashriver
    World
    Zodiark
    Main Class
    Monk Lv 98
    Quote Originally Posted by Lecru View Post
    Not true. Games roll back all the time for bugs. Especially this bad of a bug. And then start from the roll back.
    I highly doubt they would roll back on this one, it would go from pissing off one group to another and you just don't win.
    (5)

  3. #153
    Player
    EvanLydian's Avatar
    Join Date
    Apr 2022
    Posts
    11
    Character
    Evan Lydian
    World
    Shiva
    Main Class
    Dancer Lv 90
    Code:
    public class SmallIndieCompany {
    
        public static void main(String[] args) {
            int participants = Integer.parseInt(args[0]);
            int winner = (int)(Math.random()*participants+1);
            if (winner > participants) {
                winner = participants;
            }
            System.out.println(winner);
        }
    }
    Apparently I now qualify for a job at SE. Shouldn't be too different in whatever language XIV is written in.
    (6)

  4. #154
    Player
    Aeika's Avatar
    Join Date
    May 2011
    Location
    Ul'dah
    Posts
    164
    Character
    Matty Kusuri
    World
    Brynhildr
    Main Class
    Reaper Lv 90
    The wording is confusing.
    Does that mean someone won and it just doesnt show, or that no one won still?
    From the complaints about "I was the only person and still lost" I assume the latter.
    (0)

  5. #155
    Player
    Minifie's Avatar
    Join Date
    Oct 2020
    Posts
    56
    Character
    Foot Liquor
    World
    Bismarck
    Main Class
    Samurai Lv 90
    Quote Originally Posted by Lecru View Post
    Tickets SHOULD go 1 2 3 4 5 6 etc. You know this, just using example. If 6 won, but there WAS an error like the other guy stated, next up would have gone back around to 1. not a ticket that didn't exist.
    This isn't possible, because some houses are having 0 as the winning ticket, so instead every lottery has 0 1 2 3 4 5 6, and some are drawing 0, this is how people who are the ONLY people lotting are losing; they've gone from a 100% chance to 50% chance, if I had to wager a guess the system would "create" a number of entries based on the numbers entered, and upon drawing it would grab the array field and pick from there. Unfortunately, 0 people CAN enter, and something small was missed to create a small routine to accept that if number of entries not == 0 then array(n).

    As to those who entered with others, and someone else won, odds were still equal for everyone, there was just also an equal chance of a void ticket. This sucks, and any perceived "fair" solution won't be fair to someone involved. Best in this situation to accept that if the void didn't win, the results still respected the standard chances applied. (if 5 people entered, instead of 20% chance each you all had 16.666r chance, with the void also having that chance). It sucks, but if your number was drawn, it was drawn, it couldn't have drawn your number and increased it by 1, because people still won with the highest number in the lot. For it to be a simple +1 check, it would mean that the routine would not only be able to add 1 to all rolls, but also loop. Possible, but at least in this situation, not removing 0 from an array involving any number higher than 0 seems more likely. We'll see what the devs follow up with.
    (7)

  6. #156
    Player
    MilkieTea's Avatar
    Join Date
    Dec 2020
    Location
    Interdimensionality
    Posts
    2,134
    Character
    C'erise Vanesse
    World
    Maduin
    Main Class
    Red Mage Lv 90


    this is gamebreaking, they need to hotfix this soon.
    (2)
    Off-Topic Discussion Megathread: https://forum.square-enix.com/ffxiv/threads/434886-Off-Topic-Discussion-Megathread
    Quote Originally Posted by Stormpeaks View Post
    No thanks. Housing is fine as it is

  7. #157
    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 Aeika View Post
    The wording is confusing.
    Does that mean someone won and it just doesnt show, or that no one won still?
    From the complaints about "I was the only person and still lost" I assume the latter.
    The most sensible explanation is that it's a silly programming error where they included the default "0 ticket" in the lottery by accident (which would be the winner if no one entered) so instead of there only being one entrant, there were actually 2: Ticket 0 and Ticket 1, so the actual chance of winning was 50%.
    (2)

  8. #158
    Player
    Esoterik14's Avatar
    Join Date
    Apr 2022
    Posts
    1
    Character
    Oroku Sakai
    World
    Diabolos
    Main Class
    Astrologian Lv 90
    I thought I had legit lost and accepted the refund of my deposit. So I suppose that's going to disqualify me now if they re-examine the database and re-run the lottery for the plot I bid on. RIP.
    (1)

  9. #159
    Player
    Burmecia's Avatar
    Join Date
    Apr 2016
    Location
    Silent Arbor
    Posts
    1,075
    Character
    Jitah'li Habhoka
    World
    Zodiark
    Main Class
    Archer Lv 100


    hi, you looking for something : )
    (0)

  10. #160
    Player
    SnowVix's Avatar
    Join Date
    Apr 2019
    Posts
    763
    Character
    Charming Tulip
    World
    Cactuar
    Main Class
    Sage Lv 100
    Quote Originally Posted by HeyMcFly View Post
    you should screen it and take your money-bc you can lose your money if it's not claimed after a certain time
    the money is only lost after 3 months, this is bad advice
    (0)

Page 16 of 38 FirstFirst ... 6 14 15 16 17 18 26 ... LastLast