- Aug 25, 2017
- 2,896
- 4,451
Are you loading like a really old save or something? I haven't seen this kind of error since I tried to load my save from version 0.4.something.keep crashing and this is my 2 hour wasted...
can anyone help fix this?
Are you loading like a really old save or something? I haven't seen this kind of error since I tried to load my save from version 0.4.something.keep crashing and this is my 2 hour wasted...
can anyone help fix this?
no.. its from current/lastest version... thats why idk why this happen...Are you loading like a really old save or something? I haven't seen this kind of error since I tried to load my save from version 0.4.something.
That's great, but then, I don't see any cool attack skills and perks like the previous posts when I rebirth. Do I need to do something else?If you die or leave on the boat, you should have the option to rebirth. Abomination should be the last option listed as "human"
Talk to the fortune teller at the oriental commerce. If you did everything right, there should be an option at the bottom to ask "Your Child?", and she'll awaken your abilities.That's great, but then, I don't see any cool attack skills and perks like the previous posts when I rebirth. Do I need to do something else?
No, not that one. The one Justice talks about with Ebony."The Child"? We talking about the one-armed one-woman army or someone else?
You're supposed to get it by default on new game start:I was on the previous version, I updated to new and I lost the ability to use the dark cauldron, I was wondering if there is any way I can add the skills again, I don't want to have to start from scratch.
But here's something you could try. No guarantees, though.*u get darkpot skill when start a new game.(no effect from outdated save)
$game_player.actor.remove_state(136)
*This step might be unnecessary, but better to be safe$game_player.actor.add_state(136)
eccma417 said:report because 06711 is fucked up
-*fixed, remove Outdated state 176 and its function in checkOev_OgrasmAddiction.
-*fixed, RabbitCaveRewardBox.rb crash.
I tried that method before but didn't work out for me. I came to terms with a scuffed method of going back to the previous version, using cauldron, loading back to current build and done xD.You're supposed to get it by default on new game start:
But here's something you could try. No guarantees, though.
First, remove it from any hotkey setting you have it on (if it's still there).
Now, open the console (F10) and type in the command window:
$game_player.actor.remove_state(136)
*This step might be unnecessary, but better to be safe
$game_player.actor.add_state(136)
EDIT:
is near the rabbit boss caveBy the way, anyone know where the Mountain Monastery is? It completely slipped my mind to look for it.
You need to have a very low [Dirty] status number. If it is a pinch to high, they won't let you in. By any chance what was your [dirty] status number at?how to get to the rudesind slope? im to dirty ??? but im washed... status is not dirt
I have an invitation to complete a quest there
but the guard won't let me in.
Oh, the one where he busts out laughing that she got beat or something. I can only imagine that it's someone we haven't met yet. The timelines of the current characters don't seem to match up and they never imply that they ever recovered the "child" after they escaped from Ebony. I'd also have to imagine that anyone strong enough to beat her is way stronger than Lona, since Lona isn't strong enough to threaten Ebony in her currently weakened state.No, not that one. The one Justice talks about with Ebony.
I had the skill hotkeyed, but I failed to actually deploy it in an area it worked in before (Infested House). I walked around to different spots, so I don't think it was a terrain issue, but I know for sure I had three wooden clubs before attempting to use it. Where did you get it to work?I dunno if it will help people on harder difficulties or not, but I managed to get dark cauldron working on the new version despite using my old save on hard. I had the skill stuck to the E hotkey, and despite the transfer removing the skill from my skill list I could still activate it by using E. Again this was on the lowest difficulty, no idea if this will work with Doom's autosave function.
There's a Dirty score separate from the status. You accumulate dirt from running around, fighting, walking, etc. What I do is I either wash up at Elise's clinic after I finish buying whatever from him, or I enter one of the nearby street locations and use the well.how to get to the rudesind slope? im to dirty ??? but im washed... status is not dirt
I have an invitation to complete a quest there
but the guard won't let me in.
Even if that still works in some version I don't think it's wise to rely on obsolete/removed functionality to fix problems that have occurred as a result of the very same obsolete/removed functionality. In the new version state_stack(136) returns 0 with the cauldron and everything the way it's supposed to. The skill is supposed to be granted at the start of a new game and every rebirth by calling $game_map.interpreter.new_game_GetCommonSkills, but I'd suggest acquiring it simply viaBut here's something you could try. No guarantees, though.
First, remove it from any hotkey setting you have it on (if it's still there).
Now, open the console (F10) and type in the command window:
$game_player.actor.remove_state(136)
*This step might be unnecessary, but better to be safe
$game_player.actor.add_state(136)
$game_player.actor.learn_skill(57)