How to create lootspots using Exilemod Loot Position Creator

Exilemod Loot Position Creator mod by [FLG] Patrix87 : http://steamcommunity.com/sharedfiles... Copy this into the config.cpp : class CfgBuildings{ class CivillianLowerClass { table = "CivillianLowerClass"; }; class CivillianUpperClass { table = "CivillianUpperClass"; }; class Factories { table = "Factories"; }; class Industrial { table = "Industrial"; }; class Medical { table = "Medical"; }; class Military { table = "Military"; }; class Shop { table = "Shop"; }; class Tourist { table = "Tourist"; }; class VehicleService { table = "VehicleService"; }; #include "loot.hpp" How to "uncomment" more than one line : Everything between /*here*/ will not be used by your server xD