dvemail

Member
Game Developer
May 9, 2017
342
998
After reading feedback, we're going to implement some additional grind balance:

  • reduce price on training - a lot
    • start @ 50, max at ~150
  • automatic no-resist on training for girls after loyalty quests (with limits)
    • everything through vaginal will have no-resist when you do quest 1
    • anal + oral for quest 2
    • concubine unlock for quest 3
  • (as already posted) we will eliminate minmaxer in favor of a different approach
  • redo brothel management (quantities) screen to provide better info
 

Rambo99

Member
Apr 1, 2018
150
55
Rambo99 can you please post a snapshot of the quest log for that quest?
Most likely, this quest is worth checking for cash (money). Since when the hero had more than 50,000 money in my game, the quest worked fine and I was able to redeem my brother. True, after his assurances that he will "serve me faithfully" he, when trying to take him to his sister, fled and I can not find him to return. In the city market, there is an item in the time planner to talk to him, however, when using this item, the system displays a message that I can not talk with the "brother" because he is in a different location. I searched it already can not find. It seems that I’ve failed this quest.
 

dvemail

Member
Game Developer
May 9, 2017
342
998
See, this should be in a FAQ. Ionus *really* does not want to see his sister being a whore. If you pass a skill check, he will live in the bordello. If you don't pass, and still make him go, he will flee and Fasti will not be loyal to you because her brother is lost.

I wish we had a FAQ maintainer
 

Hawkthorn

Member
Nov 21, 2017
241
169
AS for the brother, Was V day for me, but when talking to him, he said to come back nest Sol, (two days from then) and he was not there, but was on the next V. Just a heads up, bring cash, had to pay a lot (60k+)

Secondly, the court case seems to be WILDLY random. some case I get paid 13, and once I received 65k and change.
 

Hawkthorn

Member
Nov 21, 2017
241
169
Wish list Item, When maintain the slaves, would like to be able to redress them after giving them a trim, without have to back out, the reopen dressing.

Would like the shyness and nudity taboo to progress faster, please
Would not be opposed to sending the brother out for training to serve clients as well, we would have to pay for him to be trained obviously. just no desire to do that training my self.

would accept training him to be a personal man servant, assist in social in bath house for example, or to train him to subtly find better clients for the whore house. (rich ones)

There is more, but I can only assume they are on the way, More acts for all the slave,cleaning up the whore house. ect
 

kaz89

New Member
Sep 9, 2017
13
8
dvemail how do i progress further in the game. i did the n completed the Fasti quest. what is next? Maeve still haven't recovered yet. am i missing something?
 

Rambo99

Member
Apr 1, 2018
150
55
See, this should be in a FAQ. Ionus *really* does not want to see his sister being a whore. If you pass a skill check, he will live in the bordello. If you don't pass, and still make him go, he will flee and Fasti will not be loyal to you because her brother is lost.

I wish we had a FAQ maintainer
Idea with F.A.Q. very good and I support her. In addition, I would like to have in F.A.Q. full description of the quests found in the game. I WILL SPECIALLY emphasize NOT the passage, namely the description indicating who issues the quest, what is the purpose of the quest, what are the minimum requirements for completing the quest. It would also not hurt to change the composition of the main character’s displayed parameters in the character’s characteristics, for example, some surviving parameters are not displayed (such as seduction, which can be trained by the managing brothel). Moreover, it seems to me that the “seduction” parameter, which I mentioned, has nothing to do with the submission of slaves to the orders of my master, these are different parameters. Seduction is when the protagonist can crawl into bed with the wife of a Roman senator in order to obtain the protection of her husband for his brothel. And the submission of slaves to the orders of his master, this is already "obedience."
 

ghipholane

Newbie
Apr 24, 2020
42
12
ok i just met 4 consecutive bugs :confused: manage everything, ask abt today, ask abt this week and ask abt this month from alfidia :confused: it seem to started after i reach "not too bad" in aureus reputation
 

Rambo99

Member
Apr 1, 2018
150
55
Purchased goods in the market. The game said "you can’t bear so much", asked me to indicate where to deliver, indicated that the transferred weight did not reset. Now this crap flies out with any purchase, even at the slave trade. Screenshot_1.jpg
 

Rambo99

Member
Apr 1, 2018
150
55
Error moving from Rome to a family estate.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 414, in execute_pause
renpy.with_statement(Pause(delay))
File "game/_engine/travel_menu.rpy", line 82, in execute
File "game/_engine/travel_menu.rpy", line 82, in execute
File "game/_engine/travel_menu.rpy", line 87, in execute
File "game/_engine/travel_menu.rpy", line 123, in execute
File "game/_engine/travel_menu.rpy", line 144, in execute
File "game/_engine/travel_menu.rpy", line 145, in execute
File "game/_engine/travel_menu.rpy", line 145, in keywords
File "game/_engine/travel_menu.rpy", line 243, in calcMap
AttributeError: 'NoneType' object has no attribute 'name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "_engine/main_engine.rpyc", line 560, in script
File "F:\Patronus\renpy\ast.py", line 1947, in execute self.call("execute")
File "F:\Patronus\renpy\ast.py", line 1935, in call return renpy.statements.call(method, parsed, *args, **kwargs)
File "F:\Patronus\renpy\statements.py", line 277, in call return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 414, in execute_pause renpy.with_statement(Pause(delay))
File "F:\Patronus\renpy\exports.py", line 1592, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear)
File "F:\Patronus\renpy\display\core.py", line 2248, in do_with clear=clear)
File "F:\Patronus\renpy\display\core.py", line 2699, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\Patronus\renpy\display\core.py", line 3091, in interact_core root_widget.visit_all(lambda i : i.per_interact())
File "F:\Patronus\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen)
File "F:\Patronus\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen)
File "F:\Patronus\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen)
File "F:\Patronus\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen)
File "F:\Patronus\renpy\display\screen.py", line 430, in visit_all callback(self)
File "F:\Patronus\renpy\display\core.py", line 3091, in <lambda> root_widget.visit_all(lambda i : i.per_interact())
File "F:\Patronus\renpy\display\screen.py", line 440, in per_interact self.update()
File "F:\Patronus\renpy\display\screen.py", line 625, in update self.screen.function(**self.scope)
File "game/_engine/travel_menu.rpy", line 82, in execute
File "game/_engine/travel_menu.rpy", line 82, in execute
File "game/_engine/travel_menu.rpy", line 87, in execute
File "game/_engine/travel_menu.rpy", line 123, in execute
File "game/_engine/travel_menu.rpy", line 144, in execute
File "game/_engine/travel_menu.rpy", line 145, in execute
File "game/_engine/travel_menu.rpy", line 145, in keywords
File "<screen language>", line 145, in <module>
File "game/_engine/travel_menu.rpy", line 243, in calcMap
AttributeError: 'NoneType' object has no attribute 'name'

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
Patronus Trunk
Sun May 17 18:58:28 2020
 
Last edited:
3.40 star(s) 23 Votes