I was getting the same error
ErrorMessage: File exile_server_config\config.cpp, line 2388: '/CfgLootTables/CivillianLowerClass.count': 'h' encountered instead of '='
so I went back to the original server config.
I did see the cfgloottables file it generates, the 3 files, CfgLootTables , CfgLootTablesDONTUSE , CfgLootTablesDONTUSE2
the one it says to use has
class CivillianLowerClass
{
count
half
halfIndex
sum
items[]
but the other 2 have
class CivillianLowerClass
{
count = 1467;
half = 8555.87934391501;
halfIndex = 733;
sum = 10000.0000000001;
items[] =
I think that is where the problem is.