Build #102 - Quests not increasing guild reputation [RESOLVED]

Locked
User avatar
Hazelnut
Posts: 3015
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

Build #102 - Quests not increasing guild reputation [RESOLVED]

Post by Hazelnut »

Been doing some playtesting and quests don't always raise or lower your reputation with the guild faction. I think it's because the guild faction id isn't being saved with the quest so if you save and load after taking the quest, you don't get the right reputation change.

Will fix this ASAP.
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

User avatar
Hazelnut
Posts: 3015
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

Re: Build #102 - Quests not increasing guild reputation

Post by Hazelnut »

Fix submitted, hopefully a new build will be out soon that corrects this. In the meantime if you completed quests with the new build & the guild system but didn't get a reputation increase (shown on affiliations for debug) then you can update the value for the faction in FactionData.txt of your save. Find the guild entry (i.e. Fighters Guild is 41) and change the number after "rep:" add 5 for successful quest.

I should also mention that the 28 day wait time between each promotion is only set to a day for now - just to ease testing.
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

Seterwind
Posts: 24
Joined: Mon Mar 12, 2018 12:39 am

Re: Build #102 - Quests not increasing guild reputation

Post by Seterwind »

I was just about to report this bug. Man you guys are quick.

User avatar
Hazelnut
Posts: 3015
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

Re: Build #102 - Quests not increasing guild reputation

Post by Hazelnut »

Glad to hear others are testing the guild code. Apologies for the bug though, it was a dumb one - I forgot to save the faction with quests. :oops:
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

Locked