devolution

Author Topic: Walk Around Town  (Read 4057 times)

0 Members and 1 Guest are viewing this topic.

Offline Michael Hoy

  • Newbie
  • *
  • Posts: 6
Walk Around Town
« on: July 23, 2010, 08:01:43 AM »
Hiho,

i've got the problem, that no girl is found if i walk around town, atm i use WM 1.30.2 r452.

In Version 1.29.46 and 1.30.00 r327 i found often a girl for my house of joy, but not in r452.

Is it deactivated, or not in the script or have i to go as often as possible to town to find a girl or will it be unlocked after a period of time.

Could anyone help me or answering the question, why there is no girl to find.

Thx in advance, i look forward to read a answer.
If an individual is insane, then he is sick, but if there are several, then it is called religion.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Walk Around Town
« Reply #1 on: July 23, 2010, 08:07:14 AM »
Are there girls in the slave market?

If not, it may be that the girls aren't loading at all.

If so, then I'd have a look at the config file. There's a chance to meet that can be configured. If it's zero (or very small) then that would stop you meeting girls.

You could also set it to 100 and see if you still didn't see any girls.

Offline Michael Hoy

  • Newbie
  • *
  • Posts: 6
Re: Walk Around Town
« Reply #2 on: July 23, 2010, 09:26:16 AM »
in the slavemarket, catacombs and from the "familys" i get girls, only in town is no girl

i found nothing like the meet girls in town in the config file
If an individual is insane, then he is sick, but if there are several, then it is called religion.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: Walk Around Town
« Reply #3 on: July 23, 2010, 10:52:52 AM »
Yeah, it was (I seem to recall) missed out of the config. It should default to 30%, but the default doesn't seem to work for everyone for some reason.

I can't remember the exact syntax offhand - I'll try and take a look when I get home.

[Edit]

It's "GirlMeet" in Initial. Like this:

Code: [Select]
        <Initial
                Gold                    = "4000"
                GirlMeet               = "30"
                SlaveHousePerc  = "100"
        />

Make sure your "Initial" block in config.xml has GirlMeet defined. If not, add it and set it to whatever %chance of meeting a girl you require.
« Last Edit: July 23, 2010, 01:00:24 PM by DocClox »

Offline Michael Hoy

  • Newbie
  • *
  • Posts: 6
Re: Walk Around Town
« Reply #4 on: July 23, 2010, 02:50:43 PM »
that was missing, thx, thread/topic can be closed
If an individual is insane, then he is sick, but if there are several, then it is called religion.