Satarack

Member
  • Content count

    35
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Satarack


  1. Blind appears to be affecting the accuracy of Aurabolt and Dragon: https://discordapp.com/channels/160240476883124225/160253567012306945/559438628409966606
    (This has always been the case. It's intentional.)

    I wouldn't be surprised if Blind is affecting all Blitz and Bushido abilities, so I'm going to try testing some others like Mindblow and Empowerer.
    EDIT: Mindblow and Empowerer don't seem to be affected, neither does Fire Dance or Mantra.  Can't test the other Blitzes/Bushidos since I don't have them yet.
    (It's just the two single-target stamina-based ones. Mindblow and Empowerer are not affected - even though Empowerer really SHOULD be.)


  2. Went through all the permutations of the tombstone puzzle, got some funky results.  Notably X followed by N brings up a blank text box. 

    There's also a consistent pattern where a permutation that starts with N always returns a result ending with I, a permutation starting with I always returns a result ending with N, a permutation starting with E always returns a result ending with X, and a permutation starting with X always returns a result ending with E.

     

    Spoiler

    Tomb puzzle permutations.png

     

    • Upvote 1

  3. An update about the Grenades slow death, it looks like this occurs because they died to a water/ice attacks.

    I saw the same thing happen when I killed some Bombs with Aqualung during a rage/lore/dance grind, and I remembered them not dying slowly when I killed them with multi-target Shurikens.  So I tested if a Gau's Sandstorm would cause them to die slowly, and it did not.

    https://discordapp.com/channels/160240476883124225/160253567012306945/552542277541822511

    Taking a glance at the battle script for Bombs and Grenades, I see that there's a check to see if Bombs where attacked by water/ice, which sets a flag.  I suspect that killing them with a water/ice attack causes them flag to be set one by one, which prevents them from dying simultaneously.

    (Assuming you're correct, then adding a conditional to check if they're alive before setting the flag should fix that.
    UNFORTUNATELY... making this same concession for every possible instance of this will take up way more space than I have, so we can only address the most egregious cases.)


  4. 51 minutes ago, JohnFuklaw said:

    [...] i actually summoned kirin and he still didn't have regen on him.

    This would need more clarification, because depending on the order of events it's vanilla behaviour.  When you confirm skills that target everything, the game only targets the currently alive, valid targets.  If gau was dead when you confirmed the Kirin summon, and was then revived, he would not have been one of the "targets" of the summon.

    The encounter rate spike after the minecart is a mystery bug that's been around for several versions of BNW.


  5. Golem is also in WoB in case Edgar and Sabin have competition for Siren and Stray respectively.  If you bring both Sabin and Gau to Vector, the only esper they can equip is Stray so one of them would have to go without an esper equipped.  Edgar competes with Celes for Siren, but that gets resolved since Celes can equip Shiva before leaving the party.  Without Golem, you'd have to juggle Stray between Sabin and Gau because they get no new Espers during the Magitek facility part of the story.

    • Upvote 1

  6. I don't have any experience with Apple, but I don't think the randomizer's executable can run natively on a mac; I think you'll have to run it inside a windows virtual machine.

    That said, what steps did you take to get that error?  You said in the other thread that you were trying to run the python script.


  7. How about none of the above, and I have reflect on everyone instead.  Aside from Full Power, Meteo, Flare Star, Quartr, MindBlast, and Purge, everything else either misses due to Float, or gets reflected back at him.  Quartr can't kill you, Purge is only an annoyance, and only in phase 1.  Full Power is only used to counter attack, and in the 2nd phase.  Flare Star happens only once in the fight.  So the only real threat is Meteo and MindBlast.

     

    Admittedly I still have at least one status protection relic one each character, but I do use both reflect rings now every time I fight Atmaweapon.  It's become my go-to strategy because it's so powerful.  You get to reflect Grav Bomb, Flare, Lifeshaver, Glare, Raze, and Rasp. There are many turns where the only thing Atmaweapon can do to you is hit you with a standard physical attack (which he has a random chance of doing in addition to his spell).  Typically my party is Terra Locke Setzer for the FC.  Not because they're the best party for it (although very good at it), but because I actively avoid getting levels in the WoB to capitalize on everyone's level being increased to level 18 at the start of WoR.  Terra gets lots of Unicorn to be tanky, Locke gets Ramuh to be my damage dealer, and Setzer brings Go Fish to bypass reflect and heal the party.

    • Upvote 1

  8. 2 minutes ago, Fein-Life said:

    It's not simply executable unfortunately. It requires the use of Python which is a program used for coding. If there was simply a link where I could drop my ROM in (like final fantasy 4 free Enterprise) then it would be no problem, but there's not. And I can't find any tutorials online on how to randomize roms. I'd love to play the one for this game as I've seen that one was created.

     

    Spoiler

    randomizer is an executable.png

    Anyway, if you want to talk more about the randomizer we should move this discussion over to the randomizer topic.


  9. What the randomizer does is create a custom ROM, you have to supply the program with a base ROM, and it randomizes parts of the ROM based on what you tell it to randomize.  If you only want to randomize Espers, you can tell it that.  So you can choose to randomize everything, or randomize only specific things.  No python required.


  10. He uses Spoon based on what commands are hitting him, three of his attacks work this way (ie. Slim Jim + Jump, Elbow Drop, and Spoon).  The Fight command, for example, will make him use the least threatening of the three attacks, where he eats a Slim Jim and Jumps.  If you drag out the fight, he'll eventually use all 3 of those attacks regardless of how you are fighting him though.

    • Upvote 2

  11. Quote

    Right, so the "h" on the bottom left corner of the status screen appears if you enter the Magic Menu.  It will keep showing up in the Status screen until you completely exit the menu.  I tested other menus (Esper, Blitz, Bushido, Lore, Items, etc.) to see if others cause the "h" to appear, but the Magic menu appears to be the only one that does it.

    • Upvote 1

  12. HasteX is causing sprite palette changes during its animation, where the top most character in the party goes gray.  Example:

    Spoiler

    Final Fantasy III (n, 1.9 RC11)003.png

     

    Comparing HasteX animation data in earlier versions and vanilla; there's one byte difference between Vanilla and RC11.  Changing HasteX to match vanilla fixed the problem.  It appears that spells were recently rearranged.  HasteX was at a different index in 1.8.6, and was moved to be next to Haste in the spell list.  Slow was at that index, and the discrepancy between Vanilla and RC11 matches Slow's data.

    It looks like HasteX's animation data didn't get completely copied over when it was relocated.

    • Upvote 3