Kyonyuu_Lover

Member
Jan 11, 2018
227
278
248
Any updated guide? The one pinned seems to be a bit outdated.

Btw how can i tame the beast (final fight) in Hope 1 arena? I have str, dex, and int in 6, charm in 5. Dunno if it matters but since other choices seem to be tied up with stats im assuming this one is too.
 

albul

Active Member
Jun 8, 2017
809
1,890
369
Any updated guide? The one pinned seems to be a bit outdated.

Btw how can i tame the beast (final fight) in Hope 1 arena? I have str, dex, and int in 6, charm in 5. Dunno if it matters but since other choices seem to be tied up with stats im assuming this one is too.
From the game's code:
"Try to tame it"(enabled=stats.int > 7) if True:
So, int must be greater than 7
 
  • Like
Reactions: Kyonyuu_Lover

albul

Active Member
Jun 8, 2017
809
1,890
369
How do you increase past 6 then? Books on the shelf stop leveling at 6. Without using console comands/cheats.
Looks like you can use the books to increase the intelligence twice, to a maximum of 7. Searched the code, and the "Read a book" option is the only one that increases intelligence at all, so you either put intelligence at 5 at the start, or you cheat to raise it to 7. But my abilities to read code are limited, so I may have missed something.
Python:
                if stats.int < 8:
                    if int_progress < 3:
                        $ int_progress +=1
                        call screen stat_increase_pop_up (_("Intelligence"))
                        $ stats.add_int (1)
So if you start with 3 int, the maximum you can reach is 5.
edit: int_progress starts from 0, so that means reading books can increase the intelligence 3 times (to a maximum of 8 if your character started with 5).
 
Last edited:
  • Like
Reactions: Kyonyuu_Lover

Bahamut Zero

Engaged Member
Apr 27, 2017
3,076
2,422
439
You're welcome i have asked but he is getting to it
Hello again. Sorry to write to you again. I preferred to wait a bit before asking the same question again. I know you're busy and might have forgotten. But I was wondering, do you know anything about the iPatch? If I understood correctly, you were saying someone was working on it, right? Unless I misunderstood, since I'm not a native English speaker.

So I was wondering if there was any progress. Because, as I said in my last message, if the iPatch isn't updated, not only will the texts not be oriented correctly, but we also risk invalidating our save, which, once you get to certain points in the game, won't allow you to progress. To avoid having to play multiple times, I prefer to wait for your reply.

Thanks you
 
4.30 star(s) 42 Votes