Well, book 2 routes are enormously different. For instance you get Mai action in the love route and Ty Lee action in the slave one.Also I am A N G E R Ythat Azula's footjob scene is only in the slave route... I thought I'd just missed some side quest or whatever earlier in book 2. Really gets me wondering... what other scenes have I missed out on because I chose one route over another?
![]()
yeah me too. HEWLP!I am at where I convinced toph to train me from the blackmail, and I am stuck in the maze not sure where to go any help?
At some point she says she's spoken with you and you told her stuff, so she's acting that way because she's helping you with your mission.Yo speaking of book 3, Katara's got me really curious. How do you guys think she knows all that stuff about the mc's mission, and why is she acting so different? Could it be that the spirit lady is possessing her? Very interested to see how book 4 ties together all the loose ends.
I am at where I convinced toph to train me from the blackmail, and I am stuck in the maze not sure where to go any help?
If you mean when Toph shoves you in the maze alone, when you reach the bottom dead end click on the wall, a device will be revealed. You need to turn it in a particular way and the road opens.yeah me too. HEWLP!
Never had that material issue. Regarding obsidian, refer to the walkthrough linked in the op for all obsidian locations.im stuck at trying to upgrade the hospital but i cant find an obsidian.. another thing is the game bugged on construction materials, xause i swear i always stock up on wood and steel but everytime i reload a game i lost my supplies.
You can make fast money out of it and if you don't rush through the game but enjoy the minigames it's a nice distraction.Is there really any point to crab battling more than you need to in book 3? I know beating Iroh 5 times gets you the mystery scene with Ty Lee in a catgirl suit, but is that seriously it? If so, I feel like it's kinda a lot of wasted time and effort for an optional scene and minigames.
Yes, the tavern has quests with obsidian rewards and they are listed in the walkthrough.What did the trick for me was doing the quests in the tavern. I had read from Maim Lam's walkthrough that the skull in the maze had two obsidians, but I only found one. I found my last one from some quest - I forget which.
label unique_room58_activate:
if bk3_allow_firebending == True:
if current_room.special_touch2 == "sp_no_special":
$ current_room.special_touch2 = "sp_skullflame"
if not skull_obsidian:
$ obsidian +=2
play sound "audio/win2.mp3"
"you got {b}2 obsidian{/b}!"
$ skull_obsidian = True
$ skull_obsidian2 = True
if skull_obsidian and not skull_obsidian2:
$ obsidian +=1
play sound "audio/win2.mp3"
"you got {b}1 obsidian{/b}!"
$ skull_obsidian2 = True
y "neat!"
show expression current_room.special_touch2
elif current_room.special_touch2 == "sp_skullflame":
hide expression current_room.special_touch2
$ current_room.special_touch2 = "sp_no_special"
else:
"Oh shit, I can't firebend right now. Well maybe later."
It's the only reasonable explanation I can come up with, unless that variable gets set in some other script, but I highly doubt it and it's not even worth to check.I was just checking this out even though I haven't played book 3 yet simply because that's like the 5th time someone has said the skull has only given them one obsidian. I thought the exact same thing, I'm sure that the code is like that because in a previous game version it only gave one obsidian instead of two. So I'm going to add a note in the obsidian walkthrough that the game needs to be the most recent version to get all the obsidian.
Yep, quests 8 to 14 aren't actual quests, they are in the code but when you do quest 7 your quest variable is set to 15, so you can't do them.Technically "quest 10" gives you an obsidian, but for obvious reasons no one has ever completed that quest.
Unless there is a newer version than what I have, I guess you can get still blocked from getting that obsidian.Do you know if the "Using all the obsidian before upgrading the tavern will prevent you from accepting Quest 7!" bug is still in the game? If you don't know it's fine you don't have to check, I was just curious if that bug was only in an older version of the game as well.
Even more simply, just warn them to fully upgrade the tavern before fully upgrading the hospital.@random.guy @Shad0wZ3r0
So would a more accurate description be something like:
- When there are only a few obsidian left you must have at least one thing to upgrade that isn't the tavern and fully upgrade the tavern before upgrading that last thing or you cannot get the obsidian from quest 7.
Honestly that is still a bit confusing though so if it isn't prevented from happening in another update I'll just fix it in my patch when I get to book 3.
Neat. I can somehow guess why that happens.Regarding obsidian, there is a BUG if you enter the maze the first time and go to the right. There is a chest, open it and a guard will appear. Don't fight it but run away. Now every time you beat a guard you will get 1 obsidian and 2 health/mana potions.