Did you test it with SAIN? Because I see in the LOG file this problem:
EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at Skills_Extended.Controllers.WeaponProficiencyBehaviors.<ApplyBearAKXp>b__29_0 (EFT.InventoryLogic.Item x) [0x00000] in <b0bffd106f4c4d9a8e90b684bf236089>:0
at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].MoveNext () [0x00037] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at System.Linq.Enumerable.Any[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00015] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at Skills_Extended.Controllers.WeaponProficiencyBehaviors.ApplyBearAKXp (GClass1634 action) [0x00030] in <b0bffd106f4c4d9a8e90b684bf236089>:0
at (wrapper delegate-invoke) System.Action`1[GClass1634].invoke_void_T(GClass1634)
at EFT.SkillManager+Class1103.method_2 () [0x0000f] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at GClass3082.Invoke () [0x0000a] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at GClass1633.SetCurrent (System.Single value, System.Boolean silent) [0x00034] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at GClass1633.OnTrigger (EFT.SkillManager+GClass1647 skillAction, System.Single val) [0x00000] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at EFT.SkillManager+GClass1647.method_0 (System.Single val) [0x0000a] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at EFT.SkillManager+GClass1648`1+Class1097[T].method_0 (System.Single val, T filter1) [0x0000e] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at (wrapper delegate-invoke) System.Action`2[System.Single,EFT.InventoryLogic.Item].invoke_void_T1_T2(single,EFT.InventoryLogic.Item)
at EFT.SkillManager+GClass1648`1[T].Complete (T filter, System.Single val) [0x00027] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at EFT.Player.ExecuteShotSkill (EFT.InventoryLogic.Item weapon) [0x00072] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at EFT.Player.ManageAggressor (DamageInfo damageInfo, EBodyPart bodyPart, System.Nullable`1[T] headSegment) [0x000a7] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at (wrapper dynamic-method) EFT.Player.DMD<EFT.Player::ApplyDamageInfo>(EFT.Player,DamageInfo,EBodyPart,single,System.Nullable`1<EFT.InventoryLogic.EHeadSegment>)
at EFT.Player.ApplyShot (DamageInfo damageInfo, EBodyPart bodyPartType, GStruct357 shotId) [0x00151] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at BodyPartCollider+PlayerBridge.ApplyShot (DamageInfo damageInfo, EBodyPart bodyPartType, GStruct357 shotId) [0x00000] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at BodyPartCollider.ApplyHit (DamageInfo damageInfo, GStruct357 shotID) [0x00010] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at EFT.ClientGameWorld.ShotDelegate (GClass2784 shotResult) [0x00041] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
at EFT.Ballistics.BallisticsCalculator.method_2 (System.Single simulationTime) [0x00094] in <f7f3726f1deb4e1fabfff17fea715bfa>:0
Display More
Anyway, I will move your mod to load last in the load-order. Maybe it would fix this issue
P.S. Nope doesn't help. Here in the attachments i'll give order.json file
{
"order": [
"z-No-Barter-Reworked",
"DrakiaXYZ-LiveFleaPrices",
"vinihns-makestmgreatagain",
"HealthPerLevel-mainREBOOT",
"MoreCheckmarksBackend",
"mouse-penalty-fix",
"ACOG4Life-OpticRework",
"MusicManiac-GigachadWorkout",
"aaMusicManiacPartIdsFixer",
"ServerValueModifier",
"AUG_AttachmentPack",
"BetterLasers",
"CNN-Container",
"MusicManiac-SNACCPOUCH-1.0.0",
"AssAssIn-Olympus",
"Gilded Key Storage",
"HoltzmanShield",
"revingly-micc-3.9.2",
"zExtra Ammo Vanilla",
"LordNoodal-dudsrounds-1.0.3",
"BetterLights",
"nektonick-lockpick_ammo-1.3.1",
"Lyconox-AKex-1.3.0",
"IhanaMies-LootValueBackend",
"JackBrush-HelmetImprovementProgram",
"zMusicManiac-BUMA-Revamped",
"Skwizzy-NoDiscardLimit",
"gunsmith",
"aCivicPainter",
"CivicMagTape",
"CivicBlackCore",
"TacticalGearComponent",
"MusicManiac-Erika",
"Lotus",
"MusicManiac-MusicManiacsAdvancedQuestLoader",
"Ms.Stola",
"aaaSariaShop",
"SariasCustomEquipment",
"OnyxContainer",
"nightingale-broker_trader-1.3.2",
"Hephaestus",
"Jeovani",
"Maxim",
"Virtual\u0027s Custom Quest Loader",
"zzDrakiaXYZ-Waypoints",
"zSolarint-SAIN-ServerMod",
"DanW-SPTQuestingBots",
"SWAG",
"SkillsExtended"
]
}
Display More