From 01ac7860b0773dd01daae7b5fbba7618da980489 Mon Sep 17 00:00:00 2001 From: MGT Date: Sun, 13 Aug 2017 08:38:48 +0100 Subject: [PATCH] Update config.sqf Changed DMS_AI_Classname from O_recon_F to O_Soldier_unarmed_F, when Arma is Arma and the AI spawns naked, it uses the default loadout of O_recon_F which has a Katiba with attachments that can be dupe sold in Exile --- @ExileServer/addons/a3_dms/config.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@ExileServer/addons/a3_dms/config.sqf b/@ExileServer/addons/a3_dms/config.sqf index 18131d9..263b661 100644 --- a/@ExileServer/addons/a3_dms/config.sqf +++ b/@ExileServer/addons/a3_dms/config.sqf @@ -306,7 +306,7 @@ DMS_SpawnMissions_Scheduled = false; // Whether or not to spawn missions in a sc /* AI Settings */ - DMS_AI_Classname = "O_recon_F"; // Since some of you wanted this... + DMS_AI_Classname = "O_Soldier_unarmed_F"; // Since some of you wanted this... DMS_AI_NamingType = 0; // This specifies the "naming scheme" for the AI. 0 corresponds with the default ArmA names; 1 means you want a DMS name (eg: [DMS BANDIT SOLDIER 123]); 2 means you want to generate a name from a list of first and last names (DMS_AI_FirstNames, DMS_AI_LastNames). DMS_AI_FirstNames = [ // List of "first names" that an AI can have. Only used when DMS_AI_NamingType = 2.