r/FFRecordKeeper Sep 29 '22

Fan Art FFRK: Fin

Post image
251 Upvotes

r/FFRecordKeeper Jul 01 '25

MEGATHREAD Monthly Question Megathread Jul 01 | Ask Your FFRK Related Questions Here

8 Upvotes

Hey FFRK-ers! Welcome to the new monthly Help Megathread where you can post all your standard FFRK-related questions!

Before posting, please look at the following options first to get a faster answer:

  • For basic questions, first check our FAQ/Wiki. If you see something that needs to be added, feel free to edit the wiki as needed. All members have the rights to edit this wiki.
  • To post your rare relic pulls, please post in our rare relic megathreads - you can find them on the top right hand corner of the sub header. If you're on new reddit they are listed under Quick Links. We would love to see what you got!
  • Event and dungeon update megathreads are also located on the top right hand corner of the sub header. If you're on new reddit they are listed under Quick Links.
  • For Magicite inquiries, please head to the Magicite Index for the respective help threads.
  • Check out the Mentor Program for beginners and intermediate Keepers on the FFRK Discord if you need some personalized short to long term guided assistance! Head into the #mentor_lobby channel and do an @Mentor to get someone's attention.
  • If you're wondering about realm/elemental/permanent draws, check the Wiki before asking.

For relic-pull advice, copy/paste the following template:

**Help with banner**  

* Banner in consideration:  
* Number of dupes:  
* Current mythril count:  
* Any un-farmed mythril (realm/record):  
* Currently stuck at content:  

If you have any questions about FFRK, this is the thread to ask in!

Initial top node comments must be an FFRK related question

This means no random posts about, for example, RNG/Achievements or random PSA/Tips. This is a thread for questions and their responses/conversations ONLY.


r/FFRecordKeeper 2d ago

Discussion American joining the Japanese Servers

Post image
106 Upvotes

I really really loved this game back in the day, I grew up with this and brave frontier, with brave frontier coming back I have gotten into the Japanese servers, lately

The above is my original team before the servers closed, I am learning Japanese and restarting, I hope to see y'all out there!!


r/FFRecordKeeper 5d ago

Spreadsheet FFRK Complete Arranged Music Tracks Spreadsheet

51 Upvotes

After falling down a very long rabbit hole recently, I decided to pick up the work started by u/x_GARUDA_x in this thread and create an up-to-date spreadsheet of all the official arranged music tracks that have ever been used in FFRK (specifically the Japanese release) with links to those tracks.

TL;DR: You can check out the complete listing here: https://docs.google.com/spreadsheets/d/1Ls5pojbB9L0nPZolpShplbYJrMloEkwaHSSJfg6CL2o, and all unreleased .OGG files are here: https://drive.google.com/drive/folders/1bcgBOGtJjxXxuGmNv7aDArRIQcHIk4GE

It contains track titles, which games they're from, which original tracks they're based off, notes, related events, if it was released officially on an OST, composers, links to the tracks, and who arranged them (if that info was available).

Square has actually put out 5 pretty hefty soundtracks. The first 2 have been released globally and can be found on all the streaming platforms. Vol 3-5 were only released in Japan, but, those are pretty easy to find on YouTube and other places if you were so inclined to look.

Where this gets REALLY fun, is that I was able to identify all of the UNRELEASED tracks, of which there are--as of posting this--114+!

Bit of background: thanks to various forums and u/honjustice, it became known that all the tracks (original music, game OST music, and original arrangements) are all free to access in .ogg form on Mobage's Japanese server for the game. The only tricky thing is that the tracks are just three-digit numbers, so, most of the work came in the form of song identification.

I felt it really important to archive all this as soon as I could, given that we never know when it's all might just be, you know, gone.

I'd put the spreadsheet just on here like the post from a couple years ago, but, it is PRETTY BIG, so, google docs it is for now.

If anyone has any comments or corrections, definitely let me know. I also have a playlist of these I'm making over on my YouTube channel for the unreleased ones: https://youtube.com/playlist?list=PL7m2Q7YsrocAEWZmMhm1Ub6auzFewgYk0&si=pNlilCmeeXqI1W5K

I'm going to be updating this regularly for the forseeable future. Hope if you get a chance to check it out, you enjoy!


