Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 39
  1. #11
    Player
    Marxam's Avatar
    Join Date
    Aug 2013
    Posts
    2,284
    Character
    Blackiron Tarkus
    World
    Leviathan
    Main Class
    Marauder Lv 90
    The last hotfix made the servers very unstable
    (2)

  2. #12
    Player
    Pellegri's Avatar
    Join Date
    Sep 2013
    Posts
    397
    Character
    Pellegri Testament
    World
    Ultros
    Main Class
    Archer Lv 50
    Quote Originally Posted by Crystallus View Post
    So what's your point?
    Meaning that since the 2nd week this game has been out Square has been being fed droprate information on everything in the game barring Twintania. It took Square 2 months and public outcry to see that there was an issue with droprates in atleast turn 1 of the only raid ingame currently. Droprates are kind of a big deal when it comes to dealing with keeping people happy, when things seem obviously off balance it's a problem when it takes so long to fix the issue so things are how they should have been in the first place.
    (8)

  3. #13
    Player
    Arkista's Avatar
    Join Date
    Aug 2013
    Posts
    1,572
    Character
    Arkista Valentine
    World
    Excalibur
    Main Class
    Pugilist Lv 60
    Quote Originally Posted by Pellegri View Post
    If you're asking about the coil hotfix it will most likely be after most groups have gone through turns 1-4 for the week, making the change pointless for this coming week.
    Yes. Trying to find out so we can put off coils until the fix.
    (1)

  4. #14
    Player
    Vantwan's Avatar
    Join Date
    Aug 2013
    Posts
    152
    Character
    Serafall Lockheart
    World
    Leviathan
    Main Class
    Gladiator Lv 50
    I find it really annoying that they're calling this a "hotfix" when they schedule it days in advance. That's called a maintenance, not a hotfix.
    (10)

    http://osu.ppy.sh/u/1934154

  5. #15
    Player
    Arkista's Avatar
    Join Date
    Aug 2013
    Posts
    1,572
    Character
    Arkista Valentine
    World
    Excalibur
    Main Class
    Pugilist Lv 60
    Quote Originally Posted by Crystallus View Post
    So what's your point?
    Quote Originally Posted by Bayohne View Post
    Greetings,

    Thanks for bringing up this concern. While the actual drop rates are a bit different compared to what was posted, we have indeed confirmed an issue that resulted in the items not being evenly distributed between the two chests and we will be addressing this in a hot fix next week.
    http://forum.square-enix.com/ffxiv/t...20#post1558520
    (1)

  6. #16
    Player
    Crystallus's Avatar
    Join Date
    Jul 2013
    Posts
    74
    Character
    N'ala Enaud
    World
    Balmung
    Main Class
    Conjurer Lv 50
    Quote Originally Posted by blowfin View Post
    I'm just amazed that they didn't realise it was a bug until nearly 3 months after release... don't SE monitor drop rates in game?
    Still not adding up to 3 months.

    Drop rates being to low were reported the first day someone completed a run RIGHT?

    Actually the dev response to the post linked above was on the 14th. So a fix in one week not 3 months.

    So what's your point?
    (2)
    Last edited by Crystallus; 11-18-2013 at 01:44 PM.

  7. #17
    Player
    Astarica's Avatar
    Join Date
    Oct 2013
    Posts
    484
    Character
    Olan Durai
    World
    Midgardsormr
    Main Class
    Goldsmith Lv 50
    Let's say turn 1 is cleared 10 times per week on your server (this assumes your server is incredibly bad). I think there are like 20 servers, and in one month you'd have 20X4X10 = 800 loot drops. That's more than enough sample size to determine if something weird is going on with the loot drop. Sure, the players can't see what other guys are getting on their Coil runs, but SE sure can.
    (5)

  8. #18
    Player
    Pellegri's Avatar
    Join Date
    Sep 2013
    Posts
    397
    Character
    Pellegri Testament
    World
    Ultros
    Main Class
    Archer Lv 50
    Quote Originally Posted by Crystallus View Post
    Still not adding up to 3 months.

    Drop rates being to low were reported the first day someone completed a run RIGHT?

    Actually the dev response to the post linked above was on the 14th. So a fix in one week not 3 months.

    So what's your point?
    Except for the fact that turn 1 has been cleared for far more than a single week like your post suggests? The fix is taking a week, the droprates have been fed to Square for over 2 months now, they know when there is an issue and they should not need players to tell them that something is messed up with how drops are handled. Read my post farther up if you still believe that there isn't a "point" to what other people are saying.
    (7)

  9. #19
    Player
    Alcyon_Densetsu's Avatar
    Join Date
    Aug 2013
    Posts
    331
    Character
    Alcyon Densetsu
    World
    Ragnarok
    Main Class
    Gladiator Lv 50
    Coming from a friend who works in a major game studio (not SE): "if you want to make good code, you test. Everything you write, you test. You literally have two machines side by side, one on which you code, the other on which you test, preferably in-engine (once the game's in alpha or more). And it's back and forth and back and forth all the time. And you also proof your code by simulating. To make sure you didn't screw up, you don't rely on re-reading, because that's arrogant; you simulate a thousand or more occurrences very fast to make sure it works. You make your own tools to proof your code, it's not hard to loop something basically. Sometimes I launch a sim before I go to sleep, and check the next morning if out of thousands of occurrences the code did what I want it to do. You can be the best coder in the world, you always make mistakes at some point. And that is how games get screwed up, because a lot of programmers just trust they're good and don't test their stuff all the time. You wouldn't imagine how many games just don't get the maths right. It has to be right, and then only can you fine tune so that it feels right, for the player. And the first player, that's you. If you don't QA your own code, it's bound to be shitty more often that not."

    Simply put, for something so trivial as generating a chest from a loot table, you'd run a sim of that piece code, just to see if out of a thousand or more occurrences, you get the expected stats. If we can't trust something so simple, how can we trust all the stats for combat and crafting skills? Is +10% really it, or is it -5% in reality?

    And these kinds of things aren't easy to spot afterwards, by a QA team or even thousands of players (PTS wouldn't help much on this), because each and everyone of us only get a fraction of the occurrences, we simply don't have enough data (unless we do QA's work and actually note everything) to conclude if something's wrong. Our vision is biased, for lack of enough samples, unlike the vision of the guy who makes the code in the first place.

    Anecdotical: I did a a bit of gathering (mining lv30+). Out of a few thousand ores, I had the distinct perception that I was failing way too often; but I can't tell because I didn't count the nodes. However I could easily compare NQ and HQ and I don't know if I'm that lucky but I can tell you that, mathematically, I got way too many HQ. I usually farm ~600 NQ ores when I do a gathering session, and I never failed to obtain ~30% HQ give or take 5%, when the game says that I have (at most) a base 15% chance, boosted to 25% when I use the skill on ⅓ or ¼ of the nodes, or 20% with the passive stat boost on ⅓ or ¼ of the nodes. Doesn't seem right to me that I end up with 30%.

    Just look at this (pertains to this thread's topic), and that. I'd wager we'll find more if we start heavily theorycrafting this game.
    (4)
    “Focus on the journey, not the destination.
    Joy is found not in finishing an activity but in doing it.”

  10. #20
    Player
    ajx's Avatar
    Join Date
    Sep 2013
    Posts
    121
    Character
    Faris Dark
    World
    Lich
    Main Class
    Thaumaturge Lv 79
    Quote Originally Posted by Vantwan View Post
    I find it really annoying that they're calling this a "hotfix" when they schedule it days in advance. That's called a maintenance, not a hotfix.
    The changes that will be applied , are not calles maintenances but hotfixes , scheduled or not.
    (0)

Page 2 of 4 FirstFirst 1 2 3 4 LastLast