With all this info your providing, is there anyway you know how to mod??![]()
You mean like explaining to you how you cannot edit personlisaed names in worldbuilder, when you wrote it was easy to do?.

Create Barbs in DLL contained:
pPlot = GC.getMapINLINE().syncRandPlot((RANDPLOT_NOT_VISIB LE_TO_CIV | RANDPLOT_ADJACENT_LAND | RANDPLOT_PASSIBLE), pLoopArea->getID(), GC.getDefineINT("MIN_BARBARIAN_STARTING_DISTANCE") );
So there are unused tags already defined, as well as those used:
RANDPLOT_NOT_CITY
RANDPLOT_NOT_VISIBLE_TO_CIV
RANDPLOT_PASSIBLE
RANDPLOT_ADJACENT_LAND
RANDPLOT_ADJACENT_UNOWNED
RANDPLOT_UNOWNED
RANDPLOT_LAND
In MoM this was used to have easy lvl barbs spawn close to civs borders, the further you went in to the wilderness the harder monsters were to be found as it was there thay spawned, this allowed wilderness to remain harder to tame for longer in the game.