r/FFRecordKeeper 9d ago

Technical Need help with FFRK JP Proxy Setup (ThauEx + Charles) - App crashes / connection errors on Android 9

3 Upvotes

Hey everyone,

I’m trying to set up a proxy to capture and read packet data (specifically to view drops/boss stats) for the Japanese version of Final Fantasy Record Keeper (FFRK JP). However, I’ve hit an absolute brick wall with connection errors and app crashes, and I need some fresh eyes or anyone who has successfully bypassed FFRK's modern security layers recently to help me test this.

Here is a comprehensive breakdown of everything I’ve done and tried so far:

My Setup & Tools:

  • Emulator: LDPlayer 9 running Android 9 (Rooted).
  • Main Proxy Script: ThauEx's ffrk-proxy (an older Node.js packet inspector tool from around 2020).
  • Packet Interceptor: Charles Proxy (v4.6+) on my Windows PC.
  • Android Network Routing: ProxyDroid (configured to route all emulator traffic to Charles on port 8888).
  • Bypass Framework: LSPosed installed via Magisk/Zygisk, using the TrustMeAlready / JustTrustMe modules to disable SSL Pinning.

What I’ve Already Done & Tested:

  1. Direct ThauEx Proxy Attempt: Initially, I tried using just the ThauEx script. The game would instantly crash or close on the loading screen. Looking at the terminal logs, I caught the app trying to send crash reports to DeNA's tracker: Error: getaddrinfo ENOTFOUND dena.sp.backtrace.io. The game was detecting the proxy, cutting the socket, and forcing a close.
  2. Proxy Chaining (Charles + ThauEx): Since the ThauEx script is outdated and struggles with modern TLS handshakes, I chained them together.
    • Emulator -> ProxyDroid -> Charles Proxy (Port 8888) -> External Proxy Forwarding -> ThauEx (Port 5050) -> Game Servers.
  3. Network Validation: I confirmed that the proxy chain works perfectly for standard traffic. If I open the Android system browser inside the emulator with ProxyDroid active, I can browse any website normally, and Charles successfully decrypts and forwards the HTTP/HTTPS packets.
  4. Certificate Invalidation: I downloaded the Charles SSL certificate via chls.pro/ssl inside the emulator and used Root Certificate Manager to manually force/install it into the system's root directory (/system/etc/security/cacerts), meaning it’s trusted at the OS level, not just as a user cert.
  5. SSL Pinning Bypass: I activated TrustMeAlready in LSPosed and ensured that FFRK JP was explicitly checked/targeted in the module settings, followed by a full emulator reboot.

The Current Issue: Even though the system browser has a perfect internet connection through the proxy chain, the moment I launch FFRK JP, it fails to clear the initial loading screen and throws a generic in-game Connection Error.

It feels like DeNA has updated FFRK JP's integrity checks to a level where standard Xposed/LSPosed hooks can no longer blindfold the app's internal SSL Pinning mechanism on Android 9+.

What I'm looking for:

  • Has anyone gotten a proxy setup to work with FFRK JP recently on Android 7+?
  • Is there a specific Frida script, updated LSPosed module, or network configuration I'm missing to bypass DeNA's current security check?
  • If anyone is willing to run some tests on their end or look into the current APK's network security behavior, I would highly appreciate it.

Thanks in advance for any insights or troubleshooting tips!


r/FFRecordKeeper 14d ago

PSA/Tip Can someone repost the "setting up a JP account" guide and the Newbie Guide?

20 Upvotes

There's be a small influx of renewed interest in FFRK from former Global players, probably because of the Exvius remake, and I don't have links to the latest account guide or the Newbie Guide.

Can somebody post them? I'll edit this post and add them here.


r/FFRecordKeeper 17d ago

PSA/Tip PSA: Zens, Duals, LMR++ and G++ for all fest characters are Selectable.

14 Upvotes

This fest's Selection banner (right below the fest ticket 10 pull, it has Warrior of Light and the Zen symbol on it) has gotten a significant upgrade from the past. As far as I can tell, every character who's on the fest banners has all their SB up to and including Zens as selections. So their Zens, Duals, LMR++, G++, Accels, various newer Chains that I can never tell the difference between and everything else that's any older. This includes Gordon, so anyone who wants to can get a very good Gordon if they want.

