Deleted member 159020

Active Member
Aug 11, 2017
801
1,294
258
Also I am A N G E R Y :mad::mad::mad: that 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? :(
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.
And probably book 3 love route will be very diverse from its slave counterpart.
So if you don't play all routes you miss out a lot. Well, with the exception of book 1, I guess, since I don't remember it being vastly different.
 

dukedice

New Member
Jul 21, 2017
2
0
29
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?
 

randomhelix

Newbie
Jul 7, 2018
29
21
64
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.
 

jadegreen

Member
Jul 31, 2018
280
30
57
not as far as I know. but on crab battles I use SHIFT O then crab1_hp = 30000. have to do that before u go into battle every time. hated trying to use potions. I have 3 crabs because Iroh crab battle quest.
 
  • Like
Reactions: BastHouse

jadegreen

Member
Jul 31, 2018
280
30
57
be glad when the update comes out. want to do the love side of book 3. got the slave side on 2 of the 3 I have done. just need to do the exit quests
 

Seronkai

Member
Nov 11, 2017
284
182
267
If anyone could post what's in the new , it would be highly appreciated.
 

Deleted member 159020

Active Member
Aug 11, 2017
801
1,294
258
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.
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.
That means that further down the road you go to a point in time past book 1 but before book 3 and speak with her knowing more stuff about the spirits that you do in book 3.

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?
yeah me too. HEWLP!
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.

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.
Never had that material issue. Regarding obsidian, refer to the walkthrough linked in the op for all obsidian locations.
 
  • Like
Reactions: GaRbS

IdarksoulsI

Well-Known Member
Jun 26, 2017
1,439
1,908
399
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.
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.
 

Deleted member 159020

Active Member
Aug 11, 2017
801
1,294
258
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.
Yes, the tavern has quests with obsidian rewards and they are listed in the walkthrough.
Regarding the skull, there's two obsidians there.
The code reads:
Code:
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."
As you can see, two units of obsidian to be found.
The conditions require you to be able to firebend (to light the candle on the skull on) and to click on the skull to light the candle. Then if you haven't gotten the first obsidian, you get two obsidians. If you got the first one you get the second one.
What's odd is that skull_obsidian isn't used anywhere else in that script so I don't get how would you ever get to have it set to True without also getting skull_obsidian2 set to True.
Anyway, I tested out again and you should get two obsidians out of the skull. If you didn't, something strange is going on.
Perhaps in an old version you got one obsidian from the skull and the second one was added later, thus the check for whether you had the first one but not the second, which the current script doesn't really need. In any case the skull would end up giving you two obsidians.
 
  • Like
Reactions: Maid Lain

Deleted member 159020

Active Member
Aug 11, 2017
801
1,294
258
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.
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.

Technically "quest 10" gives you an obsidian, but for obvious reasons no one has ever completed that quest.
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.
 

Deleted member 159020

Active Member
Aug 11, 2017
801
1,294
258
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.
Unless there is a newer version than what I have, I guess you can get still blocked from getting that obsidian.
And it's not even a bug, more so an unforeseen use of resources on the user's part.
The point is that there is a finite amount of obsidian and if you have only one obsidian left and don't upgrade the tavern then you won't get the new quests, one of which gives you an obsidian. It's not really a bug, more an unwanted side-effect of a design choice which can potentially lock the user out of content.
 
  • Like
Reactions: Maid Lain

GaRbS

Member
Apr 3, 2018
349
687
279
Yeah man, the frigging obsidian has caused headaches to more than a few people. It is easily the most asked question in this thread.
 
  • Like
Reactions: TheDevian

Deleted member 159020

Active Member
Aug 11, 2017
801
1,294
258
@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.
Even more simply, just warn them to fully upgrade the tavern before fully upgrading the hospital.

I had posted a modified script a while ago to address this that let you cheat the obsidian.
But, you know, just console your way through in case...
 

IdarksoulsI

Well-Known Member
Jun 26, 2017
1,439
1,908
399
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.
 

Deleted member 159020

Active Member
Aug 11, 2017
801
1,294
258
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.
Neat. I can somehow guess why that happens.
 

Muramasa0

Thicc thighs for breakfast
Donor
Jun 25, 2018
733
554
197
Have two questions. How's the content quantity? And are the save files compatible between versions?
 
4.50 star(s) 305 Votes