That’s good to know. I picked the option where I just thanked her instead of asking to share responsibly, so it’s neat that you can become king and queen.
I hope one day at least some walkthroughs are put on for the following paths:
Prince
Lord
General
Hello can you please tell me were and how can I play the Justice for Magincia storyline
you can play the justice for magincia story by choosing a play-through where you lost the great tournament(either through new game or importing a save that lost it) & are married. the story takes place from the prespective of your child after the first chapter
I’m always stuck in chossing in the 4 objects in the bottom of the lake. What will i going to choose? is it the vial, marble, dice, or Jar?
I had the same issue - its the Jar.
any one has Guide For Brunich tribes Pls Help
Hi, idk if you’ve already figured it out but in case you haven’t, for the “the student becomes the teacher” achievement, I think you should try to make him exhausted by focusing on defense then attack him again and again until you manage to knock him out. I’ve achieved it through doing the defense twice and attacking until I won. I tried doing it again but it didn’t work so yeah I guess there’s no consistency or some kind of pattern.
As for the “heart of a warrior”, I also do think that there isn’t any pattern to follow. However, I’ve tried using the sword and shield then parry and counter first move for a few times and it seems effective in gaining the “receieved medium damage” (along those lines) status for Galan.
But I’d like to think that there might just be some consideration or some sort of condition, we just need to discover it. Or is it really just purely luck and chances?
Btw, you guys have played earlier than me so I would like to ask, how do you allocate your points at the beginning? Or rather, what do you think is the best allocation? What stats should I focus on? Additionally, how do you get sent to Valra? Through a specific option? Situation? Or through specific stats? If so, how much points does one need? Lastly, does anyone have spoilers for the prince storyline? Any tips or advice? A heads-up would be much appreciated! ^o^
Thanks a lot.
As far as points go, I always go for balance, throwing at least one point everywhere and putting the extras into intelligence, agility and strength.
As for the Valra campaign, it happens automatically in the “lord of Redwood” scenario. Basically every storyline where you won the great tournament and didn’t marry princess Hannah.
@Jerieth There is a bug in Great Tournament 2 which makes getting the achievement “guard_patrol_defeated” impossible. The problem is in these lines:
The value of “diceroll” cannot be bigger than 10 if the character has a weapon:
*if weapon > 0
#Attack them.
You attack with your weapon…
*rand diceroll2 1 20
*rand diceroll4 1 4
*set diceroll4 +strength
*set diceroll2 +agility
*page_break
*if diceroll > 10
You hit a guard and do ${diceroll4} damage…
*set guards_left -diceroll4
*page_break
The value of “diceroll” isn’t bigger than 10 because in the beginning of the fight this is declared:
*rand diceroll 1 4
On the other hand it is impossible to win the fight without getting a weapon:
*if (guards_left < 30) and (weapon = 0)
You manage to pick up a weapon from one of the fallen guards.
*set weapon 1
Because you would have to basically deal 30 damage to the guard patrol without weapons in one hit which would require you to have at least 28 strength and at least 10 agility:
*if weapon = 0
#Punch them.
*rand diceroll2 1 20
*rand diceroll4 1 2
*set diceroll4 +strength
*set diceroll + agility
You attempt to punch one of the guards…
*page_break
*if diceroll > 14
You hit a guard and do ${diceroll4} damage…
*set guards_left -diceroll4
*page_break
*goto guard_fight5_2
Your attack misses.
*set diceroll +guards_patrol1
*page_break
*if diceroll10 < 6
You manage to dodge all the attacks against you…
*page_break
*goto guard_fight5_2
A guard hits you for ${diceroll} damage…
*set health -diceroll
*page_break
*goto guard_fight5_2
The way in which the problem should be fixed is by changing these parts of the code:
“if diceroll>10” to " if diceroll2>10"(in “weapons>0”)
“set diceroll + agility” to “set diceroll2 + agility”(in “weapons=0”)
“if diceroll > 14” to “if diceroll2 > 14” (in “weapons=0”)
I really enjoy this game and I hope you fix this bug.
Please send bugs to support AT choiceofgames DOT com.
I saw the error report email. Thank you for finding this. It is much appreciated! =)
It will be fixed hopefully in the next update.
Hey guyz has anyone managed to get the chance to investigate lord cuthvell’s death,it always seems greyed out in my playthroughs.
“Did you win the Great Tournament?”
Answer no.
Does anyone know how to complete the Valra campaign (Not the survival one) with either diplomacy or war and romancing Karina in the process?