This is a good chance to round out these characters, though of course these are full-priced pulls, so you'll have to determine if getting that LMR++ you never managed to get is worth 50 Mythril and a random free relic.


r/FFRecordKeeper 20d ago

MEGATHREAD [CD] Mastery Survey - D830 Ozma - Realm IX

5 Upvotes

Greetings, keepers. Sorry it's a couple of days late. Back on firmer territory (for me at least) with the naming convention. Good luck in the battle! Surely going to be less painful than I remember the original being...

Please Record your clears using one of the templates below.

Useful information:

Standard template as follows:

```` 1. Strategy name: 2. Chain: 3. BDL count: Zen x?, Dual x?, Sync x?, AA x? 4. Support: 5. Roaming Warrior: 6. Time: 7. Insight: * * * 8. Video?:

Hero, dive Ability 1 Ability 2 LM1 LM2 RM SB(-)
char1, 6 ability R# ability R# LM1 LM2 RM1 default(-)
char2, 6 ability R# ability R# LM3 LM4 RM2 default(-)
char3, 6 ability R# ability R# LM5 LM6 RM3 default(-)
char4, 6 ability R# ability R# LM7 LM8 RM4 default(-)
char5, 6 ability R# ability R# LM9 LM0 RM5 default(-)
Main Magicite Sub 1 Sub 2 Sub 3 Sub 4
Magicite - - - -
Inherited 1 - - - -
Inherited 2 - - - -

Historia/Job Crystal level: ````

And the Short Form template:

````

Chain 1

  • Char1: SB1, SB2
  • Char2: SB1, SB2 (near end)
  • Char3: G+ (SB gauge), CSB, SB1
  • Char4: SB1, SB2 (at phase change)
  • Char5: healing SBs

Chain 2

  • Char1: SB3, SB4
  • Char2: SB3, SB4
  • Char3: CSB, SB2
  • Char4: SB1, SB3
  • Char5: healing SBs

  • Overall time: XX.XXs

  • Eden main / HC or JC, level XX ````


r/FFRecordKeeper 23d ago

Question tl;dr are XSBs a replacement for Zens?

11 Upvotes

I always have trouble figuring out how new SBs work from the descriptions alone, but I'm getting that XSBs are basically just better ZSBs and should be used the same way. Yes no?

It would make sense, and it would also suggest that the next SB tier will probably be a Crystal replacement.


r/FFRecordKeeper 27d ago

MEGATHREAD [CD] Mastery Survey - D830 Magus sisters - Mag Lightning Weak

4 Upvotes

Greetings, Keepers. The Magus Sisters have had a good rest, and you can now have a go at them for the penultimate time. Nicely completing this loop of elemental content in time for a new level to be launched at the 12th(!) anniversary in September methinks.

Good luck with the fight! Please Record your clears below.

Useful information: * Index: https://www.reddit.com/r/FFRecordKeeper/wiki/index/special_dungeons/#wiki_elemental_crystal_dungeons * A rough guide: https://www.reddit.com/r/FFRecordKeeper/s/ZPC2KEgfgg * Altema (JP): tbc * Comparison by Element: https://docs.google.com/spreadsheets/d/1k--r8T-iMY26Mnt4FKIYzoP8TDcAiJ_g/edit#gid=304021008

Standard template as follows:

```` 1. Strategy name: 2. Chain: 3. BDL count: Zen x?, Dual x?, Sync x?, AA x? 4. Support: 5. Roaming Warrior: 6. Time: 7. Insight: * * * 8. Video?:

Hero, dive Ability 1 Ability 2 LM1 LM2 RM SB(-)
char1, 6 ability R# ability R# LM1 LM2 RM1 default(-)
char2, 6 ability R# ability R# LM3 LM4 RM2 default(-)
char3, 6 ability R# ability R# LM5 LM6 RM3 default(-)
char4, 6 ability R# ability R# LM7 LM8 RM4 default(-)
char5, 6 ability R# ability R# LM9 LM0 RM5 default(-)
Main Magicite Sub 1 Sub 2 Sub 3 Sub 4
Magicite - - - -
Inherited 1 - - - -
Inherited 2 - - - -

