Hello,

I'm encountering a bug when running a dedicated server, where when I am at the trader and I purchase a weapon, it doesn't appear on my purchased window but when I exit the trader I am holding the purchased weapon.

When I switch to another weapon, I can't select the weapon I purchased from the trader and the weight capacity has increased according to the weapon I bought (which is no longer there).

This happens to my friend as well and at times, we lose perk progress when we play a new map. Like as a Field Medic at higher levels, you should spawn with armor and a medic gun which does not seem to happen.

All this happened when I added the Sentry Perk and the weapons to the serverperks.ini file. I wanted this perk added because of the welding gun that allows the user to weld normally without the game crashing (when KF Vehicle mod is activated).

Has anyone experienced this before? If you did, were you able to resolve it? And could you tell me if I've gone wrong somewhere?

Here's a snippet from the serverperks.ini file:
...
...
Perks=SentryTechPerkV111.SRVetSentryTechPerk
...
...
TraderInventory=9:SentryTechWeapV111.TechDoomsentr yBotPickup
TraderInventory=9:SentryTechWeapV111.TechMedicSent ryBotPickup
TraderInventory=9:SentryTechWeapV111.TechPTurretPi ckup
TraderInventory=9:SentryTechWeapV111.TechBioLaunch erPickup
TraderInventory=9:SentryTechWeapV111.TechShockRifl ePickup
TraderInventory=9:SentryTechWeapV111.TechIncendiar yPipeBombPickup
TraderInventory=9:SentryTechWeapV111.TechMachinePi stolPickup
TraderInventory=9:SentryTechWeapV111.TechMachineDu aliesPickup
TraderInventory=9:SentryTechWeapV111.TechUSCMSentr yPickup
TraderInventory=9:SentryTechWeapV111.TechPipeBombP ickup
TraderInventory=9:SentryTechWeapV111.TechM7A3MPick up
TraderInventory=9:SentryTechWeapV111.TechPlasmaCut terPickup
TraderInventory=9:SentryTechWeapV111.TechG36CPicku p
TraderInventory=9:SentryTechWeapV111.TechHL_BlueGr avityGunPickup
TraderInventory=9:SentryTechWeapV111.TechHL_BugBai tPickup
TraderInventory=9:SentryTechWeapV111.TechHL_Gravit yGunPickup
TraderInventory=9:SentryTechWeapV111.TechHL_RPGPic kup
TraderInventory=9:SentryTechWeapV111.TechAdvancedW elderPickup
TraderInventory=9:SentryTechWeapV111.TechFlaregun
...
...
WeaponCategories=10:Sentry Tech


Snippet from killngfloor.ini:
...
...
ServerPackages=SentryTechWeapV111
...
...



I was told to rewrite the code for the TraderInventory like so:

TraderInventory=10:SentryTechWeapV111.TechDoomsent ryBotPickup (Not 9 only 10)

Yet this didn't work for me. Pretty desperate here and already contacted the guy who made the perk and I've had no reply from him. Maybe someone here has experienced this or has any suggestions to address this issue?