Difference between revisions of "Talk:Jack-o-nine/Gameplay/Locations"

From Hgames Wiki
Jump to: navigation, search
m
(Custom Slave Issues)
Line 45: Line 45:
  
 
--[[User:Flux|Flux]] ([[User talk:Flux|talk]]) 02:08, 24 November 2014 (UTC)
 
--[[User:Flux|Flux]] ([[User talk:Flux|talk]]) 02:08, 24 November 2014 (UTC)
 +
 +
: From the two samples you mentioned I can't see "hidden" requirements. Molaru's description is in line with the requirements (<code>stat_importance['nurse'] = 5, stat_importance['service'] = 4, stat_importance['fetishism'] = 4 and demand['virginity'] = 1, demand['max_fat'] = 2</code>). For Siegfrid it is
 +
<pre>$npc_preferences['pretor_siegfrid'] = {
 +
    stat_importance['temper'] = 3
 +
    stat_importance['dressage'] = 4
 +
    stat_importance['service'] = 4
 +
    stat_importance['xenophily'] = 5
 +
}
 +
$buyer_demand['pretor_siegfrid'] = {
 +
    demand['agree_age'] = 2
 +
    demand['min_stamina'] = 3
 +
}</pre>
 +
: which is in line with his text (except the age requirement, maybe). Hope that helps. --[[User:Hmoeller|<span style="font:bold 12px Times New Roman;">hmoeller</span>]] <sup style="font: normal 10px Times New Roman"> [ [[User talk:Hmoeller|Talk]] - [[Special:Contributions/Hmoeller|Contribs]] ]</sup> 06:55, 25 November 2014 (UTC)

Revision as of 07:55, 25 November 2014

I agree we should probably think about splitting this up by quarter. Not only do all the ruling houses have complex requirements, some of the traders (like Uncle Bo) are just as bad.

Then there are places like the Gentlemans' Club which has a half dozen or more buyers inside, if you can just get in the door.

Docclox (talk) 18:56, 5 November 2014 (UTC)

Alright. I'm still working on getting in that club, but for now I have the White Palace added. I'll add Madame Jofre's salon while I'm in town.

I'm kinda new to editing wiki pages, so I'll probably be following your lead for most of the formatting.

Falconlunch (talk) 05:42, 7 November 2014 (UTC)

OK. Let's get the data together and worry about formatting as and when. I want to play the game first and edit the wiki second.

Incidentally, I think I must have missed something for Nirellis. I turned in a slave that matched all his requirements and he says "I see by the greedy look in eyes that she is a thief"

Maybe he likes them thinner? "Greedy" == "Voluptuous" perhaps. I'll experiment.

Docclox (talk) 18:51, 7 November 2014 (UTC)

^Looking at at the stats I would assume your most likely issue is empathy being too low.

Destont (talk) 21:12, 7 November 2014 (UTC)

Nope, Empathy is Green. Might be too high, can't be too low.

Docclox (talk) 21:40, 7 November 2014 (UTC)

The only thing I can think of related to greed is how spoiled they might be.

Destont (talk) 21:52, 7 November 2014 (UTC)

Sussed it: it was style. Dressed her up in a wedding dress and gave her a makeover and suddenly, "Accept!"

Docclox (talk) 22:18, 7 November 2014 (UTC)

Custom Slave Issues

I have been finding that the ministers (and I think also Uncle Bo) have some hidden requirements for their slaves. Archbishop Molaru seems to want a virgin, General Drago wants Fetishism at B (Blue) and Sigfried wants something that I cannot find. I had found out these manually but going through the code would be quicker I suspect (I have no idea on how to do that)

Has anyone else noticed this? Is it a miss translation or is it just not there?

--Flux (talk) 02:08, 24 November 2014 (UTC)

From the two samples you mentioned I can't see "hidden" requirements. Molaru's description is in line with the requirements (stat_importance['nurse'] = 5, stat_importance['service'] = 4, stat_importance['fetishism'] = 4 and demand['virginity'] = 1, demand['max_fat'] = 2). For Siegfrid it is
$npc_preferences['pretor_siegfrid'] = {
    stat_importance['temper'] = 3
    stat_importance['dressage'] = 4
    stat_importance['service'] = 4
    stat_importance['xenophily'] = 5
}
$buyer_demand['pretor_siegfrid'] = {
    demand['agree_age'] = 2
    demand['min_stamina'] = 3
}
which is in line with his text (except the age requirement, maybe). Hope that helps. --hmoeller [ Talk - Contribs ] 06:55, 25 November 2014 (UTC)