Historia/Job Crystal level: ````

And the Short Form template:

````

Chain 1

  • Char1: SB1, SB2
  • Char2: SB1, SB2 (near end)
  • Char3: G+ (SB gauge), CSB, SB1
  • Char4: SB1, SB2 (at phase change)
  • Char5: healing SBs

Chain 2

  • Char1: SB3, SB4
  • Char2: SB3, SB4
  • Char3: CSB, SB2
  • Char4: SB1, SB3
  • Char5: healing SBs

  • Overall time: XX.XXs

  • Eden main / HC or JC, level XX ````


r/FFRecordKeeper 27d ago

MEGATHREAD [CD] Mastery Survey - D830 Magus sisters - Phy Lightning Weak

3 Upvotes

Greetings, Keepers. The Magus Sisters have had a good rest, and you can now have a go at them for the penultimate time. Nicely completing this loop of elemental content in time for a new level to be launched at the 12th(!) anniversary in September methinks.

Good luck with the fight! Please Record your clears below.

Useful information: * Index: https://www.reddit.com/r/FFRecordKeeper/wiki/index/special_dungeons/#wiki_elemental_crystal_dungeons * A rough guide: https://www.reddit.com/r/FFRecordKeeper/s/ZPC2KEgfgg * Altema (JP): tbc * Comparison by Element: https://docs.google.com/spreadsheets/d/1k--r8T-iMY26Mnt4FKIYzoP8TDcAiJ_g/edit#gid=304021008

Standard template as follows:

```` 1. Strategy name: 2. Chain: 3. BDL count: Zen x?, Dual x?, Sync x?, AA x? 4. Support: 5. Roaming Warrior: 6. Time: 7. Insight: * * * 8. Video?:

Hero, dive Ability 1 Ability 2 LM1 LM2 RM SB(-)
char1, 6 ability R# ability R# LM1 LM2 RM1 default(-)
char2, 6 ability R# ability R# LM3 LM4 RM2 default(-)
char3, 6 ability R# ability R# LM5 LM6 RM3 default(-)
char4, 6 ability R# ability R# LM7 LM8 RM4 default(-)
char5, 6 ability R# ability R# LM9 LM0 RM5 default(-)
Main Magicite Sub 1 Sub 2 Sub 3 Sub 4
Magicite - - - -
Inherited 1 - - - -
Inherited 2 - - - -

Historia/Job Crystal level: ````

And the Short Form template:

````

Chain 1

  • Char1: SB1, SB2
  • Char2: SB1, SB2 (near end)
  • Char3: G+ (SB gauge), CSB, SB1
  • Char4: SB1, SB2 (at phase change)
  • Char5: healing SBs

Chain 2

  • Char1: SB3, SB4
  • Char2: SB3, SB4
  • Char3: CSB, SB2
  • Char4: SB1, SB3
  • Char5: healing SBs

  • Overall time: XX.XXs

  • Eden main / HC or JC, level XX ````


r/FFRecordKeeper Jun 09 '26

Discussion Brave Exvius is being turned into a standalone game. Maybe FFRK can be next?

Thumbnail
press.na.square-enix.com
136 Upvotes

r/FFRecordKeeper Jun 09 '26

Discussion Remake

48 Upvotes

FFBE just got a full HD-2D remake!! We need one for FFRK!!! Someone smarter than me go make a petition!!!


r/FFRecordKeeper Jun 07 '26

Technical Are there any rips of Penance's sprites?

9 Upvotes

I'd like to use Penance's sprites for a project of mine, but they aren't on the spriters resource - Does anyone have them ripped, or can teach me how to? Thanks!


r/FFRecordKeeper Jun 05 '26

MEGATHREAD [CD] Mastery Survey - D830 Heavenly Dragon Bahamut - Job Dragoon

3 Upvotes

Greetings Keepers. Only seven days since our previous Job CD and we have another one! Not used to this much activity!!

Please Record your clears below.

Useful information: * Index: https://www.reddit.com/r/FFRecordKeeper/wiki/index/special_dungeons/#wiki_school_crystal_dungeons * Altema (JP): tbc * Comparison of Job CDs: https://docs.google.com/spreadsheets/d/1k--r8T-iMY26Mnt4FKIYzoP8TDcAiJ_g/edit#gid=304021008

