
Add Missing Quest Weapon Requirements 1.6.0
Created by GuiltyMan
5.6K Downloads
SPT 3.11.4 Compatible
Dynamically reads and applies overrides to the weapon restrictions of kill/eliminate conditions of quests based on override files. Normally, the conditions' weapons need to be manually updated for every added gun. This mod aims to automate this process.
Make sure this loads after any mod that registers quests; otherwise, they will not be processed. For example Virtual’s Custom Quest Loader
A More Detailed readme can be accessed at the Github repo
The rules/overrides stored in the MissingQuestWeapons folder. The mod checks for every folder inside user/mods directory for MissingQuestWeapons folder.
Other mods can also add their overrides by adding a MissingQuestWeapons folder to their root. (Anyone can also create a new folder in user/mods to add/save their custom overrides instead of adding them to this mod’s. This way, they won’t be overridden when the mod updates.) The mod’s config and overrides have comments that explains them.
Example folder:
- user/mods/<yourfolder>/
- MissingQuestWeapons/
- OverriddenWeapons.jsonc
- QuestOverrides.jsonc
- MissingQuestWeapons/
A weapon can:
- be in more than one category (e.g. MP-133 is in shotgun, pump-shotgun and 12ga)
- have other weapons that can be used whenever original exists (e.g. vanilla M4A1 and M4A1s added by mods)
Upon the game’s database loading, the mod initializes and reads its configuration. It then scans every folder inside the user/mods directory for overrides, processes and combines them (if the same weapon/category exists multiple times), and applies them to the quests. Each weapon condition of a quest is matched with the best-matched weapon type or category, and missing ones are added.
By default, logging is only done to a file inside its directory called “log.log”. You can check this file to see how weapons are categorized and quests are updated. In the config, you can set debug to true to increase the details. If there is a problem with the mod, be sure to send this file.
299 Downloads
- Introduced OverrideBehaviour for better handling of weapon overrides between mods
- Added condition-based handling to the quest overrides
- Added blackListedCalibres, weaponTypes and blackListedWeaponTypes to the custom weapon categories
- Fix error handling in tryReadJson
More information about how to use newly added fields can be found in the repository’s readme.
613 Downloads
Error handling for incorrect overrides
275 Downloads
Better handling of missing weapons
176 Downloads
Updated for SPT 3.11.x
997 Downloads
Only updated the sptVersion to ensure compatibility with SPT 3.10. If you are still using 3.9, there is no need to update.
I could not thoroughly test with version 3.10; if any issues arise, please let me know.
655 Downloads
Load the mod after all weapon mods for better compatibility.
What’s Changed:
- Removed references to Pettan weapons since they’re probably not coming back
- Redid Massivesoft IDs and added some missing ones
- Removed carbine type from non-carbines
- Added more WTT weapons
- Added weapons from WTT & Viper.
by Therkelsen
Details
-
GUID
Not Available
-
License
-
Source Code
https://github.com/theGuiltyMan/SPT-Add-Missing-Quest-Weapon-Requirements
-
Latest Version VirusTotal Result
https://www.virustotal.com/gui/file/f954e2dcbc3976fce8c711d047c2912b9074a665fbc5cfc7714ed6bb31275622
This mod is a true game changer for people who can’t stop adding content to their installs, thank you
I already asked this on the Quest Randomizer page but do you think it is at all possible to make these two work together?
The github link to download this is currently coming up with “not found”
also would be awesome if u can add coverage of quest conditions like finding and planting things
for example:
“67967ab15d7bf2bff7ff9cec”: “Stash the 9x39 Guns in the Shower inside of Sanitar’s Office”,
and target is hardcoded in quest conditions, so any modded 9x39 guns are not suitable for
sup once more,
have feature 3 requests:
1) for quest overrides add “condition” filter field, as quests can have few different conditions at once and now u can’t configure them separately, only add into quest all needed categories for whole quest and hope that algo will catch things right (that mostly happens right, but there are still cases when not, especially if there are more than 2 different “kill with xxxx” conditions in quest)
2) for “CustomCategories” object (overrideWeapons.jsonc) please add optional filter by weapon type. Now it’s kinda hard to catch only needed weapon type with filters.
For example: I need to get all 7.62x51 bolt action and marksman rifles, but I can’t do adequate filtering and always do have either extra wrong items or something missing (as mod authors are not always accurate enough to fill everything correctly)
3) additional folder for compat patches files (instead of drippin everything in single “questOverride” file)
Also caliber filter works a bit weird:
“020020F15FF15F0000000000”: “AssaultRifle,AssaultCarbine”, // Expedite Firearms ISO Hemlock 5.56x45 assault rifle “020020F15EF15E0000000000”: “AssaultRifle,AssaultCarbine”, // Expedite Firearms ISO Hemlock .300 Blackout assault rifle “020020F15DF15D0000000000”: “AssaultCarbine,MarksmanRifle”, // Expedite Firearms ISO Hemlock 7.62x51 marksman rifle …. // if any two weapons’ short names are the same or differs only by these words, they will be considered the same “CanBeUsedAsShortNameWhitelist”: [ “.300 Blackout”, “.300”, “FDE”, “OD”, “furry”, “black”, “OD”, “BK”, “GRY”, “.277”, “red”, “gold”, “multi” // “caliber” // “MCX” ], // any weapon with these short names will be skipped from the previous list “CanBeUsedAsShortNameBlacklist” : [ “MCW”, “ISO”, “Hemlock”, “Remington”, “M700”, “SR-25”, “Expedite” ] ……. { “name”: “BA_MR_762x51”, “ids”: [ “020020AA14AA140000000000”, “020020F15DF15D0000000000”, “5f2a9575926fd9352339381f”, “8d59d8b10a4c2e85b871c317”, “664a5b945636ce820472f225 “ ], “whiteListedKeywords”: [ “\\b(bolt|bolt-action|marksman|DMR|m14)\\w*” ], “blackListedKeywords”: [ “\\b(Expedite|5.56x45|blackout|300)\\w*” ], “allowedCalibres”: [ “Caliber762x51” ], “alsoCheckDescription”: true } and as result I get
Quest PMC Training - Marksmanship - Part 5 (66c40852e32a65ddf98e38f8) Potential types: { “MarksmanRifle”: [ “Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b)”, “Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f)”, “Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968)”, “HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb)” ], “SR-25_like”: [ “Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b)” ], “BA_MR_762x51”: [ “Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b)”, “Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f)”, “Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968)”, “HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb)”, “ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc)”, “Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3)”, “Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11)” ], “HK”: [ “HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb)” ], “SniperRifle”: [ “ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc)”, “Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3)”, “Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11)” ], “BoltActionSniperRifle”: [ “ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc)”, “Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3)”, “Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11)” ], “BoltAction”: [ “ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc)”, “Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3)”, “Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11)” ] } Added weapon of type BA_MR_762x51: Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) Added weapon of type BA_MR_762x51: SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) Added weapon of type BA_MR_762x51: Expedite Firearms ISO Hemlock 7.62x51 marksman rifle (020020F15DF15D0000000000) Added weapon of type BA_MR_762x51: Springfield Armory M14 7.62x51 rifle (020020AA14AA140000000000) Added can be used as weapon: Expedite Firearms ISO Hemlock 5.56x45 assault rifle (020020F15FF15F0000000000) Added can be used as weapon: Expedite Firearms ISO Hemlock .300 Blackout assault rifle (020020F15EF15E0000000000) Quest: PMC Training - Marksmanship - Part 5 (66c40852e32a65ddf98e38f8) - Chosen Weapon Type: BA_MR_762x51 Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) +++ Springfield Armory M14 7.62x51 rifle (020020AA14AA140000000000) +++ Expedite Firearms ISO Hemlock 7.62x51 marksman rifle (020020F15DF15D0000000000) +++ Expedite Firearms ISO Hemlock .300 Blackout assault rifle (020020F15EF15E0000000000) +++ Expedite Firearms ISO Hemlock 5.56x45 assault rifle (020020F15FF15F0000000000) +++ Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) } I can’t get rid of that mf ISO Hemlock in .300 and 556 and that makes me mad
I’ve already checked props of that ISO objects and calibers are right for IDs… Have no idea what happens here. Tried already changing short names for ISO guns (as it was same) though it didn’t help
P.S. preparing fat and rich update for Lotus quests compatibility, but having heavy fight with filters xD
I can pass cleaned and updated overrides json to update in git
Bro, add please crash on invalid config json or at least any RED error message to server log ( or any other message that default fallback config is used), I’ve fkd up 4 hours because of one extra semicolon xD and as I see i’m not alone with that
MP-18 and MTs-255-12 seems to be causing problems.
Despite MTs-255-12 being set as ‘Shotgun,Revolver’, it is not considered ‘Shotgun’ in Prepared weapon types section but only as Revolver, as a result affecting quests containing this weapon, MP-18 has similar problem.
Example:
Patching quest The Tarkov Shooter - Part 1 (5bc4776586f774512d07cf05)
-------------
Checking type SniperRifle
potentialTypes[SniperRifle].length 10 newWeaponCondition.length 11
Checking type BoltActionSniperRifle
potentialTypes[BoltActionSniperRifle].length 10 newWeaponCondition.length 11
Checking type Shotgun
potentialTypes[Shotgun].length 1 newWeaponCondition.length 11
Quest The Tarkov Shooter - Part 1 (5bc4776586f774512d07cf05) best candidate:
Type: BoltActionSniperRifle
Weapons: Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15), ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc), Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be), Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3), Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9), Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8), Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11), SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588), Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1), Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119)
Missing: MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d)
Quest: The Tarkov Shooter - Part 1 (5bc4776586f774512d07cf05) - Chosen Weapon Type: null
While in OverriddenWeapons.jsonc MP-18 is set as
“61f7c9e189e6fb1a5e3ea78d”: “BoltActionSniperRifle,SniperRifle,Shotgun,PumpActionShotgun” which does contain BoltActionSniperRifle
I left the mod to load last on the list, and I got errors! Server error
The first is from the log.log and the second one is from the server.
Starting mod OverrideReader created Reading overrides Processing mod: zz_guiltyman-addmissingquestweaponrequirements Processing quest override: The Punisher - Part 6 (59ca2eb686f77445a80ed049))} Processing quest override: Wet Job - Part 1 (5a27bb8386f7741c770d2d0a))} Custom Categories found { “name”: “AKM”, “ids”: [], “whiteListedKeywords”: [ “\\b(AKM|AK-1|VPO|Draco)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [ “Caliber762x39” ], “alsoCheckDescription”: false } { “name”: “AKS-74U”, “ids”: [], “whiteListedKeywords”: [ “\\b(AKS-74U|SAG AK-545)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: false } { “name”: “12ga”, “ids”: [ “MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d)”, “weapon_striker_12”, “weapon_JAK12_12ga_MASSIVESOFT”, “weapon_AA12_12ga_MASSIVESOFT”, “sh-SaigaSKS” ], “whiteListedKeywords”: [], “blackListedKeywords”: [], “allowedCalibres”: [ “Caliber12g” ], “alsoCheckDescription”: false } { “name”: “AK”, “ids”: [], “whiteListedKeywords”: [ “\\b(AK|Draco)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: false } { “name”: “AK-74”, “ids”: [], “whiteListedKeywords”: [ “\\b(AK-74|AKS-74|SAG AK-545|Saiga SGL31|Saiga MK Ver. 030)\\w*” ], “blackListedKeywords”: [ “\\b(AKS-74U)\\w*” ], “allowedCalibres”: [], “alsoCheckDescription”: false } { “name”: “AR-15”, “ids”: [], “whiteListedKeywords”: [ “\\b(AR-15|M4A1|ATL-15)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: true } { “name”: “M4A1”, “ids”: [], “whiteListedKeywords”: [ “\\b(M4A1|M416|MCX)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: false } { “name”: “explosive”, “ids”: [], “whiteListedKeywords”: [ “\\b(grenade)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: false } ##### Quest Overrides ##### { “id”: “The Punisher - Part 6 (59ca2eb686f77445a80ed049)”, “whiteListedWeapons”: [], “blackListedWeapons”: [], “skip”: true, “onlyUseWhiteListedWeapons”: false } { “id”: “Wet Job - Part 1 (5a27bb8386f7741c770d2d0a)”, “whiteListedWeapons”: [], “blackListedWeapons”: [], “skip”: true, “onlyUseWhiteListedWeapons”: false } { “id”: “Setup (5c1234c286f77406fa13baeb)”, “blackListed”: true } { “id”: “Ammo_Proficiency_5e023cf8186a883be655e54f_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5887431f2459777e1612938f_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_560d61e84bdc2da74d8b4571_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e77a2386f7742ee578960a_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5e023d34e8a400319a28ed44_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5e023d48186a883be655e551_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e6927d86f77411da468256_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e6918f86f7746c9f75e849_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e6920f86f77411d82aa167_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5c0d5ae286f7741e46554302_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_54527a984bdc2d4e668b4567_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_60194943740c5d77f6705eea_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e68f6f86f7746c9f75e846_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e6906286f7746c9f75e847_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_54527ac44bdc2d36668b4567_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e690b686f7746c9f75e848_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_601949593ae8f707c4608daa_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e4cf5286f7741778269d8a_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e4d3d286f774176a36250a_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e4d24686f7741776641ac7_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5656d7c34bdc2d9d198b4587_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_59e0d99486f7744a32234762_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_601aa3d2b2bcb34913271e6d_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_57a0dfb82459774d3078b56c_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_57a0e5022459774d1673f889_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_61962d879bb3d20b0946d385_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5c0d668f86f7747ccb7f13b2_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5c0d688c86f77413ae3407b2_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_560d5e524bdc2d25448b4571_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e6772a4b936088465b17c_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_58820d1224597753c90aeb13_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e6891a4b9361bd473feea_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e6869a4b9361c140bcfde_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e689ca4b9361bc8618956_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e68d1a4b93622fe60e845_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e67fba4b9361bc73bc779_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e6911a4b9361bd5780d52_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e68dea4b9361bcc29e659_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e68e6a4b9361c140bcfe0_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e68b3a4b9361bca7e50b5_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e6806a4b936088465b17e_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5c0d591486f7744c505b416f_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e68c4a4b9361b93413f79_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5d6e68a8a4b9360b6c0d54e2_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_573719762459775a626ccbc1_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_57371f8d24597761006c6a81_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_57371f2b24597761224311f1_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_57371eb62459776125652ac1_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_57371e4124597760ff7b25f1_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_57371b192459775a9f58a5e0_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5737201124597760fc4431f1_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5737218f245977612125ba51_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_5737207f24597760ff7b25f2_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_573720e02459776143012541_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_57372140245977611f70ee91_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_573718ba2459775a75491131_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_57371aab2459775a77142f22_Trade”, “blackListed”: true } { “id”: “Ammo_Proficiency_573719df2459775a626ccbc2_Trade”, “blackListed”: true } { “id”: “double_agent_19_fence”, “blackListed”: true } ##### ##### ##### Overridden Weapons ##### WeaponCategorizer created Processing Custom Category { “name”: “AKM”, “ids”: [], “whiteListedKeywords”: [ “\\b(AKM|AK-1|VPO|Draco)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [ “Caliber762x39” ], “alsoCheckDescription”: false } Processing Custom Category: AKM Adding Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) to AKM Adding Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) to AKM Adding Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) to AKM Adding Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) to AKM Adding Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) to AKM Adding Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) to AKM Adding Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) to AKM Adding Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) to AKM Adding Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) to AKM Adding Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) to AKM Adding Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) to AKM Processing Custom Category { “name”: “AKS-74U”, “ids”: [], “whiteListedKeywords”: [ “\\b(AKS-74U|SAG AK-545)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: false } Processing Custom Category: AKS-74U Adding Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) to AKS-74U Adding Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) to AKS-74U Adding Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) to AKS-74U Adding SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) to AKS-74U Adding SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) to AKS-74U Adding Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) to AKS-74U Adding Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) to AKS-74U Adding Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) to AKS-74U Processing Custom Category { “name”: “12ga”, “ids”: [ “MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d)”, “weapon_striker_12”, “weapon_JAK12_12ga_MASSIVESOFT”, “weapon_AA12_12ga_MASSIVESOFT”, “sh-SaigaSKS” ], “whiteListedKeywords”: [], “blackListedKeywords”: [], “allowedCalibres”: [ “Caliber12g” ], “alsoCheckDescription”: false } Processing Custom Category: 12ga Adding MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) to 12ga Adding MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) to 12ga Adding MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) to 12ga Adding Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) to 12ga Adding Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) to 12ga Adding Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) to 12ga Adding MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) to 12ga Adding MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) to 12ga Adding MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) to 12ga Adding Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) to 12ga Adding MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) to 12ga Adding MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) to 12ga Adding MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) to 12ga Adding Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) to 12ga Adding Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) to 12ga Adding MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) to 12ga Adding MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) to 12ga Adding Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) to 12ga Adding Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) to 12ga Adding Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) to 12ga Processing Custom Category { “name”: “AK”, “ids”: [], “whiteListedKeywords”: [ “\\b(AK|Draco)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: false } Processing Custom Category: AK Adding Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) to AK Adding Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) to AK Adding Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) to AK Adding Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) to AK Adding Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) to AK Adding Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) to AK Adding Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) to AK Adding Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) to AK Adding Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) to AK Adding Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) to AK Adding Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) to AK Adding Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) to AK Adding Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) to AK Adding Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) to AK Adding Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) to AK Adding Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) to AK Adding Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) to AK Adding SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) to AK Adding SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) to AK Adding Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) to AK Adding Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) to AK Adding Akula push dagger (674d90b55704568fe60bc8f5) to AK Adding TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) to AK Adding Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) to AK Adding Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) to AK Adding Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) to AK Adding Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) to AK Adding Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) to AK Adding Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) to AK Adding Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) to AK Adding Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) to AK Adding Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) to AK Adding Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) to AK Adding Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) to AK Adding Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) to AK Adding Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) to AK Adding Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) to AK Adding Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) to AK Adding Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) to AK Adding Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) to AK Processing Custom Category { “name”: “AK-74”, “ids”: [], “whiteListedKeywords”: [ “\\b(AK-74|AKS-74|SAG AK-545|Saiga SGL31|Saiga MK Ver. 030)\\w*” ], “blackListedKeywords”: [ “\\b(AKS-74U)\\w*” ], “allowedCalibres”: [], “alsoCheckDescription”: false } Processing Custom Category: AK-74 Adding Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) to AK-74 Adding Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) to AK-74 Adding Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) to AK-74 Adding Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) to AK-74 Adding Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) to AK-74 Adding SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) to AK-74 Adding SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) to AK-74 Adding Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) to AK-74 Adding Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) to AK-74 Processing Custom Category { “name”: “AR-15”, “ids”: [], “whiteListedKeywords”: [ “\\b(AR-15|M4A1|ATL-15)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: true } Processing Custom Category: AR-15 Adding Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) to AR-15 Adding ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) to AR-15 Adding Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) to AR-15 Adding Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) to AR-15 Adding SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) to AR-15 Adding Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) to AR-15 Adding ORSIS AR-15J .366 TKM assault carbine (685986b9f3b3a12b2546f999) to AR-15 Adding Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) to AR-15 Adding SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) to AR-15 Adding Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) to AR-15 Adding Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) to AR-15 Adding Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) to AR-15 Adding Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) to AR-15 Adding Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) to AR-15 Processing Custom Category { “name”: “M4A1”, “ids”: [], “whiteListedKeywords”: [ “\\b(M4A1|M416|MCX)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: false } Processing Custom Category: M4A1 Adding Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) to M4A1 Adding SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) to M4A1 Adding SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) to M4A1 Adding SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) to M4A1 Adding Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) to M4A1 Adding SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) to M4A1 Adding SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) to M4A1 Adding Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) to M4A1 Processing Custom Category { “name”: “explosive”, “ids”: [], “whiteListedKeywords”: [ “\\b(grenade)\\w*” ], “blackListedKeywords”: [], “allowedCalibres”: [], “alsoCheckDescription”: false } Processing Custom Category: explosive Adding RGD-5 hand grenade (5448be9a4bdc2dfd2f8b456a) to explosive Adding GP-34 40mm underbarrel grenade launcher (5648b62b4bdc2d9d488b4585) to explosive Adding F-1 hand grenade (5710c24ad2720bc3458b45a3) to explosive Adding M67 hand grenade (58d3db5386f77426186285a0) to explosive Adding Zarya stun grenade (5a0c27731526d80618476ac4) to explosive Adding RDG-2B smoke grenade (5a2a57cfc4a2826c6e06d44a) to explosive Adding AGS-30 30x29mm automatic grenade launcher (5d52cc5ba4b9367408500062) to explosive Adding VOG-17 Khattabka improvised hand grenade (5e32f56fcb6d5863cc5e5ee4) to explosive Adding VOG-25 Khattabka improvised hand grenade (5e340dcdcb6d5863cc5e5efb) to explosive Adding FN40GL Mk2 40mm grenade launcher (5e81ebcd8e146c7080625e15) to explosive Adding M18 smoke grenade (Green) (617aa4dd8166f034d57de9c5) to explosive Adding RGN hand grenade (617fd91e5539a84ec44ce155) to explosive Adding RGO hand grenade (618a431df1eb8e24b8741deb) to explosive Adding Model 7290 Flash Bang grenade (619256e5f8af2c1a4e1f5d92) to explosive Adding Milkor M32A1 MSGL 40mm grenade launcher (6275303a9f372d6ea97f9ec7) to explosive Adding GP-25 Kostyor 40mm underbarrel grenade launcher (62e7e7bbe6da9612f743f1e0) to explosive Adding M203 40mm underbarrel grenade launcher (6357c98711fb55120211f7e1) to explosive Adding FN40GL Mk2 grenade launcher (639af924d0446708ee62294e) to explosive Adding FN40GL Mk2 grenade launcher (639c3fbbd0446708ee622ee9) to explosive Adding V40 Mini-Grenade (66dae7cbeb28f0f96809f325) to explosive ############### Can be used as weapons: ################ { “SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c)”: [ “SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224)”, “SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc)”, “MIRA_weapon_izhmash_svd_762x54” ], “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”: [ “M4A1”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)” ], “Makarov PM 9x18PM pistol (5448bd6b4bdc2dfc2f8b4569)”: [ “Makarov PM (t) 9x18PM pistol (579204f224597773d619e051)” ], “TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0)”: [ “TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d)” ], “Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233)”: [ “Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23)” ], “Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633)”: [ “Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55)” ], “Bars A-2607 Damascus knife (57e26ea924597715ca604a09)”: [ “Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800)” ], “Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2)”: [ “Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1)” ], “Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511)”: [ “Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029)” ], “Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10)”: [ “Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054)” ], “Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4)”: [ “Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820)” ], “Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3)”: [ “Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9)”, “Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8)” ], “Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63)”: [ “Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5)” ], “FN Five-seveN MK2 5.7x28 pistol (5d3eb3b0a4b93615055e84d2)”: [ “FN Five-seveN MK2 5.7x28 pistol (FDE) (5d67abc1a4b93614ec50137f)” ], “Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b)”: [ “Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4)” ], “FN40GL Mk2 40mm grenade launcher (5e81ebcd8e146c7080625e15)”: [ “FN40GL Mk2 grenade launcher (639af924d0446708ee62294e)”, “FN40GL Mk2 grenade launcher (639c3fbbd0446708ee622ee9)” ], “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”: [ “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “M4A1”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)” ], “CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd)”: [ “CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2)”, “CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba)” ], “FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74)”: [ “FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514)” ], “FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540)”: [ “FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218)” ], “SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245)”: [ “SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b)” ], “Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5)”: [ “Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27)” ], “FN40GL Mk2 grenade launcher (639af924d0446708ee62294e)”: [ “FN40GL Mk2 grenade launcher (639c3fbbd0446708ee622ee9)”, “FN40GL Mk2 40mm grenade launcher (5e81ebcd8e146c7080625e15)” ], “U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b)”: [ “U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36)” ], “IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0)”: [ “IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f)” ], “IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1)”: [ “IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f)” ], “Magnum Research Desert Eagle L6 .50 AE pistol (669fa39b48fc9f8db6035a0c)”: [ “Magnum Research Desert Eagle L6 .50 AE pistol (WTS) (669fa3d876116c89840b1217)” ], “Magnum Research Desert Eagle L5 .50 AE pistol (669fa3f88abd2662d80eee77)”: [ “Magnum Research Desert Eagle L5 .357 pistol (669fa409933e898cce0c2166)” ], “Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9)”: [ “Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8)”, “Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3)” ], “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”: [ “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “M4A1”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)” ], “Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847)”: [ “Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb)” ], “Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219)”: [ “Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6)” ], “Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2)”: [ “Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f)” ], “Taran Tactical Pit Viper 9x19 pistol (684b257022b8260501141308)”: [ “Taran Tactical Pit Viper 9x19 pistol (Black) (684e0b554db15cdca601b0eb)” ], “Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920)”: [ “Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764)” ], “Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e)”: [ “Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca)” ], “IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e)”: [ “IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9)” ], “CZ 75B 9x19mm Pistol (6661012d16fbd2fb75408f87)”: [ “CZ 75B Omega 9x19mm Pistol (67748ec2e6a045dc97e2f978)” ], “SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224)”: [ “SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc)”, “SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c)”, “MIRA_weapon_izhmash_svd_762x54” ], “LAR Grizzly 50 Mark V .50 AE pistol (677c9a47baecf3c4b2453365)”: [ “LAR Grizzly 50 Mark V .50 AE pistol (Gold) (677ca3e62e9e964a11a55d8e)”, “LAR Grizzly 50 Mark V .50 AE pistol (Stainless) (677ca334da2787e0538c882d)” ], “LAR Grizzly 50 Mark V .50 AE pistol (Gold) (677ca3e62e9e964a11a55d8e)”: [ “LAR Grizzly 50 Mark V .50 AE pistol (Stainless) (677ca334da2787e0538c882d)”, “LAR Grizzly 50 Mark V .50 AE pistol (677c9a47baecf3c4b2453365)” ], “Springfield Armory DS Prodigy 9x19mm Handgun (665fe0e865683281eb8e7ed6)”: [ “Springfield Armory DS Prodigy 9x19mm Handgun Flat Dark Earth (675ceb83e25d80bc676e15a6)” ], “Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3)”: [ “Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4)” ], “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40)”: [ “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4)”, “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562)” ], “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4)”: [ “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562)”, “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40)” ], “IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da)”: [ “IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e)”, “IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836)” ], “IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e)”: [ “IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836)”, “IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da)” ], “HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc)”: [ “HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d)”, “HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944)” ], “HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d)”: [ “HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944)”, “HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc)” ], “HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944)”: [ “HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d)”, “HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc)” ], “IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836)”: [ “IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e)”, “IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da)” ], “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562)”: [ “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4)”, “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40)” ], “Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4)”: [ “Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3)” ], “Springfield Armory DS Prodigy 9x19mm Handgun Flat Dark Earth (675ceb83e25d80bc676e15a6)”: [ “Springfield Armory DS Prodigy 9x19mm Handgun (665fe0e865683281eb8e7ed6)” ], “LAR Grizzly 50 Mark V .50 AE pistol (Stainless) (677ca334da2787e0538c882d)”: [ “LAR Grizzly 50 Mark V .50 AE pistol (Gold) (677ca3e62e9e964a11a55d8e)”, “LAR Grizzly 50 Mark V .50 AE pistol (677c9a47baecf3c4b2453365)” ], “SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc)”: [ “SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224)”, “SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c)”, “MIRA_weapon_izhmash_svd_762x54” ], “CZ 75B Omega 9x19mm Pistol (67748ec2e6a045dc97e2f978)”: [ “CZ 75B 9x19mm Pistol (6661012d16fbd2fb75408f87)” ], “IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9)”: [ “IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e)” ], “Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca)”: [ “Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e)” ], “Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764)”: [ “Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920)” ], “Taran Tactical Pit Viper 9x19 pistol (Black) (684e0b554db15cdca601b0eb)”: [ “Taran Tactical Pit Viper 9x19 pistol (684b257022b8260501141308)” ], “Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f)”: [ “Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2)” ], “Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6)”: [ “Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219)” ], “Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb)”: [ “Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847)” ], “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”: [ “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “M4A1”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)” ], “Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8)”: [ “Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9)”, “Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3)” ], “Magnum Research Desert Eagle L5 .357 pistol (669fa409933e898cce0c2166)”: [ “Magnum Research Desert Eagle L5 .50 AE pistol (669fa3f88abd2662d80eee77)” ], “Magnum Research Desert Eagle L6 .50 AE pistol (WTS) (669fa3d876116c89840b1217)”: [ “Magnum Research Desert Eagle L6 .50 AE pistol (669fa39b48fc9f8db6035a0c)” ], “IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f)”: [ “IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1)”, “IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0)” ], “U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36)”: [ “U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b)” ], “FN40GL Mk2 grenade launcher (639c3fbbd0446708ee622ee9)”: [ “FN40GL Mk2 grenade launcher (639af924d0446708ee62294e)”, “FN40GL Mk2 40mm grenade launcher (5e81ebcd8e146c7080625e15)” ], “Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27)”: [ “Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5)” ], “SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b)”: [ “SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245)” ], “FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218)”: [ “FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540)” ], “FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514)”: [ “FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74)” ], “CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2)”: [ “CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd)”, “CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba)” ], “CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba)”: [ “CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd)”, “CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2)” ], “Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4)”: [ “Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b)” ], “FN Five-seveN MK2 5.7x28 pistol (FDE) (5d67abc1a4b93614ec50137f)”: [ “FN Five-seveN MK2 5.7x28 pistol (5d3eb3b0a4b93615055e84d2)” ], “Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5)”: [ “Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63)” ], “Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820)”: [ “Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4)” ], “Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054)”: [ “Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10)” ], “Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029)”: [ “Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511)” ], “Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1)”: [ “Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2)” ], “Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800)”: [ “Bars A-2607 Damascus knife (57e26ea924597715ca604a09)” ], “Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55)”: [ “Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633)” ], “Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23)”: [ “Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233)” ], “TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d)”: [ “TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0)” ], “Makarov PM (t) 9x18PM pistol (579204f224597773d619e051)”: [ “Makarov PM 9x18PM pistol (5448bd6b4bdc2dfc2f8b4569)” ], “M4A1”: [ “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)” ], “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”: [ “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “M4A1”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)” ], “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”: [ “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “M4A1”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)” ], “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”: [ “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “M4A1”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)” ], “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)”: [ “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “M4A1”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)” ], “MIRA_weapon_izhmash_svd_762x54”: [ “SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c)”, “SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224)”, “SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc)” ] } ############### Prepared weapon types: ################ { “AssaultRifle”: [ “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572)”, “AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce)”, “Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633)”, “Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2)”, “Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511)”, “Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f)”, “Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1)”, “Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251)”, “Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2)”, “Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685)”, “Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434)”, “Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb)”, “Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859)”, “Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10)”, “Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4)”, “Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53)”, “Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60)”, “Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a)”, “Master Hand (5ae083b25acfc4001a5fc702)”, “DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d)”, “HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3)”, “Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c)”, “Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af)”, “ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f)”, “Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63)”, “ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef)”, “Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25)”, “Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5)”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd)”, “FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74)”, “FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514)”, “FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540)”, “FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218)”, “HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696)”, “Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8)”, “SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245)”, “SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b)”, “Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38)”, “Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5)”, “Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949)”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27)”, “Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888)”, “FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054)”, “Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029)”, “Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1)”, “Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55)”, “Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820)”, “Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847)”, “Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219)”, “Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6)”, “Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2)”, “Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2)”, “CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446)”, “Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228)”, “Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f)”, “Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f)”, “Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838)”, “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “FN SCAR-L MK2 .300 Blackout assault rifle (682a97a707ec1d7ca369afc4)”, “Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834)”, “AEK-971 5.45x39 assault rifle (0cb4a36dd2e587b46e813dbe)”, “AEK-973 7.62x39 assault rifle (686093d590c3dce07984c38a)”, “Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920)”, “Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825)”, “Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764)”, “AN-94 5.45x39 assault rifle (678fe4a4906c7bd23722c71f)”, “AN-94 5.45x39 “Kirov’s Custom” assault rifle (679a6a534f3d279c99b135b9)”, “IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e)”, “IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9)”, “HK G3 7.62x51 assault rifle (664274a4d2e5fe0439d545a6)”, “HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9)”, “HK 417 7.62x51 assault rifle (664a5b945636ce820472f225)”, “Knight’s Armament Company PDW .300 Blackout assault rifle (6761b213607f9a6f79017c7e)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)”, “Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3)”, “Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4)”, “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40)”, “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4)”, “Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562)”, “IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da)”, “IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e)”, “IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836)”, “IWI Tavor X95 9x19mm assault rifle (67f425638b8cbfdc0cd1b5f2)”, “HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc)”, “HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d)”, “HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944)” ], “Pistol”: [ “Makarov PM 9x18PM pistol (5448bd6b4bdc2dfc2f8b4569)”, “SIG P226R 9x19 pistol (56d59856d2720bd8418b456a)”, “PB 9x18PM silenced pistol (56e0598dd2720bb5668b45a6)”, “TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0)”, “Yarygin MP-443 Grach 9x19 pistol (576a581d2459771e7b1bc4f1)”, “Makarov PM (t) 9x18PM pistol (579204f224597773d619e051)”, “Serdyukov SR-1MP Gyurza 9x21 pistol (59f98b4986f7746f546d2cef)”, “Stechkin APS 9x18PM machine pistol (5a17f98cfcdbcb0980087290)”, “Glock 17 9x19 pistol (5a7ae0c351dfba0017554310)”, “Stechkin APB 9x18PM silenced machine pistol (5abccb7dd8ce87001773e277)”, “Glock 18C 9x19 machine pistol (5b1fa9b25acfc40018633c01)”, “TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d)”, “Beretta M9A3 9x19 pistol (5cadc190ae921500103bb3b6)”, “FN Five-seveN MK2 5.7x28 pistol (5d3eb3b0a4b93615055e84d2)”, “FN Five-seveN MK2 5.7x28 pistol (FDE) (5d67abc1a4b93614ec50137f)”, “Colt M1911A1 .45 ACP pistol (5e81c3cbac2bb513793cdc75)”, “Colt M45A1 .45 ACP pistol (5f36a0e5fbf956000b716b65)”, “Lebedev PL-15 9x19 pistol (602a9740da11d6478d5a06dc)”, “HK USP .45 ACP pistol (6193a720f8ee7e52e42109ed)”, “Chiappa Rhino 50DS .357 revolver (61a4c8884f95bc3b2c5dc96f)”, “ZiD SP-81 26x75 signal pistol (620109578d82e67e7911abf2)”, “Chiappa Rhino 200DS 9x19 revolver (624c2e8614da335f1e034d8c)”, “Glock 19X 9x19 pistol (63088377b5cd696784087147)”, “RSh-12 12.7x55 revolver (633ec7c2a6918cb895019c6c)”, “20x1mm toy gun (66015072e9f84d5680039678)”, “Magnum Research Desert Eagle Mk XIX .50 AE pistol (668fe5a998b5ad715703ddd6)”, “Magnum Research Desert Eagle L6 .50 AE pistol (669fa39b48fc9f8db6035a0c)”, “Magnum Research Desert Eagle L6 .50 AE pistol (WTS) (669fa3d876116c89840b1217)”, “Magnum Research Desert Eagle L5 .50 AE pistol (669fa3f88abd2662d80eee77)”, “Magnum Research Desert Eagle L5 .357 pistol (669fa409933e898cce0c2166)”, “Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847)”, “SIG Sauer P320 9x19 pistol (6851b6e2af2384018031916b)”, “Taran Tactical Pit Viper 9x19 pistol (684b257022b8260501141308)”, “Taran Tactical Sand Viper 9x19 pistol (684c82392d2fcfb8cf184096)”, “Taran Tactical Pit Viper 9x19 pistol (Black) (684e0b554db15cdca601b0eb)”, “Beretta 93 Raffica 9x19 Machine Pistol (668c6ff6f33192aa270aa53a)”, “Beretta 92FS 9x19 pistol (6868d249cdee524f8c0ba45f)”, “Hi-Point Model C-9 9x19 pistol (679f2453d1970258c1df3fce)”, “CZ 75B 9x19mm Pistol (6661012d16fbd2fb75408f87)”, “CZ 75B Omega 9x19mm Pistol (67748ec2e6a045dc97e2f978)”, “LAR Grizzly 50 Mark V .50 AE pistol (677c9a47baecf3c4b2453365)”, “LAR Grizzly 50 Mark V .50 AE pistol (Gold) (677ca3e62e9e964a11a55d8e)”, “LAR Grizzly 50 Mark V .50 AE pistol (Stainless) (677ca334da2787e0538c882d)”, “Springfield Armory DS Prodigy 9x19mm Handgun (665fe0e865683281eb8e7ed6)”, “Springfield Armory DS Prodigy 9x19mm Handgun Flat Dark Earth (675ceb83e25d80bc676e15a6)”, “Staccato XC 9x19 pistol (68452c3da87156b67d9ec538)”, “HK UCP 4.6x30 pistol (68433b58a8f9a618b11082d4)”, “SR-2 Udav 9x21mm pistol (68677d09339b397ed3d37522)”, “Wilson Combat EDC X9 9x19 pistol (6761b213607f9a6f79017d52)” ], “ThrowWeap”: [ “RGD-5 hand grenade (5448be9a4bdc2dfd2f8b456a)”, “F-1 hand grenade (5710c24ad2720bc3458b45a3)”, “M67 hand grenade (58d3db5386f77426186285a0)”, “Zarya stun grenade (5a0c27731526d80618476ac4)”, “RDG-2B smoke grenade (5a2a57cfc4a2826c6e06d44a)”, “VOG-17 Khattabka improvised hand grenade (5e32f56fcb6d5863cc5e5ee4)”, “VOG-25 Khattabka improvised hand grenade (5e340dcdcb6d5863cc5e5efb)”, “FN40GL Mk2 40mm grenade launcher (5e81ebcd8e146c7080625e15)”, “M18 smoke grenade (Green) (617aa4dd8166f034d57de9c5)”, “RGN hand grenade (617fd91e5539a84ec44ce155)”, “RGO hand grenade (618a431df1eb8e24b8741deb)”, “Model 7290 Flash Bang grenade (619256e5f8af2c1a4e1f5d92)”, “FN40GL Mk2 grenade launcher (639af924d0446708ee62294e)”, “FN40GL Mk2 grenade launcher (639c3fbbd0446708ee622ee9)”, “V40 Mini-Grenade (66dae7cbeb28f0f96809f325)” ], “Knife”: [ “ER FULCRUM BAYONET (54491bb74bdc2d09088b4567)”, “Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf)”, “Bars A-2607 Damascus knife (57e26ea924597715ca604a09)”, “Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800)”, “Antique axe (5bc9c1e2d4351e00367fbcf0)”, “MPL-50 entrenching tool (5bead2e00db834001c062938)”, “6Kh5 Bayonet (5bffdc370db834001d23eca8)”, “Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a)”, “Crash Axe (5bffe7930db834001b734a39)”, “SP-8 Survival Machete (5c010e350db83400232feec7)”, “Red Rebel ice pick (5c0126f40db834002a125382)”, “Camper axe (5c012ffc0db834001d23f03f)”, “Freeman crowbar (5c07df7f0db834001b73588a)”, “Cultist knife (5fc64ea372b0dd78d51159dc)”, “UVSR Taiga-1 survival machete (601948682627df266209af05)”, “Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24)”, “Old hand scythe (63495c500c297e20065a08b1)”, “SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168)”, “PR-Taran police baton (6540d2162ae6d96b540afcaf)”, “United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d)”, “APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379)”, “Infectious strike (670ad7f1ad195290cd00da7a)”, “Akula push dagger (674d90b55704568fe60bc8f5)” ], “Shotgun”: [ “MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568)”, “MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f)”, “MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567)”, “Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233)”, “TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b)”, “Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516)”, “TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8)”, “Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8)”, “MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7)”, “MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27)”, “MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d)”, “Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88)”, “MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a)”, “MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8)”, “MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b)”, “Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23)”, “Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9)”, “MP-12 12g single-shot rifle (67537f2e72cb0015b8512669)”, “MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4)”, “Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e)”, “Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca)”, “Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23)” ], “PumpActionShotgun”: [ “MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568)”, “MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f)”, “Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516)”, “TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8)”, “Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8)”, “MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d)”, “MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a)” ], “SniperRifle”: [ “SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588)”, “Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11)”, “Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1)”, “Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119)”, “Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3)”, “Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be)”, “ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc)”, “MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d)”, “Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15)”, “Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1)”, “Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9)”, “Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8)”, “Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c)”, “Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f)”, “SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224)”, “SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc)”, “Zastava M76 7.92x57 marksman rifle (66e88596febdcf9daade16a8)”, “Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7)” ], “BoltActionSniperRifle”: [ “SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588)”, “Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11)”, “Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1)”, “Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119)”, “Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3)”, “Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be)”, “ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc)”, “MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d)”, “Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15)”, “Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1)”, “Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9)”, “Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8)”, “Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c)”, “Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f)”, “Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7)” ], “Launcher”: [ “GP-34 40mm underbarrel grenade launcher (5648b62b4bdc2d9d488b4585)”, “GP-25 Kostyor 40mm underbarrel grenade launcher (62e7e7bbe6da9612f743f1e0)”, “M203 40mm underbarrel grenade launcher (6357c98711fb55120211f7e1)” ], “AssaultCarbine”: [ “TOZ Simonov SKS 7.62x39 carbine (574d967124597745970e7c94)”, “AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce)”, “Molot Arms Simonov OP-SKS 7.62x39 carbine (587e02ff24597743df3deaeb)”, “Molot Arms VPO-101 Vepr-Hunter 7.62x51 carbine (5c501a4d2e221602b412b540)”, “Tokarev AVT-40 7.62x54R automatic rifle (6410733d5dd49d77bd07847e)”, “Tokarev SVT-40 7.62x54R rifle (643ea5b23db6f9f57107d9fd)”, “KBP 9A-91 9x39 compact assault rifle (644674a13d52156624001fbc)”, “KBP VSK-94 9x39 rifle (645e0c6b3b381ede770e1cc9)”, “SR-3M 9x39 compact assault rifle (651450ce0e00edc794068371)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029)”, “Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1)”, “Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55)”, “Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “ORSIS AR-15J .366 TKM assault carbine (685986b9f3b3a12b2546f999)”, “Riley Defense RAK74-P semi-automatic rifle (682f527ae74a24cfa1d3f5c5)”, “Molot Arms VPO-208 .366 TKM carbine (682a543094114c092df7373e)”, “Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920)”, “IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e)”, “IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)”, “IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da)”, “IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e)”, “IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836)” ], “MarksmanRifle”: [ “VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2)”, “Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f)”, “Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968)”, “SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c)”, “Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b)”, “Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f)”, “SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44)”, “HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb)”, “TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3)”, “Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4)”, “Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05)”, “MP-700 .700 Nitro Express Double Rifle (6643edda4a05be2737da3134)”, “SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224)”, “SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc)”, “HK 417 7.62x51 assault rifle (664a5b945636ce820472f225)”, “Zastava M76 7.92x57 marksman rifle (66e88596febdcf9daade16a8)” ], “Smg”: [ “PP-91 Kedr 9x18PM submachine gun (57d14d2524597714373db789)”, “PP-91-01 Kedr-B 9x18PM submachine gun (57f3c6bd24597738e730fa2f)”, “PP-9 Klin 9x18PMM submachine gun (57f4c844245977379d5c14d1)”, “SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266)”, “HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60)”, “PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174)”, “Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46)”, “HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9)”, “HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f)”, “FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83)”, “HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0)”, “B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25)”, “B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87)”, “PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8)”, “TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2)”, “HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5)”, “TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57)”, “Soyuz-TM STM-9 Gen.2 9x19 carbine (60339954d62c9b14ed777c06)”, “SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47)”, “IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0)”, “IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1)”, “IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f)”, “HK UMP 9x19 submachine gun (67b05e25d83f07b7b587c0b5)”, “CZ Scorpion EVO 3 A1 9x19 submachine gun (687afda52dc9fd6c0e14c602)”, “Minebea PM-9 9x19mm Submachine Gun (6761b213607f9a6f79017cd8)” ], “MachineGun”: [ “RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12)”, “NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174)”, “Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990)”, “Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc)”, “Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca)”, “Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385)”, “Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b)”, “U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755)”, “U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b)”, “U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36)”, “Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5)”, “HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9)”, “M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75)” ], “GrenadeLauncher”: [ “AGS-30 30x29mm automatic grenade launcher (5d52cc5ba4b9367408500062)”, “FN40GL Mk2 40mm grenade launcher (5e81ebcd8e146c7080625e15)”, “ZiD SP-81 26x75 signal pistol (620109578d82e67e7911abf2)”, “RSP-30 reactive signal cartridge (Green) (6217726288ed9f0845317459)”, “ROP-30 reactive flare cartridge (White) (62178be9d0050232da3485d9)”, “RSP-30 reactive signal cartridge (Red) (62178c4d4ecf221597654e3d)”, “RSP-30 reactive signal cartridge (Yellow) (624c0b3340357b5f566e8766)”, “Milkor M32A1 MSGL 40mm grenade launcher (6275303a9f372d6ea97f9ec7)”, “FN40GL Mk2 grenade launcher (639af924d0446708ee62294e)”, “FN40GL Mk2 grenade launcher (639c3fbbd0446708ee622ee9)”, “RSP-30 reactive signal cartridge (Blue) (66d98233302686954b0c6f81)”, “RSP-30 reactive signal cartridge (Special Yellow) (66d9f1abb16d9aacf5068468)”, “RSP-30 reactive signal cartridge (Firework) (675ea3d6312c0a5c4e04e317)” ], “Revolver”: [ “MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27)”, “Chiappa Rhino 50DS .357 revolver (61a4c8884f95bc3b2c5dc96f)”, “Chiappa Rhino 200DS 9x19 revolver (624c2e8614da335f1e034d8c)”, “RSh-12 12.7x55 revolver (633ec7c2a6918cb895019c6c)” ], “AKM”: [ “Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f)”, “Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1)”, “Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2)”, “Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685)”, “Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb)”, “Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53)”, “Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60)”, “Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847)”, “Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2)”, “Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb)”, “Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f)” ], “AKS-74U”: [ “Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633)”, “Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2)”, “Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511)”, “SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245)”, “SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b)”, “Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029)”, “Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1)”, “Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55)” ], “12ga”: [ “MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568)”, “MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f)”, “MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567)”, “Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233)”, “Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516)”, “Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8)”, “MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7)”, “MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27)”, “MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d)”, “Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88)”, “MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a)”, “MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8)”, “MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b)”, “Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23)”, “Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9)”, “MP-12 12g single-shot rifle (67537f2e72cb0015b8512669)”, “MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4)”, “Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e)”, “Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca)”, “Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23)” ], “AK”: [ “Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572)”, “Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633)”, “Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2)”, “Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511)”, “Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f)”, “Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2)”, “Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685)”, “Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434)”, “Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb)”, “Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859)”, “Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10)”, “Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4)”, “Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53)”, “Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60)”, “Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a)”, “Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c)”, “Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af)”, “SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245)”, “SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b)”, “Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949)”, “Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888)”, “Akula push dagger (674d90b55704568fe60bc8f5)”, “TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3)”, “Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054)”, “Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029)”, “Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1)”, “Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55)”, “Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820)”, “Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847)”, “Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2)”, “Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb)”, “Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228)”, “Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f)”, “Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f)”, “Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838)”, “Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834)”, “Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920)”, “Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825)”, “Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764)”, “Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5)” ], “AK-74”: [ “Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572)”, “Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434)”, “Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859)”, “Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c)”, “Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af)”, “SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245)”, “SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b)”, “Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219)”, “Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6)” ], “AR-15”: [ “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f)”, “Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25)”, “Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b)”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “ORSIS AR-15J .366 TKM assault carbine (685986b9f3b3a12b2546f999)”, “Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446)”, “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4)”, “Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)”, “Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3)”, “Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4)” ], “M4A1”: [ “Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567)”, “SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3)”, “SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d)”, “SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b)”, “Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9)”, “SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317)”, “SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed)”, “Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af)” ], “explosive”: [ “RGD-5 hand grenade (5448be9a4bdc2dfd2f8b456a)”, “GP-34 40mm underbarrel grenade launcher (5648b62b4bdc2d9d488b4585)”, “F-1 hand grenade (5710c24ad2720bc3458b45a3)”, “M67 hand grenade (58d3db5386f77426186285a0)”, “Zarya stun grenade (5a0c27731526d80618476ac4)”, “RDG-2B smoke grenade (5a2a57cfc4a2826c6e06d44a)”, “AGS-30 30x29mm automatic grenade launcher (5d52cc5ba4b9367408500062)”, “VOG-17 Khattabka improvised hand grenade (5e32f56fcb6d5863cc5e5ee4)”, “VOG-25 Khattabka improvised hand grenade (5e340dcdcb6d5863cc5e5efb)”, “FN40GL Mk2 40mm grenade launcher (5e81ebcd8e146c7080625e15)”, “M18 smoke grenade (Green) (617aa4dd8166f034d57de9c5)”, “RGN hand grenade (617fd91e5539a84ec44ce155)”, “RGO hand grenade (618a431df1eb8e24b8741deb)”, “Model 7290 Flash Bang grenade (619256e5f8af2c1a4e1f5d92)”, “Milkor M32A1 MSGL 40mm grenade launcher (6275303a9f372d6ea97f9ec7)”, “GP-25 Kostyor 40mm underbarrel grenade launcher (62e7e7bbe6da9612f743f1e0)”, “M203 40mm underbarrel grenade launcher (6357c98711fb55120211f7e1)”, “FN40GL Mk2 grenade launcher (639af924d0446708ee62294e)”, “FN40GL Mk2 grenade launcher (639c3fbbd0446708ee622ee9)”, “V40 Mini-Grenade (66dae7cbeb28f0f96809f325)” ] } ######### Patching quests ######## Patching quest Debut (5936d90786f7742b1420ba5b) Patching quest Background Check (5936da9e86f7742d65037edf) Patching quest Shootout Picnic (59674cd986f7744ab26e32f2) Patching quest Delivery From the Past (59674eb386f774539f14813a) Patching quest Bad Rep Evidence (5967530a86f77462ba22226b) Patching quest Ice Cream Cones (59675d6c86f7740a842fc482) Patching quest Postman Pat - Part 1 (59675ea386f77414b32bded2) Patching quest Postman Pat - Part 2 (596760e186f7741e11214d58) Patching quest Shaking Up the Teller (5967725e86f774601a446662) Patching quest Shortage (5967733e86f774602332fc84) Patching quest Sanitary Standards - Part 1 (59689ee586f7740d1570bbd5) Patching quest Operation Aquarius - Part 1 (59689fbd86f7740d137ebfc4) Patching quest Operation Aquarius - Part 2 (5968eb3186f7741dde183a4d) Patching quest Painkiller (5969f90786f77420d2328015) Patching quest Pharmacist (5969f9e986f7741dde183a50) Patching quest Supply Plans (596a0e1686f7741ddf17dbee) Patching quest Kind of Sabotage (596a101f86f7741ddb481582) Patching quest General Wares (596a1e6c86f7741ddc2d3206) Patching quest Sanitary Standards - Part 2 (596a204686f774576d4c95de) Patching quest Car Repair (596a218586f77420d232807c) Patching quest Supplier (596b36c586f77450d6045ad2) Patching quest The Extortionist (596b43fb86f77457ca186186) Patching quest Stirrup (596b455186f77457cb50eccb) ———–– Checking type Pistol potentialTypes[Pistol].length 29 newWeaponCondition.length 29 Checking type Revolver potentialTypes[Revolver].length 3 newWeaponCondition.length 29 Checking type GrenadeLauncher potentialTypes[GrenadeLauncher].length 1 newWeaponCondition.length 29 Quest: Stirrup (596b455186f77457cb50eccb) - Chosen Weapon Type: Pistol Makarov PM 9x18PM pistol (5448bd6b4bdc2dfc2f8b4569) SIG P226R 9x19 pistol (56d59856d2720bd8418b456a) PB 9x18PM silenced pistol (56e0598dd2720bb5668b45a6) TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0) Yarygin MP-443 Grach 9x19 pistol (576a581d2459771e7b1bc4f1) Makarov PM (t) 9x18PM pistol (579204f224597773d619e051) Serdyukov SR-1MP Gyurza 9x21 pistol (59f98b4986f7746f546d2cef) Stechkin APS 9x18PM machine pistol (5a17f98cfcdbcb0980087290) Glock 17 9x19 pistol (5a7ae0c351dfba0017554310) Stechkin APB 9x18PM silenced machine pistol (5abccb7dd8ce87001773e277) Glock 18C 9x19 machine pistol (5b1fa9b25acfc40018633c01) TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d) Beretta M9A3 9x19 pistol (5cadc190ae921500103bb3b6) FN Five-seveN MK2 5.7x28 pistol (5d3eb3b0a4b93615055e84d2) FN Five-seveN MK2 5.7x28 pistol (FDE) (5d67abc1a4b93614ec50137f) Colt M1911A1 .45 ACP pistol (5e81c3cbac2bb513793cdc75) Colt M45A1 .45 ACP pistol (5f36a0e5fbf956000b716b65) Lebedev PL-15 9x19 pistol (602a9740da11d6478d5a06dc) HK USP .45 ACP pistol (6193a720f8ee7e52e42109ed) Chiappa Rhino 50DS .357 revolver (61a4c8884f95bc3b2c5dc96f) ZiD SP-81 26x75 signal pistol (620109578d82e67e7911abf2) Chiappa Rhino 200DS 9x19 revolver (624c2e8614da335f1e034d8c) Glock 19X 9x19 pistol (63088377b5cd696784087147) RSh-12 12.7x55 revolver (633ec7c2a6918cb895019c6c) Magnum Research Desert Eagle Mk XIX .50 AE pistol (668fe5a998b5ad715703ddd6) Magnum Research Desert Eagle L6 .50 AE pistol (669fa39b48fc9f8db6035a0c) Magnum Research Desert Eagle L6 .50 AE pistol (WTS) (669fa3d876116c89840b1217) Magnum Research Desert Eagle L5 .50 AE pistol (669fa3f88abd2662d80eee77) Magnum Research Desert Eagle L5 .357 pistol (669fa409933e898cce0c2166) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ 20x1mm toy gun (66015072e9f84d5680039678) +++ Springfield Armory DS Prodigy 9x19mm Handgun (665fe0e865683281eb8e7ed6) +++ CZ 75B 9x19mm Pistol (6661012d16fbd2fb75408f87) +++ Beretta 93 Raffica 9x19 Machine Pistol (668c6ff6f33192aa270aa53a) +++ Springfield Armory DS Prodigy 9x19mm Handgun Flat Dark Earth (675ceb83e25d80bc676e15a6) +++ Wilson Combat EDC X9 9x19 pistol (6761b213607f9a6f79017d52) +++ CZ 75B Omega 9x19mm Pistol (67748ec2e6a045dc97e2f978) +++ LAR Grizzly 50 Mark V .50 AE pistol (677c9a47baecf3c4b2453365) +++ LAR Grizzly 50 Mark V .50 AE pistol (Stainless) (677ca334da2787e0538c882d) +++ LAR Grizzly 50 Mark V .50 AE pistol (Gold) (677ca3e62e9e964a11a55d8e) +++ Hi-Point Model C-9 9x19 pistol (679f2453d1970258c1df3fce) +++ HK UCP 4.6x30 pistol (68433b58a8f9a618b11082d4) +++ Staccato XC 9x19 pistol (68452c3da87156b67d9ec538) +++ Taran Tactical Pit Viper 9x19 pistol (684b257022b8260501141308) +++ Taran Tactical Sand Viper 9x19 pistol (684c82392d2fcfb8cf184096) +++ Taran Tactical Pit Viper 9x19 pistol (Black) (684e0b554db15cdca601b0eb) +++ SIG Sauer P320 9x19 pistol (6851b6e2af2384018031916b) +++ SR-2 Udav 9x21mm pistol (68677d09339b397ed3d37522) +++ Beretta 92FS 9x19 pistol (6868d249cdee524f8c0ba45f) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) } Patching quest What’s on the Flash Drive? (5979ed3886f77431307dc512) Patching quest Golden Swag (5979eee086f774311955e614) Patching quest Polikhim Hobo (5979f8bb86f7743ec214c7a6) Patching quest Chemical - Part 1 (5979f9ba86f7740f6c3fe9f2) Patching quest Chemical - Part 2 (597a0b2986f77426d66c0633) Patching quest Chemical - Part 3 (597a0e5786f77426d66c0636) Patching quest Chemical - Part 4 (597a0f5686f774273b74f676) Patching quest Out of Curiosity (597a160786f77477531d39d2) Patching quest Big Customer (597a171586f77405ba6887d3) Patching quest BP Depot (59c124d686f774189b3c843f) Patching quest The Punisher - Part 1 (59c50a9e86f7745fef66f4ff) ———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d1e35a6ec6e6997492) not found in weaponToType for quest The Punisher - Part 1 (59c50a9e86f7745fef66f4ff)Patching quest The Punisher - Part 2 (59c50c8886f7745fed3193bf) Patching quest The Punisher - Part 3 (59c512ad86f7741f0d09de9b) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 8 newWeaponCondition.length 8 Checking type AKS-74U potentialTypes[AKS-74U].length 8 newWeaponCondition.length 8 Checking type AK potentialTypes[AK].length 8 newWeaponCondition.length 8 Checking type AK-74 potentialTypes[AK-74].length 2 newWeaponCondition.length 8 Quest: The Punisher - Part 3 (59c512ad86f7741f0d09de9b) - Chosen Weapon Type: AKS-74U Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) } Patching quest Trust Regain (59c9392986f7742f6923add2) Patching quest Loyalty Buyout (59c93e8e86f7742a406989c4) Patching quest No Offence (59ca1a6286f774509a270942) Patching quest The Punisher - Part 4 (59ca264786f77445a80ed044) ———–– Checking type Shotgun potentialTypes[Shotgun].length 13 newWeaponCondition.length 13 Checking type 12ga potentialTypes[12ga].length 13 newWeaponCondition.length 13 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 5 newWeaponCondition.length 13 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 13 Quest: The Punisher - Part 4 (59ca264786f77445a80ed044) - Chosen Weapon Type: 12ga MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest The Punisher - Part 5 (59ca29fb86f77445ab465c87) Patching quest The Punisher - Part 6 (59ca2eb686f77445a80ed049) Quest: The Punisher - Part 6 (59ca2eb686f77445a80ed049) - Chosen Weapon Type: Skipped SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest Spa Tour - Part 1 (5a03153686f77442d90e2171) ———–– Checking type Shotgun potentialTypes[Shotgun].length 14 newWeaponCondition.length 14 Checking type 12ga potentialTypes[12ga].length 14 newWeaponCondition.length 14 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 5 newWeaponCondition.length 14 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 14 Quest: Spa Tour - Part 1 (5a03153686f77442d90e2171) - Chosen Weapon Type: 12ga MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Spa Tour - Part 2 (5a03173786f77451cb427172) Patching quest Spa Tour - Part 3 (5a0327ba86f77456b9154236) Patching quest Spa Tour - Part 4 (5a03296886f774569778596a) Patching quest Spa Tour - Part 5 (5a0449d586f77474e66227b7) Patching quest Fishing Gear (5a27b75b86f7742e97191958) Patching quest Tigr Safari (5a27b7a786f774579c3eb376) Patching quest Scrap Metal (5a27b7d686f77460d847e6a6) Patching quest Eagle Eye (5a27b80086f774429a5d7e20) Patching quest Humanitarian Supplies (5a27b87686f77460de0252a8) Patching quest The Cult - Part 1 (5a27b9de86f77464e5044585) Patching quest The Cult - Part 2 (5a27ba1c86f77461ea5a3c56) Patching quest Spa Tour - Part 6 (5a27ba9586f7741b543d8e85) Patching quest Spa Tour - Part 7 (5a27bafb86f7741c73584017) Patching quest Cargo X - Part 1 (5a27bb1e86f7741f27621b7e) Patching quest Cargo X - Part 2 (5a27bb3d86f77411ea361a21) Patching quest Cargo X - Part 3 (5a27bb5986f7741dfb660900) Patching quest Wet Job - Part 1 (5a27bb8386f7741c770d2d0a) Quest: Wet Job - Part 1 (5a27bb8386f7741c770d2d0a) - Chosen Weapon Type: Skipped Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) 672e37d1179b7b969b7577cb 672e37d19f1683101780773b 672e37d1ddaf7c656e3a634c +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) } Patching quest Wet Job - Part 2 (5a27bbf886f774333a418eeb) Patching quest Wet Job - Part 3 (5a27bc1586f7741f6d40fa2f) Patching quest Wet Job - Part 4 (5a27bc3686f7741c73584026) Patching quest Wet Job - Part 5 (5a27bc6986f7741c7358402b) Patching quest Wet Job - Part 6 (5a27bc8586f7741b543d8ea4) Patching quest Friend From the West - Part 1 (5a27c99a86f7747d2c6bdd8e) Patching quest Friend From the West - Part 2 (5a27d2af86f7744e1115b323) Patching quest Health Care Privacy - Part 1 (5a68661a86f774500f48afb0) Patching quest Health Care Privacy - Part 2 (5a68663e86f774501078f78a) Patching quest Health Care Privacy - Part 3 (5a68665c86f774255929b4c7) Patching quest Health Care Privacy - Part 4 (5a68667486f7742607157d28) Patching quest Health Care Privacy - Part 5 (5a68669a86f774255929b4d4) Patching quest Gunsmith - Part 1 (5ac23c6186f7741247042bad) Patching quest Gunsmith - Part 2 (5ac2426c86f774138762edfe) Patching quest Gunsmith - Part 3 (5ac2428686f77412450b42bf) Patching quest Gunsmith - Part 16 (5ac242ab86f77412464f68b4) Patching quest Gunsmith - Part 13 (5ac244c486f77413e12cf945) Patching quest Gunsmith - Part 7 (5ac244eb86f7741356335af1) Patching quest Farming - Part 1 (5ac345dc86f774288030817f) Patching quest Farming - Part 2 (5ac3460c86f7742880308185) Patching quest Farming - Part 3 (5ac3462b86f7741d6118b983) Patching quest Farming - Part 4 (5ac3464c86f7741d651d6877) Patching quest Signal - Part 1 (5ac3467986f7741d6224abc2) Patching quest Signal - Part 2 (5ac346a886f7744e1b083d67) Patching quest Signal - Part 3 (5ac346cf86f7741d63233a02) Patching quest Signal - Part 4 (5ac346e886f7741d6118b99b) Patching quest Bad Habit (5ac3475486f7741d6224abd3) Patching quest Scout (5ac3477486f7741d651d6885) Patching quest Insider (5ac3479086f7742880308199) Patching quest Gunsmith - Part 5 (5ae3267986f7742a413592fe) Patching quest Gunsmith - Part 6 (5ae3270f86f77445ba41d4dd) Patching quest Gunsmith - Part 8 (5ae3277186f7745973054106) Patching quest Gunsmith - Part 10 (5ae327c886f7745c7b3f2f3f) Patching quest Gunsmith - Part 15 (5ae3280386f7742a41359364) Patching quest Only Business (5ae448a386f7744d3730fff0) Patching quest Make ULTRA Great Again (5ae448bf86f7744d733e55ee) Patching quest Big Sale (5ae448e586f7744dcf0c2a67) Patching quest The Blood of War - Part 1 (5ae448f286f77448d73c0131) Patching quest Dressed to Kill (5ae4490786f7744ca822adcc) Patching quest Database - Part 1 (5ae4493486f7744efa289417) Patching quest Database - Part 2 (5ae4493d86f7744b8e15aa8f) Patching quest Sew it Good - Part 1 (5ae4495086f77443c122bc40) Patching quest Sew it Good - Part 2 (5ae4495c86f7744e87761355) Patching quest Sew it Good - Part 3 (5ae4496986f774459e77beb6) Patching quest Sew it Good - Part 4 (5ae4497b86f7744cf402ed00) Patching quest The Key to Success (5ae4498786f7744bde357695) Patching quest Charisma Brings Success (5ae4499a86f77449783815db) Patching quest No Fuss Needed (5ae449a586f7744bde357696) Patching quest Gratitude (5ae449b386f77446d8741719) Patching quest Sales Night (5ae449c386f7744bde357697) Patching quest Supervisor (5ae449d986f774453a54a7e1) Patching quest Gunsmith - Part 17 (5b47749f86f7746c5d6a5fd4) Patching quest Gunsmith - Part 12 (5b47799d86f7746c5d6a5fd8) Patching quest Gunsmith - Part 18 (5b477b6f86f7747290681823) Patching quest Gunsmith - Part 20 (5b477f7686f7744d1b23c4d2) Patching quest Gunsmith - Part 22 (5b47825886f77468074618d3) Patching quest The Blood of War - Part 2 (5b47876e86f7744d1c353205) Patching quest Living High is Not a Crime - Part 1 (5b47891f86f7744d1b23c571) Patching quest Hot Delivery (5b478b1886f7744d1b23c57d) Patching quest Minibus (5b478d0f86f7744d190d91b5) Patching quest Vitamins - Part 1 (5b478eca86f7744642012254) Patching quest Vitamins - Part 2 (5b478ff486f7744d184ecbbf) Patching quest Informed Means Armed (5b47926a86f7747ccc057c15) Patching quest Lend-Lease - Part 1 (5b4794cb86f774598100d5d4) Patching quest Chumming (5b4795fb86f7745876267770) Patching quest The Tarkov Shooter - Part 1 (5bc4776586f774512d07cf05) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 11 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 11 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 11 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 11 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 11 Quest: The Tarkov Shooter - Part 1 (5bc4776586f774512d07cf05) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest The Tarkov Shooter - Part 2 (5bc479e586f7747f376c7da3) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 11 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 11 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 11 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 11 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 11 Quest: The Tarkov Shooter - Part 2 (5bc479e586f7747f376c7da3) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 11 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 11 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 11 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 11 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 11 Quest: The Tarkov Shooter - Part 2 (5bc479e586f7747f376c7da3) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest The Tarkov Shooter - Part 3 (5bc47dbf86f7741ee74e93b9) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 11 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 11 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 11 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 11 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 11 Quest: The Tarkov Shooter - Part 3 (5bc47dbf86f7741ee74e93b9) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest The Tarkov Shooter - Part 4 (5bc480a686f7741af0342e29) ———–– Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 11 Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 11 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 11 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 11 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 11 Quest: The Tarkov Shooter - Part 4 (5bc480a686f7741af0342e29) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest The Tarkov Shooter - Part 5 (5bc4826c86f774106d22d88b) ———–– Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 11 Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 11 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 11 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 11 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 11 Quest: The Tarkov Shooter - Part 5 (5bc4826c86f774106d22d88b) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest The Tarkov Shooter - Part 6 (5bc4836986f7740c0152911c) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 11 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 11 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 11 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 11 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 11 Quest: The Tarkov Shooter - Part 6 (5bc4836986f7740c0152911c) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest The Tarkov Shooter - Part 7 (5bc4856986f77454c317bea7) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 11 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 11 Quest: The Tarkov Shooter - Part 7 (5bc4856986f77454c317bea7) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest The Tarkov Shooter - Part 8 (5bc4893c86f774626f5ebf3e) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: The Tarkov Shooter - Part 8 (5bc4893c86f774626f5ebf3e) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest Bullshit (5c0bbaa886f7746941031d82) Patching quest Silent Caliber (5c0bc91486f7746ab41857a2) ———–– Checking type Shotgun potentialTypes[Shotgun].length 11 newWeaponCondition.length 11 Checking type 12ga potentialTypes[12ga].length 11 newWeaponCondition.length 11 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 4 newWeaponCondition.length 11 Quest: Silent Caliber (5c0bc91486f7746ab41857a2) - Chosen Weapon Type: 12ga MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } ———–– Checking type Shotgun potentialTypes[Shotgun].length 11 newWeaponCondition.length 11 Checking type 12ga potentialTypes[12ga].length 11 newWeaponCondition.length 11 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 4 newWeaponCondition.length 11 Quest: Silent Caliber (5c0bc91486f7746ab41857a2) - Chosen Weapon Type: 12ga MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Insomnia (5c0bd01e86f7747cdd799e56) Patching quest Test Drive - Part 1 (5c0bd94186f7747a727f09b2) Quest Test Drive - Part 1 (5c0bd94186f7747a727f09b2) has only one weapon: Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968). Only adding/processing white/black listed weapons Patching quest Flint (5c0bdb5286f774166e38eed4) Patching quest A Shooter Born in Heaven (5c0bde0986f77479cf22c2f8) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: A Shooter Born in Heaven (5c0bde0986f77479cf22c2f8) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: A Shooter Born in Heaven (5c0bde0986f77479cf22c2f8) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: A Shooter Born in Heaven (5c0bde0986f77479cf22c2f8) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: A Shooter Born in Heaven (5c0bde0986f77479cf22c2f8) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: A Shooter Born in Heaven (5c0bde0986f77479cf22c2f8) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: A Shooter Born in Heaven (5c0bde0986f77479cf22c2f8) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: A Shooter Born in Heaven (5c0bde0986f77479cf22c2f8) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: A Shooter Born in Heaven (5c0bde0986f77479cf22c2f8) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest Psycho Sniper (5c0be13186f7746f016734aa) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: Psycho Sniper (5c0be13186f7746f016734aa) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest Private Clinic (5c0be5fc86f774467a116593) Patching quest Athlete (5c0d0d5086f774363760aef2) Patching quest Lend-Lease - Part 2 (5c0d0f1886f77457b8210226) Patching quest Grenadier (5c0d190cd09282029f5390d8) ———–– Checking type ThrowWeap potentialTypes[ThrowWeap].length 13 newWeaponCondition.length 14 Checking type explosive potentialTypes[explosive].length 14 newWeaponCondition.length 14 Checking type Launcher potentialTypes[Launcher].length 1 newWeaponCondition.length 14 Checking type GrenadeLauncher potentialTypes[GrenadeLauncher].length 3 newWeaponCondition.length 14 Quest: Grenadier (5c0d190cd09282029f5390d8) - Chosen Weapon Type: explosive RGD-5 hand grenade (5448be9a4bdc2dfd2f8b456a) GP-34 40mm underbarrel grenade launcher (5648b62b4bdc2d9d488b4585) F-1 hand grenade (5710c24ad2720bc3458b45a3) M67 hand grenade (58d3db5386f77426186285a0) Zarya stun grenade (5a0c27731526d80618476ac4) RDG-2B smoke grenade (5a2a57cfc4a2826c6e06d44a) VOG-17 Khattabka improvised hand grenade (5e32f56fcb6d5863cc5e5ee4) VOG-25 Khattabka improvised hand grenade (5e340dcdcb6d5863cc5e5efb) RGN hand grenade (617fd91e5539a84ec44ce155) RGO hand grenade (618a431df1eb8e24b8741deb) FN40GL Mk2 grenade launcher (639af924d0446708ee62294e) FN40GL Mk2 grenade launcher (639c3fbbd0446708ee622ee9) V40 Mini-Grenade (66dae7cbeb28f0f96809f325) +++ AGS-30 30x29mm automatic grenade launcher (5d52cc5ba4b9367408500062) +++ FN40GL Mk2 40mm grenade launcher (5e81ebcd8e146c7080625e15) +++ M18 smoke grenade (Green) (617aa4dd8166f034d57de9c5) +++ Model 7290 Flash Bang grenade (619256e5f8af2c1a4e1f5d92) +++ Milkor M32A1 MSGL 40mm grenade launcher (6275303a9f372d6ea97f9ec7) +++ GP-25 Kostyor 40mm underbarrel grenade launcher (62e7e7bbe6da9612f743f1e0) +++ M203 40mm underbarrel grenade launcher (6357c98711fb55120211f7e1) } Patching quest Decontamination Service (5c0d1c4cd0928202a02a6f5c) Patching quest Peacekeeping Mission (5c0d4c12d09282029f539173) ———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173)———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173)———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173)———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173)———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173)———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173)Patching quest The Guide (5c0d4e61d09282029f53920e) Patching quest The Blood of War - Part 3 (5c10f94386f774227172c572) Patching quest Fertilizers (5c1128e386f7746565181106) Patching quest Scavenger (5c112d7e86f7740d6f647486) Patching quest Living High is Not a Crime - Part 2 (5c1141f386f77430ff393792) Patching quest Perfect Mediator (5c12452c86f7744b83469073) Patching quest Import (5c139eb686f7747878361a6f) Patching quest Collector (5c51aac186f77432ea65c552) Patching quest Introduction (5d2495a886f77425cd51e403) Patching quest Acquaintance (5d24b81486f77439c92d6ba8) Patching quest The Survivalist Path - Unprotected but Dangerous (5d25aed386f77442734d25d2) Patching quest The Survivalist Path - Thrifty (5d25b6be86f77444001e1b89) Patching quest The Survivalist Path - Zhivchik (5d25bfd086f77442734d3007) Patching quest The Survivalist Path - Wounded Beast (5d25c81b86f77443e625dd71) Patching quest The Survivalist Path - Tough Guy (5d25cf2686f77443e75488d4) Patching quest The Survivalist Path - Cold Blooded (5d25d2c186f77443e35162e5) Patching quest The Survivalist Path - Eagle-Owl (5d25e29d86f7740a22516326) Patching quest The Survivalist Path - Combat Medic (5d25e2a986f77409dd5cdf2a) Patching quest The Huntsman Path - Secured Perimeter (5d25e2b486f77409de05bba0) Patching quest The Huntsman Path - Trophy (5d25e2c386f77443e7549029) Patching quest The Huntsman Path - Forest Cleaning (5d25e2cc86f77443e47ae019) Patching quest The Huntsman Path - Controller (5d25e2d886f77442734d335e) Patching quest The Huntsman Path - Sellout (5d25e2e286f77444001e2e48) Patching quest The Huntsman Path - Woods Keeper (5d25e2ee86f77443e35162ea) Patching quest The Huntsman Path - Justice (5d25e43786f7740a212217fa) Patching quest The Huntsman Path - Evil Watchman (5d25e44386f77409453bce7b) Patching quest The Huntsman Path - Eraser - Part 1 (5d25e44f86f77443e625e385) Patching quest The Huntsman Path - Eraser - Part 2 (5d25e45e86f77408251c4bfa) Patching quest Ambulance (5d25e46e86f77409453bce7c) Patching quest Courtesy Visit (5d25e48186f77443e625e386) Patching quest Shady Business (5d25e48d86f77408251c4bfb) Patching quest Nostalgia (5d25e4ad86f77443e625e387) Patching quest Fishing Place (5d25e4b786f77408251c4bfc) Patching quest Hunting Trip (5d25e4ca86f77409dd5cdf2c) Quest Hunting Trip (5d25e4ca86f77409dd5cdf2c) has only one weapon: Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3). Only adding/processing white/black listed weapons Quest: Hunting Trip (5d25e4ca86f77409dd5cdf2c) - Chosen Weapon Type: null Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) } Patching quest Reserve (5d25e4d586f77443e625e388) Patching quest Regulated Materials (5d4bec3486f7743cac246665) Patching quest An Apple a Day Keeps the Doctor Away (5d6fb2c086f77449da599c24) Patching quest Mentor (5d6fbc2886f77449d825f9d3) Patching quest The Stylish One (5dc53acb86f77469c740c893) Patching quest Textile - Part 1 (5e381b0286f77420e3417a74) Patching quest Textile - Part 1 (5e383a6386f77465910ce1f3) Patching quest Textile - Part 2 (5e4d4ac186f774264f758336) Patching quest Textile - Part 2 (5e4d515e86f77438b2195244) Patching quest The Survivalist Path - Junkie (5eaaaa7c93afa0558f3b5a1c) Patching quest Anesthesia (5eda19f0edce541157209cee) Patching quest The Huntsman Path - Sadist (5edab4b1218d181e29451435) Patching quest Colleagues - Part 1 (5edab736cc183c769d778bc2) Patching quest Colleagues - Part 2 (5edaba7c0c502106f869bc02) Patching quest Rigged Game (5edabd13218d181e29451442) Patching quest Samples (5edac020218d181e29451446) Patching quest Colleagues - Part 3 (5edac34d0bb72a50635c2bfa) Patching quest TerraGroup Employee (5edac63b930f5454f51e128b) Patching quest The Bunker - Part 1 (5ede55112c95834b583f052a) Patching quest The Bunker - Part 2 (5ede567cfa6dc072ce15d6e3) Patching quest Chemistry Closet (5f04886a3937dc337a6b8238) Patching quest Search Mission (5fd9fad9c1ce6b1a3b486d00) Patching quest Hunter (600302d73b897b11364cd161) Patching quest Revision - Reserve (6086c852c945025d41566124) Patching quest Classified Technologies (60896888e4a85c72ef3fa300) Patching quest Documents (60896b7bfa70fc097863b8f5) Patching quest No Place for Renegades (60896bca6ee58f38c417d4f2) Patching quest Disease History (60896e28e4a85c72ef3fa301) Patching quest Surplus Goods (6089732b59b92115597ad789) Patching quest Back Door (6089736efa70fc097863b8f6) Patching quest Safe Corridor (6089743983426423753cd58a) Patching quest Inventory Check (608974af4b05530f55550c21) Patching quest A Fuel Matter (608974d01a66564e74191fc0) Patching quest Pest Control (608a768d82e40b3c727fd17d) Patching quest The Huntsman Path - Factory Chief (60c0c018f7afb4354815096a) Patching quest Escort (60e71b62a0beca400d69efc4) Patching quest Capturing Outposts (60e71b9bbd90872cb85440f3) Patching quest Intimidator (60e71bb4e456d449cd47ca75) Patching quest Night Sweep (60e71c11d54b755a3b53eb65) Patching quest Crisis (60e71c48c1bfa3050473b8e5) Patching quest The Cleaner (60e71c9ad54b755a3b53eb66) Patching quest Trophies (60e71ccb5688f6424c7bfec4) Patching quest Special Equipment (60e71ce009d7c801eb0c0ec6) Patching quest Calibration (60e71d23c1bfa3050473b8e6) Patching quest The Courier (60e71d6d7fcf9c556f325055) Patching quest Long Line (60e71dc0a94be721b065bbfc) Patching quest Booze (60e71dc67fcf9c556f325056) Patching quest The Huntsman Path - Relentless (60e71e8ed54b755a3b53eb67) Patching quest Swift One (60e729cf5698ee7b05057439) Patching quest The Choice (60effd818b669d08a35bfad5) Patching quest Easy Job - Part 1 (6179ac7511973d018217d0b9) Patching quest Easy Job - Part 2 (6179acbdc760af5ad2053585) Patching quest The Huntsman Path - Outcasts (6179ad0a6e9dd54ac275e3f2) Patching quest Seaside Vacation (6179ad56c760af5ad2053587) Patching quest Lost Contact (6179afd0bca27a099552e040) Patching quest Overpopulation (6179aff8f57fb279792c60a1) Patching quest Energy Crisis (6179b3a12153c15e937d52bc) Patching quest Corporate Secrets (6179b3bdc7560e13d23eeb8d) Patching quest Revision - Lighthouse (6179b4d1bca27a099552e04e) Patching quest Missing Cargo (6179b4f16e9dd54ac275e407) Patching quest Our Own Land (6179b5b06e9dd54ac275e409) Patching quest Counteraction (6179b5eabca27a099552e052) Patching quest The Hermit (61904daa7d0d857927447b9c) Patching quest Long Road (6193850f60b34236ee0483de) Patching quest Cargo X - Part 4 (61958c366726521dd96828ec) Patching quest Compensation for Damage - Trust (61e6e5e0f5b9633f6719ed95) Patching quest Compensation for Damage - Wager (61e6e60223374d168a4576a6) ———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d1e35a6ec6e6997492) not found in weaponToType for quest Compensation for Damage - Wager (61e6e60223374d168a4576a6)Patching quest Compensation for Damage - Barkeep (61e6e615eea2935bc018a2c5) Patching quest Compensation for Damage - Collection (61e6e621bfeab00251576265) Patching quest Network Provider - Part 1 (625d6ff5ddc94657c21a1625) Patching quest Network Provider - Part 2 (625d6ffaf7308432be1d44c5) Patching quest Assessment - Part 1 (625d6ffcaa168e51321d69d7) Patching quest Assessment - Part 2 (625d6fff4149f1149b5b12c9) Patching quest Assessment - Part 3 (625d7001c4874104f230c0c5) Patching quest Key to the Tower (625d70031ed3bb5bcc5bd9e5) Patching quest Knock-Knock (625d7005a4eb80027c4f2e09) Patching quest Getting Acquainted (625d700cc48e6c62a440fab5) Patching quest Make Amends - Buyout (626148251ed3bb5bcc5bd9ed) Patching quest Make Amends - Equipment (6261482fa4eb80027c4f2e11) Patching quest Drug Trafficking (626bd75b05f287031503c7f6) Patching quest Reconnaissance (626bd75c71bd851e971b82a5) Patching quest Top Secret (626bd75d5bef5d7d590bd415) Patching quest Broadcast - Part 1 (626bd75e47ea7f506e5493c5) Patching quest Stray Dogs (626bdcc3a371ee3a7a3514c5) Patching quest Audit (638fcd23dc65553116701d33) Patching quest Your Car Needs a Service (639135534b15ca31f76bc317) Patching quest You’ve Got Mail (6391359b9444fb141f4e6ee6) Patching quest Ballet Lover (639135a7e705511c8a4a1b78) Patching quest Glory to CPSU - Part 1 (639135b04ed9512be67647d7) Patching quest Audiophile (639135bbc115f907b14700a6) Patching quest House Arrest - Part 1 (639135c3744e452011470807) Patching quest House Arrest - Part 2 (639135cd8ba6894d155e77cb) Patching quest Population Census (639135d89444fb141f4e6eea) Patching quest Urban Medicine (639135e0fa894f0a866afde6) Patching quest Surveillance (639135e8c115f907b14700aa) Patching quest Revision - Streets of Tarkov (639135f286e646067c176a87) Patching quest Green Corridor (639136d68ba6894d155e77cf) Patching quest The Huntsman Path - Administrator (639136df4b15ca31f76bc31f) Patching quest Cease Fire! (639136e84ed9512be67647db) Patching quest Kings of the Rooftops (639136f086e646067c176a8b) Patching quest Watching You (639136fa9444fb141f4e6eee) Patching quest Broadcast - Part 2 (63913715f8e5dd32bf4e3aaa) Patching quest Broadcast - Part 4 (6391372c8ba6894d155e77d7) Patching quest Make Amends (6391d90f4ed9512be67647df) Patching quest Road Closed (639282134ed9512be67647ed) Patching quest Information Source (63966faeea19ac7ed845db2c) Patching quest Missing Informant (63966fbeea19ac7ed845db2e) Patching quest Snatch (63966fccac6f8f3c677b9d89) Patching quest Payback (63966fd9ea19ac7ed845db30) Patching quest Return the Favor (63966fe7ea74a47c2d3fc0e6) Patching quest Provocation (63966ff54c3ef01b6f3ffad8) Quest Provocation (63966ff54c3ef01b6f3ffad8) has only one weapon: ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef). Only adding/processing white/black listed weapons Patching quest Following the Bread Crumbs (639670029113f06a7c3b2377) Patching quest Spotter (6396700fea19ac7ed845db32) Patching quest Make an Impression (6396701b9113f06a7c3b2379) Patching quest Trouble in the Big City (63967028c4a91c5cb76abd81) Patching quest Gunsmith - Part 4 (639872f9decada40426d3447) Patching quest Gunsmith - Part 9 (639872fa9b4fb827b200d8e5) Patching quest Gunsmith - Part 11 (639872fc93ae507d5858c3a6) Patching quest Gunsmith - Part 14 (639872fe8871e1272b10ccf6) Patching quest Gunsmith - Part 19 (639873003693c63d86328f25) Patching quest Gunsmith - Part 21 (63987301e11ec11ff5504036) Patching quest Debtor (639dbaf17c898a131e1cffff) Patching quest Broadcast - Part 3 (63a511ea30d85e10e375b045) Patching quest Test Drive - Part 2 (63a5cf262964a7488f5243ce) Quest Test Drive - Part 2 (63a5cf262964a7488f5243ce) has only one weapon: SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47). Only adding/processing white/black listed weapons Patching quest The Delicious Sausage (63a88045abf76d719f42d715) Patching quest Best Job in the World (63a9ae24009ffc6a551631a5) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 7 newWeaponCondition.length 7 Checking type AKS-74U potentialTypes[AKS-74U].length 2 newWeaponCondition.length 7 Checking type AK potentialTypes[AK].length 7 newWeaponCondition.length 7 Checking type AK-74 potentialTypes[AK-74].length 7 newWeaponCondition.length 7 Quest: Best Job in the World (63a9ae24009ffc6a551631a5) - Chosen Weapon Type: AK-74 Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) } Patching quest Worst Job in the World (63a9b229813bba58a50c9ee5) ———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Worst Job in the World (63a9b229813bba58a50c9ee5)Patching quest Slaughterhouse (63a9b36cc31b00242d28a99f) ———–– Checking type Knife potentialTypes[Knife].length 22 newWeaponCondition.length 23 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 23 Quest Slaughterhouse (63a9b36cc31b00242d28a99f) best candidate: Type: Knife Weapons: Akula push dagger (674d90b55704568fe60bc8f5), United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d), APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379), PR-Taran police baton (6540d2162ae6d96b540afcaf), MPL-50 entrenching tool (5bead2e00db834001c062938), Antique axe (5bc9c1e2d4351e00367fbcf0), Camper axe (5c012ffc0db834001d23f03f), UVSR Taiga-1 survival machete (601948682627df266209af05), Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf), SP-8 Survival Machete (5c010e350db83400232feec7), SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168), Old hand scythe (63495c500c297e20065a08b1), Red Rebel ice pick (5c0126f40db834002a125382), Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a), 6Kh5 Bayonet (5bffdc370db834001d23eca8), Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24), Freeman crowbar (5c07df7f0db834001b73588a), Cultist knife (5fc64ea372b0dd78d51159dc), Crash Axe (5bffe7930db834001b734a39), Bars A-2607 Damascus knife (57e26ea924597715ca604a09), Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800), ER FULCRUM BAYONET (54491bb74bdc2d09088b4567) Missing: 67609c44204d813ae30e07f7 ———–– Checking type Knife potentialTypes[Knife].length 22 newWeaponCondition.length 23 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 23 Quest Slaughterhouse (63a9b36cc31b00242d28a99f) best candidate: Type: Knife Weapons: Akula push dagger (674d90b55704568fe60bc8f5), United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d), APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379), PR-Taran police baton (6540d2162ae6d96b540afcaf), MPL-50 entrenching tool (5bead2e00db834001c062938), Antique axe (5bc9c1e2d4351e00367fbcf0), Camper axe (5c012ffc0db834001d23f03f), UVSR Taiga-1 survival machete (601948682627df266209af05), Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf), SP-8 Survival Machete (5c010e350db83400232feec7), SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168), Old hand scythe (63495c500c297e20065a08b1), Red Rebel ice pick (5c0126f40db834002a125382), Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a), 6Kh5 Bayonet (5bffdc370db834001d23eca8), Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24), Freeman crowbar (5c07df7f0db834001b73588a), Cultist knife (5fc64ea372b0dd78d51159dc), Crash Axe (5bffe7930db834001b734a39), Bars A-2607 Damascus knife (57e26ea924597715ca604a09), Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800), ER FULCRUM BAYONET (54491bb74bdc2d09088b4567) Missing: 67609c44204d813ae30e07f7 ———–– Checking type Knife potentialTypes[Knife].length 22 newWeaponCondition.length 23 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 23 Quest Slaughterhouse (63a9b36cc31b00242d28a99f) best candidate: Type: Knife Weapons: Akula push dagger (674d90b55704568fe60bc8f5), United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d), APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379), PR-Taran police baton (6540d2162ae6d96b540afcaf), MPL-50 entrenching tool (5bead2e00db834001c062938), Antique axe (5bc9c1e2d4351e00367fbcf0), Camper axe (5c012ffc0db834001d23f03f), UVSR Taiga-1 survival machete (601948682627df266209af05), Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf), SP-8 Survival Machete (5c010e350db83400232feec7), SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168), Old hand scythe (63495c500c297e20065a08b1), Red Rebel ice pick (5c0126f40db834002a125382), Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a), 6Kh5 Bayonet (5bffdc370db834001d23eca8), Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24), Freeman crowbar (5c07df7f0db834001b73588a), Cultist knife (5fc64ea372b0dd78d51159dc), Crash Axe (5bffe7930db834001b734a39), Bars A-2607 Damascus knife (57e26ea924597715ca604a09), Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800), ER FULCRUM BAYONET (54491bb74bdc2d09088b4567) Missing: 67609c44204d813ae30e07f7 ———–– Checking type Knife potentialTypes[Knife].length 22 newWeaponCondition.length 23 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 23 Quest Slaughterhouse (63a9b36cc31b00242d28a99f) best candidate: Type: Knife Weapons: Akula push dagger (674d90b55704568fe60bc8f5), United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d), APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379), PR-Taran police baton (6540d2162ae6d96b540afcaf), MPL-50 entrenching tool (5bead2e00db834001c062938), Antique axe (5bc9c1e2d4351e00367fbcf0), Camper axe (5c012ffc0db834001d23f03f), UVSR Taiga-1 survival machete (601948682627df266209af05), Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf), SP-8 Survival Machete (5c010e350db83400232feec7), SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168), Old hand scythe (63495c500c297e20065a08b1), Red Rebel ice pick (5c0126f40db834002a125382), Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a), 6Kh5 Bayonet (5bffdc370db834001d23eca8), Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24), Freeman crowbar (5c07df7f0db834001b73588a), Cultist knife (5fc64ea372b0dd78d51159dc), Crash Axe (5bffe7930db834001b734a39), Bars A-2607 Damascus knife (57e26ea924597715ca604a09), Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800), ER FULCRUM BAYONET (54491bb74bdc2d09088b4567) Missing: 67609c44204d813ae30e07f7 ———–– Checking type Knife potentialTypes[Knife].length 22 newWeaponCondition.length 23 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 23 Quest Slaughterhouse (63a9b36cc31b00242d28a99f) best candidate: Type: Knife Weapons: Akula push dagger (674d90b55704568fe60bc8f5), United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d), PR-Taran police baton (6540d2162ae6d96b540afcaf), APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379), MPL-50 entrenching tool (5bead2e00db834001c062938), Antique axe (5bc9c1e2d4351e00367fbcf0), Camper axe (5c012ffc0db834001d23f03f), UVSR Taiga-1 survival machete (601948682627df266209af05), Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf), SP-8 Survival Machete (5c010e350db83400232feec7), SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168), Old hand scythe (63495c500c297e20065a08b1), Red Rebel ice pick (5c0126f40db834002a125382), Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a), 6Kh5 Bayonet (5bffdc370db834001d23eca8), Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24), Freeman crowbar (5c07df7f0db834001b73588a), Cultist knife (5fc64ea372b0dd78d51159dc), Crash Axe (5bffe7930db834001b734a39), Bars A-2607 Damascus knife (57e26ea924597715ca604a09), Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800), ER FULCRUM BAYONET (54491bb74bdc2d09088b4567) Missing: 67609c44204d813ae30e07f7 ———–– Checking type Knife potentialTypes[Knife].length 22 newWeaponCondition.length 23 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 23 Quest Slaughterhouse (63a9b36cc31b00242d28a99f) best candidate: Type: Knife Weapons: Akula push dagger (674d90b55704568fe60bc8f5), United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d), APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379), PR-Taran police baton (6540d2162ae6d96b540afcaf), MPL-50 entrenching tool (5bead2e00db834001c062938), Antique axe (5bc9c1e2d4351e00367fbcf0), Camper axe (5c012ffc0db834001d23f03f), UVSR Taiga-1 survival machete (601948682627df266209af05), Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf), SP-8 Survival Machete (5c010e350db83400232feec7), SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168), Old hand scythe (63495c500c297e20065a08b1), Red Rebel ice pick (5c0126f40db834002a125382), Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a), 6Kh5 Bayonet (5bffdc370db834001d23eca8), Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24), Freeman crowbar (5c07df7f0db834001b73588a), Cultist knife (5fc64ea372b0dd78d51159dc), Crash Axe (5bffe7930db834001b734a39), Bars A-2607 Damascus knife (57e26ea924597715ca604a09), Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800), ER FULCRUM BAYONET (54491bb74bdc2d09088b4567) Missing: 67609c44204d813ae30e07f7 ———–– Checking type Knife potentialTypes[Knife].length 22 newWeaponCondition.length 23 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 23 Quest Slaughterhouse (63a9b36cc31b00242d28a99f) best candidate: Type: Knife Weapons: Akula push dagger (674d90b55704568fe60bc8f5), United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d), APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379), PR-Taran police baton (6540d2162ae6d96b540afcaf), MPL-50 entrenching tool (5bead2e00db834001c062938), Antique axe (5bc9c1e2d4351e00367fbcf0), Camper axe (5c012ffc0db834001d23f03f), UVSR Taiga-1 survival machete (601948682627df266209af05), Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf), SP-8 Survival Machete (5c010e350db83400232feec7), SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168), Old hand scythe (63495c500c297e20065a08b1), Red Rebel ice pick (5c0126f40db834002a125382), Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a), 6Kh5 Bayonet (5bffdc370db834001d23eca8), Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24), Freeman crowbar (5c07df7f0db834001b73588a), Cultist knife (5fc64ea372b0dd78d51159dc), Crash Axe (5bffe7930db834001b734a39), Bars A-2607 Damascus knife (57e26ea924597715ca604a09), Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800), ER FULCRUM BAYONET (54491bb74bdc2d09088b4567) Missing: 67609c44204d813ae30e07f7 ———–– Checking type Knife potentialTypes[Knife].length 22 newWeaponCondition.length 23 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 23 Quest Slaughterhouse (63a9b36cc31b00242d28a99f) best candidate: Type: Knife Weapons: Akula push dagger (674d90b55704568fe60bc8f5), United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d), APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379), PR-Taran police baton (6540d2162ae6d96b540afcaf), MPL-50 entrenching tool (5bead2e00db834001c062938), Antique axe (5bc9c1e2d4351e00367fbcf0), Camper axe (5c012ffc0db834001d23f03f), UVSR Taiga-1 survival machete (601948682627df266209af05), Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf), SP-8 Survival Machete (5c010e350db83400232feec7), SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168), Old hand scythe (63495c500c297e20065a08b1), Red Rebel ice pick (5c0126f40db834002a125382), Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a), 6Kh5 Bayonet (5bffdc370db834001d23eca8), Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24), Freeman crowbar (5c07df7f0db834001b73588a), Cultist knife (5fc64ea372b0dd78d51159dc), Crash Axe (5bffe7930db834001b734a39), Bars A-2607 Damascus knife (57e26ea924597715ca604a09), Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800), ER FULCRUM BAYONET (54491bb74bdc2d09088b4567) Missing: 67609c44204d813ae30e07f7 ———–– Checking type Knife potentialTypes[Knife].length 22 newWeaponCondition.length 23 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 23 Quest Slaughterhouse (63a9b36cc31b00242d28a99f) best candidate: Type: Knife Weapons: Akula push dagger (674d90b55704568fe60bc8f5), United Cutlery M48 Tactical Kukri (65ca457b4aafb5d7fc0dcb5d), APOK Tactical Wasteland Gladius (664a5428d5e33a713b622379), PR-Taran police baton (6540d2162ae6d96b540afcaf), Antique axe (5bc9c1e2d4351e00367fbcf0), MPL-50 entrenching tool (5bead2e00db834001c062938), Camper axe (5c012ffc0db834001d23f03f), Kiba Arms Tactical Tomahawk (57cd379a24597778e7682ecf), SP-8 Survival Machete (5c010e350db83400232feec7), UVSR Taiga-1 survival machete (601948682627df266209af05), SOG Voodoo Hawk tactical tomahawk (63920105a83e15700a00f168), Old hand scythe (63495c500c297e20065a08b1), Red Rebel ice pick (5c0126f40db834002a125382), Miller Bros. Blades M-2 Tactical Sword (5bffdd7e0db834001b734a1a), 6Kh5 Bayonet (5bffdc370db834001d23eca8), Superfors DB 2020 Dead Blow Hammer (6087e570b998180e9f76dc24), Freeman crowbar (5c07df7f0db834001b73588a), Cultist knife (5fc64ea372b0dd78d51159dc), Crash Axe (5bffe7930db834001b734a39), Bars A-2607 Damascus knife (57e26ea924597715ca604a09), Bars A-2607 95Kh18 knife (57e26fc7245977162a14b800), ER FULCRUM BAYONET (54491bb74bdc2d09088b4567) Missing: 67609c44204d813ae30e07f7 Patching quest Dangerous Road (63ab180c87413d64ae0ac20a) Patching quest Important Patient (641dbfd7f43eda9d810d7137) Patching quest Bloodhounds (64764abcd125ab430a14ccb5) Patching quest Hint (647710905320c660d91c15a5) Patching quest Failed Setup (64916da7ad4e722c106f2345) Patching quest Hustle (649567f359eab30d1b7c9585) Patching quest Tourists (649570491bb4d158bc4d0168) Patching quest Cocktail Tasting (649af47d717cb30e7e4b5e26) Patching quest The Huntsman Path - Big Game (64e7b971f9d6fa49d6769b44) Patching quest Gendarmerie - Mall Cop (64e7b99017ab941a6f7bf9d7) ———–– Checking type Pistol potentialTypes[Pistol].length 29 newWeaponCondition.length 29 Checking type Revolver potentialTypes[Revolver].length 3 newWeaponCondition.length 29 Quest: Gendarmerie - Mall Cop (64e7b99017ab941a6f7bf9d7) - Chosen Weapon Type: Pistol Makarov PM 9x18PM pistol (5448bd6b4bdc2dfc2f8b4569) SIG P226R 9x19 pistol (56d59856d2720bd8418b456a) PB 9x18PM silenced pistol (56e0598dd2720bb5668b45a6) TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0) Yarygin MP-443 Grach 9x19 pistol (576a581d2459771e7b1bc4f1) Makarov PM (t) 9x18PM pistol (579204f224597773d619e051) Serdyukov SR-1MP Gyurza 9x21 pistol (59f98b4986f7746f546d2cef) Stechkin APS 9x18PM machine pistol (5a17f98cfcdbcb0980087290) Glock 17 9x19 pistol (5a7ae0c351dfba0017554310) Stechkin APB 9x18PM silenced machine pistol (5abccb7dd8ce87001773e277) Glock 18C 9x19 machine pistol (5b1fa9b25acfc40018633c01) TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d) Beretta M9A3 9x19 pistol (5cadc190ae921500103bb3b6) FN Five-seveN MK2 5.7x28 pistol (5d3eb3b0a4b93615055e84d2) FN Five-seveN MK2 5.7x28 pistol (FDE) (5d67abc1a4b93614ec50137f) Colt M1911A1 .45 ACP pistol (5e81c3cbac2bb513793cdc75) Colt M45A1 .45 ACP pistol (5f36a0e5fbf956000b716b65) Lebedev PL-15 9x19 pistol (602a9740da11d6478d5a06dc) HK USP .45 ACP pistol (6193a720f8ee7e52e42109ed) Chiappa Rhino 50DS .357 revolver (61a4c8884f95bc3b2c5dc96f) Chiappa Rhino 200DS 9x19 revolver (624c2e8614da335f1e034d8c) Glock 19X 9x19 pistol (63088377b5cd696784087147) RSh-12 12.7x55 revolver (633ec7c2a6918cb895019c6c) 20x1mm toy gun (66015072e9f84d5680039678) Magnum Research Desert Eagle Mk XIX .50 AE pistol (668fe5a998b5ad715703ddd6) Magnum Research Desert Eagle L6 .50 AE pistol (669fa39b48fc9f8db6035a0c) Magnum Research Desert Eagle L6 .50 AE pistol (WTS) (669fa3d876116c89840b1217) Magnum Research Desert Eagle L5 .50 AE pistol (669fa3f88abd2662d80eee77) Magnum Research Desert Eagle L5 .357 pistol (669fa409933e898cce0c2166) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ ZiD SP-81 26x75 signal pistol (620109578d82e67e7911abf2) +++ Springfield Armory DS Prodigy 9x19mm Handgun (665fe0e865683281eb8e7ed6) +++ CZ 75B 9x19mm Pistol (6661012d16fbd2fb75408f87) +++ Beretta 93 Raffica 9x19 Machine Pistol (668c6ff6f33192aa270aa53a) +++ Springfield Armory DS Prodigy 9x19mm Handgun Flat Dark Earth (675ceb83e25d80bc676e15a6) +++ Wilson Combat EDC X9 9x19 pistol (6761b213607f9a6f79017d52) +++ CZ 75B Omega 9x19mm Pistol (67748ec2e6a045dc97e2f978) +++ LAR Grizzly 50 Mark V .50 AE pistol (677c9a47baecf3c4b2453365) +++ LAR Grizzly 50 Mark V .50 AE pistol (Stainless) (677ca334da2787e0538c882d) +++ LAR Grizzly 50 Mark V .50 AE pistol (Gold) (677ca3e62e9e964a11a55d8e) +++ Hi-Point Model C-9 9x19 pistol (679f2453d1970258c1df3fce) +++ HK UCP 4.6x30 pistol (68433b58a8f9a618b11082d4) +++ Staccato XC 9x19 pistol (68452c3da87156b67d9ec538) +++ Taran Tactical Pit Viper 9x19 pistol (684b257022b8260501141308) +++ Taran Tactical Sand Viper 9x19 pistol (684c82392d2fcfb8cf184096) +++ Taran Tactical Pit Viper 9x19 pistol (Black) (684e0b554db15cdca601b0eb) +++ SIG Sauer P320 9x19 pistol (6851b6e2af2384018031916b) +++ SR-2 Udav 9x21mm pistol (68677d09339b397ed3d37522) +++ Beretta 92FS 9x19 pistol (6868d249cdee524f8c0ba45f) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) } Patching quest Gendarmerie - Tickets, Please (64e7b9a4aac4cd0a726562cb) ———–– Checking type Smg potentialTypes[Smg].length 22 newWeaponCondition.length 22 Quest: Gendarmerie - Tickets, Please (64e7b9a4aac4cd0a726562cb) - Chosen Weapon Type: Smg PP-91 Kedr 9x18PM submachine gun (57d14d2524597714373db789) PP-91-01 Kedr-B 9x18PM submachine gun (57f3c6bd24597738e730fa2f) PP-9 Klin 9x18PMM submachine gun (57f4c844245977379d5c14d1) SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9) HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f) FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83) HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0) B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25) B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87) PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8) TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2) HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5) TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57) Soyuz-TM STM-9 Gen.2 9x19 carbine (60339954d62c9b14ed777c06) SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47) IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0) IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1) IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f) +++ Minebea PM-9 9x19mm Submachine Gun (6761b213607f9a6f79017cd8) +++ HK UMP 9x19 submachine gun (67b05e25d83f07b7b587c0b5) +++ CZ Scorpion EVO 3 A1 9x19 submachine gun (687afda52dc9fd6c0e14c602) } Patching quest Gendarmerie - District Patrol (64e7b9bffd30422ed03dad38) ———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d17f433cdb29072bc8) not found in weaponToType for quest Gendarmerie - District Patrol (64e7b9bffd30422ed03dad38)Patching quest Broadcast - Part 5 (64ee99639878a0569d6ec8c9) Patching quest The Door (64ee9df4496db64f9b7a4432) Patching quest Overseas Trust - Part 1 (64f1cc571a5f313cb144bf90) Patching quest Overseas Trust - Part 2 (64f1d6e732bed22c3e0c7423) Patching quest Ambulances Again (64f3176921045e77405d63b5) Patching quest Glory to CPSU - Part 2 (64f5aac4b63b74469b6c14c2) Patching quest Test Drive - Part 3 (64f5deac39e45b527a7c4232) Quest Test Drive - Part 3 (64f5deac39e45b527a7c4232) has only one weapon: Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949). Only adding/processing white/black listed weapons Patching quest Beyond the Red Meat - Part 1 (64f5e20652fc01298e2c61e3) Patching quest Beyond the Red Meat - Part 2 (64f6aafd67e11a7c6206e0d0) Patching quest Pets Won’t Need It - Part 1 (64f731ab83cfca080a361e42) Patching quest Gunsmith - Part 23 (64f83bb69878a0569d6ecfbe) Patching quest Gunsmith - Part 24 (64f83bcdde58fc437700d8fa) Patching quest Gunsmith - Part 25 (64f83bd983cfca080a362c82) Patching quest The Punisher. Harvest (655e427b64d09b4122018228) Patching quest Pyramid Scheme (6572e876dc0d635f633a5714) Patching quest First in Line (657315ddab5a49b71f098853) Patching quest Shooting Cans (657315df034d76585f032e01) Patching quest Luxurious Life (657315e1dccd301f1301416a) Patching quest Burning Rubber (657315e270bb0b8dba00cc48) Patching quest Saving the Mole (657315e4a6af4ab4b50f3459) Patching quest Developer’s Secrets - Part 1 (65733403eefc2c312a759ddb) Patching quest Developer’s Secrets - Part 2 (6573382e557ff128bf3da536) Patching quest Pets Won’t Need It - Part 2 (6573387d0b26ed4fde798de3) Patching quest Properties All Around (6573397ef3f8344c4575cd87) Patching quest Dandies (65734c186dc1e402c80dc19e) Patching quest Test Drive - Part 4 (6574e0dedc0d635f633a5805) Quest Test Drive - Part 4 (6574e0dedc0d635f633a5805) has only one weapon: Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385). Only adding/processing white/black listed weapons Patching quest The Huntsman Path - Crooked Cop (6578eb36e5020875d64645cd) Patching quest Steady Signal (6578ec473dbd035d04531a8d) Patching quest No Swiping (658027799634223183395339) Patching quest Nothing Fishy About This (65802b627b44fa5e14638899) Patching quest The Tarkov Mystery (6603fe74e773dcf3b0099f88) Patching quest Easy Money - Part 1 (66058cb22cee99303f1ba067) Patching quest Easy Money - Part 2 (66058cb5ae4719735349b9e8) Patching quest Balancing - Part 1 (66058cb7c7f3584787181476) Quest Balancing - Part 1 (66058cb7c7f3584787181476) has only one weapon: HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696). Only adding/processing white/black listed weapons Patching quest Balancing - Part 2 (66058cb9e8e4f17985230805) Quest Balancing - Part 2 (66058cb9e8e4f17985230805) has only one weapon: Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511). Only adding/processing white/black listed weapons Quest: Balancing - Part 2 (66058cb9e8e4f17985230805) - Chosen Weapon Type: null Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) } Patching quest Surprise (66058cbb06ef1d50a60c1f46) Patching quest Create a Distraction - Part 1 (66058cbd9f59e625462acc8e) Patching quest Create a Distraction - Part 2 (66058cbf2f19c31a5a1337ec) Patching quest To Great Heights! - Part 1 (66058cc1da30b620a34e6e86) Patching quest To Great Heights! - Part 2 (66058cc208308761cf390993) Patching quest To Great Heights! - Part 3 (66058cc5bb83da7ba474aba9) Patching quest Drip-Out - Part 1 (6613f3007f6666d56807c929) Patching quest Drip-Out - Part 2 (6613f307fca4f2f386029409) Patching quest Drip-Out - Part 1 (66151401efb0539ae10875ae) Patching quest Drip-Out - Part 2 (6615141bfda04449120269a7) Patching quest Hustle (6658a15615cbb1b2c6014d5b) Patching quest Thirsty - Hounds (665eeacf5d86b6c8aa03c79b) Patching quest Thirsty - Breadwinner (665eec1f5e47a79f8605565a) Patching quest Thirsty - Delivery (665eec4a4dfc83b0ed0a9dca) Patching quest Thirsty - Echo (665eeca45d86b6c8aa03c79d) Patching quest Thirsty - Secrets (665eeca92f7aedcc900b0437) Patching quest Friend Among Strangers (66631489acf8442f8b05319f) Patching quest Immunity (6663148ca9290f9e0806cca1) Patching quest Small Business - Part 1 (6663148ed7f171c4c20226c1) Patching quest Small Business - Part 2 (6663149196a9349baa021baa) Patching quest Small Business - Part 3 (66631493312343839d032d22) Patching quest The Invisible Hand (6663149cfd5ca9577902e037) Patching quest Circulate (6663149f1d3ec95634095e75) Patching quest Special Offer (666314a1920800278d0f6746) Patching quest Combat Proven (666314a31cd52e3d040a2e76) Patching quest Old Patterns (666314a50aa5c7436c00908a) Patching quest Hell on Earth - Part 1 (666314b0acf8442f8b0531a1) Patching quest Hell on Earth - Part 2 (666314b2a9290f9e0806cca3) ———–– Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 2 newWeaponCondition.length 2 Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 2 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 2 Quest: Hell on Earth - Part 2 (666314b2a9290f9e0806cca3) - Chosen Weapon Type: 12ga MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) +++ MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) +++ MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) +++ Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) +++ Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) +++ MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) +++ MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest The Good Times - Part 1 (666314b4d7f171c4c20226c3) ———–– [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest The Good Times - Part 1 (666314b4d7f171c4c20226c3)Patching quest Quality Standard (666314b696a9349baa021bac) Patching quest Airmail (666314b8312343839d032d24) Patching quest The Good Times - Part 2 (666314bafd5ca9577902e03a) Quest The Good Times - Part 2 (666314bafd5ca9577902e03a) has only one weapon: TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d). Only adding/processing white/black listed weapons Quest: The Good Times - Part 2 (666314bafd5ca9577902e03a) - Chosen Weapon Type: null TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d) +++ TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0) } Patching quest Minute of Fame (666314bc1d3ec95634095e77) Patching quest Viewer (666314bd920800278d0f6748) Patching quest Serious Allegations (666314bf1cd52e3d040a2e78) Patching quest Camera, Action! (666314c10aa5c7436c00908c) Patching quest Proper Comeback (666314c3acf8442f8b0531a3) Patching quest Key to the City (666314c5a9290f9e0806cca5) Patching quest Establish Contact (6672d9def1c88688a707d042) Patching quest A Key to Salvation (6672ec2a2b6f3b71be794cc5) Patching quest Import Сontrol (668bcccc167d507eb01a268b) Patching quest What’s Your Evidence? (668bccf963acb16d63707043) Patching quest Caught Red-Handed (668bcd1b194be70f18427a00) Patching quest One Less Loose End (669fa38fad7f1eac2607ed46) Patching quest A Healthy Alternative (669fa3910c828825de06d69f) Patching quest Forklift Certified (669fa394e0c9f9fafa082897) Patching quest Exit Here (669fa395c4c5c04798002497) Patching quest Claustrophobia (669fa3979b0ce3feae01a130) ———–– Checking type Shotgun potentialTypes[Shotgun].length 16 newWeaponCondition.length 16 Checking type 12ga potentialTypes[12ga].length 14 newWeaponCondition.length 16 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 16 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 7 newWeaponCondition.length 16 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 1 newWeaponCondition.length 16 Checking type SniperRifle potentialTypes[SniperRifle].length 1 newWeaponCondition.length 16 Quest: Claustrophobia (669fa3979b0ce3feae01a130) - Chosen Weapon Type: Shotgun MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Possessor (669fa399033a3ce9870338a8) Patching quest Black Swan (669fa39b91b0a8c9680fc467) Patching quest The Walls Have Eyes (669fa39c64ea11e84c0642a6) Patching quest All Is Revealed (669fa39ee749756c920d02c8) Patching quest Dragnet (669fa3a08b4a64b332041ff7) Patching quest Capacity Check (669fa3a1c26f13bd04030f37) Patching quest Health Care Privacy - Part 6 (669fa3a3ad7f1eac2607ed48) Patching quest Test Drive - Part 5 (669fa3a40c828825de06d6a1) ———–– Checking type Smg potentialTypes[Smg].length 3 newWeaponCondition.length 3 Quest: Test Drive - Part 5 (669fa3a40c828825de06d6a1) - Chosen Weapon Type: Smg IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0) IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1) +++ PP-91 Kedr 9x18PM submachine gun (57d14d2524597714373db789) +++ PP-91-01 Kedr-B 9x18PM submachine gun (57f3c6bd24597738e730fa2f) +++ PP-9 Klin 9x18PMM submachine gun (57f4c844245977379d5c14d1) +++ SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) +++ HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60) +++ PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) +++ Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) +++ HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9) +++ HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f) +++ FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83) +++ HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0) +++ B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25) +++ B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87) +++ PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8) +++ TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2) +++ HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5) +++ TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57) +++ Soyuz-TM STM-9 Gen.2 9x19 carbine (60339954d62c9b14ed777c06) +++ SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47) +++ IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f) +++ Minebea PM-9 9x19mm Submachine Gun (6761b213607f9a6f79017cd8) +++ HK UMP 9x19 submachine gun (67b05e25d83f07b7b587c0b5) +++ CZ Scorpion EVO 3 A1 9x19 submachine gun (687afda52dc9fd6c0e14c602) } Patching quest Gunsmith - Special Order (66a74c628410476dd65543be) Patching quest Gun Connoisseur (66a75b44243a6548ff5e5ff9) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 24 newWeaponCondition.length 24 Checking type AR-15 potentialTypes[AR-15].length 11 newWeaponCondition.length 24 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 24 Checking type AK potentialTypes[AK].length 4 newWeaponCondition.length 24 Quest: Gun Connoisseur (66a75b44243a6548ff5e5ff9) - Chosen Weapon Type: AssaultRifle Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3) ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63) Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540) FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218) HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696) Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38) Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5) +++ AEK-971 5.45x39 assault rifle (0cb4a36dd2e587b46e813dbe) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) +++ Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Master Hand (5ae083b25acfc4001a5fc702) +++ DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef) +++ Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) +++ FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74) +++ FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ HK G3 7.62x51 assault rifle (664274a4d2e5fe0439d545a6) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc) +++ HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d) +++ HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c) +++ Knight’s Armament Company PDW .300 Blackout assault rifle (6761b213607f9a6f79017c7e) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562) +++ AN-94 5.45x39 assault rifle (678fe4a4906c7bd23722c71f) +++ AN-94 5.45x39 “Kirov’s Custom” assault rifle (679a6a534f3d279c99b135b9) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ IWI Tavor X95 9x19mm assault rifle (67f425638b8cbfdc0cd1b5f2) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ FN SCAR-L MK2 .300 Blackout assault rifle (682a97a707ec1d7ca369afc4) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ AEK-973 7.62x39 assault rifle (686093d590c3dce07984c38a) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) +++ M4A1 } ———–– Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 16 Checking type AssaultRifle potentialTypes[AssaultRifle].length 15 newWeaponCondition.length 16 Checking type AKS-74U potentialTypes[AKS-74U].length 8 newWeaponCondition.length 16 Checking type AK potentialTypes[AK].length 15 newWeaponCondition.length 16 Checking type AK-74 potentialTypes[AK-74].length 7 newWeaponCondition.length 16 Quest Gun Connoisseur (66a75b44243a6548ff5e5ff9) best candidate: Type: AK Weapons: SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b), SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245), Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2), Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1), Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511), Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029), Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633), Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55), Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434), Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af), Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572), Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859), Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c), Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949), Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) Missing: RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Quest: Gun Connoisseur (66a75b44243a6548ff5e5ff9) - Chosen Weapon Type: null Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) } ———–– Checking type MachineGun potentialTypes[MachineGun].length 2 newWeaponCondition.length 15 Checking type AssaultRifle potentialTypes[AssaultRifle].length 11 newWeaponCondition.length 15 Checking type AKM potentialTypes[AKM].length 7 newWeaponCondition.length 15 Checking type AK potentialTypes[AK].length 6 newWeaponCondition.length 15 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 2 newWeaponCondition.length 15 Quest: Gun Connoisseur (66a75b44243a6548ff5e5ff9) - Chosen Weapon Type: null TOZ Simonov SKS 7.62x39 carbine (574d967124597745970e7c94) Molot Arms Simonov OP-SKS 7.62x39 carbine (587e02ff24597743df3deaeb) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 3 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 3 newWeaponCondition.length 12 Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 4 newWeaponCondition.length 12 Checking type MachineGun potentialTypes[MachineGun].length 3 newWeaponCondition.length 12 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 2 newWeaponCondition.length 12 Quest: Gun Connoisseur (66a75b44243a6548ff5e5ff9) - Chosen Weapon Type: null SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) Tokarev AVT-40 7.62x54R automatic rifle (6410733d5dd49d77bd07847e) Tokarev SVT-40 7.62x54R rifle (643ea5b23db6f9f57107d9fd) Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ MIRA_weapon_izhmash_svd_762x54 } ———–– Checking type Smg potentialTypes[Smg].length 9 newWeaponCondition.length 16 Checking type Pistol potentialTypes[Pistol].length 7 newWeaponCondition.length 16 ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 4 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 3 newWeaponCondition.length 4 Checking type AssaultRifle potentialTypes[AssaultRifle].length 1 newWeaponCondition.length 4 Quest Gun Connoisseur (66a75b44243a6548ff5e5ff9) best candidate: Type: AssaultCarbine Weapons: AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce), KBP VSK-94 9x39 rifle (645e0c6b3b381ede770e1cc9), KBP 9A-91 9x39 compact assault rifle (644674a13d52156624001fbc) Missing: VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Patching quest Customer Communication (66a77394243a6548ff5e601d) Patching quest Supply and Demand (66a78dada472ad7f845b71f7) Patching quest New Day, New Paths (66aa58245ab22944110db6e9) Patching quest Know Your Place! (66aa61663aa37705c5024277) Patching quest Secrets of Polikhim (66aa74571e5e199ecd094f18) Patching quest Special Comms (66ab970848ddbe9d4a0c49a8) Patching quest Forester’s Duty (66ab9da7eb102b9bcd08591c) Patching quest Beneath The Streets (66aba85403e0ee3101042877) Patching quest Rough Tarkov (66b38c7bf85b8bf7250f9cb6) Patching quest Every Hunter Knows This (66b38e144f2ab7cc530c3fe7) Patching quest Is This a Reference? (66d9cbb67b491f9d5304f6e6) Patching quest Into the Inferno (66e01aca214f88109006a4b5) Patching quest In and Out (66e01ad15a8890455a0d9eea) Patching quest Ours by Right (66e01ad6835f78499f049180) Patching quest Provide Cover (66e01adbd3d014f3ae061c12) Patching quest Cream of the Crop (66e01ae0c391e4c94903d220) Patching quest Before the Rain (66e01c4c475acf7e0102d296) Patching quest Night of The Cult (66e3e2ee2136472d220bcb36) Patching quest The Graven Image (66e3e2fcb26de0e0790d3fe6) Patching quest Don’t Believe Your Eyes (670404a2ea1caa8f2e0be106) Patching quest Dirty Blood (67040b3d10b18d153a08f636) Patching quest Burn It Down (67040b6c45eaf70db10dbec6) Patching quest The Root Cause (67040ba4578a46e44a05c0a8) Patching quest Matter of Technique (67040c22cc1f3752720376e9) Patching quest Find the Source (67040c43ce929d6ee506c7c7) Patching quest Gloves Off (67040c5b4ac6d9c18c0ade26) ———–– Checking type Shotgun potentialTypes[Shotgun].length 15 newWeaponCondition.length 15 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 7 newWeaponCondition.length 15 Checking type 12ga potentialTypes[12ga].length 13 newWeaponCondition.length 15 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 1 newWeaponCondition.length 15 Checking type SniperRifle potentialTypes[SniperRifle].length 1 newWeaponCondition.length 15 Quest: Gloves Off (67040c5b4ac6d9c18c0ade26) - Chosen Weapon Type: Shotgun MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Sample IV - A New Hope (67040c78bf4be8a4ef041a65) Patching quest Darkest Hour Is Just Before Dawn (67040c92bf4be8a4ef041a6c) Patching quest Radical Treatment (67040cae4ac6d9c18c0ade2c) Patching quest Forgotten Oaths (67040ccdcc1f3752720376ef) Patching quest Global Threat (67190f6c1b3f4964d90d71e9) Patching quest Watch the Watcher (67190f9c7b0991dc22064766) Patching quest Not a Step Back! (67190febcce4a5fdf605d4f8) Patching quest Pressured by Circumstances (67191048eddf081d340d4c6e) ———–– Checking type Pistol potentialTypes[Pistol].length 29 newWeaponCondition.length 29 Checking type Revolver potentialTypes[Revolver].length 3 newWeaponCondition.length 29 Quest: Pressured by Circumstances (67191048eddf081d340d4c6e) - Chosen Weapon Type: Pistol Makarov PM 9x18PM pistol (5448bd6b4bdc2dfc2f8b4569) SIG P226R 9x19 pistol (56d59856d2720bd8418b456a) PB 9x18PM silenced pistol (56e0598dd2720bb5668b45a6) TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0) Yarygin MP-443 Grach 9x19 pistol (576a581d2459771e7b1bc4f1) Makarov PM (t) 9x18PM pistol (579204f224597773d619e051) Serdyukov SR-1MP Gyurza 9x21 pistol (59f98b4986f7746f546d2cef) Stechkin APS 9x18PM machine pistol (5a17f98cfcdbcb0980087290) Glock 17 9x19 pistol (5a7ae0c351dfba0017554310) Stechkin APB 9x18PM silenced machine pistol (5abccb7dd8ce87001773e277) Glock 18C 9x19 machine pistol (5b1fa9b25acfc40018633c01) TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d) Beretta M9A3 9x19 pistol (5cadc190ae921500103bb3b6) FN Five-seveN MK2 5.7x28 pistol (5d3eb3b0a4b93615055e84d2) FN Five-seveN MK2 5.7x28 pistol (FDE) (5d67abc1a4b93614ec50137f) Colt M1911A1 .45 ACP pistol (5e81c3cbac2bb513793cdc75) Colt M45A1 .45 ACP pistol (5f36a0e5fbf956000b716b65) Lebedev PL-15 9x19 pistol (602a9740da11d6478d5a06dc) HK USP .45 ACP pistol (6193a720f8ee7e52e42109ed) Chiappa Rhino 50DS .357 revolver (61a4c8884f95bc3b2c5dc96f) Chiappa Rhino 200DS 9x19 revolver (624c2e8614da335f1e034d8c) Glock 19X 9x19 pistol (63088377b5cd696784087147) RSh-12 12.7x55 revolver (633ec7c2a6918cb895019c6c) 20x1mm toy gun (66015072e9f84d5680039678) Magnum Research Desert Eagle Mk XIX .50 AE pistol (668fe5a998b5ad715703ddd6) Magnum Research Desert Eagle L6 .50 AE pistol (669fa39b48fc9f8db6035a0c) Magnum Research Desert Eagle L6 .50 AE pistol (WTS) (669fa3d876116c89840b1217) Magnum Research Desert Eagle L5 .50 AE pistol (669fa3f88abd2662d80eee77) Magnum Research Desert Eagle L5 .357 pistol (669fa409933e898cce0c2166) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ ZiD SP-81 26x75 signal pistol (620109578d82e67e7911abf2) +++ Springfield Armory DS Prodigy 9x19mm Handgun (665fe0e865683281eb8e7ed6) +++ CZ 75B 9x19mm Pistol (6661012d16fbd2fb75408f87) +++ Beretta 93 Raffica 9x19 Machine Pistol (668c6ff6f33192aa270aa53a) +++ Springfield Armory DS Prodigy 9x19mm Handgun Flat Dark Earth (675ceb83e25d80bc676e15a6) +++ Wilson Combat EDC X9 9x19 pistol (6761b213607f9a6f79017d52) +++ CZ 75B Omega 9x19mm Pistol (67748ec2e6a045dc97e2f978) +++ LAR Grizzly 50 Mark V .50 AE pistol (677c9a47baecf3c4b2453365) +++ LAR Grizzly 50 Mark V .50 AE pistol (Stainless) (677ca334da2787e0538c882d) +++ LAR Grizzly 50 Mark V .50 AE pistol (Gold) (677ca3e62e9e964a11a55d8e) +++ Hi-Point Model C-9 9x19 pistol (679f2453d1970258c1df3fce) +++ HK UCP 4.6x30 pistol (68433b58a8f9a618b11082d4) +++ Staccato XC 9x19 pistol (68452c3da87156b67d9ec538) +++ Taran Tactical Pit Viper 9x19 pistol (684b257022b8260501141308) +++ Taran Tactical Sand Viper 9x19 pistol (684c82392d2fcfb8cf184096) +++ Taran Tactical Pit Viper 9x19 pistol (Black) (684e0b554db15cdca601b0eb) +++ SIG Sauer P320 9x19 pistol (6851b6e2af2384018031916b) +++ SR-2 Udav 9x21mm pistol (68677d09339b397ed3d37522) +++ Beretta 92FS 9x19 pistol (6868d249cdee524f8c0ba45f) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) } Patching quest Conservation Area (671910d5dbd4354ac10e9784) Patching quest Irresistible (671a49f77d49aea42c029b5f) Patching quest Dangerous Props (671a59e43d73dac1360765cc) ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 2 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 2 Quest: Dangerous Props (671a59e43d73dac1360765cc) - Chosen Weapon Type: 12ga MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) +++ MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) +++ MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) +++ Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) +++ Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) +++ MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) +++ MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Contagious Beast (6727ef2c6015b7cc540ea754) Patching quest Shipping Delay - Part 2 (673f2cd5d3346c2167020484) Patching quest Shipping Delay - Part 1 (673f348dd3346c21670217e7) Patching quest Hot Wheels (673f4e956f1b89c7bc0f56ef) Patching quest Hot Wheels - Let’s Try Again (673f5a4976553f78350bdac1) Patching quest Inevitable Response (673f6027352b4da8e00322d2) Patching quest Order From Outside (673f61a066e6a521aa04b62b) Patching quest Building Foundations (673f629c5b555b53460cf827) Patching quest Natural Exchange (6740a02a69a58fceba0ff399) Patching quest Forge a Friendship (6740a15566e6a521aa051b15) Patching quest Half-Empty (6740a2c17e3818d5bb0648b6) Patching quest Stick in the Wheel (6740a3f4eca8acb2d2055159) Patching quest Another Shipping Delay (6740b60c60a98cad1b0e0aa0) Patching quest Ask for Directions (674492b6909d2013670a347a) Patching quest Stabilize Business (6744a4717e3818d5bb0680bb) Patching quest Battery Change (6744a728352b4da8e003eda9) Patching quest Battery Change (6744a9dfef61d56e020b5c4a) Patching quest Protect the Sky (6744ab1def61d56e020b5c56) Patching quest Discombobulate (6744aca8d3346c216702c583) Patching quest The Price of Independence (6744af0969a58fceba101fed) Patching quest The Price of Independence (6745cbee909d2013670a4a55) Patching quest The Higher They Fly (6745fae369a58fceba10343d) Patching quest Swift Retribution (6745fcded0fbbc74ca0f721d) Patching quest Simple Side Job (6745fdddd3346c216702e0bf) Patching quest Route Deviation (674600a366e6a521aa05eb66) Patching quest Hindsight 20/20 (674602307e3818d5bb069489) Patching quest Key Partner (6746053b5b555b53460d9896) Patching quest Killer Argument (674605df60a98cad1b0ec799) Patching quest Choose Your Friends Wisely (67460662d0fbbc74ca0f7229) Patching quest Christmas Dinner (675031be899713ccad00060c) Patching quest Chilly (675031d3884e1da4a90b3bc9) Patching quest Hide in Plain Sight (675031e1f300496cc4104450) Patching quest Cheer Up (675031f57775aada6b0f96a1) Patching quest Holiday Beyond the Means (6750320e23fc8fd9cc087d14) Patching quest Illegal Logging (67503219527c9a38e80496ae) Patching quest Khorovod (67503247622398376d0b57cd) Patching quest Enough Drinks for That One (67503260899713ccad00060e) Patching quest A Helping Hand (6752f6d83038f7df520c83e8) Patching quest Abandoned Cargo (675c03d1f7da9792a405549a) Patching quest Shipment Tracking (675c047fa46173572a0bd878) Patching quest Closer to the People (675c04f4db8807b75d0f38e8) Patching quest Break the Deal (675c085d59b0575973005f52) Patching quest Passion for Ergonomics (675c1570526ff496850895d9) Patching quest Work Smarter (675c1cf4a757ddd00404f0a3) Patching quest Seizing the Initiative (675c1d6d59b0575973008fc7) Patching quest Rite of Passage (675c1ec7a46173572a0bf20a) Patching quest Test Drive - Part 6 (675c1ff1a757ddd00404f0aa) Quest Test Drive - Part 6 (675c1ff1a757ddd00404f0aa) has only one weapon: Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888). Only adding/processing white/black listed weapons Patching quest Belka and Strelka (675c3507a06634b5110e3c18) Patching quest Private Club (675c3582f6ddc329a90f9c6d) Patching quest Connections Up North (6764174c86addd02bc033d68) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 11 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 11 Quest: Connections Up North (6764174c86addd02bc033d68) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest Gunsmith - Old Friend’s Request (676529af9c90953d090882e7) Patching quest The Price of Celebration (676c243577f0257dd50239e6) Patching quest This Is My Party (676c243fb16f4b14b905e7f4) Patching quest Who Are You? (ff2c2fd5d1e216e8aa91f992) Patching quest Groceries (be3c5ff9d7033690c03b761b) Patching quest Counter Raiding (67296afd6e3127842d3a2e42) Patching quest Introduction. (673f06ffd971eef67d8cc504) Patching quest Expanding Wardrobe (6740b1c44382955ae7e87eb9) Patching quest Grab n’ Tag (673f0b6c85753ffd03ad5f34) Patching quest Uncovered Businesses (673f0daebb711e9700b60899) Patching quest Eye for an eye (673f0f4d219756e158de7ab3) Patching quest Spooky Season (6740b5875ef4d62a019c51f2) Patching quest Wanderer (6740b70d0c2f488b92d69575) Patching quest Fetch it (6741d2a8ee39dbd555b6468d) Patching quest Communication is Key (6741d50ae7f5bd50d5034129) Patching quest Rags to Riches (6741d6176c4b417a408d290f) Patching quest The Lost Package (6741d74a7ca8a4abfdf908c6) Patching quest Puppets (6741d86720827d719dafa146) Patching quest Secret Formula (6741da44d68092ca9722521a) Patching quest The Keycard Holder (6741dbba9e6d28c8ff0a700f) Patching quest Bigger Fish (6741dd080a4b6768df84d4ed) Patching quest Abandoned Enterance (6741de5af218c3a4a71f659e) Patching quest Finding Equipment (6745faad87494344ac6986e7) Patching quest Rearming, Preparing. (6745fdae9426c1e4a9fd5772) Patching quest Audio interference (67462d52d129aa9ebc6eb98d) Patching quest Gathering Information - Part 1 (67463059a075ba4f50c0e396) Patching quest Gathering Information - Part 2 (6746319d051c463a810728fc) Patching quest Gathering Information - Part 3 (67464750efd379bfffb1d539) Patching quest False Prophets - Part 1 (674652a3507f4bb1aecd1086) Patching quest New Contacts (67471f9c63d6ef6fe3ced898) Patching quest Quick Trip To ULTRA (67509b40ebc998b7d528d1a1) Patching quest Shopping Spree (67509c43d96ffa5a7187c025) Patching quest Black Friday (67509cb7f4536e3f9382009b) Patching quest Silence At ULTRA (67509d5ecf08e0fbf1764f36) Patching quest King Of ULTRA (67509e7057be1b2849ca4f57) Patching quest Fuelist - Part 1 (674720e808312fa336c68ee6) Patching quest Fuelist - Part 2 (6747235ed723d48c90cb644f) Patching quest Household Goods (674721e986f435b80234da65) Patching quest Ammo Gathering (67472251414d587b8b36ba1f) Patching quest Field Surgery (674722c60ad34fd118ec4c9e) Patching quest Home Depot (674723bdd56b0c5b295bb6a1) Patching quest Ready For Battle (67472495fb91486f4fb89cb3) Patching quest Keep Your Souvenirs (6766e795bcba079415915b6b) Patching quest Old But Gold - Part 1 (6769f36baded384a687d97a1) ———–– Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 2 newWeaponCondition.length 2 Quest: Old But Gold - Part 1 (6769f36baded384a687d97a1) - Chosen Weapon Type: AssaultCarbine TOZ Simonov SKS 7.62x39 carbine (574d967124597745970e7c94) Molot Arms Simonov OP-SKS 7.62x39 carbine (587e02ff24597743df3deaeb) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Molot Arms VPO-101 Vepr-Hunter 7.62x51 carbine (5c501a4d2e221602b412b540) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Tokarev AVT-40 7.62x54R automatic rifle (6410733d5dd49d77bd07847e) +++ Tokarev SVT-40 7.62x54R rifle (643ea5b23db6f9f57107d9fd) +++ KBP 9A-91 9x39 compact assault rifle (644674a13d52156624001fbc) +++ KBP VSK-94 9x39 rifle (645e0c6b3b381ede770e1cc9) +++ SR-3M 9x39 compact assault rifle (651450ce0e00edc794068371) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Molot Arms VPO-208 .366 TKM carbine (682a543094114c092df7373e) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Riley Defense RAK74-P semi-automatic rifle (682f527ae74a24cfa1d3f5c5) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ ORSIS AR-15J .366 TKM assault carbine (685986b9f3b3a12b2546f999) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Old But Gold - Part 2 (6769f51c43d1569d59e3c397) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 2 newWeaponCondition.length 2 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 2 newWeaponCondition.length 2 Quest: Old But Gold - Part 2 (6769f51c43d1569d59e3c397) - Chosen Weapon Type: BoltActionSniperRifle Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) +++ Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) +++ Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) +++ Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) +++ ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) +++ Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest Old But Gold - Part 3 (6769f68fa4eb1eafdf31d38c) Quest Old But Gold - Part 3 (6769f68fa4eb1eafdf31d38c) has only one weapon: ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f). Only adding/processing white/black listed weapons Patching quest Old But Gold - Part 4 (676aca14fe90a5a838dd04c3) ———–– Checking type Pistol potentialTypes[Pistol].length 2 newWeaponCondition.length 3 Checking type Smg potentialTypes[Smg].length 1 newWeaponCondition.length 3 Quest Old But Gold - Part 4 (676aca14fe90a5a838dd04c3) best candidate: Type: Pistol Weapons: TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d), TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0) Missing: PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8) Patching quest Old But Gold - Part 5 (676acb5bc60f9d06283a2234) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 8 newWeaponCondition.length 8 Checking type AKM potentialTypes[AKM].length 7 newWeaponCondition.length 8 Checking type AK potentialTypes[AK].length 6 newWeaponCondition.length 8 Quest: Old But Gold - Part 5 (676acb5bc60f9d06283a2234) - Chosen Weapon Type: AssaultRifle Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) +++ AEK-971 5.45x39 assault rifle (0cb4a36dd2e587b46e813dbe) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Master Hand (5ae083b25acfc4001a5fc702) +++ DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) +++ HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63) +++ ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef) +++ Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) +++ FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74) +++ FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514) +++ FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540) +++ FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218) +++ HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38) +++ Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5) +++ Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ HK G3 7.62x51 assault rifle (664274a4d2e5fe0439d545a6) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc) +++ HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d) +++ HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c) +++ Knight’s Armament Company PDW .300 Blackout assault rifle (6761b213607f9a6f79017c7e) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562) +++ AN-94 5.45x39 assault rifle (678fe4a4906c7bd23722c71f) +++ AN-94 5.45x39 “Kirov’s Custom” assault rifle (679a6a534f3d279c99b135b9) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ IWI Tavor X95 9x19mm assault rifle (67f425638b8cbfdc0cd1b5f2) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ FN SCAR-L MK2 .300 Blackout assault rifle (682a97a707ec1d7ca369afc4) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ AEK-973 7.62x39 assault rifle (686093d590c3dce07984c38a) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest RUAF Infiltrator - Part 1 (67472503ea7a07fc5c20b8a4) Patching quest RUAF Infiltrator - Part 2 (674725ff49d0b6a4089163d2) Patching quest RUAF Infiltrator - Part 3 (6747268e69275427dffb78f7) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 2 Checking type AK potentialTypes[AK].length 2 newWeaponCondition.length 2 Checking type AK-74 potentialTypes[AK-74].length 1 newWeaponCondition.length 2 Quest: RUAF Infiltrator - Part 3 (6747268e69275427dffb78f7) - Chosen Weapon Type: AK Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Akula push dagger (674d90b55704568fe60bc8f5) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 2 Checking type AK potentialTypes[AK].length 2 newWeaponCondition.length 2 Checking type AK-74 potentialTypes[AK-74].length 1 newWeaponCondition.length 2 Quest: RUAF Infiltrator - Part 3 (6747268e69275427dffb78f7) - Chosen Weapon Type: AK Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Akula push dagger (674d90b55704568fe60bc8f5) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 2 Checking type AK potentialTypes[AK].length 2 newWeaponCondition.length 2 Checking type AK-74 potentialTypes[AK-74].length 1 newWeaponCondition.length 2 Quest: RUAF Infiltrator - Part 3 (6747268e69275427dffb78f7) - Chosen Weapon Type: AK Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Akula push dagger (674d90b55704568fe60bc8f5) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest RUAF Infiltrator - Part 4 (674727f9beeec883a8b733e4) Patching quest RUAF Infiltrator - Part 5 (674728d52fe62c289180baf3) Patching quest RUAF Infiltrator - Part 6 (67472a02e64a37a015c27d4a) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 2 Checking type AK potentialTypes[AK].length 2 newWeaponCondition.length 2 Checking type AK-74 potentialTypes[AK-74].length 1 newWeaponCondition.length 2 Quest: RUAF Infiltrator - Part 6 (67472a02e64a37a015c27d4a) - Chosen Weapon Type: AK Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Akula push dagger (674d90b55704568fe60bc8f5) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 2 Checking type AK potentialTypes[AK].length 2 newWeaponCondition.length 2 Checking type AK-74 potentialTypes[AK-74].length 1 newWeaponCondition.length 2 Quest: RUAF Infiltrator - Part 6 (67472a02e64a37a015c27d4a) - Chosen Weapon Type: AK Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Akula push dagger (674d90b55704568fe60bc8f5) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 2 Checking type AK potentialTypes[AK].length 2 newWeaponCondition.length 2 Checking type AK-74 potentialTypes[AK-74].length 1 newWeaponCondition.length 2 Quest: RUAF Infiltrator - Part 6 (67472a02e64a37a015c27d4a) - Chosen Weapon Type: AK Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Akula push dagger (674d90b55704568fe60bc8f5) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Getting Familiar With Weapons - Part 1 (67516c77476efeef09be34a1) Patching quest Getting Familiar With Weapons - Part 2 (6751718a8b3f5b546858efb2) Patching quest Getting Familiar With Weapons - Part 3 (6751751f0e38a97dbe6a3d91) Patching quest Tools To Work With - Part 1 (67618f93c508b3ae798a0239) Patching quest Tools To Work With - Part 2 (675a456b801bb92dae60542e) Patching quest Tools To Work With - Part 3 (67618aad83c2ba931e036514) Patching quest Tools To Work With - Part 4 (6761944135ddfb7470a330e4) Patching quest Tools To Work With - Part 5 (6761ab808567eefeff44ec2a) Patching quest Tools To Work With - Part 6 (6761af40a082b41fbbe3e001) Patching quest Tools To Work With - Part 7 (6761b116ffdb1b7a8a15d224) Patching quest Tools To Work With - Part 8 (6761b2806123cbc248407012) Patching quest Tools To Work With - Part 9 (6761b415c09eec912bb4de63) Patching quest Tools To Work With - Part 10 (6761b5c9b3bcd9ade203f808) Patching quest Tools To Work With - Part 11 (6761b7767e572e2e09758ad0) Patching quest Tools To Work With - Part 12 (6761ba4e01c1c7be63671968) Patching quest Tools To Work With - Part 13 (6761bd93d87008565f79d473) Patching quest Tools To Work With - Part 14 (6761c02c5d4826402dd81b96) Patching quest Tools To Work With - Part 15 (6761c1e41e5ad9a96c8921a3) Patching quest Tools To Work With - Part 16 (67e7223dc0c2680d41126188) Patching quest Tools To Work With - Part 17 (67e72254ae7dd39115ac0b81) Patching quest Tools To Work With - Part 18 (67e7226a6e39d7ec249b3773) Patching quest Carrier - Part 1 (67472ac35a736a84d3d9efc5) Patching quest Carrier - Part 2 (67472d3df3e373a389e47c89) Patching quest Safecracker - Part 1 (67472de565eb520c7a8af1a5) Patching quest Safecracker - Part 2 (67472e2e0de022e6d88c5efb) Patching quest Narcotic - Part 1 (67472e831d2ad53e655d30e6) Patching quest Narcotic - Part 2 (67699b1421e57b1c6415f6c3) Patching quest Narcotic - Part 3 (67699dc535f6bb1f5781c4cc) Patching quest Narcotic - Part 4 (6747508429ca66164b39e637) Patching quest Narcotic - Part 5 (674750fa37089121191b7d6f) Patching quest Pokloneniye - Part 1 (674751d636b2485baddcf5cc) Patching quest Pokloneniye - Part 2 (67475302960eb9c091be4cd1) Patching quest Pokloneniye - Part 3 (674753a03ebe62863feec9fb) Patching quest Sixteen Tons Of Spare Parts (677a55a0be2a8922dab9e040) Patching quest A Whole Reserve Of Spare Parts (67d769c37a074517a838b60b) Patching quest Doing Some Digging (67e96d27ddd9ca3c4adbb5d4) Patching quest State Your Business, Doctor (67e972c039c5f34295a24265) Patching quest Back On Track (67ea813bd8d2dc676746f53e) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 11 newWeaponCondition.length 22 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 22 Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 22 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 22 Quest: Back On Track (67ea813bd8d2dc676746f53e) - Chosen Weapon Type: null SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ MIRA_weapon_izhmash_svd_762x54 } ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 11 newWeaponCondition.length 22 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 22 Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 22 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 22 Quest: Back On Track (67ea813bd8d2dc676746f53e) - Chosen Weapon Type: null SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ MIRA_weapon_izhmash_svd_762x54 } ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 11 newWeaponCondition.length 22 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 22 Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 22 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 22 Quest: Back On Track (67ea813bd8d2dc676746f53e) - Chosen Weapon Type: null SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest Further Ahead (67ee61b9f56b571ce703eec4) Patching quest What A Find - Part 1 (67efd429317486563c7ee2b2) Patching quest What A Find - Part 3 (67f107c6cd96ce08caca8b83) Patching quest Paranormal Activities (677b03604996670857682f5c) Patching quest Ghost Hunt (677b04f244d35a69206ec4e4) Patching quest Checkmate - Part 1 (674753f1d8d87605a4fcb912) Patching quest Checkmate - Part 2 (674754bfd14fc231ec90d9d9) Patching quest Checkmate - Part 3 (674755987736d5ac91837615) Patching quest Checkmate - Part 4 (674756876ef598122bb9239d) Patching quest Checkmate - Part 5 (674757075b3b3631a4b3efd5) Patching quest Checkmate - Part 6 (6747575b5a841fdbf0ca37ae) Patching quest Taking Every Round Into Account - Part 1 (67517b14e12814c596f01bd0) Patching quest Taking Every Round Into Account - Part 2 (67517bceebe6088837aa2dab) Patching quest Taking Every Round Into Account - Part 3 (67517c148266e90a41acd3a1) Patching quest Taking Every Round Into Account - Part 4 (67517c5238cc9253f1b7eb0b) Patching quest Taking Every Round Into Account - Part 5 (67517c8c5c2a6190c8dae8a4) Patching quest Taking Every Round Into Account - Part 6 (67517cf9b8bbd2f751142ef9) Patching quest Light Of The Lotus - Part 1 (67475893d98f889c82fee39b) Patching quest Light Of The Lotus - Part 2 (674758ea142f52a016ecd92d) ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 34 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 34 Checking type Smg potentialTypes[Smg].length 2 newWeaponCondition.length 34 Checking type AssaultRifle potentialTypes[AssaultRifle].length 29 newWeaponCondition.length 34 Checking type AK potentialTypes[AK].length 26 newWeaponCondition.length 34 Checking type AKM potentialTypes[AKM].length 7 newWeaponCondition.length 34 Checking type AKS-74U potentialTypes[AKS-74U].length 8 newWeaponCondition.length 34 Checking type AK-74 potentialTypes[AK-74].length 7 newWeaponCondition.length 34 Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 34 Quest: Light Of The Lotus - Part 2 (674758ea142f52a016ecd92d) - Chosen Weapon Type: null Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Light Of The Lotus - Part 3 (67475931380e79bc84d831b9) Patching quest Light Of The Lotus - Part 4 (67475c58c8d4ae3b9baf7d38) Patching quest Light Of The Lotus - Part 5 (67475dbb321ddf314e6fbcad) ———–– Checking type Shotgun potentialTypes[Shotgun].length 15 newWeaponCondition.length 15 Checking type 12ga potentialTypes[12ga].length 13 newWeaponCondition.length 15 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 6 newWeaponCondition.length 15 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 15 Quest: Light Of The Lotus - Part 5 (67475dbb321ddf314e6fbcad) - Chosen Weapon Type: Shotgun MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Light Of The Lotus - Part 6 (67475e21aeda0864d4faf7c4) Patching quest Light Of The Lotus - Part 7 (674763ebeceb4fed8a506543) Patching quest Light Of The Lotus - Part 8 (674764d429eb6b5966202149) Patching quest Light Of The Lotus - Part 9 (674765571af3e5be54af699a) Patching quest Light of the Lotus - Part 10 (6747652eea4bfbdfa2e46ab4) Patching quest Light Of The Lotus - Part 11 (6747659d16e95b47fe2caa09) Patching quest Light Of The Lotus - Part 12 (674766077f5e08878af90bc8) Patching quest Light Of The Lotus - Part 13 (6747666815fa03b3fc03a041) Patching quest Light Of The Lotus - Part 14 (67476842ad02e25c2e1b92ad) Patching quest Light Of The Lotus - Part 15 (674768fd740e1d790ed07302) ———–– Checking type MachineGun potentialTypes[MachineGun].length 8 newWeaponCondition.length 8 Quest: Light Of The Lotus - Part 15 (674768fd740e1d790ed07302) - Chosen Weapon Type: MachineGun RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } Patching quest Light Of The Lotus - Part 16 (6747b30780131eae6aa2cc23) Patching quest Light Of The Lotus - Part 17 (6747b568ffb78dbbb8a7968d) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 9 Checking type Smg potentialTypes[Smg].length 5 newWeaponCondition.length 9 Checking type Pistol potentialTypes[Pistol].length 1 newWeaponCondition.length 9 Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 9 ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 9 Checking type Smg potentialTypes[Smg].length 5 newWeaponCondition.length 9 Checking type Pistol potentialTypes[Pistol].length 1 newWeaponCondition.length 9 Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 9 Patching quest Light Of The Lotus - Part 18 (6747b5ed539d24e909acae8f) Patching quest Light Of The Lotus - Part 19 (6747b6d1b00b3bfcb6b02f94) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 3 newWeaponCondition.length 3 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 3 Quest: Light Of The Lotus - Part 19 (6747b6d1b00b3bfcb6b02f94) - Chosen Weapon Type: MarksmanRifle Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) +++ VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) +++ Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) +++ SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) +++ Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) +++ SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) +++ HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) +++ MP-700 .700 Nitro Express Double Rifle (6643edda4a05be2737da3134) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Zastava M76 7.92x57 marksman rifle (66e88596febdcf9daade16a8) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest Light Of The Lotus - Part 20 (6747b877505baa44d501d079) Patching quest Mercenaries Missing (6798d6406ad52e1849131aee) Patching quest One Step Closer (6798d8529b81f1d84eac7c67) Patching quest Information Wanted (6798e18f1094b3f0d0978e8e) Patching quest A Surprising Find (67990658c4c1cec1f75c13ba) Patching quest An Interesting Opportunity (6799286d2c0cbcd521bf44dd) Patching quest The Next Lead (679b8e71679cb913c9103bee) Patching quest Search Warrant (679b97a57b4662b8eac3540a) Patching quest Throwing Out The Bait (67966e33a1a7e9077af54709) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 5 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 4 newWeaponCondition.length 5 Checking type AssaultRifle potentialTypes[AssaultRifle].length 1 newWeaponCondition.length 5 Quest Throwing Out The Bait (67966e33a1a7e9077af54709) best candidate: Type: AssaultCarbine Weapons: AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce), KBP VSK-94 9x39 rifle (645e0c6b3b381ede770e1cc9), KBP 9A-91 9x39 compact assault rifle (644674a13d52156624001fbc), SR-3M 9x39 compact assault rifle (651450ce0e00edc794068371) Missing: VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 5 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 4 newWeaponCondition.length 5 Checking type AssaultRifle potentialTypes[AssaultRifle].length 1 newWeaponCondition.length 5 Quest Throwing Out The Bait (67966e33a1a7e9077af54709) best candidate: Type: AssaultCarbine Weapons: AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce), KBP VSK-94 9x39 rifle (645e0c6b3b381ede770e1cc9), KBP 9A-91 9x39 compact assault rifle (644674a13d52156624001fbc), SR-3M 9x39 compact assault rifle (651450ce0e00edc794068371) Missing: VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 5 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 4 newWeaponCondition.length 5 Checking type AssaultRifle potentialTypes[AssaultRifle].length 1 newWeaponCondition.length 5 Quest Throwing Out The Bait (67966e33a1a7e9077af54709) best candidate: Type: AssaultCarbine Weapons: AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce), KBP VSK-94 9x39 rifle (645e0c6b3b381ede770e1cc9), KBP 9A-91 9x39 compact assault rifle (644674a13d52156624001fbc), SR-3M 9x39 compact assault rifle (651450ce0e00edc794068371) Missing: VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Patching quest Planting The Evidence - Part 1 (6796764b2cf9f076f16717d4) Patching quest Planting The Evidence - Part 2 (67967b160fcf8aff0d6447d2) Patching quest Providing The Evidence (67975a790a4f9c2f44fe2911) Patching quest Tower Surveillance (67488670a9bfa58a5cedbf78) Patching quest Sending A Message (674884a3ebf5b8cdbf739bd8) Patching quest Land Of Opportunities (6747b8d6b8b522e15a7aa392) Patching quest A Merchant’s Best Friend (6747b920719aa1658981f7d1) Patching quest Controlling The Market (677b4541f0e406dc6526e7aa) Patching quest New Dealer In Town (6747b9fb1a03abf3f630ae1f) Patching quest Special Collection (6747ba84ea3a80b532e68ad6) Patching quest PMC Training - First Aid - Part 1 (6747bf604962f99c343a7927) Patching quest PMC Training - First Aid - Part 2 (66c51c87a7c00a9e9e891706) Patching quest PMC Training - First Aid - Part 3 (66c51c8c2efa5cee3b8326a3) Patching quest PMC Training - First Aid - Part 4 (66c51c9298f84f4a15184520) Patching quest PMC Training - First Aid - Part 5 (66c51c97bf84ff530148f164) Patching quest PMC Training - Looter - Part 1 (6747be6cac417a049759b0a8) Patching quest PMC Training - Looter - Part 2 (66c021dc9289486ef682c2e4) Patching quest PMC Training - Looter - Part 3 (66c155ada8d7150863c89499) Patching quest PMC Training - Looter - Part 4 (66c156226ac87e4431cb0feb) Patching quest PMC Training - Looter - Part 5 (66c1565e796a61e8a711e6d9) Patching quest PMC Training - Infantry - Part 1 (6747beb0723e16cc522b30a9) Patching quest PMC Training - Infantry - Part 2 (66c244489cd554035b1ba245) Patching quest PMC Training - Infantry - Part 3 (66c246975c91c78198d4077c) Patching quest PMC Training - Infantry - Part 4 (66c24845a671c1a1aa170372) ———–– Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 16 Checking type AssaultRifle potentialTypes[AssaultRifle].length 15 newWeaponCondition.length 16 Checking type AKS-74U potentialTypes[AKS-74U].length 8 newWeaponCondition.length 16 Checking type AK potentialTypes[AK].length 15 newWeaponCondition.length 16 Checking type AK-74 potentialTypes[AK-74].length 7 newWeaponCondition.length 16 Quest PMC Training - Infantry - Part 4 (66c24845a671c1a1aa170372) best candidate: Type: AK Weapons: Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633), Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55), Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511), Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029), Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434), Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2), Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1), Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af), Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572), Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859), Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c), Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a), Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949), SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b), SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) Missing: RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Quest: PMC Training - Infantry - Part 4 (66c24845a671c1a1aa170372) - Chosen Weapon Type: null Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) } ———–– Checking type MachineGun potentialTypes[MachineGun].length 2 newWeaponCondition.length 15 Checking type AssaultRifle potentialTypes[AssaultRifle].length 11 newWeaponCondition.length 15 Checking type AKM potentialTypes[AKM].length 7 newWeaponCondition.length 15 Checking type AK potentialTypes[AK].length 6 newWeaponCondition.length 15 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 2 newWeaponCondition.length 15 Quest: PMC Training - Infantry - Part 4 (66c24845a671c1a1aa170372) - Chosen Weapon Type: null TOZ Simonov SKS 7.62x39 carbine (574d967124597745970e7c94) Molot Arms Simonov OP-SKS 7.62x39 carbine (587e02ff24597743df3deaeb) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) } Patching quest PMC Training - Infantry - Part 5 (66c249657e6d87ebf458f0bf) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 1 newWeaponCondition.length 2 Checking type SniperRifle potentialTypes[SniperRifle].length 1 newWeaponCondition.length 2 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 1 newWeaponCondition.length 2 Quest PMC Training - Infantry - Part 5 (66c249657e6d87ebf458f0bf) best candidate: Type: BoltActionSniperRifle Weapons: Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) Missing: Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) Patching quest PMC Training - Close Quarter Combat - Part 1 (6747beeab265397e48b7562c) Patching quest PMC Training - Close Quarter Combat - Part 2 (66c2cc6417dbf45d9955c794) ———–– Checking type Smg potentialTypes[Smg].length 22 newWeaponCondition.length 22 Quest: PMC Training - Close Quarter Combat - Part 2 (66c2cc6417dbf45d9955c794) - Chosen Weapon Type: Smg PP-91 Kedr 9x18PM submachine gun (57d14d2524597714373db789) PP-91-01 Kedr-B 9x18PM submachine gun (57f3c6bd24597738e730fa2f) PP-9 Klin 9x18PMM submachine gun (57f4c844245977379d5c14d1) SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9) HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f) FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83) HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0) B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25) B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87) PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8) TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2) HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5) TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57) Soyuz-TM STM-9 Gen.2 9x19 carbine (60339954d62c9b14ed777c06) SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47) IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0) IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1) IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f) +++ Minebea PM-9 9x19mm Submachine Gun (6761b213607f9a6f79017cd8) +++ HK UMP 9x19 submachine gun (67b05e25d83f07b7b587c0b5) +++ CZ Scorpion EVO 3 A1 9x19 submachine gun (687afda52dc9fd6c0e14c602) } Patching quest PMC Training - Close Quarter Combat - Part 3 (66c3c609fbd11916a455405a) ———–– Checking type Shotgun potentialTypes[Shotgun].length 16 newWeaponCondition.length 16 Checking type 12ga potentialTypes[12ga].length 14 newWeaponCondition.length 16 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 7 newWeaponCondition.length 16 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 16 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 1 newWeaponCondition.length 16 Checking type SniperRifle potentialTypes[SniperRifle].length 1 newWeaponCondition.length 16 Quest: PMC Training - Close Quarter Combat - Part 3 (66c3c609fbd11916a455405a) - Chosen Weapon Type: Shotgun MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest PMC Training - Close Quarter Combat - Part 4 (66c3ccf91d8e4df0710ee395) ———–– Checking type Smg potentialTypes[Smg].length 12 newWeaponCondition.length 12 Quest: PMC Training - Close Quarter Combat - Part 4 (66c3ccf91d8e4df0710ee395) - Chosen Weapon Type: Smg SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0) B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25) B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87) TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57) Soyuz-TM STM-9 Gen.2 9x19 carbine (60339954d62c9b14ed777c06) IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0) IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1) IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f) +++ PP-91 Kedr 9x18PM submachine gun (57d14d2524597714373db789) +++ PP-91-01 Kedr-B 9x18PM submachine gun (57f3c6bd24597738e730fa2f) +++ PP-9 Klin 9x18PMM submachine gun (57f4c844245977379d5c14d1) +++ HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9) +++ HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f) +++ FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83) +++ PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8) +++ TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2) +++ HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5) +++ SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47) +++ Minebea PM-9 9x19mm Submachine Gun (6761b213607f9a6f79017cd8) +++ HK UMP 9x19 submachine gun (67b05e25d83f07b7b587c0b5) +++ CZ Scorpion EVO 3 A1 9x19 submachine gun (687afda52dc9fd6c0e14c602) } ———–– Checking type Shotgun potentialTypes[Shotgun].length 13 newWeaponCondition.length 13 Checking type 12ga potentialTypes[12ga].length 13 newWeaponCondition.length 13 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 5 newWeaponCondition.length 13 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 13 Quest: PMC Training - Close Quarter Combat - Part 4 (66c3ccf91d8e4df0710ee395) - Chosen Weapon Type: 12ga MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest PMC Training - Close Quarter Combat - Part 5 (66c3d0b3aca099bef346ecc6) ———–– Checking type Smg potentialTypes[Smg].length 22 newWeaponCondition.length 22 Quest: PMC Training - Close Quarter Combat - Part 5 (66c3d0b3aca099bef346ecc6) - Chosen Weapon Type: Smg PP-91 Kedr 9x18PM submachine gun (57d14d2524597714373db789) PP-91-01 Kedr-B 9x18PM submachine gun (57f3c6bd24597738e730fa2f) PP-9 Klin 9x18PMM submachine gun (57f4c844245977379d5c14d1) SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9) HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f) FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83) HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0) B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25) B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87) PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8) TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2) HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5) TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57) Soyuz-TM STM-9 Gen.2 9x19 carbine (60339954d62c9b14ed777c06) SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47) IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0) IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1) IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f) +++ Minebea PM-9 9x19mm Submachine Gun (6761b213607f9a6f79017cd8) +++ HK UMP 9x19 submachine gun (67b05e25d83f07b7b587c0b5) +++ CZ Scorpion EVO 3 A1 9x19 submachine gun (687afda52dc9fd6c0e14c602) } ———–– Checking type Shotgun potentialTypes[Shotgun].length 16 newWeaponCondition.length 16 Checking type 12ga potentialTypes[12ga].length 14 newWeaponCondition.length 16 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 7 newWeaponCondition.length 16 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 16 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 1 newWeaponCondition.length 16 Checking type SniperRifle potentialTypes[SniperRifle].length 1 newWeaponCondition.length 16 Quest: PMC Training - Close Quarter Combat - Part 5 (66c3d0b3aca099bef346ecc6) - Chosen Weapon Type: Shotgun MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest PMC Training - Marksmanship - Part 1 (6747bf2633dcfc282d417efe) Patching quest PMC Training - Marksmanship - Part 2 (66c3f214cb3b751f05e418d4) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: PMC Training - Marksmanship - Part 2 (66c3f214cb3b751f05e418d4) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } Patching quest PMC Training - Marksmanship - Part 3 (66c3fa32b966223ebb542e27) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 11 newWeaponCondition.length 11 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 11 Quest: PMC Training - Marksmanship - Part 3 (66c3fa32b966223ebb542e27) - Chosen Weapon Type: MarksmanRifle VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) +++ Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) +++ MP-700 .700 Nitro Express Double Rifle (6643edda4a05be2737da3134) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Zastava M76 7.92x57 marksman rifle (66e88596febdcf9daade16a8) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest PMC Training - Marksmanship - Part 4 (66c404ba2bd9c56b380a89d7) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 11 newWeaponCondition.length 11 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 11 Quest: PMC Training - Marksmanship - Part 4 (66c404ba2bd9c56b380a89d7) - Chosen Weapon Type: MarksmanRifle VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) +++ Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) +++ MP-700 .700 Nitro Express Double Rifle (6643edda4a05be2737da3134) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Zastava M76 7.92x57 marksman rifle (66e88596febdcf9daade16a8) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ MIRA_weapon_izhmash_svd_762x54 } ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 12 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 12 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 12 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 12 Quest: PMC Training - Marksmanship - Part 4 (66c404ba2bd9c56b380a89d7) - Chosen Weapon Type: BoltActionSniperRifle SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Surgeon Rifles 1581 XL action .338 Norma Magnum bolt-action sniper rifle (1bf618e47cce6d69bec01e9f) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ Remington MSR .300 WM bolt-action sniper rifle (684e32eaec9f5eb3cacc7ca7) +++ Surgeon Rifles 1581 XL action .338 LM bolt-action sniper rifle (deee28079e76d537f532021c) } ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 4 newWeaponCondition.length 8 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 4 newWeaponCondition.length 8 Checking type SniperRifle potentialTypes[SniperRifle].length 4 newWeaponCondition.length 8 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 8 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 8 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 8 Quest: PMC Training - Marksmanship - Part 4 (66c404ba2bd9c56b380a89d7) - Chosen Weapon Type: null SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest PMC Training - Marksmanship - Part 5 (66c40852e32a65ddf98e38f8) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 5 newWeaponCondition.length 10 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 10 Checking type SniperRifle potentialTypes[SniperRifle].length 5 newWeaponCondition.length 10 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 5 newWeaponCondition.length 10 Quest: PMC Training - Marksmanship - Part 5 (66c40852e32a65ddf98e38f8) - Chosen Weapon Type: null Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) } Patching quest Tarkov Sweeper - Part 1 (6769dddf9e215aa4c1874dd3) Patching quest Tarkov Sweeper - Part 2 (6769e299431e125fdf3f6418) ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 2 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 2 Quest: Tarkov Sweeper - Part 2 (6769e299431e125fdf3f6418) - Chosen Weapon Type: 12ga MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) +++ MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) +++ MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) +++ Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) +++ Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) +++ MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) +++ MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Tarkov Sweeper - Part 3 (6769e445b00ee084f16bbfbb) ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 2 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 2 Quest: Tarkov Sweeper - Part 3 (6769e445b00ee084f16bbfbb) - Chosen Weapon Type: 12ga MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) +++ MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) +++ MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) +++ Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) +++ Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) +++ MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) +++ MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Tarkov Sweeper - Part 4 (67d7fa81e32b6be5326c4935) Patching quest Tarkov Sweeper - Part 5 (67d7ffac0a45f6fea894beb7) Quest Tarkov Sweeper - Part 5 (67d7ffac0a45f6fea894beb7) has only one weapon: Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23). Only adding/processing white/black listed weapons Quest: Tarkov Sweeper - Part 5 (67d7ffac0a45f6fea894beb7) - Chosen Weapon Type: null Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) } Quest Tarkov Sweeper - Part 5 (67d7ffac0a45f6fea894beb7) has only one weapon: Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23). Only adding/processing white/black listed weapons Quest: Tarkov Sweeper - Part 5 (67d7ffac0a45f6fea894beb7) - Chosen Weapon Type: null Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) } Quest Tarkov Sweeper - Part 5 (67d7ffac0a45f6fea894beb7) has only one weapon: Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23). Only adding/processing white/black listed weapons Quest: Tarkov Sweeper - Part 5 (67d7ffac0a45f6fea894beb7) - Chosen Weapon Type: null Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) } Quest Tarkov Sweeper - Part 5 (67d7ffac0a45f6fea894beb7) has only one weapon: Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23). Only adding/processing white/black listed weapons Quest: Tarkov Sweeper - Part 5 (67d7ffac0a45f6fea894beb7) - Chosen Weapon Type: null Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) } Patching quest Knowing How To Counter - Part 1 (6769e676aaf099da20b7d467) Patching quest Knowing How To Counter - Part 2 (6769ef9901adb8c734063eae) Patching quest Knowing How To Counter - Part 3 (6769f0be9610d5eb0d23e7cc) Patching quest Look No Further (67f0fe25a1cd83e3b2ec082f) Patching quest Hits Like A Truck (676ace5f69e9afec028e5221) ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 2 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 2 Quest: Hits Like A Truck (676ace5f69e9afec028e5221) - Chosen Weapon Type: Shotgun TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) +++ MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) +++ MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) +++ MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) +++ Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) +++ Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) +++ MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) +++ MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) +++ MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 2 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 2 Quest: Hits Like A Truck (676ace5f69e9afec028e5221) - Chosen Weapon Type: Shotgun TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) +++ MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) +++ MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) +++ MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) +++ Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) +++ Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) +++ Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) +++ MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) +++ MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) +++ MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Okhotnik (6747bfd667581ad41fc4a9de) ———–– Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 4 newWeaponCondition.length 31 Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 31 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 31 Checking type Shotgun potentialTypes[Shotgun].length 16 newWeaponCondition.length 31 Checking type 12ga potentialTypes[12ga].length 14 newWeaponCondition.length 31 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 7 newWeaponCondition.length 31 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 31 Quest: Okhotnik (6747bfd667581ad41fc4a9de) - Chosen Weapon Type: null MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) TOZ Simonov SKS 7.62x39 carbine (574d967124597745970e7c94) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Molot Arms Simonov OP-SKS 7.62x39 carbine (587e02ff24597743df3deaeb) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Tokarev AVT-40 7.62x54R automatic rifle (6410733d5dd49d77bd07847e) Tokarev SVT-40 7.62x54R rifle (643ea5b23db6f9f57107d9fd) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) } ———–– Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 4 newWeaponCondition.length 31 Checking type SniperRifle potentialTypes[SniperRifle].length 12 newWeaponCondition.length 31 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 12 newWeaponCondition.length 31 Checking type Shotgun potentialTypes[Shotgun].length 16 newWeaponCondition.length 31 Checking type 12ga potentialTypes[12ga].length 14 newWeaponCondition.length 31 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 7 newWeaponCondition.length 31 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 31 Quest: Okhotnik (6747bfd667581ad41fc4a9de) - Chosen Weapon Type: null MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) TOZ Simonov SKS 7.62x39 carbine (574d967124597745970e7c94) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Molot Arms Simonov OP-SKS 7.62x39 carbine (587e02ff24597743df3deaeb) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Tokarev AVT-40 7.62x54R automatic rifle (6410733d5dd49d77bd07847e) Tokarev SVT-40 7.62x54R rifle (643ea5b23db6f9f57107d9fd) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) } Patching quest Dangerous Tools (676b0de9ab6151bd15ce350e) ———–– Checking type Launcher potentialTypes[Launcher].length 1 newWeaponCondition.length 12 Checking type explosive potentialTypes[explosive].length 1 newWeaponCondition.length 12 Checking type AssaultRifle potentialTypes[AssaultRifle].length 11 newWeaponCondition.length 12 Checking type AR-15 potentialTypes[AR-15].length 11 newWeaponCondition.length 12 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 12 Quest Dangerous Tools (676b0de9ab6151bd15ce350e) best candidate: Type: AR-15 Weapons: Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567), M4A1, SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3), SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d), SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b), Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9), SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317), SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed), Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af), Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25), ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) Missing: M203 40mm underbarrel grenade launcher (6357c98711fb55120211f7e1) Quest: Dangerous Tools (676b0de9ab6151bd15ce350e) - Chosen Weapon Type: null Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) M203 40mm underbarrel grenade launcher (6357c98711fb55120211f7e1) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ M4A1 } Patching quest Goddamn Traitor! (6747c136681e886c4f32ec2d) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 27 newWeaponCondition.length 27 Checking type AK potentialTypes[AK].length 1 newWeaponCondition.length 27 Checking type AR-15 potentialTypes[AR-15].length 9 newWeaponCondition.length 27 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 27 Quest: Goddamn Traitor! (6747c136681e886c4f32ec2d) - Chosen Weapon Type: AssaultRifle Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3) Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63) Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5) SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74) FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514) FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540) FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218) HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38) Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5) SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27) Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c) +++ AEK-971 5.45x39 assault rifle (0cb4a36dd2e587b46e813dbe) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) +++ Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Master Hand (5ae083b25acfc4001a5fc702) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef) +++ Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ HK G3 7.62x51 assault rifle (664274a4d2e5fe0439d545a6) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc) +++ HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d) +++ HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Knight’s Armament Company PDW .300 Blackout assault rifle (6761b213607f9a6f79017c7e) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562) +++ AN-94 5.45x39 assault rifle (678fe4a4906c7bd23722c71f) +++ AN-94 5.45x39 “Kirov’s Custom” assault rifle (679a6a534f3d279c99b135b9) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ IWI Tavor X95 9x19mm assault rifle (67f425638b8cbfdc0cd1b5f2) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ FN SCAR-L MK2 .300 Blackout assault rifle (682a97a707ec1d7ca369afc4) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ AEK-973 7.62x39 assault rifle (686093d590c3dce07984c38a) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) +++ M4A1 } Patching quest Bear Hunter (6747c182942fe0faa5478a5e) ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 34 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 34 Checking type Smg potentialTypes[Smg].length 2 newWeaponCondition.length 34 Checking type AssaultRifle potentialTypes[AssaultRifle].length 29 newWeaponCondition.length 34 Checking type AK potentialTypes[AK].length 26 newWeaponCondition.length 34 Checking type AKM potentialTypes[AKM].length 7 newWeaponCondition.length 34 Checking type AKS-74U potentialTypes[AKS-74U].length 8 newWeaponCondition.length 34 Checking type AK-74 potentialTypes[AK-74].length 7 newWeaponCondition.length 34 Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 34 Quest: Bear Hunter (6747c182942fe0faa5478a5e) - Chosen Weapon Type: null Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest The Hunter Becomes The Hunted (674dd931e687ffb6dba76b68) Patching quest Let The Hunt Begin (67548fb1d293a6e93d5184a4) Patching quest Let The Hunt Begin - Woods (67575b3e2bb2bac9605b12b4) Patching quest Bandit Hunt - Forest Navigator (6762516bfbdc2715070c1800) Patching quest Let The Hunt Begin - Shoreline (67575d41beda83bf97d14f1c) Patching quest Bandit Hunt - Mad Scientist (67624ce5ad9d2e9714bf6120) Patching quest Let The Hunt Begin - Interchange (67575de81b1736276da6f0c3) Patching quest Bandit Hunt - Mall Maniac (6747c1e4c6f655f7863b727f) ———–– Checking type Pistol potentialTypes[Pistol].length 7 newWeaponCondition.length 11 Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 11 Checking type AKM potentialTypes[AKM].length 2 newWeaponCondition.length 11 Checking type AK potentialTypes[AK].length 2 newWeaponCondition.length 11 Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 11 Checking type Smg potentialTypes[Smg].length 1 newWeaponCondition.length 11 Patching quest Bandit Hunt - Factory Maniac - Part 1 (6762543fbaa292049e4cea52) Patching quest Bandit Hunt - Factory Maniac - Part 2 (6762566a03b27f2d68c35ddf) ———–– Checking type Shotgun potentialTypes[Shotgun].length 5 newWeaponCondition.length 12 Checking type 12ga potentialTypes[12ga].length 5 newWeaponCondition.length 12 Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 12 Checking type AssaultRifle potentialTypes[AssaultRifle].length 6 newWeaponCondition.length 12 Checking type AKS-74U potentialTypes[AKS-74U].length 6 newWeaponCondition.length 12 Checking type AK potentialTypes[AK].length 6 newWeaponCondition.length 12 Quest: Bandit Hunt - Factory Maniac - Part 2 (6762566a03b27f2d68c35ddf) - Chosen Weapon Type: null Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) } Patching quest Let The Hunt Begin - Customs (6757610a92876de49b91df94) Patching quest Bandit Hunt - Deal To Make - Part 1 (6757627e2e0ce3039da399f0) Patching quest Bandit Hunt - Deal To Make - Part 2 (6762474161ffeb3c022b9b69) Quest Bandit Hunt - Deal To Make - Part 2 (6762474161ffeb3c022b9b69) has only one weapon: TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d). Only adding/processing white/black listed weapons Quest: Bandit Hunt - Deal To Make - Part 2 (6762474161ffeb3c022b9b69) - Chosen Weapon Type: null TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d) +++ TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0) } Patching quest Bandit Hunt - Cold Case - Part 1 (6762597817a433eeee2ef47a) Patching quest Bandit Hunt - Cold Case - Part 2 (67625a4c9ac37a06ed638698) Quest Bandit Hunt - Cold Case - Part 2 (67625a4c9ac37a06ed638698) has only one weapon: ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef). Only adding/processing white/black listed weapons Patching quest Bandit Hunt - Imports (6747c0991fa4b29ab5692551) ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 34 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 34 Checking type Smg potentialTypes[Smg].length 2 newWeaponCondition.length 34 Checking type AssaultRifle potentialTypes[AssaultRifle].length 29 newWeaponCondition.length 34 Checking type AK potentialTypes[AK].length 26 newWeaponCondition.length 34 Checking type AKM potentialTypes[AKM].length 7 newWeaponCondition.length 34 Checking type AKS-74U potentialTypes[AKS-74U].length 8 newWeaponCondition.length 34 Checking type AK-74 potentialTypes[AK-74].length 7 newWeaponCondition.length 34 Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 34 Quest: Bandit Hunt - Imports (6747c0991fa4b29ab5692551) - Chosen Weapon Type: null Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 34 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 34 Checking type Smg potentialTypes[Smg].length 2 newWeaponCondition.length 34 Checking type AssaultRifle potentialTypes[AssaultRifle].length 29 newWeaponCondition.length 34 Checking type AK potentialTypes[AK].length 26 newWeaponCondition.length 34 Checking type AKM potentialTypes[AKM].length 7 newWeaponCondition.length 34 Checking type AKS-74U potentialTypes[AKS-74U].length 8 newWeaponCondition.length 34 Checking type AK-74 potentialTypes[AK-74].length 7 newWeaponCondition.length 34 Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 34 Quest: Bandit Hunt - Imports (6747c0991fa4b29ab5692551) - Chosen Weapon Type: null Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 34 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 34 Checking type Smg potentialTypes[Smg].length 2 newWeaponCondition.length 34 Checking type AssaultRifle potentialTypes[AssaultRifle].length 29 newWeaponCondition.length 34 Checking type AK potentialTypes[AK].length 26 newWeaponCondition.length 34 Checking type AKM potentialTypes[AKM].length 7 newWeaponCondition.length 34 Checking type AKS-74U potentialTypes[AKS-74U].length 8 newWeaponCondition.length 34 Checking type AK-74 potentialTypes[AK-74].length 7 newWeaponCondition.length 34 Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 34 Quest: Bandit Hunt - Imports (6747c0991fa4b29ab5692551) - Chosen Weapon Type: null Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Bandit Hunt - Eyes Everywhere (6748842621601ad21fb2bcb9) Patching quest A Friend From the East (6747c236e7360000d2cdffb9) Patching quest Alpinist (674880a157d7033368abfe10) Patching quest Woodkeeper Gang (674881a4c92b70c1d05f7f84) Patching quest Russian Pitviper (674882212efab0d994eabacb) Patching quest One Shot, One Kill (674882b91e3043f208409ba5) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 2 newWeaponCondition.length 3 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 2 newWeaponCondition.length 3 Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 3 Quest One Shot, One Kill (674882b91e3043f208409ba5) best candidate: Type: BoltActionSniperRifle Weapons: Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1), Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Missing: SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 2 newWeaponCondition.length 3 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 2 newWeaponCondition.length 3 Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 3 Quest One Shot, One Kill (674882b91e3043f208409ba5) best candidate: Type: BoltActionSniperRifle Weapons: Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1), Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Missing: SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) Patching quest Ideal For Someone With Taste - Part 1 (675184a3baf92aa021b4e0ad) Quest Ideal For Someone With Taste - Part 1 (675184a3baf92aa021b4e0ad) has only one weapon: Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a). Only adding/processing white/black listed weapons Patching quest Ideal For Someone With Taste - Part 2 (67518cbcb6c904e276ea22cb) ———–– Checking type SniperRifle potentialTypes[SniperRifle].length 3 newWeaponCondition.length 4 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 3 newWeaponCondition.length 4 Checking type Shotgun potentialTypes[Shotgun].length 1 newWeaponCondition.length 4 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 1 newWeaponCondition.length 4 Checking type 12ga potentialTypes[12ga].length 1 newWeaponCondition.length 4 Quest Ideal For Someone With Taste - Part 2 (67518cbcb6c904e276ea22cb) best candidate: Type: BoltActionSniperRifle Weapons: Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3), Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9), Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) Missing: Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Quest: Ideal For Someone With Taste - Part 2 (67518cbcb6c904e276ea22cb) - Chosen Weapon Type: null Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) } Patching quest Ideal For Someone With Taste - Part 3 (67519005bdabf0213250f1dd) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 10 newWeaponCondition.length 10 Checking type AR-15 potentialTypes[AR-15].length 10 newWeaponCondition.length 10 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 10 Quest: Ideal For Someone With Taste - Part 3 (67519005bdabf0213250f1dd) - Chosen Weapon Type: AR-15 Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ ORSIS AR-15J .366 TKM assault carbine (685986b9f3b3a12b2546f999) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ M4A1 } ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 10 newWeaponCondition.length 10 Checking type AR-15 potentialTypes[AR-15].length 10 newWeaponCondition.length 10 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 10 Quest: Ideal For Someone With Taste - Part 3 (67519005bdabf0213250f1dd) - Chosen Weapon Type: AR-15 Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ ORSIS AR-15J .366 TKM assault carbine (685986b9f3b3a12b2546f999) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ M4A1 } Patching quest Ideal For Someone With Taste - Part 4 (675192a9ccd06a5a07e78922) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 5 newWeaponCondition.length 5 Quest: Ideal For Someone With Taste - Part 4 (675192a9ccd06a5a07e78922) - Chosen Weapon Type: MarksmanRifle VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) +++ Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) +++ Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) +++ Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) +++ Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) +++ SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) +++ HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) +++ MP-700 .700 Nitro Express Double Rifle (6643edda4a05be2737da3134) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Zastava M76 7.92x57 marksman rifle (66e88596febdcf9daade16a8) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ MIRA_weapon_izhmash_svd_762x54 } ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 5 newWeaponCondition.length 5 Quest: Ideal For Someone With Taste - Part 4 (675192a9ccd06a5a07e78922) - Chosen Weapon Type: MarksmanRifle VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) +++ Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) +++ Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) +++ Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) +++ Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) +++ SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) +++ HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) +++ MP-700 .700 Nitro Express Double Rifle (6643edda4a05be2737da3134) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Zastava M76 7.92x57 marksman rifle (66e88596febdcf9daade16a8) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest Ideal For Someone With Taste - Part 5 (67519b5f3de90180bd0768a4) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 6 newWeaponCondition.length 7 Checking type AKM potentialTypes[AKM].length 5 newWeaponCondition.length 7 Checking type AK potentialTypes[AK].length 4 newWeaponCondition.length 7 Checking type Launcher potentialTypes[Launcher].length 1 newWeaponCondition.length 7 Checking type explosive potentialTypes[explosive].length 1 newWeaponCondition.length 7 Quest Ideal For Someone With Taste - Part 5 (67519b5f3de90180bd0768a4) best candidate: Type: AssaultRifle Weapons: Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251), Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1), Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb), Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2), Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685), Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Missing: GP-25 Kostyor 40mm underbarrel grenade launcher (62e7e7bbe6da9612f743f1e0) Patching quest Ideal For Someone With Taste - Part 6 (675356e57d04aa9325c82e00) Quest Ideal For Someone With Taste - Part 6 (675356e57d04aa9325c82e00) has only one weapon: SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d). Only adding/processing white/black listed weapons Quest: Ideal For Someone With Taste - Part 6 (675356e57d04aa9325c82e00) - Chosen Weapon Type: null SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) } Quest Ideal For Someone With Taste - Part 6 (675356e57d04aa9325c82e00) has only one weapon: SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d). Only adding/processing white/black listed weapons Quest: Ideal For Someone With Taste - Part 6 (675356e57d04aa9325c82e00) - Chosen Weapon Type: null SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) } Quest Ideal For Someone With Taste - Part 6 (675356e57d04aa9325c82e00) has only one weapon: SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d). Only adding/processing white/black listed weapons Quest: Ideal For Someone With Taste - Part 6 (675356e57d04aa9325c82e00) - Chosen Weapon Type: null SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) } Patching quest Ideal For Someone With Taste - Part 7 (677eed2aa7eeba8a46e225c3) ———–– Checking type MachineGun potentialTypes[MachineGun].length 3 newWeaponCondition.length 3 Quest: Ideal For Someone With Taste - Part 7 (677eed2aa7eeba8a46e225c3) - Chosen Weapon Type: MachineGun U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) +++ Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) +++ Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) +++ Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } ———–– Checking type MachineGun potentialTypes[MachineGun].length 3 newWeaponCondition.length 3 Quest: Ideal For Someone With Taste - Part 7 (677eed2aa7eeba8a46e225c3) - Chosen Weapon Type: MachineGun U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) +++ Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) +++ Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) +++ Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } ———–– Checking type MachineGun potentialTypes[MachineGun].length 3 newWeaponCondition.length 3 Quest: Ideal For Someone With Taste - Part 7 (677eed2aa7eeba8a46e225c3) - Chosen Weapon Type: MachineGun U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) +++ Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) +++ Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) +++ Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } ———–– Checking type MachineGun potentialTypes[MachineGun].length 3 newWeaponCondition.length 3 Quest: Ideal For Someone With Taste - Part 7 (677eed2aa7eeba8a46e225c3) - Chosen Weapon Type: MachineGun U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) +++ Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) +++ Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) +++ Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } ———–– Checking type MachineGun potentialTypes[MachineGun].length 3 newWeaponCondition.length 3 Quest: Ideal For Someone With Taste - Part 7 (677eed2aa7eeba8a46e225c3) - Chosen Weapon Type: MachineGun U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) +++ Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) +++ Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) +++ Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } Patching quest Tarkov Cleaner - Factory (6748874a2aed4c92ecf06204) Patching quest Tarkov Cleaner - Woods (6769d53dfeabb78a91b433e6) Patching quest Tarkov Cleaner - Shoreline (67488804fda8c7682f4273a9) Patching quest Tarkov Cleaner - Customs (674888b7cbd8479a005bda6e) Patching quest Tarkov Cleaner - Reserve (67488968207f0a42349fcf8b) Patching quest Tarkov Cleaner - Lighthouse (67488a105a77b869ebd0a968) Patching quest Tarkov Cleaner - The Lab (67488adc3a2ba4d17055213f) Patching quest The Tarkov Cleaner (67488b377f95f5b5e21b605c) Patching quest Quiet Days In Norvinsk (6750a04d753056276248642d) Patching quest Another Clue (679a16f9588df6cd38f9de8d) Patching quest Profit From A Fool’s Mistake (679a79773bd9f77047d4bd35) Patching quest Cooperation Is Important (6747bb32e757b032df3aadda) Patching quest Perfect Meal (6747bb9ec325240ca382f8a9) Patching quest Area Under Construction (67488057bb77d69317a82685) Patching quest Fragile Shipment (677b7c879a8cf3681ecf1673) Patching quest Clear Signs (679b8cd58db1457bba527516) Patching quest Well Connected (6747bcf89415880273ff7fa9) Patching quest Shopping Tour (6747bd8c191f49b33d3cd12f) Quest Shopping Tour (6747bd8c191f49b33d3cd12f) has only one weapon: HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5). Only adding/processing white/black listed weapons Quest Shopping Tour (6747bd8c191f49b33d3cd12f) has only one weapon: HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5). Only adding/processing white/black listed weapons Patching quest Razors (6747be063123032a27c0ff90) Patching quest Anonymous Lead (67975be9dd6554c393ad5183) Patching quest One Way To Solve A Problem (67975ca4361138b7d78ff0ce) Patching quest Keeping The Peace (67486d24c4944822ad6f8d57) Patching quest The Western Connection - Part 1 (67486dda530589a4b6d0ea45) Patching quest The Western Connection - Part 2 (67486e6cca3b547b79d43af0) Patching quest The Western Connection - Part 3 (674870922e541c35bf1afc8e) Patching quest The Western Connection - Part 4 (6748711d9d84961ce225c6b7) Patching quest The Western Connection - Part 5 (6748719bf9f1a67b922d53f3) Patching quest The Western Connection - Part 6 (67487bd534005ee5fe84e59d) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 26 newWeaponCondition.length 26 Checking type AR-15 potentialTypes[AR-15].length 9 newWeaponCondition.length 26 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 26 Quest: The Western Connection - Part 6 (67487bd534005ee5fe84e59d) - Chosen Weapon Type: AssaultRifle Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3) Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63) Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5) SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74) FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514) FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540) FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218) HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38) Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5) SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27) FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c) +++ AEK-971 5.45x39 assault rifle (0cb4a36dd2e587b46e813dbe) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) +++ Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Master Hand (5ae083b25acfc4001a5fc702) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef) +++ Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ HK G3 7.62x51 assault rifle (664274a4d2e5fe0439d545a6) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc) +++ HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d) +++ HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Knight’s Armament Company PDW .300 Blackout assault rifle (6761b213607f9a6f79017c7e) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562) +++ AN-94 5.45x39 assault rifle (678fe4a4906c7bd23722c71f) +++ AN-94 5.45x39 “Kirov’s Custom” assault rifle (679a6a534f3d279c99b135b9) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ IWI Tavor X95 9x19mm assault rifle (67f425638b8cbfdc0cd1b5f2) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ FN SCAR-L MK2 .300 Blackout assault rifle (682a97a707ec1d7ca369afc4) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ AEK-973 7.62x39 assault rifle (686093d590c3dce07984c38a) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) +++ M4A1 } Patching quest The Western Connection - Part 7 (67487cf7172a34581da46f8c) Patching quest Professional Weapon Tester - Part 1 (67487d3a9466f36422ede295) ———–– Checking type Smg potentialTypes[Smg].length 2 newWeaponCondition.length 2 Quest: Professional Weapon Tester - Part 1 (67487d3a9466f36422ede295) - Chosen Weapon Type: Smg HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60) HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0) +++ PP-91 Kedr 9x18PM submachine gun (57d14d2524597714373db789) +++ PP-91-01 Kedr-B 9x18PM submachine gun (57f3c6bd24597738e730fa2f) +++ PP-9 Klin 9x18PMM submachine gun (57f4c844245977379d5c14d1) +++ SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) +++ PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) +++ Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) +++ HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9) +++ HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f) +++ FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83) +++ B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25) +++ B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87) +++ PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8) +++ TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2) +++ HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5) +++ TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57) +++ Soyuz-TM STM-9 Gen.2 9x19 carbine (60339954d62c9b14ed777c06) +++ SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47) +++ IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0) +++ IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1) +++ IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f) +++ Minebea PM-9 9x19mm Submachine Gun (6761b213607f9a6f79017cd8) +++ HK UMP 9x19 submachine gun (67b05e25d83f07b7b587c0b5) +++ CZ Scorpion EVO 3 A1 9x19 submachine gun (687afda52dc9fd6c0e14c602) } Patching quest Professional Weapon Tester - Part 2 (67487d759f790d565629d605) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 9 newWeaponCondition.length 10 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 10 Checking type AR-15 potentialTypes[AR-15].length 9 newWeaponCondition.length 10 Checking type Smg potentialTypes[Smg].length 1 newWeaponCondition.length 10 Quest Professional Weapon Tester - Part 2 (67487d759f790d565629d605) best candidate: Type: AR-15 Weapons: SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3), SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed), Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567), M4A1, SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d), SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b), Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9), SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317), Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) Missing: SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) Quest: Professional Weapon Tester - Part 2 (67487d759f790d565629d605) - Chosen Weapon Type: null SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ M4A1 } Patching quest Professional Weapon Tester - Part 3 (67487dc889b8109c6f95d7f7) Quest Professional Weapon Tester - Part 3 (67487dc889b8109c6f95d7f7) has only one weapon: HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696). Only adding/processing white/black listed weapons Patching quest Professional Weapon Tester - Part 4 (67487e1e0cccda4800c62658) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 10 newWeaponCondition.length 10 Checking type AR-15 potentialTypes[AR-15].length 10 newWeaponCondition.length 10 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 10 Quest: Professional Weapon Tester - Part 4 (67487e1e0cccda4800c62658) - Chosen Weapon Type: AR-15 Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ ORSIS AR-15J .366 TKM assault carbine (685986b9f3b3a12b2546f999) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ M4A1 } Patching quest Professional Weapon Tester - Part 5 (67487e792e79477fa1472f8f) Quest Professional Weapon Tester - Part 5 (67487e792e79477fa1472f8f) has only one weapon: Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88). Only adding/processing white/black listed weapons Patching quest Professional Weapon Tester - Part 6 (67487f06faadf7934dfd29e4) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 4 newWeaponCondition.length 4 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 4 Quest: Professional Weapon Tester - Part 6 (67487f06faadf7934dfd29e4) - Chosen Weapon Type: MarksmanRifle Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) +++ VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) +++ Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) +++ SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) +++ Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) +++ SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) +++ MP-700 .700 Nitro Express Double Rifle (6643edda4a05be2737da3134) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Zastava M76 7.92x57 marksman rifle (66e88596febdcf9daade16a8) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest Professional Weapon Tester - Part 7 (67487f5e679c16f0e95db438) ———–– Checking type Pistol potentialTypes[Pistol].length 5 newWeaponCondition.length 6 Checking type AssaultRifle potentialTypes[AssaultRifle].length 1 newWeaponCondition.length 6 Quest Professional Weapon Tester - Part 7 (67487f5e679c16f0e95db438) best candidate: Type: Pistol Weapons: Magnum Research Desert Eagle Mk XIX .50 AE pistol (668fe5a998b5ad715703ddd6), Magnum Research Desert Eagle L6 .50 AE pistol (669fa39b48fc9f8db6035a0c), Magnum Research Desert Eagle L6 .50 AE pistol (WTS) (669fa3d876116c89840b1217), Magnum Research Desert Eagle L5 .50 AE pistol (669fa3f88abd2662d80eee77), Magnum Research Desert Eagle L5 .357 pistol (669fa409933e898cce0c2166) Missing: DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) Patching quest Professional Weapon Tester - Part 8 (67487fe101b59cd5f24454fb) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 2 Quest: Professional Weapon Tester - Part 8 (67487fe101b59cd5f24454fb) - Chosen Weapon Type: AssaultRifle Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63) Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5) +++ AEK-971 5.45x39 assault rifle (0cb4a36dd2e587b46e813dbe) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) +++ Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Master Hand (5ae083b25acfc4001a5fc702) +++ DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) +++ HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef) +++ Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) +++ FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74) +++ FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514) +++ FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540) +++ FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218) +++ HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38) +++ Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5) +++ Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ HK G3 7.62x51 assault rifle (664274a4d2e5fe0439d545a6) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc) +++ HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d) +++ HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c) +++ Knight’s Armament Company PDW .300 Blackout assault rifle (6761b213607f9a6f79017c7e) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562) +++ AN-94 5.45x39 assault rifle (678fe4a4906c7bd23722c71f) +++ AN-94 5.45x39 “Kirov’s Custom” assault rifle (679a6a534f3d279c99b135b9) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ IWI Tavor X95 9x19mm assault rifle (67f425638b8cbfdc0cd1b5f2) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ FN SCAR-L MK2 .300 Blackout assault rifle (682a97a707ec1d7ca369afc4) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ AEK-973 7.62x39 assault rifle (686093d590c3dce07984c38a) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Professional Weapon Tester - Part 9 (67d81b374bfc36986e9e2839) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 5 newWeaponCondition.length 5 Quest: Professional Weapon Tester - Part 9 (67d81b374bfc36986e9e2839) - Chosen Weapon Type: AssaultRifle FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74) FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514) FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540) FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218) FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c) +++ AEK-971 5.45x39 assault rifle (0cb4a36dd2e587b46e813dbe) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) +++ Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Master Hand (5ae083b25acfc4001a5fc702) +++ DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) +++ HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63) +++ ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef) +++ Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) +++ HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38) +++ Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5) +++ Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ HK G3 7.62x51 assault rifle (664274a4d2e5fe0439d545a6) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc) +++ HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d) +++ HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Knight’s Armament Company PDW .300 Blackout assault rifle (6761b213607f9a6f79017c7e) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562) +++ AN-94 5.45x39 assault rifle (678fe4a4906c7bd23722c71f) +++ AN-94 5.45x39 “Kirov’s Custom” assault rifle (679a6a534f3d279c99b135b9) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ IWI Tavor X95 9x19mm assault rifle (67f425638b8cbfdc0cd1b5f2) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ FN SCAR-L MK2 .300 Blackout assault rifle (682a97a707ec1d7ca369afc4) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ AEK-973 7.62x39 assault rifle (686093d590c3dce07984c38a) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Professional Weapon Tester - Part 10 (67d81b808092a563867db4d4) ———–– Checking type MachineGun potentialTypes[MachineGun].length 3 newWeaponCondition.length 3 Quest: Professional Weapon Tester - Part 10 (67d81b808092a563867db4d4) - Chosen Weapon Type: MachineGun U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) +++ Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) +++ Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) +++ Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } Patching quest Valuable Payment (6747ba52be104f742964f8fa) Patching quest Limited Edition (6747bae8e86c4403efa533a4) Patching quest Smuggler’s Run (676ac738a2720c6b1da18fef) Patching quest Absolutely Legal Operation (676af80852ad1f5baf0e8d95) Patching quest Adapting To Bandits - Part 1 (676afb0dd0634cb6c93d83c7) Quest Adapting To Bandits - Part 1 (676afb0dd0634cb6c93d83c7) has only one weapon: DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d). Only adding/processing white/black listed weapons Quest Adapting To Bandits - Part 1 (676afb0dd0634cb6c93d83c7) has only one weapon: DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d). Only adding/processing white/black listed weapons Patching quest Adapting To Bandits - Part 2 (676afe70fdedf195aaaccf56) ———–– Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 2 newWeaponCondition.length 2 Quest: Adapting To Bandits - Part 2 (676afe70fdedf195aaaccf56) - Chosen Weapon Type: AssaultCarbine Tokarev AVT-40 7.62x54R automatic rifle (6410733d5dd49d77bd07847e) Tokarev SVT-40 7.62x54R rifle (643ea5b23db6f9f57107d9fd) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ TOZ Simonov SKS 7.62x39 carbine (574d967124597745970e7c94) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Molot Arms Simonov OP-SKS 7.62x39 carbine (587e02ff24597743df3deaeb) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Molot Arms VPO-101 Vepr-Hunter 7.62x51 carbine (5c501a4d2e221602b412b540) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ KBP 9A-91 9x39 compact assault rifle (644674a13d52156624001fbc) +++ KBP VSK-94 9x39 rifle (645e0c6b3b381ede770e1cc9) +++ SR-3M 9x39 compact assault rifle (651450ce0e00edc794068371) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Molot Arms VPO-208 .366 TKM carbine (682a543094114c092df7373e) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Riley Defense RAK74-P semi-automatic rifle (682f527ae74a24cfa1d3f5c5) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ ORSIS AR-15J .366 TKM assault carbine (685986b9f3b3a12b2546f999) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } ———–– Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 2 newWeaponCondition.length 2 Quest: Adapting To Bandits - Part 2 (676afe70fdedf195aaaccf56) - Chosen Weapon Type: AssaultCarbine Tokarev AVT-40 7.62x54R automatic rifle (6410733d5dd49d77bd07847e) Tokarev SVT-40 7.62x54R rifle (643ea5b23db6f9f57107d9fd) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ TOZ Simonov SKS 7.62x39 carbine (574d967124597745970e7c94) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Molot Arms Simonov OP-SKS 7.62x39 carbine (587e02ff24597743df3deaeb) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Molot Arms VPO-101 Vepr-Hunter 7.62x51 carbine (5c501a4d2e221602b412b540) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ KBP 9A-91 9x39 compact assault rifle (644674a13d52156624001fbc) +++ KBP VSK-94 9x39 rifle (645e0c6b3b381ede770e1cc9) +++ SR-3M 9x39 compact assault rifle (651450ce0e00edc794068371) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Molot Arms VPO-208 .366 TKM carbine (682a543094114c092df7373e) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Riley Defense RAK74-P semi-automatic rifle (682f527ae74a24cfa1d3f5c5) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ ORSIS AR-15J .366 TKM assault carbine (685986b9f3b3a12b2546f999) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Land Full Of Shady People (6747b9634c79e7f73963b99f) Patching quest Like In Old Times (6747c298d1c2a3d2091dbe7d) ———–– Checking type Pistol potentialTypes[Pistol].length 8 newWeaponCondition.length 40 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 3 newWeaponCondition.length 40 Checking type Shotgun potentialTypes[Shotgun].length 3 newWeaponCondition.length 40 Checking type 12ga potentialTypes[12ga].length 3 newWeaponCondition.length 40 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 3 newWeaponCondition.length 40 Checking type SniperRifle potentialTypes[SniperRifle].length 3 newWeaponCondition.length 40 Checking type MachineGun potentialTypes[MachineGun].length 3 newWeaponCondition.length 40 Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 5 newWeaponCondition.length 40 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 5 newWeaponCondition.length 40 Checking type AssaultRifle potentialTypes[AssaultRifle].length 15 newWeaponCondition.length 40 Checking type AKS-74U potentialTypes[AKS-74U].length 6 newWeaponCondition.length 40 Checking type AK potentialTypes[AK].length 14 newWeaponCondition.length 40 Checking type AKM potentialTypes[AKM].length 4 newWeaponCondition.length 40 Checking type AK-74 potentialTypes[AK-74].length 4 newWeaponCondition.length 40 Quest: Like In Old Times (6747c298d1c2a3d2091dbe7d) - Chosen Weapon Type: null Makarov PM 9x18PM pistol (5448bd6b4bdc2dfc2f8b4569) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) PB 9x18PM silenced pistol (56e0598dd2720bb5668b45a6) TT-33 7.62x25 TT pistol (571a12c42459771f627b58a0) TOZ Simonov SKS 7.62x39 carbine (574d967124597745970e7c94) VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Makarov PM (t) 9x18PM pistol (579204f224597773d619e051) AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) Molot Arms Simonov OP-SKS 7.62x39 carbine (587e02ff24597743df3deaeb) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Stechkin APS 9x18PM machine pistol (5a17f98cfcdbcb0980087290) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Stechkin APB 9x18PM silenced machine pistol (5abccb7dd8ce87001773e277) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) TT-33 7.62x25 TT pistol (Golden) (5b3b713c5acfc4330140bd8d) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Tokarev AVT-40 7.62x54R automatic rifle (6410733d5dd49d77bd07847e) Tokarev SVT-40 7.62x54R rifle (643ea5b23db6f9f57107d9fd) Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) 20x1mm toy gun (66015072e9f84d5680039678) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest Checkmate - Part 7 (6747c312165746c2dd1e19f2) Quest Checkmate - Part 7 (6747c312165746c2dd1e19f2) has only one weapon: SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47). Only adding/processing white/black listed weapons Patching quest Checkmate - Part 8 (6747c36d4e805e1b7f6387b5) ———–– Checking type Launcher potentialTypes[Launcher].length 1 newWeaponCondition.length 35 Checking type explosive potentialTypes[explosive].length 1 newWeaponCondition.length 35 Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 35 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 35 Checking type Smg potentialTypes[Smg].length 2 newWeaponCondition.length 35 Checking type AssaultRifle potentialTypes[AssaultRifle].length 29 newWeaponCondition.length 35 Checking type AK potentialTypes[AK].length 26 newWeaponCondition.length 35 Checking type AKM potentialTypes[AKM].length 7 newWeaponCondition.length 35 Checking type AKS-74U potentialTypes[AKS-74U].length 8 newWeaponCondition.length 35 Checking type AK-74 potentialTypes[AK-74].length 7 newWeaponCondition.length 35 Checking type MachineGun potentialTypes[MachineGun].length 1 newWeaponCondition.length 35 Quest: Checkmate - Part 8 (6747c36d4e805e1b7f6387b5) - Chosen Weapon Type: null Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) GP-25 Kostyor 40mm underbarrel grenade launcher (62e7e7bbe6da9612f743f1e0) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest For The Motherland (6747c3ffc2b2062f1de93906) Patching quest Norvinsk Marksman (6747c4519384707fcc251844) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 5 newWeaponCondition.length 11 Checking type SniperRifle potentialTypes[SniperRifle].length 6 newWeaponCondition.length 11 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 6 newWeaponCondition.length 11 Quest: Norvinsk Marksman (6747c4519384707fcc251844) - Chosen Weapon Type: null SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest Urban Sniper (67486b938b89470d9673a492) ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 11 newWeaponCondition.length 22 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 22 Checking type SniperRifle potentialTypes[SniperRifle].length 11 newWeaponCondition.length 22 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 11 newWeaponCondition.length 22 Quest: Urban Sniper (67486b938b89470d9673a492) - Chosen Weapon Type: null SV-98 7.62x54R bolt-action sniper rifle (55801eed4bdc2d89578b4588) VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Lobaev Arms DVL-10 7.62x51 bolt-action sniper rifle (588892092459774ac91d4b11) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) Mosin 7.62x54R bolt-action rifle (Sniper) (5ae08f0a5acfc408fb1398a1) Mosin 7.62x54R bolt-action rifle (Infantry) (5bfd297f0db834001a669119) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) Molot Arms VPO-215 Gornostay .366 TKM bolt-action rifle (5de652c31b7e3716273428be) ORSIS T-5000M 7.62x51 bolt-action sniper rifle (5df24cf80dee1b22f862e9bc) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest Silence Of The Night (67486c0582d1897605b403c5) ———–– Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 4 newWeaponCondition.length 5 Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 5 Checking type AssaultRifle potentialTypes[AssaultRifle].length 1 newWeaponCondition.length 5 Quest Silence Of The Night (67486c0582d1897605b403c5) best candidate: Type: AssaultCarbine Weapons: SR-3M 9x39 compact assault rifle (651450ce0e00edc794068371), AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce), KBP 9A-91 9x39 compact assault rifle (644674a13d52156624001fbc), KBP VSK-94 9x39 rifle (645e0c6b3b381ede770e1cc9) Missing: VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Patching quest Tourist Season Is Ending (67486c9270a59a1b50f7f3de) Patching quest Eastern Reliability - Part 1 (6748672b895a36c99e880f36) ———–– Checking type Smg potentialTypes[Smg].length 2 newWeaponCondition.length 2 Quest: Eastern Reliability - Part 1 (6748672b895a36c99e880f36) - Chosen Weapon Type: Smg PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) +++ PP-91 Kedr 9x18PM submachine gun (57d14d2524597714373db789) +++ PP-91-01 Kedr-B 9x18PM submachine gun (57f3c6bd24597738e730fa2f) +++ PP-9 Klin 9x18PMM submachine gun (57f4c844245977379d5c14d1) +++ SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) +++ HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60) +++ HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9) +++ HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f) +++ FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83) +++ HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0) +++ B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25) +++ B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87) +++ PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8) +++ TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2) +++ HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5) +++ TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57) +++ Soyuz-TM STM-9 Gen.2 9x19 carbine (60339954d62c9b14ed777c06) +++ SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47) +++ IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0) +++ IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1) +++ IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f) +++ Minebea PM-9 9x19mm Submachine Gun (6761b213607f9a6f79017cd8) +++ HK UMP 9x19 submachine gun (67b05e25d83f07b7b587c0b5) +++ CZ Scorpion EVO 3 A1 9x19 submachine gun (687afda52dc9fd6c0e14c602) } Patching quest Eastern Reliability - Part 2 (674867cce36d92b3c23ec4de) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 6 newWeaponCondition.length 6 Checking type AKS-74U potentialTypes[AKS-74U].length 6 newWeaponCondition.length 6 Checking type AK potentialTypes[AK].length 6 newWeaponCondition.length 6 Quest: Eastern Reliability - Part 2 (674867cce36d92b3c23ec4de) - Chosen Weapon Type: AKS-74U Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) } Patching quest Eastern Reliability - Part 3 (67486879604d84c3e3e3ddd0) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 2 newWeaponCondition.length 2 Checking type AK potentialTypes[AK].length 2 newWeaponCondition.length 2 Checking type AK-74 potentialTypes[AK-74].length 1 newWeaponCondition.length 2 Quest: Eastern Reliability - Part 3 (67486879604d84c3e3e3ddd0) - Chosen Weapon Type: AK Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Akula push dagger (674d90b55704568fe60bc8f5) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Eastern Reliability - Part 4 (6748690cb0fff3f2a5ba3d47) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 6 newWeaponCondition.length 6 Checking type AKM potentialTypes[AKM].length 5 newWeaponCondition.length 6 Checking type AK potentialTypes[AK].length 4 newWeaponCondition.length 6 Quest: Eastern Reliability - Part 4 (6748690cb0fff3f2a5ba3d47) - Chosen Weapon Type: AssaultRifle Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ AEK-971 5.45x39 assault rifle (0cb4a36dd2e587b46e813dbe) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Master Hand (5ae083b25acfc4001a5fc702) +++ DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) +++ HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63) +++ ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef) +++ Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5) +++ SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) +++ CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) +++ FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74) +++ FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514) +++ FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540) +++ FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218) +++ HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38) +++ Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5) +++ Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) +++ HK G3 7.62x51 assault rifle (664274a4d2e5fe0439d545a6) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc) +++ HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d) +++ HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c) +++ Knight’s Armament Company PDW .300 Blackout assault rifle (6761b213607f9a6f79017c7e) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562) +++ AN-94 5.45x39 assault rifle (678fe4a4906c7bd23722c71f) +++ AN-94 5.45x39 “Kirov’s Custom” assault rifle (679a6a534f3d279c99b135b9) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ IWI Tavor X95 9x19mm assault rifle (67f425638b8cbfdc0cd1b5f2) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ FN SCAR-L MK2 .300 Blackout assault rifle (682a97a707ec1d7ca369afc4) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ AEK-973 7.62x39 assault rifle (686093d590c3dce07984c38a) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Eastern Reliability - Part 5 (6748694525ed5b74088bbd08) ———–– Checking type Shotgun potentialTypes[Shotgun].length 2 newWeaponCondition.length 2 Checking type 12ga potentialTypes[12ga].length 2 newWeaponCondition.length 2 Quest: Eastern Reliability - Part 5 (6748694525ed5b74088bbd08) - Chosen Weapon Type: 12ga Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) +++ MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) +++ MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) +++ Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) +++ Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) +++ MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) +++ MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) +++ MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) +++ Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) +++ MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) +++ MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } Patching quest Eastern Reliability - Part 6 (674869c190ca5803d23b7ea5) Quest Eastern Reliability - Part 6 (674869c190ca5803d23b7ea5) has only one weapon: SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c). Only adding/processing white/black listed weapons Quest: Eastern Reliability - Part 6 (674869c190ca5803d23b7ea5) - Chosen Weapon Type: null SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ MIRA_weapon_izhmash_svd_762x54 } Patching quest Eastern Reliability - Part 7 (67486a44ec1dc8048f7cb2dc) ———–– Checking type Pistol potentialTypes[Pistol].length 1 newWeaponCondition.length 2 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 2 Checking type AssaultRifle potentialTypes[AssaultRifle].length 1 newWeaponCondition.length 2 Quest Eastern Reliability - Part 7 (67486a44ec1dc8048f7cb2dc) best candidate: Type: AssaultRifle Weapons: ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef) Missing: RSh-12 12.7x55 revolver (633ec7c2a6918cb895019c6c) Patching quest Eastern Reliability - Part 8 (67486a921ef237f01abfd45f) ———–– Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 1 newWeaponCondition.length 2 Checking type AssaultRifle potentialTypes[AssaultRifle].length 1 newWeaponCondition.length 2 Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 2 Quest Eastern Reliability - Part 8 (67486a921ef237f01abfd45f) best candidate: Type: MarksmanRifle Weapons: VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Missing: AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) Patching quest Eastern Reliability - Part 9 (67486b07a069ed3f4df34b7d) ———–– Checking type MachineGun potentialTypes[MachineGun].length 2 newWeaponCondition.length 2 Quest: Eastern Reliability - Part 9 (67486b07a069ed3f4df34b7d) - Chosen Weapon Type: MachineGun Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) +++ Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) +++ U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) +++ U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } Patching quest Eastern Reliability - Part 10 (67d814b8a9bc0824cc494f15) ———–– Checking type MachineGun potentialTypes[MachineGun].length 2 newWeaponCondition.length 2 Quest: Eastern Reliability - Part 10 (67d814b8a9bc0824cc494f15) - Chosen Weapon Type: MachineGun Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) +++ RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) +++ Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) +++ U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) +++ U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } Patching quest Friendly Fire (67ee61bb0084128bf23f5477) ———–– Checking type Pistol potentialTypes[Pistol].length 17 newWeaponCondition.length 87 Checking type Revolver potentialTypes[Revolver].length 2 newWeaponCondition.length 87 Checking type AssaultRifle potentialTypes[AssaultRifle].length 30 newWeaponCondition.length 87 Checking type AK potentialTypes[AK].length 3 newWeaponCondition.length 87 Checking type SniperRifle potentialTypes[SniperRifle].length 5 newWeaponCondition.length 87 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 5 newWeaponCondition.length 87 Checking type Smg potentialTypes[Smg].length 11 newWeaponCondition.length 87 Checking type Shotgun potentialTypes[Shotgun].length 5 newWeaponCondition.length 87 Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 2 newWeaponCondition.length 87 Checking type 12ga potentialTypes[12ga].length 5 newWeaponCondition.length 87 Checking type GrenadeLauncher potentialTypes[GrenadeLauncher].length 4 newWeaponCondition.length 87 Checking type explosive potentialTypes[explosive].length 4 newWeaponCondition.length 87 Checking type ThrowWeap potentialTypes[ThrowWeap].length 3 newWeaponCondition.length 87 Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 7 newWeaponCondition.length 87 Checking type AR-15 potentialTypes[AR-15].length 12 newWeaponCondition.length 87 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 87 Checking type AKS-74U potentialTypes[AKS-74U].length 2 newWeaponCondition.length 87 Checking type AK-74 potentialTypes[AK-74].length 2 newWeaponCondition.length 87 Checking type MachineGun potentialTypes[MachineGun].length 3 newWeaponCondition.length 87 Quest: Friendly Fire (67ee61bb0084128bf23f5477) - Chosen Weapon Type: null Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) SIG P226R 9x19 pistol (56d59856d2720bd8418b456a) SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) Glock 17 9x19 pistol (5a7ae0c351dfba0017554310) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) Glock 18C 9x19 machine pistol (5b1fa9b25acfc40018633c01) HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9) HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3) HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f) Remington Model 700 7.62x51 bolt-action sniper rifle (5bfea6e90db834001b7347f3) Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63) Beretta M9A3 9x19 pistol (5cadc190ae921500103bb3b6) FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83) HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0) FN Five-seveN MK2 5.7x28 pistol (5d3eb3b0a4b93615055e84d2) Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) FN Five-seveN MK2 5.7x28 pistol (FDE) (5d67abc1a4b93614ec50137f) Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5) B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87) Colt M1911A1 .45 ACP pistol (5e81c3cbac2bb513793cdc75) FN40GL Mk2 40mm grenade launcher (5e81ebcd8e146c7080625e15) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) Colt M45A1 .45 ACP pistol (5f36a0e5fbf956000b716b65) TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2) SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5) TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57) CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514) FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540) FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218) HK USP .45 ACP pistol (6193a720f8ee7e52e42109ed) Chiappa Rhino 50DS .357 revolver (61a4c8884f95bc3b2c5dc96f) HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696) Chiappa Rhino 200DS 9x19 revolver (624c2e8614da335f1e034d8c) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) Milkor M32A1 MSGL 40mm grenade launcher (6275303a9f372d6ea97f9ec7) Accuracy International AXMC .338 LM bolt-action sniper rifle (627e14b21713922ded6f2c15) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38) Glock 19X 9x19 pistol (63088377b5cd696784087147) Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5) SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) Magnum Research Desert Eagle Mk XIX .50 AE pistol (668fe5a998b5ad715703ddd6) Magnum Research Desert Eagle Mk XIX .50 AE pistol (668fe5a998b5ad715703ddd6) Magnum Research Desert Eagle L6 .50 AE pistol (669fa39b48fc9f8db6035a0c) Magnum Research Desert Eagle L6 .50 AE pistol (669fa39b48fc9f8db6035a0c) Magnum Research Desert Eagle L6 .50 AE pistol (WTS) (669fa3d876116c89840b1217) Magnum Research Desert Eagle L6 .50 AE pistol (WTS) (669fa3d876116c89840b1217) Magnum Research Desert Eagle L5 .50 AE pistol (669fa3f88abd2662d80eee77) Magnum Research Desert Eagle L5 .50 AE pistol (669fa3f88abd2662d80eee77) Magnum Research Desert Eagle L5 .357 pistol (669fa409933e898cce0c2166) Magnum Research Desert Eagle L5 .357 pistol (669fa409933e898cce0c2166) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27) Sako TRG M10 .338 LM bolt-action sniper rifle (673cab3e03c6a20581028bc1) Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c) +++ Remington Model 700 .277 Sig Fury bolt-action sniper rifle (0af5f6a5aa9712e11c733fb9) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ FN40GL Mk2 grenade launcher (639af924d0446708ee62294e) +++ FN40GL Mk2 grenade launcher (639c3fbbd0446708ee622ee9) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Remington Model 700 6.5x48 bolt-action sniper rifle (68324e7849e4f772900f58e8) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) +++ M4A1 } Patching quest What A Find - Part 2 (67efd3e59f0821f600a4ebed) Patching quest Notified (67d7eacee3d42141de3389ba) Patching quest Justified Involvement (67e970f55882098f5a4a622b) Patching quest To Great Heights! - Part 4 (668caeedbdb70c05d702f17f) Patching quest To Great Heights! - Part 5 (668caeedbdb70c05d702f1b6) Patching quest Against the Conscience - Part 1 (668caeedbdb70c05d702f1e6) Patching quest Against the Conscience - Part 2 (668caeedbdb70c05d702f1fc) ———–– Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 8 newWeaponCondition.length 15 Checking type AssaultRifle potentialTypes[AssaultRifle].length 6 newWeaponCondition.length 15 Checking type AKM potentialTypes[AKM].length 1 newWeaponCondition.length 15 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 15 Checking type AKS-74U potentialTypes[AKS-74U].length 2 newWeaponCondition.length 15 Checking type AK potentialTypes[AK].length 2 newWeaponCondition.length 15 Checking type AK-74 potentialTypes[AK-74].length 2 newWeaponCondition.length 15 Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 1 newWeaponCondition.length 15 ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 52 newWeaponCondition.length 52 Checking type AR-15 potentialTypes[AR-15].length 9 newWeaponCondition.length 52 Checking type M4A1 potentialTypes[M4A1].length 9 newWeaponCondition.length 52 Checking type AK potentialTypes[AK].length 24 newWeaponCondition.length 52 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 1 newWeaponCondition.length 52 Checking type AKS-74U potentialTypes[AKS-74U].length 6 newWeaponCondition.length 52 Checking type AK-74 potentialTypes[AK-74].length 5 newWeaponCondition.length 52 Checking type AKM potentialTypes[AKM].length 6 newWeaponCondition.length 52 Quest: Against the Conscience - Part 2 (668caeedbdb70c05d702f1fc) - Chosen Weapon Type: AssaultRifle Colt M4A1 5.56x45 assault rifle (5447a9cd4bdc2dbd208b4567) Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) AS VAL 9x39 special assault rifle (57c44b372459772d2b39b8ce) Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) DS Arms SA58 7.62x51 assault rifle (5b0bbe4e5acfc40dc528a72d) HK 416A5 5.56x45 assault rifle (5bb2475ed4351e00853264e3) Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) Desert Tech MDR 5.56x45 assault rifle (5c488a752e221602b412af63) ASh-12 12.7x55 assault rifle (5cadfbf7ae92152ac412eeef) Desert Tech MDR 7.62x51 assault rifle (5dcbd56fdbd3d91b3e5468d5) SIG MCX .300 Blackout assault rifle (5fbcc1d9016cce60e8341ab3) CMMG Mk47 Mutant 7.62x39 assault rifle (606587252535c57a13424cfd) FN SCAR-H 7.62x51 assault rifle (FDE) (6165ac306ef05c2ce828ef74) FN SCAR-H 7.62x51 assault rifle (6183afd850224f204c1da514) FN SCAR-L 5.56x45 assault rifle (6184055050224f204c1da540) FN SCAR-L 5.56x45 assault rifle (FDE) (618428466ef05c2ce828f218) HK G36 5.56x45 assault rifle (623063e994fc3f7b302a9696) Rifle Dynamics RD-704 7.62x39 assault rifle (628a60ae6b1d481ff772e9c8) Steyr AUG A1 5.56x45 assault rifle (62e7c4fba689e8c9c50dfc38) Steyr AUG A3 5.56x45 assault rifle (63171672192e68c5460cebc5) Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) SIG MCX-SPEAR 6.8x51 assault rifle (65290f395ae2ae97b80fdf2d) Steyr AUG A3 5.56x45 assault rifle (Black) (6718817435e3cfd9550d2c27) Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) FN SCAR-H X-17 7.62x51 assault rifle (676176d362e0497044079f4c) +++ AEK-971 5.45x39 assault rifle (0cb4a36dd2e587b46e813dbe) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Mechanic’s Colt M4A1 .300 blackout assault rifle (4b81488c78c8a8ac7d37f9b9) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ CMMG Mk47 Mutant 5.45X39 assault rifle (52ce1b65b13e1035808c4fd2) +++ Saiga SGL31 5.45x39 Carbine (57f28a7ffb22e277b0234219) +++ Molot Arms VPO-136 Vepr-KM 7.62x39 carbine (59e6152586f77473dc057aa1) +++ Molot Arms VPO-209 .366 TKM carbine (59e6687d86f77411d949b251) +++ Master Hand (5ae083b25acfc4001a5fc702) +++ ADAR 2-15 5.56x45 carbine (5c07c60e0db834002330051f) +++ Lone Star TX-15 DML 5.56x45 carbine (5d43021ca4b9362eab4b5e25) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ HK G3 7.62x51 assault rifle (664274a4d2e5fe0439d545a6) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Patriot M4A1 5.56x45 carbine (66839591f4d0cba7b041b2af) +++ IWI Tavor X95 5.56x45mm assault rifle (66a47e98c486ec9d1af3a4da) +++ IWI Tavor X95 5.56x45 assault rifle (FDE) (66a544c956621d3364f6085e) +++ IWI Tavor X95 5.56x45 assault rifle (OD) (66a545898022784400d6c836) +++ HK XM8 5.56x45 assault rifle (FDE) (66b1770c5f8b2271bb5887dc) +++ HK XM8 5.56x45 assault rifle (OD) (66b177141a00c9af1fd50b2d) +++ HK XM8 5.56x45 assault rifle (Black) (66b17d6cbb296d01b4684944) +++ IWI Carmel 5.56x45mm Assault Rifle (66ba249b102a9dd6040a6e7e) +++ IWI Carmel 5.56x45mm Assault Rifle (FDE) (66ba26a6925f9921573224c9) +++ Knight’s Armament Company PDW .300 Blackout assault rifle (6761b213607f9a6f79017c7e) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (Anodized Red) (6761b213607f9a6f79017d40) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (676b4e2ff185a450a0b300b4) +++ Singuard Arms “Wages of Sin” 5.56x45 assault rifle (FDE) (676c3cac01023283e5f6a562) +++ AN-94 5.45x39 assault rifle (678fe4a4906c7bd23722c71f) +++ AN-94 5.45x39 “Kirov’s Custom” assault rifle (679a6a534f3d279c99b135b9) +++ Remington ACR Multi-Caliber assault rifle (67a01e4ea2b82626b73d10a3) +++ Remington ACR Multi-Caliber assault rifle (FDE) (67a01e4ea2b82626b73d10a4) +++ IWI Tavor X95 9x19mm assault rifle (67f425638b8cbfdc0cd1b5f2) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ FN SCAR-L MK2 .300 Blackout assault rifle (682a97a707ec1d7ca369afc4) +++ Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ SIG MCX Multicaliber assault rifle (683df636e1e3fa1bf165f7ed) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ Anderson AM-15 7.62x39 assault rifle (6859872fb5698809d7a4f446) +++ AEK-973 7.62x39 assault rifle (686093d590c3dce07984c38a) +++ SIG MCX 5.56x45 assault rifle (72bbf927bf5b1d4a0837485b) +++ SIG MCX SPEAR 7.62x51 assault rifle (8d59d8b10a4c2e85b871c317) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ CMMG Mk47 Mutant 9X39 assault rifle (96f5c38a676e11e13544dfba) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Saiga MK Ver. 030 5.45x39 Carbine (e895575bcd1fa1de36d301b6) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) +++ M4A1 } ———–– Checking type MachineGun potentialTypes[MachineGun].length 8 newWeaponCondition.length 8 Quest: Against the Conscience - Part 2 (668caeedbdb70c05d702f1fc) - Chosen Weapon Type: MachineGun RPK-16 5.45x39 light machine gun (5beed0f50db834001c062b12) Kalashnikov PKM 7.62x54R machine gun (64637076203536ad5600c990) Kalashnikov PKP 7.62x54R infantry machine gun (64ca3d3954fc657e230529cc) Degtyarev RPD 7.62x39 machine gun (6513ef33e06849f06c0957ca) Degtyarev RPDN 7.62x39 machine gun (65268d8ecb944ff1e90ea385) U.S. Ordnance M60E4 7.62x51 light machine gun (65fb023261d5829b2d090755) U.S. Ordnance M60E6 7.62x51 light machine gun (661ceb1b9311543c7104149b) U.S. Ordnance M60E6 7.62x51 light machine gun (FDE) (661cec09b2c6356b4d0c7a36) +++ NSV Utyos 12.7x108 heavy machine gun (5cdeb229d7f00c000e7ce174) +++ Kalashnikov PKTM 7.62x54R Modernized Tank Machine Gun (657857faeff4c850222dff1b) +++ HK HK11E 7.62x51 light machine gun (664274afd9fe3879695d90e9) +++ M249 SAW 5.56x45 light machine gun (66e718dc498d978477e0ba75) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) } ———–– Checking type MarksmanRifle potentialTypes[MarksmanRifle].length 11 newWeaponCondition.length 11 Checking type AR-15 potentialTypes[AR-15].length 2 newWeaponCondition.length 11 Quest: Against the Conscience - Part 2 (668caeedbdb70c05d702f1fc) - Chosen Weapon Type: MarksmanRifle VSS Vintorez 9x39 special sniper rifle (57838ad32459774a17445cd2) Remington R11 RSASS 7.62x51 marksman rifle (5a367e5dc4a282000e49738f) Springfield Armory M1A 7.62x51 rifle (5aafa857e5b5b00018480968) SVDS 7.62x54R sniper rifle (5c46fbd72e2216398b5a8c9c) Knight’s Armament Company SR-25 7.62x51 marksman rifle (5df8ce05b11454561e39243b) SWORD International Mk-18 .338 LM marksman rifle (5fc22d7c187fea44d52eda44) HK G28 7.62x51 marksman rifle (6176aca650224f204c1da3fb) +++ Kel-Tec RFB 7.62x51 rifle (5f2a9575926fd9352339381f) +++ MP-700 .700 Nitro Express Double Rifle (6643edda4a05be2737da3134) +++ HK 417 7.62x51 assault rifle (664a5b945636ce820472f225) +++ SVD 7.62x54R sniper rifle (6657bc8faeddd6b0a9b40224) +++ SVD 7.62x54R sniper rifle (Camo) (6657bd4d3a4d6e7c33fd2fdc) +++ Zastava M76 7.92x57 marksman rifle (66e88596febdcf9daade16a8) +++ Knight’s Armament Company SR-25 E2 PR 6.5x48 assault rifle (6831efcaf17211a895bbccc4) +++ Echoes Defense SR-8.6 8.6 Blackout assault rifle (683d23831960b7bac66f4f05) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ MIRA_weapon_izhmash_svd_762x54 } ———–– Checking type PumpActionShotgun potentialTypes[PumpActionShotgun].length 7 newWeaponCondition.length 16 Checking type Shotgun potentialTypes[Shotgun].length 16 newWeaponCondition.length 16 Checking type 12ga potentialTypes[12ga].length 14 newWeaponCondition.length 16 Checking type Revolver potentialTypes[Revolver].length 1 newWeaponCondition.length 16 Checking type BoltActionSniperRifle potentialTypes[BoltActionSniperRifle].length 1 newWeaponCondition.length 16 Checking type SniperRifle potentialTypes[SniperRifle].length 1 newWeaponCondition.length 16 Quest: Against the Conscience - Part 2 (668caeedbdb70c05d702f1fc) - Chosen Weapon Type: Shotgun MP-133 12ga pump-action shotgun (54491c4f4bdc2db1078b4568) MP-43-1C 12ga double-barrel shotgun (5580223e4bdc2d1c128b457f) MP-153 12ga semi-automatic shotgun (56dee2bdd2720bc8328b4567) Saiga-12K ver.10 12ga semi-automatic shotgun (576165642459773c7a400233) TOZ-106 20ga bolt-action shotgun (5a38e6bac4a2826c6e06d79b) Remington Model 870 12ga pump-action shotgun (5a7828548dc32e5a9c28b516) TOZ KS-23M 23x75mm pump-action shotgun (5e848cc2988a8701445df1e8) Mossberg 590A1 12ga pump-action shotgun (5e870397991fd70db46995c8) MP-155 12ga semi-automatic shotgun (606dae0ab0e443224b421bb7) MTs-255-12 12ga shotgun (60db29ce99594040e04c4a27) MP-18 7.62x54R single-shot rifle (61f7c9e189e6fb1a5e3ea78d) Benelli M3 Super 90 12ga dual-mode shotgun (6259b864ebedf17603599e88) MP-43 12ga sawed-off double-barrel shotgun (64748cb8de82c85eaf0a273a) MPS Auto Assault-12 Gen 1 12ga automatic shotgun (66ffa9b66e19cc902401c5e8) MPS Auto Assault-12 Gen 2 12ga automatic shotgun (67124dcfa3541f2a1f0e788b) Saiga-12K 12ga automatic shotgun (674fe9a75e51f1c47c04ec23) +++ Armsel Striker 12 Gauge Cylinder Shotgun (668c68adb49c8d5089331ec9) +++ Browning Auto-5 12ga shotgun (669fca7f9ed4916116c76d5e) +++ MP-12 12g single-shot rifle (67537f2e72cb0015b8512669) +++ Serbu Super Shorty 12ga shotgun (6761b213607f9a6f79017d23) +++ Browning Auto-5 12ga shotgun (Custom) (6840ebf5b8687ba34f8dfbca) +++ MP-700 .700 Nitro Express Sawed-Off Double Rifle (687e3a7e606386dda2e318f4) } ———–– Checking type Smg potentialTypes[Smg].length 21 newWeaponCondition.length 21 Quest: Against the Conscience - Part 2 (668caeedbdb70c05d702f1fc) - Chosen Weapon Type: Smg PP-91 Kedr 9x18PM submachine gun (57d14d2524597714373db789) PP-91-01 Kedr-B 9x18PM submachine gun (57f3c6bd24597738e730fa2f) PP-9 Klin 9x18PMM submachine gun (57f4c844245977379d5c14d1) SIG MPX 9x19 submachine gun (58948c8e86f77409493f7266) HK MP5 9x19 submachine gun (Navy 3 Round Burst) (5926bb2186f7744b1c6c6e60) PP-19-01 Vityaz 9x19 submachine gun (59984ab886f7743e98271174) HK MP7A1 4.6x30 submachine gun (5ba26383d4351e00334c93d9) HK MP7A2 4.6x30 submachine gun (5bd70322209c4d00d7167b8f) FN P90 5.7x28 submachine gun (5cc82d76e24e8d00134b4b83) HK MP5K 9x19 submachine gun (5d2f0d8048f0356c925bc3b0) B&T MP9-N 9x19 submachine gun (5de7bd7bfd6b4e6e2276dc25) B&T MP9 9x19 submachine gun (5e00903ae9dc277128008b87) PPSh-41 7.62x25 submachine gun (5ea03f7400685063ec28bfa8) TDI KRISS Vector Gen.2 .45 ACP submachine gun (5fb64bc92b1b027b1f50bcf2) HK UMP .45 ACP submachine gun (5fc3e272f8b6a877a729eac5) TDI KRISS Vector Gen.2 9x19 submachine gun (5fc3f2d5900b1d5091531e57) Soyuz-TM STM-9 Gen.2 9x19 carbine (60339954d62c9b14ed777c06) SR-2M Veresk 9x21 submachine gun (62e14904c2699c0ec93adc47) IWI UZI PRO Pistol 9x19 submachine gun (6680304edadb7aa61d00cef0) IWI UZI PRO SMG 9x19 submachine gun (668e71a8dadf42204c032ce1) IWI UZI 9x19 submachine gun (66992b349950f5f4cd06029f) +++ Saiga-9 9x19 carbine (59f9cabd86f7743a10721f46) +++ Minebea PM-9 9x19mm Submachine Gun (6761b213607f9a6f79017cd8) +++ HK UMP 9x19 submachine gun (67b05e25d83f07b7b587c0b5) +++ CZ Scorpion EVO 3 A1 9x19 submachine gun (687afda52dc9fd6c0e14c602) } Patching quest Decisions, Decisions (668caeedbdb70c05d702f219) Patching quest Between Two Fires (668caeedbdb70c05d702f228) Patching quest Christmas Gift 2017 (666334ff3d089499938196eb) Patching quest Christmas Gift 2018 (666335099c364f33ad03aba0) Patching quest Christmas Gift 2019 Standard Edition (6663350d0768be5031b16848) Patching quest Christmas Gift 2019 Edge of Darkness (666335123ab885a82b7a23ee) Patching quest Appreciation Package 1 (66633516d8d999df79cbd5ac) Patching quest Appreciation Package 2 (66633518f4ced78068280b81) Patching quest BSG BDay 2020 (6663351acff652818f80db45) Patching quest Christmas Gift 2020 (66633560a5a5b69fbbadf312) Patching quest BSG BDay 2021 (6663356b7c75e2397ead5d55) Patching quest Christmas Gift 2021 (66633574dac9f46aefbb368e) Patching quest BSG BDay 2022 (6663358b2121a04b1af3cf04) Patching quest Sherpa’s Gift 2022 (6663358efbc31933e227e2f2) Patching quest Christmas Gift 2022 (6663359492299beedcd6a3eb) Patching quest Lunar Year (2023) (6663359fd7890c7898a5c3ed) Patching quest Code: LPLMVYP14YXKCYC8ASaU (666335a709c752e9cbe02b7e) Patching quest Code: 1CLICKDRESSUP (666335aab3b01211c71b5b9e) Patching quest Code: BARMALEY (666335acd1c48022ad11261e) Patching quest Code: S00NS00N (666335ae93c5fe16369b8114) Patching quest Code: TRAMBON (666335b289319b7ac9be0535) Patching quest Code: PINEWOOD (666335b655bdd2058d402125) Patching quest BSG BDay 2023 (666335b8a538f7a7865defc8) Patching quest Code: GROUNDZERO (666335ba98d2082f893835e5) Patching quest Code: IAMMIGHTY (666335c5e6d8432d65be1dd0) Patching quest Code: ARMORPLATES (666339fd02c4931db08b58bb) Patching quest Code: RICHANDEXPENSIVE (66633a00e7629c96d59ae581) Patching quest Code: LEFTHANDHEADEYESAESA (66633a0282c2c263424acd2c) Patching quest EndWipeDay (666335a107b858deef2cedf3) Patching quest Christmas Gift 2023 (666335c83f8f798a0a859b45) Patching quest Code: SteelSeries 1 (666335d61d462ae769bfd29b) Patching quest Code: SteelSeries 2 (666335d893559beb80c7cd90) Patching quest Lunar Year (2024) (666335dbf32acaeae5d413db) Patching quest Code: KILLA (666335dd4c0fbad9b65182bd) Patching quest Code: BITCOIN (666335e0be559c2abce524f7) Patching quest Code: GROUNDZERO (666338b0c173e1c660afafbd) Patching quest Code: OBDOLBOS (666338b28b8b0df9d80baa1d) Patching quest Code: THICC (666338b4f10cd6e6b362655b) Patching quest BSG BDay 2024 (6749f004880af5ee27f69d59) Patching quest Christmas Gift 2024 (676f6d9e24d65c63433ee6c0) Patching quest Code: TARKOVLATAM (67c25eb6dee859ace78f459f) Patching quest Code: TIKTOK1M (682dfbe6e2b9cd9a721853fa) Patching quest Code: ARENABATTLE (682def0601bfc26893a11421) Patching quest Code: ROADMAP (682df67f6cd6a1f7b15a6812) Patching quest Code: CUPSERIES (682df76fb6af7970c10b7561) Patching quest Code: NOESCAPE (682dfe401d3905dbc56ed682) Patching quest 68590d76e9395fc34104b5c8 Patching quest Survey Patch 0.16.7.0 (6890c5230039cba2cf36d31f) Patching quest Code: ROADTORELEASE (6890d4de184e5e8c9d578a82) Patching quest Survey Patch 0.16.8.1 (6890d0a54e24a185488b5006) Patching quest Book: Predator (666335ca1f70352ec5ba0427) Patching quest Book: Voice Behind (666335cd69443c933ff9386d) Patching quest ETS Gift (666335d27634977477e14728) Patching quest 668aacd1dee3de3ce276fdef Patching quest 668aace8ff74aecfbcfbe9e6 Patching quest 668aad1d97c0b19780ebf9c2 Patching quest 668aad2b0f0c52ff9b51625d Patching quest 668aad328a1b4ad3818169cf Patching quest 668aad49a21e4d37c83d4ffc Patching quest 668aad3c3ff8f5b258e3a65b Patching quest 668c18eb12542b3c3ff6e20f Patching quest 6848f88e54cef2b50b3a2589 Patching quest 684dcdde28c416fb7410b974 Patching quest 684f091cc78564e2180a2eb6 Patching quest 685862c625c24fd649b370c6 Patching quest Wolves At The Gate (687314e1ee500b06711955a2) Patching quest Immortal Nostalgia (6873248b615c003311ebb292) Patching quest Arms Recovery (686051774a290eb6f216471f) Patching quest False Flag (6833b8bc6f8ce71072c4e703) Patching quest Nordic Remnants (683645245a1c12488166b1a5) Patching quest Belt Fed, Gone Missing (686c25d281071c45d2f8aa44) Patching quest Culling The Herd (686dd4f871840e292fbd1a14) Patching quest Boxed and Loaded (6870170d18b94df2e8700ba0) Patching quest Weapons Trial: Scavs (6877096d5299037a1c4b7b2f) Quest Weapons Trial: Scavs (6877096d5299037a1c4b7b2f) has only one weapon: Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920). Only adding/processing white/black listed weapons Quest: Weapons Trial: Scavs (6877096d5299037a1c4b7b2f) - Chosen Weapon Type: null Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) } Quest Weapons Trial: Scavs (6877096d5299037a1c4b7b2f) has only one weapon: Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920). Only adding/processing white/black listed weapons Quest: Weapons Trial: Scavs (6877096d5299037a1c4b7b2f) - Chosen Weapon Type: null Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) } Patching quest Weapons Trial: PMCs (68784cf8dbe00560604d51e1) Quest Weapons Trial: PMCs (68784cf8dbe00560604d51e1) has only one weapon: Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825). Only adding/processing white/black listed weapons Quest Weapons Trial: PMCs (68784cf8dbe00560604d51e1) has only one weapon: Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825). Only adding/processing white/black listed weapons Quest Weapons Trial: PMCs (68784cf8dbe00560604d51e1) has only one weapon: Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825). Only adding/processing white/black listed weapons Quest Weapons Trial: PMCs (68784cf8dbe00560604d51e1) has only one weapon: Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825). Only adding/processing white/black listed weapons Patching quest Weapons Trial: Finale (6879a0da60f8d8a90e632755) ———–– Checking type AssaultRifle potentialTypes[AssaultRifle].length 3 newWeaponCondition.length 3 Checking type AK potentialTypes[AK].length 3 newWeaponCondition.length 3 Checking type AssaultCarbine potentialTypes[AssaultCarbine].length 2 newWeaponCondition.length 3 Quest: Weapons Trial: Finale (6879a0da60f8d8a90e632755) - Chosen Weapon Type: AK Bofors Ak5C 5.56x45 assault rifle (6671ebcdd32bd95eb398e920) Bofors Ak5D 5.56x45 assault rifle (682d3dd16900cb35564c8825) +++ Kalashnikov AK-15 7.62x39 assault rifle (3dc691f607ffed3228bf6ca2) +++ Modified Century Arms Draco 7.62x39 Assault Rifle (52500592c7109667abb6cbeb) +++ Kalashnikov AK-74N 5.45x39 assault rifle (5644bd2b4bdc2d3b4c8b4572) +++ Kalashnikov AKS-74U 5.45x39 assault rifle (57dc2fa62459775949412633) +++ Kalashnikov AKS-74UN 5.45x39 assault rifle (583990e32459771419544dd2) +++ Kalashnikov AKS-74UB 5.45x39 assault rifle (5839a40f24597726f856b511) +++ Kalashnikov AKM 7.62x39 assault rifle (59d6088586f774275f37482f) +++ Kalashnikov AKMS 7.62x39 assault rifle (59ff346386f77477562ff5e2) +++ Kalashnikov AKMN 7.62x39 assault rifle (5a0ec13bfcdbcb00165aa685) +++ Kalashnikov AKS-74N 5.45x39 assault rifle (5ab8e9fcd8ce870019439434) +++ Kalashnikov AKMSN 7.62x39 assault rifle (5abcbc27d8ce8700182eceeb) +++ Kalashnikov AK-74M 5.45x39 assault rifle (5ac4cd105acfc40016339859) +++ Kalashnikov AK-101 5.56x45 assault rifle (5ac66cb05acfc40198510a10) +++ Kalashnikov AK-102 5.56x45 assault rifle (5ac66d015acfc400180ae6e4) +++ Kalashnikov AK-103 7.62x39 assault rifle (5ac66d2e5acfc43b321d4b53) +++ Kalashnikov AK-104 7.62x39 assault rifle (5ac66d725acfc43b321d4b60) +++ Kalashnikov AK-105 5.45x39 assault rifle (5ac66d9b5acfc4001633997a) +++ Kalashnikov AK-74 5.45x39 assault rifle (5bf3e03b0db834001d2c4a9c) +++ Kalashnikov AKS-74 5.45x39 assault rifle (5bf3e0490db83400196199af) +++ Kalashnikov AKS-74UN .300 Blackout Assault Rifle (627c4fe34b0a558e8a3642a1) +++ SAG AK-545 5.45x39 carbine (628b5638ad252a16da6dd245) +++ SAG AK-545 Short 5.45x39 carbine (628b9c37a733087d0d7fe84b) +++ Kalashnikov AK-12 5.45x39 assault rifle (6499849fc93611967b034949) +++ Aklys Defense Velociraptor .300 Blackout assault rifle (674d6121c09f69dfb201a888) +++ Akula push dagger (674d90b55704568fe60bc8f5) +++ Kalashnikov AK-12/9 “Buivol” 9x39 assault rifle (6828f3c5a1e409ab7d163228) +++ Kalashnikov AK-19 5.56x45 assault rifle (682905e1c929663383729e1f) +++ Kalashnikov AK-19-1 .300 Blackout assault rifle (682912faa514fff2d8f72838) +++ Kalashnikov AK-15 7.62x39 assault rifle (68291dcbc8bb6e883871070f) +++ Bofors Ak5C 5.56x45 assault rifle (custom) (682d460e951a926af552d764) +++ Bofors Ak5G 5.56x45 light machinegun (682d4820e48f3c573ec332b5) +++ Aklys Defense Velociraptor 7.62x39 assault rifle (683e1e4fb9312d2a544b2834) +++ TheAKGuy AK-50 .50 BMG sniper rifle (686e9cc971fdf3a50ea5b9f3) +++ Kalashnikov AKS-74UB .300 Blackout Assault Rifle (939c742f7dad852286188029) +++ Century Arms Draco 7.62x39 carbine (93bcdfda236122e67c098847) +++ Kalashnikov AK-101 .300 Blackout assault rifle (d672109946fe88b803449054) +++ Kalashnikov AKS-74U .300 Blackout Assault Rifle (ed05294ed53c0400ae0e8a55) +++ Kalashnikov AK-102 .300 Blackout assault rifle (ffc95b9d143f52202a311820) } Patching quest Gifts of The Past (68561cd4801134be939e11f6) Patching quest Gunsmith - Abakan (687b616db015c21f329bf45f) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d1e35a6ec6e6997492) not found in weaponToType for quest The Punisher - Part 1 (59c50a9e86f7745fef66f4ff) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Peacekeeping Mission (5c0d4c12d09282029f539173) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d1e35a6ec6e6997492) not found in weaponToType for quest Compensation for Damage - Wager (61e6e60223374d168a4576a6) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest Worst Job in the World (63a9b229813bba58a50c9ee5) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d17f433cdb29072bc8) not found in weaponToType for quest Gendarmerie - District Patrol (64e7b9bffd30422ed03dad38) An error occurred in AddMissingQuestRequirements mod. Please check the ‘log.log’ file in the mod directory for more information. [Add Missing Quest Weapon Requirements] Weapon (672e37d19f1683101780773b) not found in weaponToType for quest The Good Times - Part 1 (666314b4d7f171c4c20226c3) [Add Missing Quest Weapon Requirements] [AMQWR] Finished Patching
Absolute saint.
god send