Resolved Skill XP not earned correctly and easy fix.

Users who are viewing this thread

In TaleWorlds.CampaignSystem.CharacterDevelopment.Managers.SkillLevelingManager

Code:
public static void OnSieging(MobileParty mobileParty)
        {
            SkillLevelingManager.OnPartySkillExercised(mobileParty, DefaultSkills.Engineering, 1f, SkillEffect.PerkRole.None);
        }
SkillEffect.PerkRole.None should be changed for SkillEffect.PerkRole.Engineer
 
Last edited:
Hello, sorry for the late reply. We have fixed a considerable amount of the problems we have encountered so far and improved the game performance with the multiple patches we have released. Please make sure that your game, your drivers, and OS are up to date and the game has necessary permissions over your security software. Please let us know if the problem persists after completing these steps and verifying the integrity of the game files.
 
Hi, I will mark the issue as resolved. If you encounter the same one in the latest version, please let me know. Thanks!
 
Back
Top Bottom