Standard template as follows:

```` 1. Strategy name: 2. Chain: 3. BDL count: Zen x?, Dual x?, Sync x?, AA x? 4. Support: 5. Roaming Warrior: 6. Time: 7. Insight: * * * 8. Video?:

Hero, dive Ability 1 Ability 2 LM1 LM2 RM SB(-)
char1, 6 ability R# ability R# LM1 LM2 RM1 default(-)
char2, 6 ability R# ability R# LM3 LM4 RM2 default(-)
char3, 6 ability R# ability R# LM5 LM6 RM3 default(-)
char4, 6 ability R# ability R# LM7 LM8 RM4 default(-)
char5, 6 ability R# ability R# LM9 LM0 RM5 default(-)
Main Magicite Sub 1 Sub 2 Sub 3 Sub 4
Magicite - - - -
Inherited 1 - - - -
Inherited 2 - - - -

Historia/Job Crystal level: ````

And the Short Form template:

````

Chain 1

  • Char1: SB1, SB2
  • Char2: SB1, SB2 (near end)
  • Char3: G+ (SB gauge), CSB, SB1
  • Char4: SB1, SB2 (at phase change)
  • Char5: healing SBs

Chain 2

  • Char1: SB3, SB4
  • Char2: SB3, SB4
  • Char3: CSB, SB2
  • Char4: SB1, SB3
  • Char5: healing SBs

  • Overall time: XX.XXs

  • Ark main / HC or JC, level XX ````


r/FFRecordKeeper May 30 '26

Discussion I interviewed Chloe Kibble (FFRK Vocalist), here are the answers to YOUR questions!

Post image
45 Upvotes

