SelfEmployed: Martial Arts Carrer, earning money seems broken

Apply within. 6 years of experience required. Must not like coffee.
Post Reply
Bread
Reactions:
Posts: 2
Joined: October 2nd, 2019, 7:35 am

SelfEmployed: Martial Arts Carrer, earning money seems broken

Post by Bread » October 2nd, 2019, 7:58 am

The Sims in Martial Arts career seem to not earn money by training other sims at the training dummy.
Earning money through sparring does work though.
The similar Trainer career does work as expected by earning money every few seconds while training other sims on Athlectic Equipment.
Is it supposed to work different in this career?

I tried digging around in this code: https://github.com/Chain-Reaction/NRaas ... lArtist.cs

In

Code: Select all

OnWorldLoadFinished()
there are 5 event handlers being registered.
The working ones are:

Code: Select all

new Common.DelayedEventListener(EventTypeId.kSparred, OnSparred);
new Common.DelayedEventListener(EventTypeId.kSimWonSparTournamentMatch, OnWonTournament);
And what seems to be not working are:

Code: Select all

new Common.DelayedEventListener(EventTypeId.kSkillLevelUp, OnLeveled);
new Common.DelayedEventListener(EventTypeId.kTrainedSim, OnTrained);
new Common.DelayedEventListener(EventTypeId.kMeditated, OnMeditated);
To make sure the problem wasn't with mods, I removed every mod except for Careers v88a and SeldEmployed v66.
I hope this helps a bit. Any help is appreciated.

User avatar
Chain_Reaction
Site Admin
Reactions:
Posts: 7609
Joined: December 30th, 2011, 6:00 pm
Answers: 81
Contact:

SelfEmployed: Martial Arts Carrer, earning money seems broken

Post by Chain_Reaction » October 3rd, 2019, 3:27 am

What level are the Sims that are providing the training? Are you sure the Sim they are training is not in their household?

Bread
Reactions:
Posts: 2
Joined: October 2nd, 2019, 7:35 am

SelfEmployed: Martial Arts Carrer, earning money seems broken

Post by Bread » October 3rd, 2019, 9:16 am

Chain_Reaction wrote:
October 3rd, 2019, 3:27 am
What level are the Sims that are providing the training?
Level 7 in martial arts skill and 2 in martial arts career.
Chain_Reaction wrote:
October 3rd, 2019, 3:27 am
Are you sure the Sim they are training is not in their household?
Yes, I placed a training dummy on a community lot and let them train random sims.

Also meditating does not seem to give money or job experience.

User avatar
Chain_Reaction
Site Admin
Reactions:
Posts: 7609
Joined: December 30th, 2011, 6:00 pm
Answers: 81
Contact:

SelfEmployed: Martial Arts Carrer, earning money seems broken

Post by Chain_Reaction » October 4th, 2019, 3:25 am

Okay noted, I'll look into it.

Post Reply