Yep, there is an exit but it has some RNG and there are several lairs you can be captive in.can you escape after being capture by goblin ?
That's fine; it's a hard game with 'strong' themes, so its not for everyone.Really unsure about this really....
Does it heal all wounds or do you have to specify the part?just found out the heal wound address and tested on chest injury it working..it is $game_player.actor.heal_wound not party
Just did a test, it recovers EVERYTHING. So, uhhh... Don't use that command.i did found something by trying to type something... $game_player.actor.recover_all i'm not sure it only clean up negative effect or both you guy can try it out......... if only i know how to open or find the address if someone can share that will save my ass.
no luck on finding how to clean all injury but you can trick it lets say you have 20 injury then type $game_player.actor.heal_wound>z then press enter 20times it will clean 1 per enter that the trick i found at the moment have to wait until someone who found the accurate address and willing to share. if you wan you can also make a ahk script with the enter loop....Just did a test, it recovers EVERYTHING. So, uhhh... Don't use that command.
What shackle lock? If you mean the one on your person, it's not required but it helps a lot because the shackles reduce your movement. There are 2 ways to remove the locks: by breaking it (requires 15 combat skill if I remember correctly) and by asking the blacksmith in Noer (West of the Inn) to open it for you in return for money.do you have to pick the shackle lock to get out of the goblin lair. If so how to ?
It's working for me.+1 rock can't be drop?
Best way to make money and easiest way to start up well with the nympho trait is to go to the doom fortress and dance for the officers. Click here for a quick guide and if you have more questions don't be shy and ask them away.sob i die again it is so hard to play Nymphomaniac trait hmmm... have to start over and over again AHHH! i decided to cheat exp this time in case someone need it here $game_player.actor.gain_exp(exp point example 999999999999999999999).
Im trying myself, but since i dont know what language this is coded in im struggling, also i dont know if you found the code for heal_wound but here it is EDIT: Done it, and language is rubyno luck on finding how to clean all injury but you can trick it lets say you have 20 injury then type $game_player.actor.heal_wound>z then press enter 20times it will clean 1 per enter that the trick i found at the moment have to wait until someone who found the accurate address and willing to share. if you wan you can also make a ahk script with the enter loop....
def heal_wound #負傷治療 通常用在休息時使用
wound_states = [6, 7, 8, 9, 10, 11, 12, 13, 15, 16]
all_wounds = wound_states.select { |id| state_stack(id) >= 1 }
heal_me = all_wounds.shuffle.first(1 + rand(1))
heal_me.each do |wound|
remove_state_stack(wound)
#add_new_state(35) if state_stack(35) <=10; remove_state_stack(35) if state_stack(35) >=11#dirt
reset_state_counts(wound)
reset_state_counts(35)
@result.added_states.push(wound).uniq!
@result.added_states.push(35).uniq!
end
end
Check page 68 for a very good guideThis is a pretty damn impressive game. I'm loving the complexity and challenge. I've been trying to get forward through trial and error with mixed results.
Could someone who's a bit more experienced perhaps make a beginner's guide video or a written guide? There are just so many gameplay mechanics that are difficult to understand without a guide.
I have a couple of pressing questions regarding just basic survival:
1) I seem to constantly run out of stamina. Are there any cost-effective and safe ways to refill stamina? Resting at the in is very expensive and resting outside almost always result in an ambush. What are the most safe (free) places to rest?
2) How does prostitution and sex combat work? If I prostitute myself and give a handjob, do I just have to keep pressing the F button during the sex scene? If I'm being raped during combat, do I just need to press any random directional buttons? This is all very confusing to me.
3) Are there any permanent companions / NPCs in the game? I've only found mercenaries who come along for a day or two.
This is such a phenomenal game! I can't wait to learn more about it!