Hi everyone, 2 months ago I jumped out of the blue on this subreddit asking all of you questions that you might have had for Chloe Kibble, a vocalist who sang for FFRK and FF7 Rebirth for a video interview I did with her in Tokyo.
The show is called Tasty Bits (https://www.instagram.com/tastybitspod/) and I interview musicians, singers and music composers within the gaming industry to try to understand how the magic is made and what's their stories.

Chloe has been great and very generous with her time, sharing her story but, more importantly, the behind the scenes on how the recording process goes with Square Enix on FF games.

You can listen to the full interview here: https://www.youtube.com/watch?v=C6hETfa07S0&t=1133s

If you only care about the recording process at Square Enix, it starts from here: https://youtu.be/C6hETfa07S0?si=7Cmj6EcEGOfiV5WF&t=701

Because I couldn't ask everything, here are the answers to the questions asked by the subreddit that she replied to post-interview. If the answer to your question isn't here it means she gave an answer within the interview 😄.

Thanks again for everyone's questions and if you would have any, do not hesitate to ask!

From u/herosfall "what is her favourite entry in the series"

C.K.: "I have fond memories playing FFX and Crisis Core!"

From u/Ubliznabu "Ask her favorite songs she performed and she hasn’t performed!"

C.K.: "Two of my favorites are To Zanarkand and 1000 words!"

From u/Ubliznabu "has she been able to meet any of the squares oft staff. If so, what it's like working with them?"

C.K.: "So far it’s been strictly business, mostly conducted in Japanese, and very in-and-out (not a lot of small talk)! There’s not much of a culture of sitting around and chatting before or after the job. I usually don’t get briefed on much before I enter the booth aside from the temporary title and style of music/demo. So I don’t have any context unless I have prior knowledge of the franchise and story. But I hope with more collaborations that my relationship with the producers will continue to strengthen and I can break down those walls a little more "

From u/zackfire521 "Does she have any projects lined up coming up with with ffrk?"

C.K.: Nothing I can say for now ~

From u/leights8 "I'd love to know if it feels strange to be singing in English on a Japanese game for a Japanese audience? Because it definitely feels weird to me even though it enhances my personal enjoyment as a native English speaker?"

C.K.: "Oh I had no idea the game wasn't available in the West anymore! I’m happy to sing for any audience, but of course the more the merrier!"


r/FFRecordKeeper May 29 '26

MEGATHREAD [CD] Mastery Survey - D830 Heavenly Dragon Bahamut - Job Monk

4 Upvotes

Greetings Keepers. Monk JCD is here - hope your Naja is looking good.

Please Record your clears below!

Useful information: * Index: https://www.reddit.com/r/FFRecordKeeper/wiki/index/special_dungeons/#wiki_school_crystal_dungeons * Altema (JP): tbc * Comparison of Job CDs: https://docs.google.com/spreadsheets/d/1k--r8T-iMY26Mnt4FKIYzoP8TDcAiJ_g/edit#gid=304021008

Standard template as follows:

```` 1. Strategy name: 2. Chain: 3. BDL count: Zen x?, Dual x?, Sync x?, AA x? 4. Support: 5. Roaming Warrior: 6. Time: 7. Insight: * * * 8. Video?:

Hero, dive Ability 1 Ability 2 LM1 LM2 RM SB(-)
char1, 6 ability R# ability R# LM1 LM2 RM1 default(-)
char2, 6 ability R# ability R# LM3 LM4 RM2 default(-)
char3, 6 ability R# ability R# LM5 LM6 RM3 default(-)
char4, 6 ability R# ability R# LM7 LM8 RM4 default(-)
char5, 6 ability R# ability R# LM9 LM0 RM5 default(-)
Main Magicite Sub 1 Sub 2 Sub 3 Sub 4
Magicite - - - -
Inherited 1 - - - -
Inherited 2 - - - -

Historia/Job Crystal level: ````

And the Short Form template:

````

Chain 1

  • Char1: SB1, SB2
  • Char2: SB1, SB2 (near end)
  • Char3: G+ (SB gauge), CSB, SB1
  • Char4: SB1, SB2 (at phase change)
  • Char5: healing SBs

Chain 2

  • Char1: SB3, SB4
  • Char2: SB3, SB4
  • Char3: CSB, SB2
  • Char4: SB1, SB3
  • Char5: healing SBs

  • Overall time: XX.XXs

  • Ark main / HC or JC, level XX ````


r/FFRecordKeeper May 14 '26

News/Event Dissidia Duellum X FFRK collab on the 19th

Thumbnail x.com
30 Upvotes

r/FFRecordKeeper May 05 '26

Japan | News New challenge book available for elemental Crystal Dungeons

18 Upvotes

A recent update added an additional challenge book with missions for different rewards. All of the missions are in the same format: Master the different crystal dungeon bosses. You get rewards based on how many different versions you clear.

These are for clearing:

  • Bahamut Zero (17)
  • Eden (17)
  • Crusader (18) - This is where Bio Physical/Magic split
  • Ark (18)
  • Eidolon Bahamut (18)
  • Magus Sisters (18) - Note that Lightning Weak and Water Weak have not released yet.

Reward tiers come in for 1, 5, 9, 13, and 17/18 clears. Rewards include 6/7/8 motes, the daily motes, sapphires, 4/5 Anima lenses, and an Elemental ticket for clearing all versions of the fight. Previous clears do not count, you have to re-clear each one.

(Edited to clarify that you do need to master each one again, not just get a clear for 10% or more damage done even if you have mastered before.)


r/FFRecordKeeper Apr 29 '26

Achievement Easier than I expected

Post image
17 Upvotes

Defeated the Rursan Arbiter in the Type-0 Crystal Dungeon


r/FFRecordKeeper Apr 25 '26

MEGATHREAD [CD] Mastery Survey - D830 Cosmic Malboro - Realm Type-0

5 Upvotes

Greetings, keepers. Google Translate suggests this should be "Space Malboro". Wiki Fandom has "Cosmic" - I think that sounds more fun, so that's what we've got! Good luck whatever its name is.

Please Record your clears using one of the templates below.

Useful information:

Standard template as follows:

```` 1. Strategy name: 2. Chain: 3. BDL count: Zen x?, Dual x?, Sync x?, AA x? 4. Support: 5. Roaming Warrior: 6. Time: 7. Insight: * * * 8. Video?:

Hero, dive Ability 1 Ability 2 LM1 LM2 RM SB(-)
char1, 6 ability R# ability R# LM1 LM2 RM1 default(-)
char2, 6 ability R# ability R# LM3 LM4 RM2 default(-)
char3, 6 ability R# ability R# LM5 LM6 RM3 default(-)
char4, 6 ability R# ability R# LM7 LM8 RM4 default(-)
char5, 6 ability R# ability R# LM9 LM0 RM5 default(-)
Main Magicite Sub 1 Sub 2 Sub 3 Sub 4
Magicite - - - -
Inherited 1 - - - -
Inherited 2 - - - -

Historia/Job Crystal level: ````

And the Short Form template:

````

Chain 1

  • Char1: SB1, SB2
  • Char2: SB1, SB2 (near end)
  • Char3: G+ (SB gauge), CSB, SB1
  • Char4: SB1, SB2 (at phase change)
  • Char5: healing SBs

Chain 2

  • Char1: SB3, SB4
  • Char2: SB3, SB4
  • Char3: CSB, SB2
  • Char4: SB1, SB3
  • Char5: healing SBs

  • Overall time: XX.XXs

  • Eden main / HC or JC, level XX ````


r/FFRecordKeeper Apr 19 '26

Fan Art 🎶 Just uploaded my cover of Town Theme from Final Fantasy 1 | Would love your feedback!

Thumbnail
youtu.be
11 Upvotes

Hi everyone! 👋
I just uploaded my cover of Town Theme from Final Fantasy 1.

If you have any constructive criticism, tips, or advice, I’d really appreciate it 🙏.

Hope you enjoy this song, and thank you for giving it a listen!


r/FFRecordKeeper Apr 13 '26

Nostalgia 10th Cake Day Wish 🎂

23 Upvotes

I wish for GL to come back to us. I miss our many worlds!


r/FFRecordKeeper Apr 11 '26

Question How to play FFRK on JP?

8 Upvotes

Hi there,

I remember seeing a post awhile back about still being able to play FFRK but the JP version. Is this still an option? And if so, is there a way to translate for English speakers?

If there is a post for this, please point me in the right direction and thank you!


r/FFRecordKeeper Apr 11 '26

MEGATHREAD [CD] Mastery Survey - D830 Heavenly Dragon Bahamut - Job Machinist

5 Upvotes

Greetings Keepers. Hope everyone's 11.5 anniversary fests went well. I personally managed to forget to attempt the flight against Terra in the Gigas Arena, which I'm currently beating myself up about but I'm sure I'm get over it.

Please Record your clears for the latest Job CD below!

Useful information: * Index: https://www.reddit.com/r/FFRecordKeeper/wiki/index/special_dungeons/#wiki_school_crystal_dungeons * Altema (JP): tbc * Comparison of Job CDs: https://docs.google.com/spreadsheets/d/1k--r8T-iMY26Mnt4FKIYzoP8TDcAiJ_g/edit#gid=304021008

Standard template as follows:

```` 1. Strategy name: 2. Chain: 3. BDL count: Zen x?, Dual x?, Sync x?, AA x? 4. Support: 5. Roaming Warrior: 6. Time: 7. Insight: * * * 8. Video?:

Hero, dive Ability 1 Ability 2 LM1 LM2 RM SB(-)
char1, 6 ability R# ability R# LM1 LM2 RM1 default(-)
char2, 6 ability R# ability R# LM3 LM4 RM2 default(-)
char3, 6 ability R# ability R# LM5 LM6 RM3 default(-)
char4, 6 ability R# ability R# LM7 LM8 RM4 default(-)
char5, 6 ability R# ability R# LM9 LM0 RM5 default(-)
Main Magicite Sub 1 Sub 2 Sub 3 Sub 4
Magicite - - - -
Inherited 1 - - - -
Inherited 2 - - - -

Historia/Job Crystal level: ````

And the Short Form template:

````

Chain 1

  • Char1: SB1, SB2
  • Char2: SB1, SB2 (near end)
  • Char3: G+ (SB gauge), CSB, SB1
  • Char4: SB1, SB2 (at phase change)
  • Char5: healing SBs

Chain 2

  • Char1: SB3, SB4
  • Char2: SB3, SB4
  • Char3: CSB, SB2
  • Char4: SB1, SB3
  • Char5: healing SBs

  • Overall time: XX.XXs

  • Eden main / HC or JC, level XX ````