Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast
Results 31 to 40 of 44

Thread: Outdated Raids

  1. #31
    Player
    Mirakumi's Avatar
    Join Date
    Oct 2011
    Location
    Windurst 2.0
    Posts
    1,170
    Character
    Lady Zelda
    World
    Leviathan
    Main Class
    Archer Lv 92
    They mentioned in the Live Letter that they can be undersized now. I'm surprised its not listed in the thread itself.
    They also said something along the lines of:
    All adjustments will be attached for Crystal Tower where restrictions like 2 tanks are required and so on will be lifted
    (0)

  2. #32
    Player
    BillyKaplan's Avatar
    Join Date
    Dec 2015
    Posts
    2,913
    Character
    Lho Polaali
    World
    Moogle
    Main Class
    Conjurer Lv 23
    Quote Originally Posted by SuperZay View Post
    You take a ready code from Trials Roulette and copy it. You replace all trials instance IDs with 6 raids instance IDs. Rename second copy to Raid Roulette. Attach that code as another entry in Duty Roulette menu.
    Done.
    1. "You take a ready code from Trials Roulette and copy it" and hopefully get fired for your horrible practices.
    2. That depends heavily on how it was implemented. What you described refers to an ideal implementation of the system (making the relevant code generic, and easily accessible, for starters) which is not guaranteed.
    3. That would still require development time and then, more importantly, testing.

    Yeah it's not new content that needs to be checked from scratch but it still takes time and we have no idea where it stands in their priority list.
    (4)
    Last edited by BillyKaplan; 09-02-2017 at 11:10 PM.

  3. #33
    Player
    Mature's Avatar
    Join Date
    Aug 2013
    Posts
    1,784
    Character
    Mature Rudlum
    World
    Ultros
    Main Class
    Arcanist Lv 70
    Just been confirmed that we gonna get a 24 man raid roulette too! Woop
    (0)

  4. #34
    Player
    SuperZay's Avatar
    Join Date
    Dec 2014
    Posts
    1,253
    Character
    Violet Flower
    World
    Cerberus
    Main Class
    Arcanist Lv 23
    Quote Originally Posted by BillyKaplan View Post
    1. "You take a ready code from Trials Roulette and copy it" and hopefully get fired for your horrible practices.
    2. That depends heavily on how it was implemented. What you described refers to an ideal implementation of the system (making the relevant code generic, and easily accessible, for starters) which is not guaranteed.
    3. That would still require development time and then, more importantly, testing.

    Yeah it's not new content that needs to be checked from scratch but it still takes time and we have no idea where it stands in their priority list.
    Get fired for what? If you are not familiar with programming, you don't need to rewrite all the code from zero if you want to add identical, copypasted feature to something, you copy a part of core code and alter it as needed. Rather, you'll be fired for rewriting all the code because you'll not meet deadlines.
    For example, Mentor Roulette already has all 6 raids in it. For Raids roulette you take that ready, tested, working code and delete all entries which are not these 6 raids, adjusting it as needed so everyone can participate and not just mentors. Raid Roulette code ready.
    (1)
    Last edited by SuperZay; 09-03-2017 at 03:18 AM.

  5. #35
    Player
    BillyKaplan's Avatar
    Join Date
    Dec 2015
    Posts
    2,913
    Character
    Lho Polaali
    World
    Moogle
    Main Class
    Conjurer Lv 23
    Quote Originally Posted by SuperZay View Post
    you don't need to rewrite all the code from zero if you want to add identical, copypasted feature to something, you copy a part of core code and alter it as needed. Rather, you'll be fired for rewriting all the code because you'll not meet deadlines.
    Twelve preserve, no! I literally quit a place because the project I was assigned had a bug that existed in half a dozen locations that were effectively the same bits of code which I had to slave to find. How's that for time consuming? Copy-pasting code is not what they mean when they say code should be reusable.

    For example, Mentor Roulette already has all 6 raids in it. For Raids roulette you take that ready, tested, working code and delete all entries which are not these 6 raids. Raid Roulette code ready.
    Not precisely. Mentor roulette has different ilvl and level restrictions. It's a solo duty. Already if you copy-paste the code as you said, you'd have to make modification.
    Hopefully the code used for the roulettes is sitting in a nice little function that receives all these things as parameters (# of people who can queue, party make-up, ilvl, duties in it, etc) and is easily accessible from all places relevant to this discussion. But that doesn't mean it won't have to be tested still.
    (1)
    Last edited by BillyKaplan; 09-03-2017 at 03:32 AM.

  6. #36
    Player
    Ayasato's Avatar
    Join Date
    Dec 2013
    Location
    Limsa-Lominsa
    Posts
    46
    Character
    Ayasato Mitsushima
    World
    Moogle
    Main Class
    Dancer Lv 90
    Quote Originally Posted by Rizon View Post
    I do not know what it is like on other servers but on Hyperion it is impossible to get 1 of the Alliance Raids (ARR) through the Duty Finder. The Heavensward raids are not much better. Yet these raids are still part of Wondrous Tails. While I understand that the team wants to jin up interest these older content it does not appear to be working. Respectfully recommend to the Dev Team that they review the feasibility of their continued use in the rotation for things like Tails.
    it's the same on Moogle, i havent been able to do the raids back in time and it's such a pain now.. been trying to do the void ark for weeks now but it's impossible to tag, even alexander is hard
    i'm happy to hear that we will have a raid roulette now, we shall see how this is going to work tho
    (1)

  7. #37
    Player
    LunaFaye's Avatar
    Join Date
    Apr 2014
    Posts
    1,037
    Character
    Luna Faye
    World
    Leviathan
    Main Class
    Weaver Lv 51
    Quote Originally Posted by Ayasato View Post
    it's the same on Moogle, i havent been able to do the raids back in time and it's such a pain now.. been trying to do the void ark for weeks now but it's impossible to tag, even alexander is hard
    i'm happy to hear that we will have a raid roulette now, we shall see how this is going to work tho
    Just like the mentor roulette. CT pops and 3 people are going to drop right off the bat. Finding new players? impossible because people know not to queue as in progress, so they don't end up there lol. But I am glad everybody is excited about that new roulette.
    (0)

  8. #38
    Player
    aesteval's Avatar
    Join Date
    Jun 2015
    Posts
    956
    Character
    Tae Sylphanas
    World
    Ultros
    Main Class
    Dancer Lv 90
    Quote Originally Posted by SuperZay View Post
    You take a ready code from Trials Roulette and copy it. You replace all trials instance IDs with 6 raids instance IDs. Rename second copy to Raid Roulette. Attach that code as another entry in Duty Roulette menu.
    Done.
    And accidentally queue half the party into Verminion because you didn't bother taking the time to understand what the code does or test it.
    (1)

  9. #39
    Player
    Cakekizyy's Avatar
    Join Date
    Jun 2016
    Posts
    1,057
    Character
    Cakellene St
    World
    Gungnir
    Main Class
    Samurai Lv 70
    Why aren't they already in existing raid roulette?
    (0)

  10. #40
    Player
    OskarXCI's Avatar
    Join Date
    Aug 2013
    Location
    Gridania
    Posts
    359
    Character
    Xevia Vanothy
    World
    Cerberus
    Main Class
    Scholar Lv 90
    Quote Originally Posted by Elleia View Post
    I think the issue is that the 24 man in the book varies person to person, and queues take so long you're better off ignoring that entry. Maybe they could make it so the 24 man slot is the same for everyone and changes each week - then at least everyone will need the same 24 man raid and queues will be faster.
    This is pretty much what needs to done with Frontline PvP. Right now it's more or less impossible to get a Seal Rock (Seize) or Borderland Ruins (Secure) match going. It has been Field of Glory (Shatter) since 3.4 for the majority of the time. Want that Field Commander armor set? Well, too bad. :/

    On topic though, an Alliance Raid roulette is more than welcomed. Have 40 creation tomestones and Adventurer in Need bonus as daily rewards and I'll gladly do it.
    (0)

Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast